summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixed problem with [string compare \x00 \x01] and hopefully sped thedkf2001-04-062-34/+108
* Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844]dkf2001-04-051-3/+3
* Restore support for pre-ANSI compilers.dgp2001-04-041-2/+3
* 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-041-1/+39
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-0410-207/+224
* * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 inhobbs2001-04-041-1/+2
* Typo in commentdgp2001-04-041-2/+2
* * generic/tcl.h:hobbs2001-04-021-3/+3
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtrhobbs2001-03-312-3/+5
* * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixeshobbs2001-03-311-3/+3
* * generic/tclTest.c (TestChannelCmd): added cast to mollifyhobbs2001-03-311-2/+2
* 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-03-306-6/+74
* * tests/regexp.test (regexp-19.1):hobbs2001-03-281-3/+4
* Correction to patch from 2001-01-18dgp2001-03-261-3/+3
* * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString.hobbs2001-03-241-1/+3
* * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval ofhobbs2001-03-241-2/+9
* Made [unset] command behave as documented when no arguments present.dkf2001-03-131-2/+8
* A missing return was causing memory corruption in [string map].dkf2001-03-131-1/+2
* Added some casts to ClientData that are apparently needed on somedkf2001-03-131-5/+5
* Fixed two faults with [unset -nocomplain]; one with a possible overrundkf2001-03-061-11/+17
* Fixed bug that could leave saved data for [info level] pointing intodkf2001-03-021-10/+34
* [split $string ""] now shares character strings in the resulting list,dkf2001-02-161-2/+21
* 2000-01-30 Don Porter <dgp@users.sourceforge.net>dgp2001-01-301-11/+14