summaryrefslogtreecommitdiffstats
path: root/generic/tclFileName.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-04-041-25/+25
|\
* | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-9/+9
| |
* | Merge 8.6jan.nijtmans2023-11-101-3/+1
|\ \ | |/
| * (partial) fix [54a305cb88]: warning: variable set but not used ↵jan.nijtmans2023-11-091-3/+1
| | | | | | | | [-Wunused-but-set-variable]
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
| | | | | | corrections in history.tcl and tcltest.test.
| * Backport TIP #402: General Platform UNC Support from 8.7, but only for ↵jan.nijtmans2022-12-011-25/+7
| | | | | | | | Cygwin and QNX. This was already partially present, but was never completed.
* | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-13/+13
| |
* | Some fixes, some testsapnadkarni2023-10-031-2/+6
| |
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
| | | | | | corrections in history.tcl and tcltest.test.
* | More (internal) usage of TclGetString() and TclGetStringFromObj() macro'sjan.nijtmans2023-03-271-3/+3
| |
* | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-4/+4
|\ \ | |/ | | | | NO votes expected)
* | Make TclGlob() a static functionjan.nijtmans2022-10-131-1/+12
| |
* | 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
|\ \ \ \ \
| * | | | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and ↵jan.nijtmans2022-05-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | TclListObjLength -> TclListObjLengthM (prevent conflict with TIP #616)
* | | | | | Merge 8.7. Add macro's for situation without UTF_TCL_STUBSjan.nijtmans2022-05-171-0/+1
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2022-02-101-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Use TclListObjLength/TclListObjGetElements in stead of ↵jan.nijtmans2022-02-101-9/+9
| | | | | | | | | | | | | | | | Tcl_ListObjLength/Tcl_ListObjGetElements everywhere. This is slightly more efficient if the refered list already has the correct type
* | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵jan.nijtmans2021-01-081-11/+11
| | | | | | | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere.
* | | | 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
| | | | | | | | | | | | (concluded from code inspection, not tested yet)
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-2/+2
| | | | | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | | Merge 8.6. Don't inline functions which are too big to be inlined (according ↵jan.nijtmans2020-10-091-1/+2
|\ \ \ \ | |/ / / | | | | | | | | to the -Winline compiler flag)
| * | | Merge 8.5jan.nijtmans2020-10-091-20/+22
| |\ \ \
| | * | | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵jan.nijtmans2020-10-091-22/+29
| | | | | | | | | | | | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings
| | * | | cherry pick [df5f1e8652]: Fix [5bbd044812]: Fix index underflow.sebres2020-07-161-2/+2
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-10-081-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ↵jan.nijtmans2020-10-081-2/+8
| | | | | | | | | | | | | | | | | | | | with "glob"
* | | | | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
| | | | |
* | | | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-3/+6
| | | | | | | | | | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | | | | 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
| | | | | | | | | | | | | | | | | | | | size_t or int
* | | | | Merge 8.6jan.nijtmans2020-07-161-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix [5bbd044812]: Fix index underflow.jan.nijtmans2020-07-161-2/+2
| | | | |
* | | | | Merge 8.6jan.nijtmans2020-05-111-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | occurance -> occurrence.jan.nijtmans2020-05-111-1/+1
| | | | |
* | | | | TIP 569 - remove lint commentsdgp2020-03-171-4/+2
| | | | |
* | | | | moredgp2020-03-061-5/+8
| | | | |
* | | | | Merge 8.7jan.nijtmans2019-11-071-3/+2
|\ \ \ \ \
| * | | | | Rewrite documentation of IO subsystem.pooryorick2019-11-061-3/+2
| | | | | |
| * | | | | Backout [0f2870649c804dd8], since testcase encoding-2.2 failsjan.nijtmans2019-10-241-4/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | Fix for [bcd1004104]pooryorick2019-10-221-2/+4
| |\ \ \ \ \ | | |/ / / /
* | | | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-0/+2
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Merge tip-548jan.nijtmans2019-08-151-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵jan.nijtmans2019-07-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers.
* | | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-3/+3
|\ \ \ \ \ \ | |/ / / / /