Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Created branch core-8-1-b1-syntheticcore_8_1_b1core_8_1_b1_synthetic | cvs2fossil | 1998-12-12 | 18 | -0/+427 |
| | |||||
* | test lint | stanton | 1998-12-11 | 2 | -2/+349 |
| | | | | added support for additional platform specific locale specifiers | ||||
* | lint | stanton | 1998-12-11 | 2 | -10/+6 |
| | |||||
* | changed uses of localhost to 127.0.0.1 since not all machines define localhost | stanton | 1998-12-10 | 4 | -57/+57 |
| | |||||
* | merged 8.0 changes | stanton | 1998-12-10 | 2 | -21/+31 |
| | |||||
* | * library/msgcat1.0/msgcat.tcl: Fixed bad export list, fixed so | stanton | 1998-12-10 | 1 | -9/+9 |
| | | | | | all locale strings are converted to lower case, including file names. | ||||
* | * generic/regcomp.c (makescan): Fixed bug in longest match case | stanton | 1998-12-09 | 1 | -0/+1 |
| | | | | that caused anchored patterns to fail. [Bug: 897] | ||||
* | * library/msgcat1.0/msgcat.tcl: changed mc to invoke mcunknown in | stanton | 1998-12-09 | 2 | -45/+21 |
| | | | | the calling context, changed locale lookups to be case insensitive | ||||
* | * generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bug | stanton | 1998-12-08 | 1 | -1/+17 |
| | | | | | where big blocks that were reallocated into a different heap location were not being placed into the bigBlocks list. [Bug: 933] | ||||
* | cleaned up docs | stanton | 1998-12-07 | 1 | -0/+333 |
| | | | | | | | * tests/msgcat.test: Added message catalog test suite. * library/msgcat1.0/msgcat.tcl: minor bug fixes, integrated latest changes from Mark Harrison. | ||||
* | fixed broken tests | stanton | 1998-12-04 | 4 | -12/+11 |
| | |||||
* | * tclWinSock.c (CreateSocket, TcpAccept): Windows NT creates | stanton | 1998-12-04 | 1 | -1/+213 |
| | | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892] | ||||
* | fixed various broken tests | stanton | 1998-12-03 | 4 | -11/+14 |
| | |||||
* | * tests/defs: Changed so auto_path is set to only contain the Tcl | stanton | 1998-12-03 | 1 | -1/+6 |
| | | | | | library directory. This keeps the tests from accidentally picking up stuff in installed packages. | ||||
* | * generic/tclIO.c (WriteBytes, WriteChars): Fixed so extraneous | stanton | 1998-12-03 | 1 | -8/+36 |
| | | | | | | flushes do not happen in line mode. (TranslateOutputEOL): Made translation more efficient in line mode and fixed a buffer overflow bug in CRLF translation. [Bug: 887] | ||||
* | renamed regtests.test to reg.test | stanton | 1998-12-02 | 2 | -885/+3 |
| | |||||
* | fixed various broken tests | stanton | 1998-12-02 | 3 | -37/+16 |
| | |||||
* | 8.0.4 merge | welch | 1998-12-02 | 1 | -2/+2 |
| | |||||
* | Cleaned up some tests | stanton | 1998-12-02 | 3 | -25/+39 |
| | | | | Fixed an I/O bug where UpdateInterest was not always called on input | ||||
* | * generic/tclTest.c (TestevalobjvObjCmd): Updated for EvalObjv | stanton | 1998-12-02 | 1 | -13/+11 |
| | | | | | | | | | | | | | | | | change. * tests/parse.test: Updated tests for EvalObjv change. * generic/tclParse.c (EvalObjv, Tcl_EvalObjv): Changed Tcl_EvalObjv interface to remove string and length arguments, preserved original interface as EvalObjv for internal use. * generic/tcl.h: Changed Tcl_EvalObjv interface to remove string and length arguments. * doc/Eval.3: Updated documentation for Tcl_EvalObjv to remove string and length arguments. | ||||
* | fixed problem with test cleanup | stanton | 1998-12-01 | 1 | -3/+3 |
| | |||||
* | fixed broken non-portable tests | stanton | 1998-11-24 | 1 | -5/+8 |
| | |||||
* | * tclScan.c: moved "scan" implementation out of tclCmdMZ.c and | stanton | 1998-11-18 | 1 | -71/+345 |
| | | | | | | | | | added Unicode support. This required a complete reimplementation of the command to avoid using scanf(), which isn't Unicode aware. Two new features were added in the process: %n to return the current number of characters consumed, and XPG3-style %n$ argument order specifiers similar to those provided by the "format" command. [Bug: 833] | ||||
* | integrated latest changes from Henry Spencer, mostly performance improvements | stanton | 1998-11-17 | 1 | -0/+881 |
| | | | | | renamed re_u* interfaces to TclRe* to avoid conflicts with other software that uses the regular expression library | ||||
* | moved scan implementation into tclScan.c | stanton | 1998-11-16 | 1 | -15/+49 |
| | | | | changed scan to support unicode | ||||
* | lots of lint | stanton | 1998-11-11 | 1 | -17/+14 |
| | | | | wrapped mutex declarations in ifdefs to avoid compiler warnings | ||||
* | merged 8.0.4 into 8.1 | stanton | 1998-11-11 | 11 | -83/+186 |
| | |||||
* | integrated latest regexp updates from Henry Spencer, includes new | stanton | 1998-11-11 | 2 | -14/+27 |
| | | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior | ||||
* | fixed "format" so it handles multibyte characters in %s with field | stanton | 1998-11-10 | 1 | -1/+40 |
| | | | | width and precision specifiers | ||||
* | Integrated latest regexp changes from Henry Spencer. | stanton | 1998-10-21 | 6 | -6873/+1422 |
| | | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command. | ||||
* | Added Unicode character table support: | stanton | 1998-10-16 | 2 | -99/+174 |
| | | | | | | | | added TclUniCharIsWordChar tclCmdMZ.c (Tcl_StringObjCmd): added "totitle" subcommand, changed "wordend" and "wordstart" to properly handle Unicode word characters and connector punctuation | ||||
* | added test for compilation of "::if" | stanton | 1998-10-06 | 1 | -1/+5 |
| | |||||
* | merged 8.0.4 changes into 8.1 branch | stanton | 1998-10-06 | 2 | -5/+134 |
| | |||||
* | * interp.test: added test for interp deleting itself | stanton | 1998-10-05 | 1 | -1/+4 |
| | |||||
* | merging changes from 8.0.3 into 8.1a2 | stanton | 1998-09-24 | 101 | -129/+996 |
| | |||||
* | Added contents of Tcl 8.1a2 | stanton | 1998-09-21 | 106 | -2235/+16407 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 98 | -0/+40308 |