summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-9/+9
|\
| * Formatting/indentingjan.nijtmans2024-03-211-25/+25
* | Few more spacing/formatting tweaksjan.nijtmans2024-03-201-17/+17
|\ \ | |/
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-10/+10
| * Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windowsjan.nijtmans2024-03-191-1/+1
* | Fix indentation/brace usage style issuesdkf2024-03-191-1/+1
* | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* | Merge 8.7jan.nijtmans2023-10-271-1/+1
|\ \ | |/
| * More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-271-1/+1
* | Merge 8.7jan.nijtmans2023-10-191-17/+17
|\ \ | |/
| * Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-17/+17
* | Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
|\ \ | |/
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | Merge 8.7jan.nijtmans2023-03-301-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-10/+10
|/ /
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | TCL_UNUSED in the unix sources.dgp2020-03-091-23/+10
* | Merge 8.7jan.nijtmans2019-09-171-218/+83
|\ \
| * | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-171-211/+81
* | | Mark more unused parametersjan.nijtmans2019-09-031-9/+28
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-1/+1
|/ /
* | If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-2/+2
* | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl...jan.nijtmans2017-05-121-23/+22
* | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-1/+1
|/
* Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form.jan.nijtmans2014-07-171-14/+10
* Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+2
|\
| * Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec o...jan.nijtmans2013-10-291-3/+2
* | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-071-2/+2
|\ \ | |/
| * Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwinjan.nijtmans2013-10-071-2/+2
* | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. jan.nijtmans2013-08-051-2/+2
|\ \ | |/
| * Mark unixforkevent-1.1 nonPortable, until proven on more platforms.jan.nijtmans2013-08-051-2/+2
* | Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-0/+49
|\ \ | |/
| * Add "testfork" test command. Not used in any test-case yetjan.nijtmans2013-07-231-0/+50
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-5/+5
* | MINOR: Add emacs style info to end of C files.dkf2011-10-211-5/+14
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * backport of file writable fixesvincentdarley2006-03-191-1/+64
| | * * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-5/+2
* | | Eliminate various unnecessary type casts, use function typedefs whenever poss...nijtmans2010-06-211-28/+19
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-11/+11
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-2/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-23/+23
* | | fix warningdas2008-12-201-2/+2
* | | * tests/stack.test:Miguel Sofer2008-10-031-65/+1
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-1/+65
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+20
|/ /