summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\
* \ Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Merge 8.7jan.nijtmans2020-08-111-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2020-04-141-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-04-141-1/+1
| |\
| | * Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
| | |\
| | | * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
* | | | merge 8.7dgp2020-03-091-7/+11
|\ \ \ \ | |/ / /
| * | | TCL_UNUSED in the unix sources.dgp2020-03-091-7/+11
* | | | Merge 8.7jan.nijtmans2020-02-281-15/+20
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-12-131-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-10-251-1/+0
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-10-241-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+5
| |\ \ \ \ \ \
| * | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-15/+15
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2019-12-121-2/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Little code tweaks, regarding the use of TCL_UTF_MAX or wchar_t.jan.nijtmans2019-12-121-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-10-251-1/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6. jan.nijtmans2019-10-251-1/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
* | | | | Merge 8.7jan.nijtmans2019-10-241-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-3/+2
| |\ \ \ \ | | |/ / /
* | | | | Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: ...jan.nijtmans2019-10-231-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix gcc warning, also introduced by [0f2870649c804dd8]jan.nijtmans2019-10-231-2/+1
* | | | | Merge 8.7jan.nijtmans2019-10-231-2/+1
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7jan.nijtmans2019-10-221-3/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix for [bcd1004104]pooryorick2019-10-221-2/+5
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+5
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-3/+3
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2018-05-231-3/+3
|\ \ \ \ | |/ / /
| * | | merge 8.6jan.nijtmans2018-05-111-1/+1
| |\ \ \ | | |/ /
| | * | merge 8.5jan.nijtmans2018-05-111-1/+1
| | |\ \ | | | |/
| | | * Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ...jan.nijtmans2018-05-111-1/+1
| * | | merge 8.6dgp2018-05-091-1/+1
| |\ \ \ | | |/ /
| | * | merge 8.5sebres2018-05-091-1/+1
| | |\ \ | | | |/
| | | * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_ST...sebres2018-05-091-1/+1
| * | | merge 8.6dgp2018-05-081-2/+2
| |\ \ \ | | |/ /
| | * | merge fix for [92564326a98b5510] from 8.5sebres2018-05-081-2/+2
| | |\ \ | | | |/
| | | * fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/...sebres2018-05-081-2/+2
* | | | merge novemjan.nijtmans2016-12-231-3/+1
|\ \ \ \ | |/ / /
| * | | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-7/+8
* | | | merge novemjan.nijtmans2016-11-181-3/+3
|\ \ \ \ | |/ / /
| * | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
| |/ /
* | | rebase with novemjan.nijtmans2015-09-291-7/+10
|\ \ \ | |/ / |/| |
| * | merge novemjan.nijtmans2014-05-021-0/+6
| |\ \
| * | | macros for Tcl_GetString and Tcl_GetStringFromObjjan.nijtmans2013-01-261-7/+10
| * | | merge trunkjan.nijtmans2013-01-191-3/+4
| |\ \ \
* | \ \ \ Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCw...jan.nijtmans2015-08-251-2/+5
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |