Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/array.n: added documentation for trace-realted behaviour of | Miguel Sofer | 2004-03-28 | 2 | -1/+9 |
| | | | | 'array get' [Bug 449893] | ||||
* | a bit more detail in the changes file about new package versions | dgp | 2004-03-26 | 1 | -1/+3 |
| | |||||
* | * README: Bumped version number to 8.5a2 to | dgp | 2004-03-26 | 10 | -16/+28 |
| | | | | | | | | | | | * tools/tcl.wse.in: distinguish HEAD of CVS development * unix/configure.in: from the recent 8.5a1 release. * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.57 * win/configure: | ||||
* | fixed another volume-relative file normalization problem | vincentdarley | 2004-03-26 | 3 | -5/+28 |
| | |||||
* | fix to windows volume-relative path normalization | vincentdarley | 2004-03-26 | 3 | -5/+40 |
| | |||||
* | Silly bug found originally by Damon Courtney. [922752] | dkf | 2004-03-24 | 3 | -3/+16 |
| | |||||
* | Docfix. [Bug 921464] | dkf | 2004-03-23 | 2 | -3/+8 |
| | |||||
* | Added CONST to TclpGetTime declaration and `make genstubs` | dgp | 2004-03-19 | 2 | -5/+6 |
| | |||||
* | Include tclInt.h instead of tclPort.h to fix building on Solaris. | rmax | 2004-03-19 | 1 | -2/+2 |
| | |||||
* | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 9 | -22/+40 |
| | |||||
* | Fix breakage by making tclIntDecls.h #inc tclPort.h, as recommended by DGP. | dkf | 2004-03-19 | 2 | -1/+8 |
| | |||||
* | autoconf-2.57 | dgp | 2004-03-19 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | rmax | 2004-03-18 | 1 | -0/+17 |
| | |||||
* | * unix/tcl.m4: Removed -Wno-strict-aliasing. | rmax | 2004-03-18 | 1 | -1/+1 |
| | |||||
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 2 | -16/+13 |
| | | | | | | | | | | * generic/tclInt.h: but caused warnings related to * generic/tclInt.decls: strict aliasing with GCC 3.3. * generic/tclClock.c: * generic/tclDate.c: * generic/tclGetDate.y: * win/tclWinTime.c: * unix/tclUnixTime.c: | ||||
* | * generic/tclNamesp.c: Added temporary pointer variables to work | rmax | 2004-03-18 | 3 | -8/+19 |
| | | | | | * generic/tclStubLib.c: around warnings related to * unix/tclUnixChan.c: strict aliasing with GCC 3.3. | ||||
* | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 6 | -30/+23 |
| | | | | | | | | | | * generic/tclInt.h: but caused warnings related to * generic/tclInt.decls: strict aliasing with GCC 3.3. * generic/tclClock.c: * generic/tclDate.c: * generic/tclGetDate.y: * win/tclWinTime.c: * unix/tclUnixTime.c: | ||||
* | Reverted changes to tcltest so that it can still support Mac when | dgp | 2004-03-17 | 3 | -4/+8 |
| | | | | copied to Mac systems (only requires Tcl 8.3). | ||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -5/+1 |
| | |||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 140 | -33468/+433 |
| | |||||
* | Slightly better docs for [lsearch]'s advanced capabilities | dkf | 2004-03-17 | 2 | -1/+16 |
| | |||||
* | * doc/catch.n: Compiled [catch] no longer fails to catch syntax | dgp | 2004-03-16 | 3 | -22/+10 |
| | | | | | errors. Removed the claims in the documentation that it does. * doc/return.n: Updated example to use [dict merge]. | ||||
* | * unix/configure, unix/tcl.m4: add -Wno-strict-aliasing for GCC to | hobbs | 2004-03-16 | 3 | -2/+7 |
| | | | | suppress useless type puning warnings. | ||||
* | Formatting fix. [Bug 917171] | dkf | 2004-03-16 | 2 | -2/+6 |
| | |||||
* | no message | davygrvy | 2004-03-16 | 1 | -0/+9 |
| | |||||
* | * win/tclWinNotify.c: Fixed a mistake where the return value of | davygrvy | 2004-03-16 | 1 | -3/+2 |
| | | | | | | | | MsgWaitForMultipleObjectsEx for "a message is in the queue" wasn't accurate. I removed the check on the case result==(WAIT_OBJECT_0 + 1) This was having the error of falling into GetMessage and waiting there by accident, which wasn't alertable through Tcl_AlertNotifier. I'll do some more study on this and try to find-out why. | ||||
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 4 | -8/+139 |
| | |||||
* | * generic/tclGetDate.y (TclGetDate): Fix so that | Kevin B Kenny | 2004-03-10 | 4 | -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. | vbwagner | 2004-03-09 | 1 | -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 when | vbwagner | 2004-03-09 | 1 | -7/+1 |
| | | | | Waterloo TCP 32 is properly configured for actual version of DJGPP | ||||
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 16 | -35/+36 |
| | |||||
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -3/+6 |
| | |||||
* | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 3 | -2/+45 |
| | |||||
* | * generic/tclParse.c (TclParseInit): Modified TclParseInit so | dgp | 2004-03-08 | 3 | -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. | davygrvy | 2004-03-08 | 1 | -3/+3 |
| | |||||
* | some silly reformatting changes to remove useless whitespace. | davygrvy | 2004-03-08 | 1 | -4/+4 |
| | |||||
* | added a slot position for a project of my own. | davygrvy | 2004-03-08 | 1 | -1/+2 |
| | |||||
* | Checks MSDevDir, not MSVCDir envar. | davygrvy | 2004-03-08 | 1 | -2/+2 |
| | |||||
* | * win/configure: Regen. | mdejong | 2004-03-05 | 4 | -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 Kenny | 2004-03-05 | 2 | -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 Kenny | 2004-03-05 | 2 | -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 attributes | vbwagner | 2004-03-05 | 2 | -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 code | dgp | 2004-03-04 | 4 | -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. | patthoyts | 2004-03-04 | 2 | -3/+8 |
| | |||||
* | * generic/tclParse.c (InitParse): Factored the common code | dgp | 2004-03-04 | 2 | -45/+50 |
| | | | | for initializing a Tcl_Parse struct into one routine. | ||||
* | Added TIP #100 support to the registry package (patch #903831) | patthoyts | 2004-03-04 | 3 | -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] | dkf | 2004-03-04 | 2 | -6/+10 |
| | |||||
* | minor doc fixes for html conversioncore_8_5_a1 | hobbs | 2004-03-03 | 3 | -7/+7 |
| | |||||
* | whitespace mods | hobbs | 2004-03-03 | 1 | -5/+5 |
| | |||||
* | note TIP#124 changes | hobbs | 2004-03-03 | 1 | -1/+5 |
| |