Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One more try at fixing the TCL_LIBRARY problem | wart | 1999-06-22 | 1 | -3/+4 |
| | |||||
* | TCL_LIBRARY is now set in the Makefile | wart | 1999-06-22 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-21 | 1 | -0/+5 |
| | |||||
* | * unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak where | stanton | 1999-06-21 | 1 | -3/+7 |
| | | | | thread attributes were not being released. [Bug: 2254] | ||||
* | Merged with tk defs.tcl file | jenn | 1999-06-19 | 1 | -16/+12 |
| | |||||
* | Reflects recent changes in tcl.m4 (compiler warnings) | wart | 1999-06-19 | 1 | -2/+2 |
| | |||||
* | Modifications to correct CC_EXENAME macro. | redman | 1999-06-18 | 2 | -2/+2 |
| | |||||
* | Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first. | redman | 1999-06-17 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-17 | 1 | -0/+29 |
| | |||||
* | * doc/RegExp.3: Documented the new regexp interfaces and | stanton | 1999-06-17 | 1 | -24/+238 |
| | | | | the compile/execute flags. | ||||
* | * generic/tclTest.c: | stanton | 1999-06-17 | 7 | -128/+188 |
| | | | | | | | | | | | | * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.decls: Renamed Tcl_RegExpMatchObj to Tcl_RegExpExecObj and added a new Tcl_RegExpMatchObj that is equivalent to Tcl_RegExpMatch. Added public macros for the regexp compile/execute flags. Changed to store either an object pointer or a string pointer in the TclRegexp structure. Changed to avoid adding a reference to the object or copying the string. | ||||
* | * tests/regexp.test: | stanton | 1999-06-17 | 3 | -36/+81 |
| | | | | | | * generic/tclCmdMZ.c: * generic/tclCmdIL.c: Changed to use new regexp interfaces. Added -expanded, -line, -linestop, and -lineanchor switches to regsub. | ||||
* | * generic/regcomp.c: lint | stanton | 1999-06-17 | 4 | -2/+12 |
| | | | | | | | | * tests/reg.test: * generic/regex.h: * generic/regc_lex.c: Added REG_BOSONLY flag to allow Expect to iterate through a string an only find matches that start at the current position within the string. | ||||
* | Updated to reflect recent changes | wart | 1999-06-17 | 1 | -0/+8 |
| | |||||
* | Fixed compiler optimization flags for Linux to remove a plethora of warnings. | wart | 1999-06-17 | 2 | -0/+14 |
| | |||||
* | * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment | hershey | 1999-06-17 | 2 | -3/+8 |
| | | | | in loop that was causing out-of-bounds reads on array "varName". | ||||
* | Reflects changes to tcl.m4 | wart | 1999-06-16 | 1 | -800/+802 |
| | |||||
* | Added changes to make the macros bahave in the same manner as the Windows | wart | 1999-06-16 | 1 | -126/+126 |
| | | | | tcl.m4 macros | ||||
* | more incremental changes | surles | 1999-06-16 | 3 | -22/+57 |
| | |||||
* | added tclConfig.sh.in for Windows | surles | 1999-06-16 | 1 | -0/+171 |
| | |||||
* | merged unix and windows styles | surles | 1999-06-16 | 6 | -63/+73 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-16 | 1 | -0/+7 |
| | |||||
* | * tests/execute.test: | stanton | 1999-06-16 | 2 | -89/+155 |
| | | | | | | * generic/tclExecute.c (TclExecuteByteCode): Fixed crash caused by a bug in INST_LOAD_SCALAR1 where the scalar index was read as a signed 1 byte value instead of unsigned. [Bug: 2243] | ||||
* | Reorganized the order of the macros (cosmetic change) | wart | 1999-06-16 | 1 | -676/+678 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 4 | -95/+129 |
| | |||||
* | More TEA changes. Should play well with TclX now. | wart | 1999-06-16 | 3 | -29/+43 |
| | |||||
* | Fix DDE code to reinitialize with new servername. | redman | 1999-06-16 | 1 | -1/+6 |
| | |||||
* | 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 | 3 | -139/+180 |
| | |||||
* | Tcl configure / Makefile sequence now complies with the most basic | wart | 1999-06-15 | 2 | -365/+79 |
| | | | | spec for TEA. | ||||
* | Includes changes to tcl.m4 | wart | 1999-06-15 | 1 | -148/+710 |
| | |||||
* | Modified some macros based on how some of the extensions work. | wart | 1999-06-15 | 1 | -148/+710 |
| | |||||
* | Improved the appendObj functions (uncomented the optimized code that was | hershey | 1999-06-15 | 3 | -130/+106 |
| | | | | | | | | | present in the Unicode obj). Updated the teststringobj command to look in the correct location for the amount of space allocated for the UTF string rep. Note: one stringObj test is still failing; it reflects a change in that may not be undesirable... | ||||
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 16 | -1246/+1431 |
| | | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. | ||||
* | 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 |
| |