summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): addedhobbs2000-06-061-1/+5
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Correctedhobbs2000-06-061-2/+6
* Comment typo correction.ericm2000-06-051-2/+2
* * tests/set-old.test:hobbs2000-06-011-7/+23
* * generic/tclVar.c (Tcl_ArrayObjCmd): Added support for regexp andericm2000-05-311-6/+37
* * tests/info.test:hobbs2000-05-272-7/+22
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-265-230/+456
* * generic/tclStringObj.c (Tcl_AppendUnicodeToObj): removed dead code.hobbs2000-05-261-22/+9
* * generic/tclInt.h:hobbs2000-05-262-2/+22
* * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): reworked to operate inhobbs2000-05-261-282/+253
* * generic/tclInt.h: Added function prototypes forericm2000-05-235-8/+311
* * generic/tclEnv.c: cast cleanup [Bug: 5624]hobbs2000-05-221-2/+3
* * generic/tclTest.c:hobbs2000-05-196-1192/+1227
* * tests/clock.test: Added test for "2 days 2 hours ago" styleericm2000-05-182-78/+85
* * generic/tclClock.c (FormatClock): correct code to handle localehobbs2000-05-181-3/+12
* * generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines forhobbs2000-05-111-3/+3
* * doc/namespace.n:hobbs2000-05-111-9/+64
* * doc/source.n:hobbs2000-05-111-1/+7
* * tests/lsearch.test:ericm2000-05-091-31/+218
* * doc/expr.n:hobbs2000-05-094-12/+104
* * generic/tclCmdIL.c (Tcl_LinsertObjCmd): made use ofhobbs2000-05-081-75/+56
* lint chan = NULL inithobbs2000-05-081-2/+2
* * generic/tclObj.c (Tcl_DuplicateObj): simplified code to callhobbs2000-05-081-10/+2
* minor comment correctionhobbs2000-05-081-2/+2
* removed unreferenced varhobbs2000-05-081-2/+1
* * doc/Utf.3:hobbs2000-05-085-148/+292
* * tests/set-old.test:ericm2000-05-081-4/+19
* 2000-05-06 Andreas Kupries <a.kupries@westend.com>kupries2000-05-061-21/+22
* * README:hobbs2000-05-031-7/+7
* * tests/compile.test:hobbs2000-05-031-10/+23
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-027-99/+838
* * doc/memory.n: Man page for Tcl "memory" command, which isericm2000-04-271-22/+55
* * generic/tclAlloc.c: wrapped caddr_t define to not be done on Unixhobbs2000-04-211-1/+6
* * generic/tclFileName.c (SplitUnixPath): added support for QNXhobbs2000-04-191-1/+14
* * README:hobbs2000-04-192-5/+21
* * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath tohobbs2000-04-181-22/+30
* Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPEwelch2000-04-172-15/+27
* * generic/tclBasic.c (Tcl_GetVersion): adjusted use of major/minorhobbs2000-04-151-11/+11
* removed __stdcall decl for WIN32 case on ThreadCreatehobbs2000-04-131-3/+1
* Fixed Tcl_CreateThreadProc declarationwelch2000-04-101-1/+3
* * win/tclWinPipe.c (TclpCreateTempFile): Added conversion ofericm2000-04-101-3/+27
* * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProchobbs2000-04-101-3/+1
* * generic/tclBasic.c (Tcl_SetCommandInfo): comment fixhobbs2000-04-101-2/+2
* 2000-04-08 Andreas Kupries <a.kupries@westend.com>kupries2000-04-096-15/+47
* 2000-04-05 Andreas Kupries <a.kupries@westend.com>kupries2000-04-051-1/+2
* Fixed compilation w/out TCL_THREADSwelch2000-04-053-15/+29
* 2000-04-03 Andreas Kupries <a.kupries@westend.com>kupries2000-04-048-20/+41
* * generic/tclCmdIL.c (InfoVarsCmd): checked for non-NULL procPtrhobbs2000-04-041-2/+2
* * generic/tclGet.c (Tcl_GetDouble): Added additional conditions toericm2000-03-311-2/+3
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Added commentshobbs2000-03-315-19/+28