summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tests/clock.test: added clock-9.1hobbs2002-05-293-9/+10
* * generic/tclThreadAlloc.c (TclpRealloc, TclpFree): protecthobbs2002-05-291-26/+32
* load cleanup in vfsvincentdarley2002-05-281-7/+56
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-271-3/+3
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-246-90/+298
* * generic/tclInt.h: added prototype for TclpFilesystemPathType().das2002-05-201-1/+3
* memory cleanupvincentdarley2002-05-142-12/+20
* memory cleanupvincentdarley2002-05-133-4/+63
* commentvincentdarley2002-05-131-3/+5
* fix to bug 553320vincentdarley2002-05-071-2/+9
* fix to 551306vincentdarley2002-05-022-37/+51
* Hex values on 64-bit machines can be booleans too! [Bug 548686]dkf2002-04-261-3/+25
* * generic/tclInt.h: corrected TclRememberJoinableThread decl tohobbs2002-04-241-2/+2
* noted that this code isn't needed on unixhobbs2002-04-241-2/+6
* * generic/tclAlloc.c:hobbs2002-04-233-2/+954
* cleanup of testfilesystem commandhobbs2002-04-231-19/+11
* * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister):hobbs2002-04-231-10/+13
* generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZEhobbs2002-04-231-3/+4
* * Free the memory allocated for thedgp2002-04-201-2/+3
* 2002-04-20 Daniel Steffen <das@users.sourceforge.net>das2002-04-193-3/+16
* list/string indexes don't destroy wide int rep [Bug #526717]dkf2002-04-191-48/+80
* [Bug 545325 ] info level didn't report namespace eval.Miguel Sofer2002-04-181-4/+6
* Fixed Bug #545644; [info body] always gives a proper string now!dkf2002-04-181-1/+8
* Partial resolution of Bug #536831; the comment is a bit clearer!dkf2002-04-181-2/+10
* fix for [Bug #542588], where "too large integers" were reported asMiguel Sofer2002-04-181-12/+20
* * generic/tclEncoding.c (EscapeFromUtfProc):hobbs2002-04-182-34/+81
* Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ...Miguel Sofer2002-04-151-24/+23
* made bytecodes check for a catch before returning; the compiled [return] is o...Miguel Sofer2002-04-151-10/+12
* * generic/tclNotify.c (TclFinalizeNotifier): remove remaininghobbs2002-04-121-1/+12
* * generic/tclParse.c (Tcl_ParseVar): conditionally incr objhobbs2002-04-121-2/+10
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-1/+5
* * Corrected [subst] so that return codesdgp2002-04-051-3/+9
* tilde expansion cache-clearingvincentdarley2002-04-032-21/+37
* * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc)hobbs2002-03-291-13/+23
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-293-36/+42
* * Refactored CallTraces to collect repeateddgp2002-03-291-257/+124
* passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],Miguel Sofer2002-03-271-2/+3
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+11
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-251-2/+4
* fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv).Miguel Sofer2002-03-241-27/+34
* fixed typo and compiler warning in last commit; all tests now pass on unixvincentdarley2002-03-241-2/+2
* 4 fs fixesvincentdarley2002-03-245-52/+83
* fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) toMiguel Sofer2002-03-222-66/+19
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-2011-74/+79
* Fixed buffer overrun reported in 530320; luckily it is not likely todkf2002-03-151-3/+4
* * generic/tclEncoding.c: Fix typo in comment.mdejong2002-03-112-18/+20
* * Added the [interp recursionlimit] command todgp2002-03-072-53/+91
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-061-3/+3
* tclInt.h: restoring correct operation ordering in TclDecrRefCountMiguel Sofer2002-03-061-13/+13
* TIP#81 implementation, tests and docsdkf2002-03-061-142/+252