Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj | dkf | 2025-03-03 | 1 | -2/+2 |
| | |||||
* | Bunch of whitespace basic fixes. | dkf | 2025-03-02 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | jan.nijtmans | 2024-06-05 | 1 | -2/+2 |
| | | | | | | | | indentation pattern. | ||||
* | | 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 |
| | | | | | | (cherry-pick): Fix indentation/brace usage style issues | ||||
* | | 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 ↵ | jan.nijtmans | 2023-11-10 | 1 | -0/+2 |
| | | | | | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD | ||||
* | | 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 ↵ | pooryorick | 2023-04-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | non-comment corrections in history.tcl and tcltest.test. | ||||
| * | Correct spelling errors in comments and documentation, but also a non-comment | pooryorick | 2023-04-12 | 1 | -1/+1 |
| | | | | | | corrections in history.tcl and tcltest.test. | ||||
* | | 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 ↵ | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | on other platforms either. | ||||
* | | | 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 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | 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 ↵ | jan.nijtmans | 2019-09-17 | 1 | -211/+81 |
| | | | | | | | | | | | | general. Rewrite a few other commands (like "memory") to use the Tcl_Obj interface. | ||||
* | | | 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 ↵ | jan.nijtmans | 2018-12-12 | 1 | -2/+2 |
| | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow. | ||||
* | | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test ↵ | jan.nijtmans | 2017-05-12 | 1 | -23/+22 |
| | | | | | | | | Tcl_GetEncodingSearchPath() in stead. | ||||
* | | 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 ↵ | jan.nijtmans | 2013-10-29 | 1 | -3/+2 |
|\ | | | | | | | on HP-UX | ||||
| * | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec ↵ | jan.nijtmans | 2013-10-29 | 1 | -3/+2 |
| | | | | | | | | on HP-UX | ||||
* | | 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 |
|\ \ | |/ | | | Make sure that when testing for pthread_atfork the thread library is taken into account. | ||||
| * | 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 |
| | | | | | | Fix "make test-packages" on cygwin | ||||
* | | 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 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | 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 |
| | | | | | | | | | | | | value of alarm. [Bug #664755] (english) | ||||
* | | | Eliminate various unnecessary type casts, use function typedefs whenever ↵ | nijtmans | 2010-06-21 | 1 | -28/+19 |
| | | | | | | | | | | | | possible | ||||
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts. | ||||
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -2/+4 |
| | | | | | | | | | | | | get created with static Tcl build |