summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Re-commit after a `make genstubs` on a unix system, to restore unix line endingsdgp2004-06-075-9505/+9505
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-057-9498/+9519
* * generic/tcl.h: Restored #include <stdio.h> to tcl.h,dgp2004-06-041-1/+12
* * generic/tclIO.c (Tcl_SetChannelOption): Took out the rangedavygrvy2004-06-011-9/+1
* * generic/tclIO.c (Tcl_SetChannelOption): Invalid settingsdavygrvy2004-06-011-3/+14
* Limits documentation and style improvementsdkf2004-05-303-46/+496
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-272-2/+12
* * generic/tclExecute.c:Miguel Sofer2004-05-272-7/+9
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-275-26/+36
* Prototype fix for [Bug 960410] that tries to move hash table cleanup somewheredkf2004-05-251-9/+12
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-252-17/+22
* Finish fixing comments for [Bug 848440]dkf2004-05-252-5/+6
* * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT tohobbs2004-05-251-2/+3
* Fixed [Bug 959193] which is apparently a word-size issue.dkf2004-05-241-2/+2
* Fix in commentsMiguel Sofer2004-05-231-10/+7
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-232-18/+23
* * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for newMiguel Sofer2004-05-221-12/+30
* * generic/tclVar.c: fix for [Bug 735335]. The use ofMiguel Sofer2004-05-221-21/+24
* One more fix; this time it really does let this file build...dkf2004-05-211-9/+15
* Make TCL_COMPILE_DEBUG path through TEBC work...dkf2004-05-211-7/+7
* Variables should only ever be declarated at the start of a block...dkf2004-05-211-3/+3
* 2004-05-21 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2004-05-211-1114/+1275
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-203-4/+91
* Enable a test of limiting tight loops.dkf2004-05-191-3/+3
* * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem asandreas_kupries2004-05-192-7/+106
* fix to 'file dirname' and to fs refCount documentationvincentdarley2004-05-191-3/+28
* Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.dkf2004-05-191-1/+35
* 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