summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which faileddgp2004-11-151-87/+36
* * generic/tclEncoding.c (TableFromUtfProc): correct crashhobbs2004-11-121-2/+13
* * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-112-17/+12
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-13/+54
* Make [info globals ::foo] work. [Bug 1057461]dkf2004-10-311-2/+10
* removed erroneous comment [Bug 1029518]Miguel Sofer2004-10-301-7/+1
* * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-282-4/+4
* * README: Bumped patch level to 8.4.8 to preparedgp2004-10-281-3/+3
* added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-283-15/+16
* * tests/socket.test (socket-13.1): Balanced [makeFile] anddgp2004-10-281-1/+2
* backport fixes for 868489 and 1026125Kevin B Kenny2004-10-272-53/+15
* * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-261-2/+2
* make genstubsdkf2004-10-142-2/+70
* Speed up [info <thing> <simplePattern>]dkf2004-10-143-53/+206
* * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021dgp2004-10-051-19/+1
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-303-40/+39
* fix for buffer overflow in [subst], [Bug 1036649]Miguel Sofer2004-09-291-1/+11
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-7/+76
* * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returningdgp2004-09-141-2/+2
* 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-101-24/+149
* Fix [Bug 1025359] to make sure wide seeks don't lose errorsdkf2004-09-101-5/+5
* * generic/tcl.h: Micro formatting fixes.andreas_kupries2004-09-102-6/+6
* * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolveddgp2004-09-101-12/+8
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-1/+15
* Also corrected faulty prevention of [namespace import] cycles.dgp2004-09-091-21/+27
* * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faultydgp2004-09-091-45/+78
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-14/+4
* Fix crash in [string map] when objects are shared. [Bug 1018562]dkf2004-08-301-5/+21
* Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011...dkf2004-08-191-10/+5
* fix for [Bug 1008314]Miguel Sofer2004-08-162-6/+48
* * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalizedgp2004-07-301-24/+24
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline onlydgp2004-07-281-3/+5
* * generic/tclThreadAlloc.c: Moved the tclInt.h include to providepatthoyts2004-07-251-4/+4
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-213-4/+67
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in theandreas_kupries2004-07-161-3/+3
* Added new fix for the Tcl Bug #770053. Now we conditionaly performvasiljevic2004-07-151-2/+14
* * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set inandreas_kupries2004-07-152-2/+58
* * generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to theandreas_kupries2004-07-151-2/+2
* Remoevd initialization of TSD for the new thread in NewThreadProc()vasiljevic2004-07-151-10/+1
* Backout of changes to fix the Tcl Bug #770053.vasiljevic2004-07-151-2/+7
* * README, generic/tcl.h, tools/tcl.wse.in: bumped tohobbs2004-07-131-3/+3
* Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURNvasiljevic2004-07-131-1/+3
* added support for wide integers to round(); [Bug 908375], reported byMiguel Sofer2004-07-031-39/+37
* * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a specialhobbs2004-07-021-15/+36
* * generic/regcomp.c (stid): correct minor pointer size errorhobbs2004-07-021-2/+2
* Corrected Tcl Bug #770053vasiljevic2004-06-222-4/+99
* * generic/tclDecls.h: Regenerated on a unix box.andreas_kupries2004-06-105-7236/+7236
* Partialy fixed Bug #932314vasiljevic2004-06-101-6/+14