Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Continued work on configure and make scripts | surles | 1999-06-11 | 1 | -18/+18 |
| | |||||
* | Continued work on configure and make scripts | surles | 1999-06-11 | 5 | -1674/+756 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-10 | 1 | -0/+29 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+875 |
| | |||||
* | Macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+1127 |
| | |||||
* | Modified to use the tcl.m4 macros | wart | 1999-06-10 | 1 | -588/+10 |
| | |||||
* | Modified configure.in that uses the tcl.m4 macros | wart | 1999-06-10 | 1 | -47/+9 |
| | |||||
* | First pass at Windows Tcl autoconf macros | wart | 1999-06-10 | 1 | -0/+865 |
| | |||||
* | First pass at Tcl autoconf macros | wart | 1999-06-10 | 1 | -0/+1114 |
| | |||||
* | fied a memory leak. purify nolonger complains. | hershey | 1999-06-10 | 1 | -3/+4 |
| | |||||
* | * tools/genStubs.tcl: Changed to always write output in LF mode. | stanton | 1999-06-10 | 1 | -1/+4 |
| | |||||
* | * generic/tclUnicodeObj.c: Lots of cleanup and simplification. | stanton | 1999-06-10 | 10 | -194/+439 |
| | | | | | | | | | | | | | | | | | | | | | | | Fixed several memory bugs. Added TclAppendUnicodeToObj. * generic/tclInt.h: Added declarations for various Unicode string functions. * generic/tclRegexp.c: * generic/tclCmdMZ.c: Changed to use new Unicode string interfaces for better performance. * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.decls: Added Tcl_RegExpMatchObj and Tcl_RegExpGetInfo calls to access lower level regexp API. These features are needed by Expect. This is a preliminary implementation pending final review and cleanup. * generic/tclCmdMZ.c: * tests/string.test: Fixed bug where string map failed on null strings. | ||||
* | * generic/regexec.c: | stanton | 1999-06-10 | 2 | -5/+4 |
| | | | | * unix/tclUnixNotfy.c: lint | ||||
* | performance improvement for TclGetUnicodeFromObj function and the Unicode | hershey | 1999-06-09 | 1 | -78/+26 |
| | | | | object type. | ||||
* | unset the variable "u" whose initial value could affect test passage. | hershey | 1999-06-09 | 1 | -1/+3 |
| | |||||
* | added TclGetUnicodeFromObj function for use with regexp | hershey | 1999-06-08 | 2 | -30/+115 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-08 | 1 | -0/+7 |
| | |||||
* | * win/tclWinSock.c: Rolled back to the 8.1.0 implementation | stanton | 1999-06-08 | 1 | -2674/+2279 |
| | | | | | | because of serious problems with the new driver. Basically no incoming socket connections would be reported to a server port. The 8.1.1 code needs to be redesigned and fixed correctly. | ||||
* | added code to unset the "data" array so tests that follow can use a scalar | hershey | 1999-06-08 | 2 | -6/+10 |
| | | | | data var w/o having to unset it first. | ||||
* | * tests/string.test: | hershey | 1999-06-08 | 13 | -62/+1176 |
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjToObj): * generic/tclCmdMZ.c (Tcl_StringObjCmd): optimized the string index, string length, string range, and append command in cases where the object's internal rep is a bytearray. Objects with other internal reps are converted to have the new unicode internal rep. * unix/Makefile.in: * win/Makefile.in: * win/Makefile.vc: * tests/unicode.test: * generic/tclInt.h: * generic/tclObj.c: * generic/tclUnicodeObj.c: added a new object type to store the unicode representation of a string. * generic/tclTestObj.c: added the objtype option to the testobj command. This option returns the name of the type of internal rep an object has. | ||||
* | *** empty log message *** | stanton | 1999-06-05 | 1 | -0/+7 |
| | |||||
* | * win/configure.in: | stanton | 1999-06-05 | 2 | -114/+113 |
| | | | | | | * win/Makefile.in: Windows build now handles static/dynamic debug/nodebug builds and supports the standard targets using Cygwin user tools plus GNU make and autoconf. | ||||
* | *** empty log message *** | stanton | 1999-06-03 | 1 | -0/+11 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): | stanton | 1999-06-03 | 3 | -25/+68 |
| | | | | | * tests/string.test: Fixed bug where string equal/compare -nocase reported wrong result on null strings. [Bug: 2138] | ||||
* | fixed install target for man pages | surles | 1999-06-02 | 1 | -1/+2 |
| | |||||
* | fixed typo | stanton | 1999-06-02 | 1 | -2/+2 |
| | |||||
* | * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation | stanton | 1999-06-02 | 1 | -4/+7 |
| | | | | of relative ordering. [Bug: 2135] | ||||
* | Added makefile targets and configure switches to be TEA compliant | surles | 1999-06-02 | 3 | -79/+282 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-02 | 1 | -0/+28 |
| | |||||
* | * unix/configure.in: Fixed various small configure.in patches | stanton | 1999-06-02 | 1 | -4/+5 |
| | | | | submitted by Jan Nijtmans. [Bug: 2121] | ||||
* | * tests/reg.test: | stanton | 1999-06-02 | 20 | -217/+716 |
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/regc_color.c: * generic/regc_cvec.c: * generic/regc_lex.c: * generic/regc_locale.c: * generic/regc_nfa.c: * generic/regcomp.c: * generic/regcustom.h: * generic/rege_dfa.c: * generic/regerror.c: * generic/regerrs.h: * generic/regex.h: * generic/regexec.c: * generic/regfree.c: * generic/regfronts.c: * generic/regguts.h: * generic/tclCmdMZ.c: * generic/tclRegexp.c: * generic/tclRegexp.h: * generic/tclTest.c: Applied Henry Spencer's latest regexp patches that fix an infinite loop bug and add support for testing whether a string could match with additional input. [Bug: 2117] | ||||
* | *** empty log message *** | stanton | 1999-05-28 | 1 | -0/+12 |
| | |||||
* | * win/Makefile.in: | stanton | 1999-05-28 | 2 | -0/+411 |
| | | | | * win/configure.in: Added preliminary TEA implementation. | ||||
* | * win/tclWinDde.c: Fixed bug where dde calls were being passed an | stanton | 1999-05-28 | 1 | -11/+17 |
| | | | | | invalid dde handle because Initialize had not been called. [Bug: 2124] | ||||
* | * generic/tclObj.c: Changed to eliminate use of isupper/tolower in | stanton | 1999-05-28 | 1 | -3/+3 |
| | | | | favor of the Unicode versions. | ||||
* | fixed error in test reported by procheck | surles | 1999-05-28 | 1 | -2/+2 |
| | |||||
* | Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes. | redman | 1999-05-26 | 1 | -0/+9 |
| | |||||
* | generic/tclThreadTest.c: Fix race condition in testthread code. | redman | 1999-05-26 | 2 | -13/+23 |
| | | | | | | win/tclWinSock.c: Fixed hang in WinNT socket driver, now wakes up the socket thread to check for events that didn't trigger the WSAEvent. | ||||
* | Merged changes from 1-3-b2 branch into mainline. | stanton | 1999-05-26 | 4 | -5/+94 |
| | |||||
* | *** empty log message *** | stanton | 1999-05-25 | 1 | -0/+15 |
| | |||||
* | * tools/genStubs.tcl: Changed to allow a list of platforms instead | stanton | 1999-05-25 | 1 | -9/+14 |
| | | | | of just one at a time. | ||||
* | * generic/tcl.decls: | stanton | 1999-05-25 | 8 | -19/+273 |
| | | | | | | | | | | | * generic/tclCmdMZ.c: * generic/tclDecls.h: * generic/tclInt.decls: * generic/tclIntDecls.h: * generic/tclPort.h: * generic/tclStubInit.c: * generic/tclStubLib.c: Various header file related changes and other lint to try to get the Mac builds working. | ||||
* | Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs | surles | 1999-05-23 | 4 | -5/+15 |
| | |||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 21 | -229/+956 |
| | |||||
* | Added test for command.com /c dir /b hang. | redman | 1999-05-21 | 1 | -2/+6 |
| | |||||
* | Bug 2105: fixed execing command.com on Win95/98. | redman | 1999-05-21 | 1 | -0/+6 |
| | |||||
* | Fix command.com bug on Windows 95/98. [Bug: 2105] | redman | 1999-05-21 | 1 | -2/+2 |
| | |||||
* | lint in comments | hershey | 1999-05-20 | 1 | -4/+3 |
| | |||||
* | changed call to "remove" to "removeFile"--this bug was causing "httpd" file | hershey | 1999-05-18 | 1 | -2/+2 |
| | | | | to be left in working dir whenever tests are run. | ||||
* | added -encoding to the list of legal options used in the error message when | hershey | 1999-05-18 | 2 | -10/+10 |
| | | | | | a bad option is used. Because the fconfigure command is configurable (so more option can be added), the error string is hardcoded. |