summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixFCmd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix ungrammatical doubling of words in commentsminordkf2024-09-211-2/+2
|
* Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-7/+7
|
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-11/+11
| | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* Clean up a lot of small whitespace issues dkf2024-05-131-11/+11
| | | This is the dullest commit ever. Sorry.
* Few more spacing/formatting tweaksjan.nijtmans2024-03-201-3/+3
|\
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-12/+11
| |
* | more spacing/formatting tweaksdkf2024-03-191-9/+8
| |
* | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes)jan.nijtmans2024-03-191-6/+6
|\ \ | |/
* | Revise macro usagejan.nijtmans2023-11-161-4/+4
| |
* | Merge mainoehhar2023-11-021-3/+3
|\ \
| * \ Merge 8.7jan.nijtmans2023-10-191-3/+3
| |\ \ | | |/
| | * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-3/+3
| | |
* | | Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-271-43/+95
|\ \ \ | |/ / |/| |
| * | Merge 9.0jan.nijtmans2023-07-191-1/+1
| |\ \
| * | | Use "strict" in almost all commands. Only "glob" and environment variables ↵core-tip-657-candidatejan.nijtmans2023-07-141-43/+95
| |/ / | | | | | | | | | are left out. (Experimental)
* | | Merge 8.7jan.nijtmans2023-07-241-4/+1
|\ \ \ | |/ / |/| / | |/
* | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-4/+4
| |
* | Merge trunkapnadkarni2023-04-141-3/+3
|\ \
| * \ Correct spelling errors in comments and documentation, but also a ↵pooryorick2023-04-121-3/+3
| |\ \ | | |/ | | | | | | non-comment corrections in history.tcl and tcltest.test.
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
| | | | | | | | | corrections in history.tcl and tcltest.test.
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-6/+6
|/ /
* | Merge 9.0jan.nijtmans2023-03-071-1/+1
|\ \
| * | Another round of -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
| | |
* | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-23/+23
|/ /
* | Merge 8.7jan.nijtmans2022-11-201-2/+2
|\ \ | |/
| * Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-2/+2
| |\ | | | | | | | | | NO votes expected)
* | \ Merge 8.7jan.nijtmans2022-07-191-11/+11
|\ \ \ | |/ /
| * | Make a start converting -1 -> TCL_INDEX_NONE where appropriatejan.nijtmans2022-07-191-11/+11
| | |
* | | Merge 8.7jan.nijtmans2022-06-021-1/+1
|\ \ \ | |/ /
| * | Merge 8.6. Eliminate some (long) typecastsjan.nijtmans2022-06-021-1/+1
| |\ \ | | |/
* | | Fix compiler warnings, due to the use of macro'sjan.nijtmans2022-03-211-23/+23
| | |
* | | Merge 8.7jan.nijtmans2021-06-291-3/+3
|\ \ \ | |/ /
| * | Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-3/+3
| | |
* | | Merge 8.7jan.nijtmans2021-04-081-1/+1
|\ \ \ | |/ /
| * | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-1/+1
| | |
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-6/+6
|\ \ \ | |/ /
* | | 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
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-10-131-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-131-4/+4
| |\ \ | | |/
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in ↵jan.nijtmans2020-10-131-3/+3
| | | | | | | | | | | | stead of Tcl_NewIntObj()
* | | Merge 8.7jan.nijtmans2020-03-181-4/+4
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-181-4/+4
| |\ \ | | |/
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
| | |
* | | merge 8.7dgp2020-03-171-2/+2
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-2/+2
| | |
* | | merge 8.7dgp2020-03-091-27/+17
|\ \ \ | |/ /
| * | Mac fixdgp2020-03-091-1/+5
| | |
| * | TCL_UNUSED in the unix sources.dgp2020-03-091-27/+13
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-58/+62
|\ \ \ | |/ /