summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
Commit message (Collapse)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
| | | | | | (cherry-pick): Fix indentation/brace usage style issues
* | Fix indentation/brace usage style issuesdkf2024-03-191-1/+1
| |
* | Fix Windows build with --disable-shared: Make sure that test-code is never ↵jan.nijtmans2023-11-101-0/+2
| | | | | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD
* | 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 ↵pooryorick2023-04-121-1/+1
|\ \ | |/ | | | | non-comment corrections in history.tcl and tcltest.test.
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | 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 ↵jan.nijtmans2023-03-301-1/+1
| | | | | | | | | | | | on other platforms either.
* | | 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
| | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | 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 ↵jan.nijtmans2019-09-171-211/+81
| | | | | | | | | | | | general. Rewrite a few other commands (like "memory") to use the Tcl_Obj interface.
* | | 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 ↵jan.nijtmans2018-12-121-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.nijtmans2017-05-121-23/+22
| | | | | | | | Tcl_GetEncodingSearchPath() in stead.
* | 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 ↵jan.nijtmans2013-10-291-3/+2
|\ | | | | | | on HP-UX
| * Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec ↵jan.nijtmans2013-10-291-3/+2
| | | | | | | | on HP-UX
* | 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
|\ \ | |/ | | 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.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
| | | | | | Fix "make test-packages" on cygwin
* | 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
|\ \ | |/ | | 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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * backport of file writable fixesvincentdarley2006-03-191-1/+64
| | |
| | * * unix/tclUnixTest.c (TestalarmCmd): don't bother checking returnhobbs2003-10-131-5/+2
| | | | | | | | | | | | value of alarm. [Bug #664755] (english)
* | | Eliminate various unnecessary type casts, use function typedefs whenever ↵nijtmans2010-06-211-28/+19
| | | | | | | | | | | | possible
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-11/+11
| | | | | | | | | | | | | | | | | | speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts.
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-2/+4
| | | | | | | | | | | | get created with static Tcl build
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵dkf2009-01-091-23/+23
| | | | | | | | | | | | etc.)
* | | fix warningdas2008-12-201-2/+2
| | |
* | | * tests/stack.test:Miguel Sofer2008-10-031-65/+1
| | | | | | | | | | | | | | | * unix/tclUnixTest.c: removed test command teststacklimit and the corresponding constraint: it is not needed with NRE
* | | 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
|/ /