summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclGetDate.y (TclGetDate): Fix so that Kevin B Kenny2004-03-104-4/+172
| | | | | | | | | | [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.
* Fixed incorrect reporting of OS version for DJGPP.vbwagner2004-03-091-1/+14
| | | | | This known misinterpretation of uts_name struct fields is now considered "feature" of DJGPP and so needs workaround in Tcl.
* Removed undefining of extra error codes for DJGPP. It is not needed whenvbwagner2004-03-091-7/+1
| | | | Waterloo TCP 32 is properly configured for actual version of DJGPP
* fixed typos in documentation and commentsvincentdarley2004-03-0916-35/+36
|
* glob -path fix for near filesystem rootvincentdarley2004-03-091-3/+6
|
* glob -path fix for near filesystem rootvincentdarley2004-03-093-2/+45
|
* * generic/tclParse.c (TclParseInit): Modified TclParseInit sodgp2004-03-083-9/+17
| | | | | | * generic/tclTest.c ([testexprparser]): that Tcl_Parse initialization conforms to documented promised about what fields will not be modified by what Tcl_Parse* routines. [Bug 910595]
* reformatted a comment I had once moved so it doesn't exceed 74 colums.davygrvy2004-03-081-3/+3
|
* some silly reformatting changes to remove useless whitespace.davygrvy2004-03-081-4/+4
|
* added a slot position for a project of my own.davygrvy2004-03-081-1/+2
|
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-081-2/+2
|
* * win/configure: Regen.mdejong2004-03-054-2/+101
| | | | | | | | * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * win/tclWinPort.h: If MWMO_ALERTABLE is not defined in winuser.h then define it. This is needed for Mingw.
* * generic/tclTest.c: Modified TesteventObjCmd to use Kevin B Kenny2004-03-052-2/+10
| | | | | | a Tcl_QueuePosition in place of an 'int' for the enumerated queue position, to avoid a compiler warning on SGI. (Bug #771960).
* Kevin B Kenny2004-03-052-3/+10
| | | | | | | * 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.
* hidden unix-specific implementations of file volumes and file attributesvbwagner2004-03-052-4/+18
| | | | | | | under #ifndef DJGPP. Added couple of undefs into tclUnixPort.h to avoid confilct between Waterloo TCP and DJGPP system error constants
* * generic/tclInt.h (TclParseInit): Factored the common codedgp2004-03-044-32/+21
| | | | | * generic/tclParse.c (TclParseInit): for initializing a Tcl_Parse * generic/tclParseExpr.c: struct into one routine.
* Applied fix from #766159 for Win98 registry to skip unicode tests.patthoyts2004-03-042-3/+8
|
* * generic/tclParse.c (InitParse): Factored the common codedgp2004-03-042-45/+50
| | | | for initializing a Tcl_Parse struct into one routine.
* Added TIP #100 support to the registry package (patch #903831)patthoyts2004-03-043-6/+90
| | | | | This provides a Windows test of the TIP #100 mechanism and a sample to show how unloading an extension can be done.
* Fix minor syntax problems. [Bug 909288]dkf2004-03-042-6/+10
|
* minor doc fixes for html conversioncore_8_5_a1hobbs2004-03-033-7/+7
|
* whitespace modshobbs2004-03-031-5/+5
|
* note TIP#124 changeshobbs2004-03-031-1/+5
|
* updated changes for 8.5a1hobbs2004-03-032-1/+85
|
* no messagedavygrvy2004-03-031-0/+8
|
* fixed some commentary.davygrvy2004-03-031-3/+3
|
* * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to servicedavygrvy2004-03-031-5/+15
| | | | | | | | "Asynchronous Procedure Calls" from its wait state. Only useful for extension authors who decide they might want to try "completion routines" with WriteFileEx(), as an example. From experience, I recommend that "completion ports" should be used instead as the execution of the callbacks are more managable.
* no messagedavygrvy2004-03-031-0/+5
|
* default environment variable for VC++ is %MSDevDir% not %MSVCDir%,davygrvy2004-03-031-2/+2
| | | | although vcvars32.bat sets both.
* update patchlevel to 8.5a1hobbs2004-03-0211-27/+43
|
* update HP-11 build libs setuphobbs2004-03-021-1/+7
|
* Update changes for 8.4.6 release.dgp2004-03-011-2/+12
|
* * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling ondgp2004-03-013-2/+6
| | | | | IRIX64-6.5* systems. [Bug 218561] * unix/configure: autoconf-2.57
* * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62dgp2004-03-014-4/+34
| | | | | | | | * 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
|
* removed 'the the' typosvincentdarley2004-02-283-7/+7
|
* test and documentation fixesvincentdarley2004-02-281-0/+7
|
* * macosx/Makefile: fixed copyright year in Tcl.framework Info.plistdas2004-02-262-2/+7
|
* * tests/basic.test: Made several tests more robust to thedgp2004-02-259-100/+168
| | | | | | | | | | * 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:
* Missed a pointer dereference in check for NULL. D'oh! [904307]dkf2004-02-252-2/+5
|
* Fix memleak with long hostnames. [Bug 888777]dkf2004-02-252-1/+8
|
* * win/tclWinDde.c: Removed some gcc warnings - except for thepatthoyts2004-02-252-5/+11
| | | | | -Wconversion warning for GetGlobalAtomName. gcc is just wrong about this.
* Regendkf2004-02-241-4/+4
|
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-2412-27/+1242
|
* Fix memleak. [Bug 902562]dkf2004-02-232-2/+7
|
* Fix memory leak on error pathdkf2004-02-212-2/+8
|
* no messagedavygrvy2004-02-211-0/+8
|
* (SocketThreadExitHandler): Don't call TerminateThread whendavygrvy2004-02-211-14/+5
| | | | | | | WaitForSingleObject returns a timeout. Tcl_Finalize called from DllMain will pause all threads. Trust that the thread will get the close notice at a later time if it does ever wake up before being cleaned up by the system anyway.
* changes through 8.4.6 releasedgp2004-02-202-2/+75
|
* * doc/tcltest.n:dgp2004-02-183-5/+13
| | | | | | * library/tcltest/tcltest.tcl: Changed -verbose default value to {body error} so that detailed information on unexpected errors in tests is provided by default, even after the fix for [Bug 725253]