summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-06-291-3/+3
|\
| * Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-3/+3
* | Merge 8.7jan.nijtmans2021-04-081-1/+1
|\ \ | |/
| * TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-1/+1
* | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-6/+6
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.7jan.nijtmans2020-10-131-4/+4
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-10-131-4/+4
| |\
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-3/+3
* | | Merge 8.7jan.nijtmans2020-03-181-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-181-4/+4
| |\ \ | | |/
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
* | | merge 8.7dgp2020-03-171-2/+2
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-2/+2
* | | merge 8.7dgp2020-03-091-27/+17
|\ \ \ | |/ /
| * | Mac fixdgp2020-03-091-1/+5
| * | TCL_UNUSED in the unix sources.dgp2020-03-091-27/+13
* | | Merge 8.7jan.nijtmans2020-02-281-58/+62
|\ \ \ | |/ /
| * | Two more unused arguments. jan.nijtmans2019-12-201-0/+2
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-12-031-3/+3
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2019-11-071-56/+54
| |\ \ \
| * \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-3/+15
| |\ \ \ \
| * \ \ \ \ Merge tip-548 (since using the *WChar* functions leads to less type-casts in ...jan.nijtmans2019-08-031-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-11/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-42/+42
* | | | | | Merge 8.7jan.nijtmans2019-12-021-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Eliminate excess eol-spacingjan.nijtmans2019-12-021-3/+3
| | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-11-071-56/+54
|\ \ \ \ \ | |/ / / /
| * | | | Rewrite documentation of IO subsystem.pooryorick2019-11-061-56/+54
| | |/ / | |/| |
* | | | If NO_REALPATH is defined, raise an error instead of building a broken Tcl.pooryorick2019-10-251-0/+5
* | | | Merge 8.7jan.nijtmans2019-07-051-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-07-051-2/+2
| |\ \ \ | | |/ / | |/| / | | |/
* | | Merge 8.7dkf2019-05-251-0/+79
|\ \ \ | |/ /
| * | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-1/+3
| * | Export APIdkf2019-04-301-1/+0
| * | Windows implementation of TclpCreateTemporaryDirectorydkf2019-04-301-1/+1
| * | Starting to implement a temporary directory creator.dkf2019-04-301-0/+78
* | | Merge 8.7jan.nijtmans2019-04-011-10/+10
|\ \ \ | |/ /
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-10/+10
* | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-2/+0
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-13/+16
* | | Merge 8.7jan.nijtmans2018-12-121-4/+4
|\ \ \ | |/ /
| * | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-4/+4
* | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make cod...jan.nijtmans2018-11-181-3/+3
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-7/+7
|\ \ \ | |/ /
* | | Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-6/+6
|/ /
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
|\ \