summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-9/+9
| |/ / / / / / / /
* | | | | | | | | Merge 8.7jan.nijtmans2022-05-171-9/+9
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-9/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ / / / / /
* | | | | | | Merge 8.7jan.nijtmans2022-02-101-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | Merge 8.6jan.nijtmans2022-02-101-9/+9
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-9/+9
* | | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-14/+14
|\ \ \ \ \ | |/ / / /
* | | | | Merge 8.7 (resolve conflicts)dgp2021-01-081-11/+11
|\ \ \ \ \ | |/ / / /
| * | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-11/+11
* | | | | Merge 8.7jan.nijtmans2020-12-101-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-12-101-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Potential fix for [ed5be77734]: win: "comx:" not recognized as serial port.jan.nijtmans2020-12-101-2/+2
* | | | | 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-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
|\ \ \ \ \ \ \ \ | |/ / / / / / /