summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 2004-11-02 Don Porter <dgp@users.sourceforge.net>dgp2004-11-023-5/+74
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-023-14/+63
* Add synopsis for Tcl_GetChannelMode. [Bug 1058446]dkf2004-11-022-2/+9
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-313-3/+21
* removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-302-7/+6
* * library/tcltest/tcltest.tcl: Correct reaction to errors in thedgp2004-10-303-5/+13
* * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-285-8/+17
* * README: Bumped patch level to 8.4.8 to preparedgp2004-10-2810-16/+29
* added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-286-25/+37
* D'oh!dgp2004-10-281-2/+2
* * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-283-12/+16
* * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-2812-302/+325
* fixed format-19.1 for 64 bit machinesKevin B Kenny2004-10-271-3/+3
* backport fixes for 868489 and 1026125Kevin B Kenny2004-10-274-54/+33
* Finished user-level documentation backportdkf2004-10-2714-71/+276
* Yet more doc update backportingdkf2004-10-2734-311/+772
* More doc fix backportingdkf2004-10-2730-216/+743
* Backport many doc fixesdkf2004-10-2721-105/+463
* * tests/subst.test (subst-12.3-5): More tests for Bug 1036649.dgp2004-10-262-2/+10
* reversed expected result from subst-12.3 to match Tcl 7.6 behavior.dgp2004-10-261-2/+2
* * tests/subst.test (subst-12.3,4): More tests for Bug 1036649.dgp2004-10-262-3/+19
* * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-269-19/+155
* whitespace changeshobbs2004-10-231-14/+14
* make genstubsdkf2004-10-142-2/+70
* Speed up [info <thing> <simplePattern>]dkf2004-10-144-53/+213
* * win/tclWinFile.c (NativeIsExec): correct result of 'filehobbs2004-10-082-10/+18
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-052-20/+7
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-306-42/+82
* * tests/subst.test (12.2): test correction.Miguel Sofer2004-09-302-2/+6
* fix for buffer overflow in [subst], [Bug 1036649]Miguel Sofer2004-09-293-2/+35
* * unix/dltest/Makefile.in (clean): Fixup make cleanmdejong2004-09-232-2/+13
* Some tests were non-portable, alas.dkf2004-09-191-2/+2
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-183-8/+93
* * tests/load.test (load-2.3): adopted fix for failure on darwindas2004-09-142-3/+9
* * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returningdgp2004-09-142-2/+7
* Minor mods to latest commit to correct bugs and compiler warnings ondgp2004-09-101-7/+9
* One less crazy long/wide aunt in the attic... [Bug 868489]dkf2004-09-103-25/+220
* Fix [Bug 1025359] to make sure wide seeks don't lose errorsdkf2004-09-102-5/+10
* * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-103-6/+12
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-102-12/+18
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-102-1/+22
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-093-22/+74
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-093-46/+199
* * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-083-5/+22
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-072-14/+11
* Clarify meaning of [lsearch -dictionary]dkf2004-09-022-3/+10
* * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-012-3/+13
* WIN64 correctionshobbs2004-09-012-9/+17
* Fix crash in [string map] when objects are shared. [Bug 1018562]dkf2004-08-303-6/+31