| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -1/+1 |
|\ |
|
| * | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -1/+1 |
|
|
* | | More of the same: Space before tab is extremely unlikely to be correct indent... | jan.nijtmans | 2024-06-05 | 1 | -2/+2 |
|
|
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization) | jan.nijtmans | 2024-03-21 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Formatting/indenting | jan.nijtmans | 2024-03-21 | 1 | -25/+25 |
|
|
* | | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 1 | -17/+17 |
|\ \
| |/ |
|
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 1 | -10/+10 |
|
|
| * | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows | jan.nijtmans | 2024-03-19 | 1 | -1/+1 |
|
|
* | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 1 | -1/+1 |
|
|
* | | Fix Windows build with --disable-shared: Make sure that test-code is never co... | jan.nijtmans | 2023-11-10 | 1 | -0/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-10-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | More C++-sentinel-related fixes (hopefully, those are the last ones) | jan.nijtmans | 2023-10-27 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-10-19 | 1 | -17/+17 |
|\ \
| |/ |
|
| * | Handle sentinels for any C++ compiler | jan.nijtmans | 2023-10-17 | 1 | -17/+17 |
|
|
* | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| |\ |
|
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | | | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -10/+10 |
|/ / |
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -23/+10 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-17 | 1 | -218/+83 |
|\ \ |
|
| * | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera... | jan.nijtmans | 2019-09-17 | 1 | -211/+81 |
|
|
* | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -9/+28 |
|
|
* | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ / |
|
* | | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl... | jan.nijtmans | 2018-12-12 | 1 | -2/+2 |
|
|
* | | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl... | jan.nijtmans | 2017-05-12 | 1 | -23/+22 |
|
|
* | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|/ |
|
* | Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. | jan.nijtmans | 2014-07-17 | 1 | -14/+10 |
|
|
* | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 1 | -3/+2 |
|\ |
|
| * | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o... | jan.nijtmans | 2013-10-29 | 1 | -3/+2 |
|
|
* | | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin | jan.nijtmans | 2013-10-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin | jan.nijtmans | 2013-10-07 | 1 | -2/+2 |
|
|
* | | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. | jan.nijtmans | 2013-08-05 | 1 | -2/+2 |
|
|
* | | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 1 | -0/+49 |
|\ \
| |/ |
|
| * | Add "testfork" test command. Not used in any test-case yet | jan.nijtmans | 2013-07-23 | 1 | -0/+50 |
|
|
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -5/+5 |
|
|
* | | MINOR: Add emacs style info to end of C files. | dkf | 2011-10-21 | 1 | -5/+14 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -1/+64 |
|
|
| | * | * unix/tclUnixTest.c (TestalarmCmd): don't bother checking return | hobbs | 2003-10-13 | 1 | -5/+2 |
|
|
* | | | Eliminate various unnecessary type casts, use function typedefs whenever poss... | nijtmans | 2010-06-21 | 1 | -28/+19 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -11/+11 |
|
|
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -2/+4 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -23/+23 |
|
|
* | | | fix warning | das | 2008-12-20 | 1 | -2/+2 |
|
|