summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Stop a compiler warning.dkf2004-05-181-1/+2
* Tests of limit-exceeded callbacks and make sure that those callbacks can removedkf2004-05-181-3/+6
* * generic/tclExecute.c (TclExecuteByteCode): added comments toMiguel Sofer2004-05-181-21/+56
* Improved TIP#143 tests and now track the number of bytecoded commands better.dkf2004-05-171-2/+3
* (FIXED PATCH)Miguel Sofer2004-05-171-12/+12
* oops ... reverting last (buggy) commitMiguel Sofer2004-05-171-10/+12
* * generic/tclExecute.c (TclExecuteByteCode): remove one level ofMiguel Sofer2004-05-171-12/+10
* * generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restoredMiguel Sofer2004-05-161-1/+3
* * generic/tclBasic.c (Tcl_DeleteInterp):Miguel Sofer2004-05-162-4/+12
* * generic/tclCompile.h:Miguel Sofer2004-05-163-198/+154
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-145-24/+57
* * generic/tclExecute.h:Miguel Sofer2004-05-142-252/+76
* Very minor updates to comments/whitespacedkf2004-05-133-4/+6
* Regendkf2004-05-132-2/+184
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-1311-56/+1286
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-131-132/+358
* Optimisations for INST_START_CMD [Bug 926164].Miguel Sofer2004-05-122-38/+55
* fix to some compiler warningsvincentdarley2004-05-082-4/+8
* * generic/tclEncoding.c:rmax2004-05-071-5/+131
* vfs glob root volume fixvincentdarley2004-05-073-15/+85
* * generic/tclInt.h:Miguel Sofer2004-05-062-52/+46
* (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved todavygrvy2004-05-051-2/+2
* * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp2004-05-043-7/+7
* Remove accidental check-in of TIP#143 code. D'oh!dkf2004-05-041-7/+1
* Suppress a signed-ness warning.dkf2004-05-041-4/+9
* * generic/tclProc.c (TclCreateProc): comments corrected.Miguel Sofer2004-05-041-22/+12
* slight improvement to last commitMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c (TclCompileScript): setting the compilationMiguel Sofer2004-05-041-7/+7
* * generic/tclCompile.c:Miguel Sofer2004-05-032-23/+26
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-4/+22
* * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp2004-04-302-10/+5
* * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) Kevin B Kenny2004-04-301-2/+4
* * doc/global.n:Miguel Sofer2004-04-281-1/+25
* * generic/tcl.h: Removed obsolete declarations and #include's.dgp2004-04-252-9/+2
* * generic/tclPort.h:das2004-04-241-3/+3
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
* fix to two filesystem bugs: more consistent file separator proc and correct T...vincentdarley2004-04-232-6/+21
* * generic/tclInt.h:davygrvy2004-04-233-7/+8
* TclSetLibraryPath's use of caching the stringrep of the pathPtr object todavygrvy2004-04-231-3/+15
* Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystemdavygrvy2004-04-201-1/+2
* Corrected "short circuit" conversion of int to double. Reported by Kevin B Kenny2004-04-191-1/+2
* Fix minor fault in [clock clicks] error message.dkf2004-04-151-2/+2
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-072-25/+39
* fix to comment (bug 931148)vincentdarley2004-04-071-4/+4
* Patch 922727 committed. Implements three changes:dgp2004-04-061-20/+0
* Patch 922727 committed. Implements three changes:dgp2004-04-0647-109/+59
* * generic/tclCompile.c:Miguel Sofer2004-04-022-21/+23
* * generic/tclCompile.h: removed redundant #ifdef _TCLINTMiguel Sofer2004-04-021-3/+1
* * generic/tclInt.h: Removed obsolete tclBlockTime* declarations.dgp2004-04-011-3/+1
* cross-filesystem boundary glob fixvincentdarley2004-04-011-2/+19