summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-091-1/+2
|\
| * Merge 8.6. Don't inline functions which are too big to be inlined (according ...jan.nijtmans2020-10-091-1/+2
| |\
| | * Merge 8.5jan.nijtmans2020-10-091-20/+22
| | |\
| | | * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-22/+29
| | | * cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow.sebres2020-07-161-2/+2
* | | | Merge 8.7jan.nijtmans2020-10-081-2/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-081-2/+8
| |\ \ \ | | |/ /
| | * | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ...jan.nijtmans2020-10-081-2/+8
* | | | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ \ \ | |/ / /
| * | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | | | Merge 8.7jan.nijtmans2020-09-171-3/+6
|\ \ \ \ | |/ / /
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-3/+6
* | | | Merge 8.7jan.nijtmans2020-08-111-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-08-111-1/+1
| |\ \ \ | | |/ /
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | | Merge 8.7jan.nijtmans2020-07-211-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-161-2/+2
| |\ \ \ | | |/ /
| | * | Fix [5bbd044812]: Fix index underflow.jan.nijtmans2020-07-161-2/+2
* | | | Merge 8.7jan.nijtmans2020-05-111-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-05-111-1/+1
| |\ \ \ | | |/ /
| | * | occurance -> occurrence.jan.nijtmans2020-05-111-1/+1
* | | | merge 8.7dgp2020-03-171-4/+2
|\ \ \ \ | |/ / /
| * | | TIP 569 - remove lint commentsdgp2020-03-171-4/+2
* | | | merge 8.7dgp2020-03-061-5/+8
|\ \ \ \ | |/ / /
| * | | moredgp2020-03-061-5/+8
* | | | Merge 8.7jan.nijtmans2020-02-281-4/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-11-071-3/+2
| |\ \ \
| * \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-0/+2
| |\ \ \ \
| * \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-3/+3
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-3/+3
| |\ \ \ \ \
| * | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
| |/ / / / /
* | | | | | Merge 8.7jan.nijtmans2019-11-071-3/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Rewrite documentation of IO subsystem.pooryorick2019-11-061-3/+2
* | | | | | Merge 8.7jan.nijtmans2019-10-241-4/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-4/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge 8.7jan.nijtmans2019-10-221-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix for [bcd1004104]pooryorick2019-10-221-2/+4
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-08-151-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-3/+3
| | |/ / | |/| |
* | | | merge 8.7jan.nijtmans2019-02-271-4/+4
|\ \ \ \ | |/ / /
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-5/+5
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-1/+1
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-26/+27
|\ \ \ \ | |/ / /
* | | | Another round of int -> size_t modifications, so strings > 2Gb are handled co...jan.nijtmans2019-01-241-3/+4
* | | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-4/+5
* | | | merge 8.7sebres2018-11-221-4/+4
|\ \ \ \ | |/ / /
| * | | merge 8.6sebres2018-11-221-4/+4
| |\ \ \ | | |/ /
| | * | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-4/+4
| | |\ \ | | | |/
| | * | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletionpooryorick2018-02-141-1/+1
* | | | Merge trunkjan.nijtmans2018-09-121-1/+1
|\ \ \ \ | |/ / /