Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin | dgp | 2004-04-06 | 2 | -2/+9 |
| | | | | systems is utf-8. Thanks to Steven Abner (tauvan). [Bug 928808] | ||||
* | root interacts badly with access(...,X_OK) [Bug 929892] | dkf | 2004-04-06 | 2 | -2/+8 |
| | |||||
* | add thanks | dgp | 2004-04-02 | 1 | -1/+1 |
| | |||||
* | * generic/tclCompile.c: | Miguel Sofer | 2004-04-02 | 3 | -21/+29 |
| | | | | | * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, replaced by the static macro ALIGN() in tclCompile.c [Bug 926445] | ||||
* | * generic/tclCompile.h: removed redundant #ifdef _TCLINT | Miguel Sofer | 2004-04-02 | 2 | -3/+6 |
| | | | | [Bug 928415], reported by tauvan. | ||||
* | * tests/tcltest.test: Corrected constraint typos: "nonRoot" -> | dgp | 2004-04-02 | 2 | -4/+9 |
| | | | | "notRoot". [Bug 928353] | ||||
* | * generic/tclInt.h: Removed obsolete tclBlockTime* declarations. | dgp | 2004-04-01 | 2 | -3/+6 |
| | | | | [Bug 926454] | ||||
* | cross-filesystem boundary glob fix | vincentdarley | 2004-04-01 | 2 | -2/+26 |
| | |||||
* | date fix | dgp | 2004-03-31 | 1 | -1/+1 |
| | |||||
* | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] | dgp | 2004-03-31 | 2 | -11/+25 |
| | | | | | | | | | | | | | | * library/msgcat/msgcat.tcl: Updated internals to make use of [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. [Patch 875055, RFE 811459] Corrected [mcset] to be able to successfully set a translation to the empty string. [mcset $loc $src {}] was incorrectly set the $loc translation of $src back to $src. Also changed [ConvertLocale] to minimally require a non-empty "language" part in the locale value. If not, an error raised prompts [Init] to keep looking for a valid locale value, or ultimately fall back on the "C" locale. [Bug 811461]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.4.1. | ||||
* | Add comment for TCL_TOKEN_EXPAND_WORD flag | dgp | 2004-03-31 | 1 | -1/+6 |
| | |||||
* | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457] | dgp | 2004-03-31 | 2 | -3/+4 |
| | |||||
* | * library/msgcat/msgcat.tcl: Updated internals to make use of | dgp | 2004-03-31 | 3 | -36/+61 |
| | | | | | | | * library/msgcat/pkgIndex.tcl: [dict]s to store message catalog data and to use [source -encoding utf-8] to access catalog files. Thanks to Michael Sclenker. Also corrects bug to allow translation to an empty string. Bump to msgcat 1.4.1. [Patch 875055] | ||||
* | More hash function cleaning up. | dkf | 2004-03-30 | 3 | -10/+9 |
| | |||||
* | Fixed object hashing bozo-ness. The code as it stood looked like a | dkf | 2004-03-30 | 2 | -28/+24 |
| | | | | | cargo-cult hangover from the hashing code in tclHash.c, but this looks almost identical to that used for literals (which is fast.) | ||||
* | * generic/tclExecute.c (TEBC): reverting to the previous method | Miguel Sofer | 2004-03-30 | 2 | -14/+42 |
| | | | | | for async tests in TEBC, as the new method turned out to be too costly. Async tests now run every 64 instructions. | ||||
* | * generic/tclCompile.c: New instruction code INST_START_CMD | Miguel Sofer | 2004-03-30 | 7 | -42/+97 |
| | | | | | | | | | * 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. | ||||
* | Corrected case: Filesystem.h -> FileSystem.h | dgp | 2004-03-30 | 1 | -2/+2 |
| | |||||
* | fix to glob with volume relative paths, bug 898238 | vincentdarley | 2004-03-30 | 5 | -8/+100 |
| | |||||
* | fix to Tcl bug 918320 | vincentdarley | 2004-03-30 | 3 | -20/+45 |
| | |||||
* | overlooked update to tests. | dgp | 2004-03-29 | 2 | -6/+6 |
| | |||||
* | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only to | dgp | 2004-03-29 | 2 | -17/+23 |
| | | | | | incomplete scripts as part of multi-line script construction. Do not add an extra trailing newline to the complete script. [Bug 833150] | ||||
* | Changelog fix | Miguel Sofer | 2004-03-29 | 1 | -1/+1 |
| | |||||
* | * generic/tclCompile.c (TclCompileScript): corrected possible | Miguel Sofer | 2004-03-29 | 2 | -3/+10 |
| | | | | | segfault when a compilation returns TCL_OUTLINE_COMPILE after having grown the compile environment. | ||||
* | * 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. |