summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tclParse.c: fixed bug in info complete regarding nested squarehobbs1999-07-301-2/+5
* updated trf patch to fix problems created when adapting Kupries'hobbs1999-07-301-51/+81
* Removed patch for bug 2382, for info complete.redman1999-07-231-3/+2
* * Changed version to 8.2b2.redman1999-07-224-9/+30
* Applied patch for info complete. [Bug: 2382]redman1999-07-221-2/+3
* revert changes to TclpStrftime, not needed for internal functions.redman1999-07-222-5/+5
* * doc/Utf.3:redman1999-07-225-20/+21
* Previous version was a mistake, roll it back.redman1999-07-211-3/+1
* * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socketredman1999-07-211-1/+3
* added missing '\' at the end of one line (only irix complained about this)hershey1999-07-211-2/+2
* * generic/tclInitScript.h:hershey1999-07-211-13/+41
* Add Tcl_SetNotifier to stubs table. [Bug: 2354]redman1999-07-163-3/+15
* Fix minor version number.redman1999-07-161-2/+2
* fixed line termination characterstanton1999-07-091-677/+677
* * tests/string.test:stanton1999-07-091-3/+3
* * win/Makefile.in: Added tcltest target so runtest worksstanton1999-07-081-674/+677
* Fix Tcl_GetStackedChannel declaration, the functionredman1999-07-022-5/+5
* Block out unix-only code for windows & mac.redman1999-07-021-1/+3
* Regen the stub files after changes in tcl.decls were made, but theredman1999-07-021-14/+17
* Fixed lint found by Jim Inghamwelch1999-07-021-4/+5
* Name change from Tcl_ReplaceChannel to Tcl_StackChannelwelch1999-07-024-124/+352
* Improved support for empty array nameswelch1999-07-021-3/+9
* 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