summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* vfs, winfs testsuitevincentdarley2002-06-137-19/+93
* fixed [Bug 568123]Miguel Sofer2002-06-121-2/+2
* fs clarification and windows fixesvincentdarley2002-06-123-25/+58
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-114-139/+14
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-114-8/+188
* generic/tclExecute.c: optimised algorithm for exception range lookupMiguel Sofer2002-06-111-15/+24
* fs fixed commitvincentdarley2002-06-101-3/+3
* small fs fixesvincentdarley2002-06-101-11/+43
* Cleaned up inclusion of float.h; that's really tcl<platform>Port.h's jobdkf2002-06-071-25/+38
* * unix/tclUnixThrd.c (TclpReaddir, TclpLocaltime, TclpGmtime):das2002-06-061-1/+7
* * generic/tclFileName.c (TclGlob): mac specific fix todas2002-06-051-2/+12
* reverting an accidental modification in the last commit.Miguel Sofer2002-06-031-61/+1
* clarify the empty variable name issue ([Bug 549285])Miguel Sofer2002-06-031-1/+61
* * Removed internal routinedgp2002-05-312-63/+2
* cleanup in [expr] compilerMiguel Sofer2002-05-303-71/+3
* glob fixesvincentdarley2002-05-301-28/+62
* * unix/configure: regen'edhobbs2002-05-302-11/+11
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP):hobbs2002-05-302-15/+13
* * Removed "dummy" reference to Tcl_LinkVar.dgp2002-05-291-11/+1
* Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()isdkf2002-05-294-9/+33
* * generic/tclInt.decls:hobbs2002-05-296-153/+193
* * generic/tclCompCmds.c (TclCompileStringCmd): removed errorhobbs2002-05-291-7/+1
* * 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