summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-14/+14
* Merge 8.7jan.nijtmans2022-11-201-3/+3
|\
| * Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-4/+4
| |\
| * | Make TclGlob() a static functionjan.nijtmans2022-10-131-1/+12
* | | Extract TIP #637 implementation from "novem" branchjan.nijtmans2022-10-121-39/+15
* | | Merge 8.7jan.nijtmans2022-10-051-38/+10
|\ \ \ | |/ /
| * | rebase to 8.7jan.nijtmans2022-09-171-27/+1
| |\ \
| | * \ Merge 8.7jan.nijtmans2021-01-191-128/+138
| | |\ \
| | * | | integrate QNX special path handling better with TIP #402jan.nijtmans2012-08-021-27/+19
| | * | | merge trunkjan.nijtmans2012-07-161-19/+16
| | |\ \ \
| | * | | | Experimental support for UNC paths (through VFS) on UNIX/Macjan.nijtmans2012-06-271-6/+2
| * | | | | Merge 8.7jan.nijtmans2022-05-171-9/+9
| |\ \ \ \ \
| * | | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-0/+1
* | | | | | | Remove tilde expansion from docs. Fix comments that referenced the same.apnadkarni2022-09-151-18/+10
* | | | | | | Silence compiler warnings.dgp2022-09-151-2/+0
* | | | | | | Remove code that was ifdef'ed outapnadkarni2022-08-071-231/+64
* | | | | | | Resolve ~ for MacOS during initializationapnadkarni2022-07-081-28/+0
* | | | | | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-16/+70
* | | | | | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-23/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-05-171-9/+9
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge 9.0. Fix compilation (due to new macro's in previous commit)jan.nijtmans2022-05-171-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
| * | | | | | | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-7/+7
| * | | | | | | | 3 more API'sjan.nijtmans2022-01-271-3/+2
| * | | | | | | | Almost complete (at least the API)jan.nijtmans2022-01-271-17/+18
| * | | | | | | | More work in progressjan.nijtmans2022-01-241-11/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |\ \ \ \ \ | | |/ / / /