| Commit message (Expand) | Author | Age | Files | Lines |
* | Previous version was a mistake, roll it back. | redman | 1999-07-21 | 1 | -3/+1 |
|
|
* | * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket | redman | 1999-07-21 | 1 | -1/+3 |
|
|
* | added missing '\' at the end of one line (only irix complained about this) | hershey | 1999-07-21 | 1 | -2/+2 |
|
|
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 1 | -13/+41 |
|
|
* | Add Tcl_SetNotifier to stubs table. [Bug: 2354] | redman | 1999-07-16 | 3 | -3/+15 |
|
|
* | Fix minor version number. | redman | 1999-07-16 | 1 | -2/+2 |
|
|
* | fixed line termination character | stanton | 1999-07-09 | 1 | -677/+677 |
|
|
* | * tests/string.test: | stanton | 1999-07-09 | 1 | -3/+3 |
|
|
* | * win/Makefile.in: Added tcltest target so runtest works | stanton | 1999-07-08 | 1 | -674/+677 |
|
|
* | Fix Tcl_GetStackedChannel declaration, the function | redman | 1999-07-02 | 2 | -5/+5 |
|
|
* | Block out unix-only code for windows & mac. | redman | 1999-07-02 | 1 | -1/+3 |
|
|
* | Regen the stub files after changes in tcl.decls were made, but the | redman | 1999-07-02 | 1 | -14/+17 |
|
|
* | Fixed lint found by Jim Ingham | welch | 1999-07-02 | 1 | -4/+5 |
|
|
* | Name change from Tcl_ReplaceChannel to Tcl_StackChannel | welch | 1999-07-02 | 4 | -124/+352 |
|
|
* | Improved support for empty array names | welch | 1999-07-02 | 1 | -3/+9 |
|
|
* | Added Tcl_SetNotifier and associated typedef. | welch | 1999-07-02 | 2 | -2/+52 |
|
|
* | Call TclStat instead of TclpStat in order to allow the | redman | 1999-07-01 | 2 | -13/+13 |
|
|
* | Add TclHandle functions to the internal stub table. | redman | 1999-06-30 | 4 | -3291/+51 |
|
|
* | Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel | welch | 1999-06-30 | 5 | -18/+371 |
|
|
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 1 | -1/+10 |
|
|
* | Documented 2 more files that need to be updated when the Tcl version | wart | 1999-06-28 | 1 | -1/+3 |
|
|
* | Export functions for TclHandle | redman | 1999-06-26 | 1 | -5/+5 |
|
|
* | Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoid | redman | 1999-06-26 | 1 | -15/+8 |
|
|
* | Added note about win/configure.in needing a version change | welch | 1999-06-25 | 1 | -1/+2 |
|
|
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
|
|
* | * tests/reg.test: | stanton | 1999-06-25 | 1 | -27/+52 |
|
|
* | * unix/Makefile.in: Changed install-doc to install-man. | stanton | 1999-06-24 | 3 | -691/+809 |
|
|
* | * generic/tclTest.c: | stanton | 1999-06-17 | 7 | -128/+188 |
|
|
* | * tests/regexp.test: | stanton | 1999-06-17 | 2 | -22/+44 |
|
|
* | * generic/regcomp.c: lint | stanton | 1999-06-17 | 3 | -1/+8 |
|
|
* | * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment | hershey | 1999-06-17 | 1 | -3/+3 |
|
|
* | * tests/execute.test: | stanton | 1999-06-16 | 1 | -4/+4 |
|
|
* | fixed bug that cause bad memory read on Windows | hershey | 1999-06-16 | 1 | -5/+5 |
|
|
* | fixed bugs that kept windows from compiling. | hershey | 1999-06-16 | 1 | -6/+6 |
|
|
* | beefed up the string object tests | hershey | 1999-06-15 | 2 | -69/+88 |
|
|
* | Improved the appendObj functions (uncomented the optimized code that was | hershey | 1999-06-15 | 2 | -34/+25 |
|
|
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 9 | -997/+1113 |
|
|
* | fied a memory leak. purify nolonger complains. | hershey | 1999-06-10 | 1 | -3/+4 |
|
|
* | * generic/tclUnicodeObj.c: Lots of cleanup and simplification. | stanton | 1999-06-10 | 9 | -193/+435 |
|
|
* | * generic/regexec.c: | stanton | 1999-06-10 | 1 | -1/+1 |
|
|
* | performance improvement for TclGetUnicodeFromObj function and the Unicode | hershey | 1999-06-09 | 1 | -78/+26 |
|
|
* | added TclGetUnicodeFromObj function for use with regexp | hershey | 1999-06-08 | 2 | -30/+115 |
|
|
* | * tests/string.test: | hershey | 1999-06-08 | 7 | -57/+907 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): | stanton | 1999-06-03 | 1 | -1/+12 |
|
|
* | * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation | stanton | 1999-06-02 | 1 | -4/+7 |
|
|
* | * tests/reg.test: | stanton | 1999-06-02 | 19 | -206/+666 |
|
|
* | * generic/tclObj.c: Changed to eliminate use of isupper/tolower in | stanton | 1999-05-28 | 1 | -3/+3 |
|
|
* | generic/tclThreadTest.c: Fix race condition in testthread code. | redman | 1999-05-26 | 1 | -3/+2 |
|
|
* | * generic/tcl.decls: | stanton | 1999-05-25 | 8 | -19/+273 |
|
|
* | Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs | surles | 1999-05-23 | 4 | -5/+15 |
|
|