summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed to Tcl 8.2b1welch1999-06-259-42/+41
|
* Added man page for Tcl_Replace Channel and TclUndoReplaceChannelwelch1999-06-251-0/+75
|
* * tests/reg.test:stanton1999-06-253-28/+77
| | | | * generic/regexec.c: Fixed bugs in non-greedy quantifiers.
* Moved description of regular expression syntax from regexp.n into ajpeek1999-06-248-911/+948
| | | | | new re_syntax.n page. Modified other pages' references to regexp(n). Added a few new "see also" entries pointing to re_syntax(n).
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-249-722/+925
| | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes.
* One more try at fixing the TCL_LIBRARY problemwart1999-06-221-3/+4
|
* TCL_LIBRARY is now set in the Makefilewart1999-06-221-1/+3
|
* *** empty log message ***stanton1999-06-211-0/+5
|
* * unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak wherestanton1999-06-211-3/+7
| | | | thread attributes were not being released. [Bug: 2254]
* Merged with tk defs.tcl filejenn1999-06-191-16/+12
|
* Reflects recent changes in tcl.m4 (compiler warnings)wart1999-06-191-2/+2
|
* Modifications to correct CC_EXENAME macro.redman1999-06-182-2/+2
|
* Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first.redman1999-06-171-1/+1
|
* *** empty log message ***stanton1999-06-171-0/+29
|
* * doc/RegExp.3: Documented the new regexp interfaces andstanton1999-06-171-24/+238
| | | | the compile/execute flags.
* * generic/tclTest.c:stanton1999-06-177-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:stanton1999-06-173-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: lintstanton1999-06-174-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 changeswart1999-06-171-0/+8
|
* Fixed compiler optimization flags for Linux to remove a plethora of warnings.wart1999-06-172-0/+14
|
* * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature incrementhershey1999-06-172-3/+8
| | | | in loop that was causing out-of-bounds reads on array "varName".
* Reflects changes to tcl.m4wart1999-06-161-800/+802
|
* Added changes to make the macros bahave in the same manner as the Windowswart1999-06-161-126/+126
| | | | tcl.m4 macros
* more incremental changessurles1999-06-163-22/+57
|
* added tclConfig.sh.in for Windowssurles1999-06-161-0/+171
|
* merged unix and windows stylessurles1999-06-166-63/+73
|
* *** empty log message ***stanton1999-06-161-0/+7
|
* * tests/execute.test:stanton1999-06-162-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)wart1999-06-161-676/+678
|
* modified files to work with new windows Makefilessurles1999-06-164-95/+129
|
* More TEA changes. Should play well with TclX now.wart1999-06-163-29/+43
|
* Fix DDE code to reinitialize with new servername.redman1999-06-161-1/+6
|
* fixed bug that cause bad memory read on Windowshershey1999-06-161-5/+5
|
* fixed bugs that kept windows from compiling.hershey1999-06-161-6/+6
|
* beefed up the string object testshershey1999-06-153-139/+180
|
* Tcl configure / Makefile sequence now complies with the most basicwart1999-06-152-365/+79
| | | | spec for TEA.
* Includes changes to tcl.m4wart1999-06-151-148/+710
|
* Modified some macros based on how some of the extensions work.wart1999-06-151-148/+710
|
* Improved the appendObj functions (uncomented the optimized code that washershey1999-06-153-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 tohershey1999-06-1516-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 scriptssurles1999-06-111-18/+18
|
* Continued work on configure and make scriptssurles1999-06-115-1674/+756
|
* *** empty log message ***stanton1999-06-101-0/+29
|
* macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+875
|
* Macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+1127
|
* Modified to use the tcl.m4 macroswart1999-06-101-588/+10
|
* Modified configure.in that uses the tcl.m4 macroswart1999-06-101-47/+9
|
* First pass at Windows Tcl autoconf macroswart1999-06-101-0/+865
|
* First pass at Tcl autoconf macroswart1999-06-101-0/+1114
|
* fied a memory leak. purify nolonger complains.hershey1999-06-101-3/+4
|