summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclIndexObj.c: fixed some casting problems that upsethobbs2001-08-301-5/+5
* * Silence warning from Sun compiler. [Bug 454374]dgp2001-08-301-2/+2
* allow cached fully-qualified command names to be usable from differentMiguel Sofer2001-08-301-1/+19
* filesystemvincentdarley2001-08-3010-557/+287
* * generic/tclAsync.c:davygrvy2001-08-303-5/+32
* * generic/tclCompCmds.c (TclPushVarName): noted 'static' defn.hobbs2001-08-281-2/+2
* * tests/stringComp.test: added string-1.3hobbs2001-08-251-2/+3
* corrected minor compiler warningshobbs2001-08-232-21/+14
* fs updatevincentdarley2001-08-2312-585/+1391
* Fixed annoying fault in [binary format] on 64-bit architectures.dkf2001-08-231-3/+3
* Fixed overagressive compilation of [catch], [Bug #219184]Miguel Sofer2001-08-221-4/+21
* use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564]Miguel Sofer2001-08-141-2/+2
* vfs-related fixesvincentdarley2001-08-112-4/+18
* insure that [array] traces work for undefined vars [bug: 449094]Miguel Sofer2001-08-101-8/+14
* Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-3/+3
* * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl stylehobbs2001-08-072-34/+33
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd):hobbs2001-08-071-12/+18
* 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-061-4/+6
* * [package forget] now forgets all of thedgp2001-08-061-2/+2
* * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): correctedhobbs2001-08-021-21/+23
* * generic/tclPlatDecls.h:mdejong2001-08-021-25/+7
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-3121-1029/+5842
* * generic/tclPlatDecls.h: Define TCHAR by includingmdejong2001-07-191-7/+25
* 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-181-1/+25
* 2001-07-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-07-171-2/+16
* * generic/tcl.h: Define __WIN32__ whenmdejong2001-07-172-5/+7
* * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macroshobbs2001-07-161-17/+1
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-125-76/+167
* * tests/var.test:hobbs2001-07-041-1/+6
* * generic/tclExecute.c (TclExecuteByteCode): added TCL_TRACE_READShobbs2001-07-031-15/+9
* * generic/tclVar.c (Tcl_GetVar2Ex): added ability to recognizehobbs2001-07-031-17/+64
* * tests/util.test: added util-4.6hobbs2001-07-031-5/+5
* Correction to faulty patch for bug #231259Miguel Sofer2001-06-281-2/+2
* * generic/tclInt.h:hobbs2001-06-282-3/+45
* * tests/subst.test:hobbs2001-06-281-6/+17
* * generic/tclCmdIL.c (InfoProcsCmd): fixed potential mem leak inhobbs2001-06-281-9/+9
* * generic/tclCompCmds.c (TclCompileStringCmd): fixed mem leak whenhobbs2001-06-281-1/+2
* * generic/tclInt.decls:dgp2001-06-175-16/+19
* Fix for bug #219232 (submatch errors with regexp -all -inline -indices)dkf2001-06-121-2/+6
* * generic/tcl.h:dgp2001-06-087-57/+37
* * generic/tclUtil.c (Tcl_DStringAppendElement): patch to save anhobbs2001-06-041-4/+6
* Added casts to stop warnings with SUNWspro cc on Solaris8.dkf2001-05-311-3/+3
* Changes from TIP#15 "Functions to List and Detail Math Functions"dkf2001-05-305-7/+204
* minor comment changeshobbs2001-05-281-2/+3
* * generic/regc_locale.c: updated character class range data forhobbs2001-05-282-547/+910
* [Patch #424851]: Faster array searching & obj cleanupMiguel Sofer2001-05-265-50/+130
* * generic/tclObj.c (TclAllocateFreeObjects): simplifiedhobbs2001-05-231-40/+22
* removed unnecessary Tcl_DuplicateObj in generic/tclExecute.cMiguel Sofer2001-05-221-2/+2
* * generic/tclRegexp.c (Tcl_RegExpExecObj): added use ofhobbs2001-05-211-3/+2
* * Note that "tclbench" (see project "tcllib") was extended withandreas_kupries2001-05-191-22/+172