summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* * unix/mkLinks:stanton1999-02-107-60/+190
| | | | | | | | | | * doc/SetVar.3: * generic/tcl.h: * generic/tclVar.c: Restored Tcl_ObjGetVar2 and Tcl_ObjSetVar2 from 8.0. Renamed Tcl_Get/SetObjVar2 to Tcl_GetVar2Ex and Tcl_SetVar2Ex. * Merged 8.0.5b2 patches
* changed testeval2 to testevalexstanton1999-02-011-30/+30
|
* test lintstanton1998-12-112-2/+349
| | | | added support for additional platform specific locale specifiers
* lintstanton1998-12-112-10/+6
|
* changed uses of localhost to 127.0.0.1 since not all machines define localhoststanton1998-12-104-57/+57
|
* merged 8.0 changesstanton1998-12-102-21/+31
|
* * library/msgcat1.0/msgcat.tcl: Fixed bad export list, fixed sostanton1998-12-101-9/+9
| | | | | all locale strings are converted to lower case, including file names.
* * generic/regcomp.c (makescan): Fixed bug in longest match casestanton1998-12-091-0/+1
| | | | that caused anchored patterns to fail. [Bug: 897]
* * library/msgcat1.0/msgcat.tcl: changed mc to invoke mcunknown instanton1998-12-092-45/+21
| | | | the calling context, changed locale lookups to be case insensitive
* * generic/tclAlloc.c (TclpRealloc): Fixed a memory allocation bugstanton1998-12-081-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 docsstanton1998-12-071-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 testsstanton1998-12-044-12/+11
|
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-041-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 testsstanton1998-12-034-11/+14
|
* * tests/defs: Changed so auto_path is set to only contain the Tclstanton1998-12-031-1/+6
| | | | | library directory. This keeps the tests from accidentally picking up stuff in installed packages.
* * generic/tclIO.c (WriteBytes, WriteChars): Fixed so extraneousstanton1998-12-031-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.teststanton1998-12-022-885/+3
|
* fixed various broken testsstanton1998-12-023-37/+16
|
* 8.0.4 mergewelch1998-12-021-2/+2
|
* Cleaned up some testsstanton1998-12-023-25/+39
| | | | Fixed an I/O bug where UpdateInterest was not always called on input
* * generic/tclTest.c (TestevalobjvObjCmd): Updated for EvalObjvstanton1998-12-021-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 cleanupstanton1998-12-011-3/+3
|
* fixed broken non-portable testsstanton1998-11-241-5/+8
|
* * tclScan.c: moved "scan" implementation out of tclCmdMZ.c andstanton1998-11-181-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 improvementsstanton1998-11-171-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.cstanton1998-11-161-15/+49
| | | | changed scan to support unicode
* lots of lintstanton1998-11-111-17/+14
| | | | wrapped mutex declarations in ifdefs to avoid compiler warnings
* merged 8.0.4 into 8.1stanton1998-11-1111-83/+186
|
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-112-14/+27
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* fixed "format" so it handles multibyte characters in %s with fieldstanton1998-11-101-1/+40
| | | | width and precision specifiers
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-216-6873/+1422
| | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.
* Added Unicode character table support:stanton1998-10-162-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"stanton1998-10-061-1/+5
|
* merged 8.0.4 changes into 8.1 branchstanton1998-10-062-5/+134
|
* * interp.test: added test for interp deleting itselfstanton1998-10-051-1/+4
|
* merging changes from 8.0.3 into 8.1a2stanton1998-09-24101-129/+996
|
* Added contents of Tcl 8.1a2stanton1998-09-21106-2235/+16407
|
* Initial revisionrjohnson1998-03-2698-0/+40308