summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-179-650/+1471
* generic/tclCmdMZ.c: made use of new Tcl_GetUnicodeFromObjhobbs2001-05-171-62/+60
* * generic/tcl.decls:hobbs2001-05-154-4/+76
* * generic/tclFileName.c (ExtractWinRoot): corrected ABR errorhobbs2001-05-151-12/+11
* Patch from [Bug: 231259]Miguel Sofer2001-05-152-7/+20
* Negative start index to [string first] caused offset return value (Bug 423581)dkf2001-05-141-1/+7
* rand() gets != seeds in != threads [Bug 416643]Miguel Sofer2001-05-071-2/+8
* Patch for bug #420507Miguel Sofer2001-05-031-2/+2
* Added several missing CONSTs in calls to TclGetNamespaceForQualNameKevin B Kenny2001-04-276-19/+24
* Added a bunch of missing CONST declarations to stop warnings aboutdkf2001-04-252-11/+15
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-249-111/+119
* Recognise the non-numeric boolean literals (true,false,yes,no,on,off.)dkf2001-04-091-3/+47
* Avoid panic when there are extra items in the tcl stackMiguel Sofer2001-04-071-3/+7
* Corrected behaviour of [namespace code] (bug #219385, patch #403530)Miguel Sofer2001-04-071-4/+8