summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-1/+10
|
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.decls: Promoted TclpLocaltime and TclpGmtime * generic/tclIntDecls.h: from Unix-specific stubs to the generic * generic/tclIntPlatDecls.h: internal Stubs table. Reran 'genstubs' * generic/tclStubInit.c: * unix/tclUnixPort.h: * generic/tclClock.c: Changed a buggy 'GMT' timezone specification to the correct 'GMT0'. [Bug #922848] * unix/tclUnixThrd.c: Moved TclpGmtime and TclpLocaltime to unix/tclUnixTime.c where they belong. * unix/tclUnixTime.c (TclpGmtime, TclpLocaltime, TclpGetTimeZone, ThreadSafeGMTime [removed], ThreadSafeLocalTime [removed], SetTZIfNecessary, CleanupMemory): Restructured to make sure that the same mutex protects all calls to localtime, gmtime, and tzset. Added a check in front of those calls to make sure that the TZ env var hasn't changed since the last call to tzset, and repeat tzset if necessary. [Bug #942078] Removed a buggy test of the Daylight Saving Time information in 'gettimeofday' in favor of applying 'localtime' to a known value. [Bug #922848] * tests/clock.test (clock-3.14): Added test to make sure that changes to $env(TZ) take effect immediately. * win/tclWinTime.c (TclpLocaltime, TclpGmtime): Added porting layer for 'localtime' and 'gmtime' calls.
* Expanding the tests avilable for TIP#143 features.dkf2004-05-141-1/+129
| | | | Now check that basic syntax is verified.
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-148/+151
|
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-131-68/+648
|
* * generic/tclEncoding.c:rmax2004-05-071-1/+16
| | | | | | * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905).
* vfs glob root volume fixvincentdarley2004-05-071-0/+51
|
* * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX.dgp2004-05-051-2/+7
| | | | | Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177]
* * tests/fileSystem.test (filesystem-1.39): replace 'file volumes'hobbs2004-05-042-5/+7
| | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most.
* * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOMEhobbs2004-05-041-1/+10
|
* * tests/tcltest.test: Test corrections for Mac OSX. Thanksdgp2004-05-041-10/+19
| | | | to Steven Abner (tauvan). [Bug 947440]
* * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-1/+31
| | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070]
* cleaning up after new test in last commitMiguel Sofer2004-05-021-1/+2
|
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-1/+6
| | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757]
* * tests/execute.test (execute-8.2): Avoid crashes when theredgp2004-04-291-4/+9
| | | | is limited system stack space (threads-enabled).
* * doc/global.n:Miguel Sofer2004-04-282-2/+12
| | | | | | | | * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11): * tests/var.test (var-3.11): Avoid creation of unusable variables: [Bug 600812] [TIP 184].
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-232-1/+862
| | | | | 930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read.
* Fix minor fault in [clock clicks] error message.dkf2004-04-151-1/+4
|
* * tests/unixInit.test (unixInit-3.1): Default encoding on Darwindgp2004-04-061-2/+4
| | | | systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808]
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-061-2/+2
|
* * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->dgp2004-04-021-4/+4
| | | | "notRoot". [Bug 928353]
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-303-5/+16
| | | | | | | | | * generic/tclCompile.h: that allows checking the bytecode's * generic/tclExecute.c: validity [Bug 729692] and the interp's * tests/interp.test (18.9): readyness [Bug 495830] before running * tests/proc.test (7.1): the command. It also changes the * tests/rename.test (6.1): mechanics of the async tests in TEBC, doing it now at command start instead of every 16 instructions.
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-302-3/+28
|
* fix to Tcl bug 918320vincentdarley2004-03-301-1/+15
|
* overlooked update to tests.dgp2004-03-291-3/+2
|
* fixed another volume-relative file normalization problemvincentdarley2004-03-261-0/+14
|
* fix to windows volume-relative path normalizationvincentdarley2004-03-261-0/+28
|
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-241-1/+8
|
* Reverted changes to tcltest so that it can still support Mac whendgp2004-03-171-1/+4
| | | | copied to Mac systems (only requires Tcl 8.3).
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-1718-1743/+84
|
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-2/+33
|
* * generic/tclGetDate.y (TclGetDate): Fix so that Kevin B Kenny2004-03-101-1/+158
| | | | | | | | | | [clock scan <timeOfDay> -gmt true] uses the GMT base date instead of the local one. [Bug 913513] * tests/clock.test: Added test cases for wrong ISO8601 week number [Bug 500285] and wrong GMT base date [Bug 913513]. Several tests still fail on Windows, and these are actual faults in [clock scan]. Fix is still pending. * generic/tclDate.c: Regenerated.
* glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+32
|
* Kevin B Kenny2004-03-051-3/+3
| | | | | | | * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language system include any country code, rather than just English-United States.1252. Thanks to Pat Thoyts for the changes.
* Applied fix from #766159 for Win98 registry to skip unicode tests.patthoyts2004-03-041-3/+3
|
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-1/+10
| | | | | | | | * generic/tclTest.c (TestcmdtraceCmd): implementation introduced a * tests/trace.test (trace-29.10): bug by testing the CallFrame level instead of the iPtr->numLevels level when deciding what traces created by Tcl_Create(Obj)Trace to call. Added test to expose the error, and made fix. [Request 462580]
* more robust testsvincentdarley2004-02-282-14/+34
|
* * tests/basic.test: Made several tests more robust to thedgp2004-02-258-100/+157
| | | | | | | | | | * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test:
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-0/+223
|
* add constraints to unixInit-7.1hobbs2004-02-181-2/+4
|
* * tests/unixInit.test (unixInit-7.1):hobbs2004-02-171-1/+14
| | | | | * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist to prevent crash condition [Bug #772288]
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-1/+0
|
* * tests/winPipe.test: Six more cases added.davygrvy2004-02-021-6/+24
| | | | | * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the new cases.
* * tests/winPipe.test: more cases with the "N backslashesdavygrvy2004-02-021-6/+9
| | | | | followed a quote -> insert N * 2 + 1 backslashes then a quote" rule needed for the crt's parse_cmdline().
* * tests/winPipe.test: Added proof that BuildCommandLine() is not doing thedavygrvy2004-02-011-18/+42
| | | | | "N backslashes followed a quote -> insert N * 2 + 1 backslashes then a quote" rule needed for the crt's parse_cmdline().
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-011-5/+73
| | | | | | | * win/tclWinPipe.c (BuildCommandLine): Special case quoting for '{' not required by the c-runtimes's _setargv(). * win/tclAppInit.c: Removed our custom setargv() in favor of the one provided by the c-runtime. [Bug 672938]
* fix to test and commentvincentdarley2004-01-291-2/+11
|
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-6/+136
|
* filesystem documentation and testsvincentdarley2004-01-261-2/+4
|
* file normalize bug fixes for .. and .vincentdarley2004-01-231-0/+41
|