summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Added Tcl_SetNotifier and associated typedef.welch1999-07-022-2/+52
* Call TclStat instead of TclpStat in order to allow theredman1999-07-012-13/+13
* Add TclHandle functions to the internal stub table.redman1999-06-304-3291/+51
* Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannelwelch1999-06-305-18/+371
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-1/+10
* Documented 2 more files that need to be updated when the Tcl versionwart1999-06-281-1/+3
* Export functions for TclHandleredman1999-06-261-5/+5
* Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoidredman1999-06-261-15/+8
* Added note about win/configure.in needing a version changewelch1999-06-251-1/+2
* Changed to Tcl 8.2b1welch1999-06-251-4/+4
* * tests/reg.test:stanton1999-06-251-27/+52
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-243-691/+809
* * generic/tclTest.c:stanton1999-06-177-128/+188
* * tests/regexp.test:stanton1999-06-172-22/+44
* * generic/regcomp.c: lintstanton1999-06-173-1/+8
* * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature incrementhershey1999-06-171-3/+3
* * tests/execute.test:stanton1999-06-161-4/+4
* fixed bug that cause bad memory read on Windowshershey1999-06-161-5/+5
* fixed bugs that kept windows from compiling.hershey1999-06-161-6/+6
* beefed up the string object testshershey1999-06-152-69/+88
* Improved the appendObj functions (uncomented the optimized code that washershey1999-06-152-34/+25
* Merged String and Unicode object types. Added new functions tohershey1999-06-159-997/+1113
* fied a memory leak. purify nolonger complains.hershey1999-06-101-3/+4
* * generic/tclUnicodeObj.c: Lots of cleanup and simplification.stanton1999-06-109-193/+435
* * generic/regexec.c:stanton1999-06-101-1/+1
* performance improvement for TclGetUnicodeFromObj function and the Unicodehershey1999-06-091-78/+26
* added TclGetUnicodeFromObj function for use with regexphershey1999-06-082-30/+115
* * tests/string.test:hershey1999-06-087-57/+907
* * generic/tclCmdMZ.c (Tcl_StringObjCmd):stanton1999-06-031-1/+12
* * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computationstanton1999-06-021-4/+7
* * tests/reg.test:stanton1999-06-0219-206/+666
* * generic/tclObj.c: Changed to eliminate use of isupper/tolower instanton1999-05-281-3/+3
* generic/tclThreadTest.c: Fix race condition in testthread code.redman1999-05-261-3/+2
* * generic/tcl.decls:stanton1999-05-258-19/+273
* Added stub entry for the TclGetAuxDataType routine so tbcload can use stubssurles1999-05-234-5/+15
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-229-58/+520
* lint in commentshershey1999-05-201-4/+3
* added -encoding to the list of legal options used in the error message whenhershey1999-05-181-2/+2
* added intospection variable to determine if the interp was compiled with thre...surles1999-05-141-1/+14
* merged 1-3-b2 changes into mainlinestanton1999-05-141-3/+5
* increased per-thread regexp cache to 30stanton1999-05-141-3/+3
* fixed typostanton1999-05-141-2/+2
* * tests/regexp.test:stanton1999-05-134-120/+212
* * generic/tcl.decls: Replaced const with CONST.stanton1999-05-072-6/+6
* * generic/tclLoadNone.c: Updated to use current interfaces, addedstanton1999-05-071-3/+33
* * generic/tclResult.c (Tcl_AppendResultVA):stanton1999-05-072-5/+6
* * tests/string.test:stanton1999-05-061-3/+3
* lintstanton1999-05-062-10/+10
* * doc/string.n:stanton1999-05-062-109/+386
* * doc/Utf.3:stanton1999-05-064-4/+115