summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h (attemptckalloc): Fixed typo for #define ofericm2000-12-082-3/+124
* * generic/tcl.h: added note about need to updatedhobbs2000-12-071-2/+3
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-241-1/+7
* Now correctly test for (and fix) Bug #119082.dkf2000-11-243-10/+78
* Fixed memory leak from Bug #119398dkf2000-11-231-5/+2
* Finally fixed bug 119192. This was a real nasty that was hidden bydkf2000-11-171-24/+15
* * generic/tclVar.c (TclLookupVar): reverted fix below as it brokehobbs2000-11-151-9/+9
* Fixed bug 119192 which was causing variable names to be reporteddkf2000-11-151-9/+9
* safety check on setting mainLoopProc to NULLhobbs2000-11-031-1/+2
* corrected pointer reference to mainLoopProc executionhobbs2000-11-031-3/+3
* moved Tcl_GetThreadData call after Tcl_FindExecutablehobbs2000-11-031-3/+3
* * generic/tclStubInit.c:hobbs2000-11-035-18/+271
* Added some more comments and a missing Tcl_IncrRefCount indavidg2000-11-021-1/+13
* 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-11-021-1/+11
* minor cast changeshobbs2000-11-021-5/+5
* * tests/subst.test: added tests for non-zero return code handlinghobbs2000-11-011-6/+42
* * generic/tclVar.c (TclVarTraceExists): Corrected excessive memhobbs2000-11-011-18/+17
* * generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around codehobbs2000-10-281-90/+18
* * generic/tclIO.c (CloseChannel): the statePtr for a channel washobbs2000-10-271-2/+5
* * library/tcltest1.0/tcltest2.tcl:jenn2000-10-191-3/+2
* * tests/cmdAH.test: extra tests for 'file channels' that includehobbs2000-10-061-8/+28
* * generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define tohobbs2000-09-291-3/+3
* up-port of the stacked channel implementation rewrite in 8.3.2 tohobbs2000-09-2810-1912/+4478
* * library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0.jenn2000-09-201-1/+2
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, allericm2000-09-201-1/+2
* * tests/cmdIL.test: Added a test for fix for [Bug: 6212].ericm2000-09-171-2/+1
* * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc.ericm2000-09-146-59/+288
* * README:hobbs2000-09-061-3/+3
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT tohobbs2000-09-061-5/+30
* * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixedhobbs2000-09-061-13/+32
* * generic/tclHash.c: fixed pedantic warning of incorrectly placedhobbs2000-09-061-3/+3
* * generic/tclStringObj.c: Applied patch from Gerhard Hintermayerericm2000-08-301-25/+90
* * tests/trace.test: Extended array tracing tests.ericm2000-08-251-2/+3
* * doc/trace.n: Updated documentation for new syntax; flagged oldericm2000-08-258-184/+1145
* Added check for non-arrays for [array statistics].ericm2000-08-211-1/+6
* 2000-08-19 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-08-201-1/+10
* Fixed comment.ericm2000-08-181-3/+2
* * win/makefile.vc:ericm2000-08-151-1/+8
* * generic/tclEnv.c (TclUnsetEnv): Changed declaration of lengthericm2000-08-111-2/+2
* 2000-08-10 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-08-102-16/+17
* * tests/indexObj.test: Added tests using the [testwrongnumargs]ericm2000-08-072-4/+72
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-262-10/+6
* no messagedavidg2000-07-262-6/+16
* Thread-safe rewrite for the Tcl_Async* commands.davidg2000-07-261-54/+82
* * generic/tclVar.c (CallTraces): Added check for VAR_TRACE_ACTIVEericm2000-07-251-2/+2
* * generic/tclStubInit.c:ericm2000-07-227-653/+1115
* * generic/tclStubInit.c:ericm2000-07-207-1115/+653
* * generic/tclStubInit.c:ericm2000-07-197-653/+1115
* * doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys inericm2000-06-242-10/+259
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): addedhobbs2000-06-061-1/+5