summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merged 8.0 stub changes dev_8_1_stubs_branchstanton1999-03-1012-3745/+3753
* * generic/tcl.h: Moved Tcl_Mutex, etc. macros above the inclusionstanton1999-03-0916-1032/+986
* First pass at integrating stubs mechanism from 8.0.stanton1999-03-0830-811/+13287
* * README:stanton1999-02-121-4/+3
* * unix/mkLinks:stanton1999-02-1020-557/+624
* * generic/tclBasic.c:stanton1999-02-0116-69/+77
* Merged changes from Tcl 8.0.5b1stanton1999-01-292-4/+31
* * generic/tclUtil.c (Tcl_DStringSetLength): Changed so the bufferstanton1999-01-281-4/+22
* Removed function decls that were never used.rjohnson1998-12-242-18/+2
* Added RFE: 726 - a performance improvement to lsort -command supplied by Syd ...rjohnson1998-12-231-18/+36
* Minor change to Lock Declarations to use TCL_DECLARE_MUTEX macro,lfb1998-12-1220-83/+49
* lintstanton1998-12-111-2/+9
* lintstanton1998-12-111-3/+3
* lots of K&R C lintstanton1998-12-106-29/+34
* * Fixed lots of files that used TCL_THREAD instead of TCL_THREADS.stanton1998-12-1019-50/+69
* lintstanton1998-12-101-0/+14
* release lintstanton1998-12-103-37/+5
* * generic/regcomp.c (makescan): Fixed bug in longest match casestanton1998-12-091-18/+17
* lintstanton1998-12-091-2/+2
* * generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bugstanton1998-12-081-1/+15
* * generic/tclUtil.c (Tcl_StringMatch): Changed to match 8.0stanton1998-12-031-2/+4
* * generic/tclIO.c (WriteBytes, WriteChars): Fixed so extraneousstanton1998-12-031-20/+21
* Changed to 8.1b1 patchlevelwelch1998-12-031-5/+4
* * generic/regc_color.c (subcolor): Added check for error case tostanton1998-12-021-1/+3
* * generic/tclParse.c (Tcl_ParseCommand): Fixed bug in commentstanton1998-12-021-3/+6
* * generic/tclCmdAH.c (Tcl_EncodingObjCmd): Changed to avoid usingstanton1998-12-021-2/+10
* 8.0.4 mergewelch1998-12-021-2/+7
* lintstanton1998-12-021-3/+2
* Cleaned up some testsstanton1998-12-021-3/+13
* updated to reflect EvalObjv changestanton1998-12-021-2/+2
* fixed minor type conflictstanton1998-12-021-2/+2
* * generic/tclTest.c (TestevalobjvObjCmd): Updated for EvalObjvstanton1998-12-023-32/+122
* * generic/tclCompCmds.c (TclCompileForeachCmd): Fixed code thatstanton1998-12-011-12/+15
* * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed hang that occursstanton1998-12-014-23/+29
* moved ChangeLog entries to top levelstanton1998-11-241-60/+0
* * regexec.c: more performance tuning from Henry Spencer.stanton1998-11-242-4/+13
* lintstanton1998-11-181-5/+5
* * tclScan.c: moved "scan" implementation out of tclCmdMZ.c andstanton1998-11-182-15/+96
* lintstanton1998-11-181-1/+1
* * tclAlloc.c: changed so allocated memory is always 8-byte alignedstanton1998-11-181-2/+7
* integrated latest changes from Henry Spencer, mostly performance improvementsstanton1998-11-179-190/+362
* moved scan implementation into tclScan.cstanton1998-11-162-365/+1025
* lots of lintstanton1998-11-1129-97/+102
* merged 8.0.4 into 8.1stanton1998-11-119-41/+41
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-1116-2484/+2473
* fixed bug in initialization order, caught by Purifystanton1998-11-111-2/+2
* fixed "format" so it handles multibyte characters in %s with fieldstanton1998-11-101-4/+62
* * tclVar.c (TclGetIndexedScalar): Fixed bug 796, var name wasstanton1998-11-061-5/+7
* Merged Henry's latest changes to add support for character rangesstanton1998-11-047-96/+539
* fixed typo in includestanton1998-10-211-2/+2