Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed typo | stanton | 1999-05-14 | 1 | -2/+2 |
| | |||||
* | * tests/regexp.test: | stanton | 1999-05-13 | 1 | -1/+3 |
| | | | | | | | | | | | | * generic/tclInt.h: * generic/tclBasic.c: * generic/tclRegexp.h: * generic/tclRegexp.c: Replaced the per-interpreter regexp cache with a per-thread cache. Changed the Regexp object to take advantage of this extra cache. Added a reference count to the TclRegexp type so regexps can be shared by multiple objects. Removed the per-interp regexp cache from the interpreter. Now regexps can be used with no need for an interpreter. [Bug: 1063] | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -30/+74 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | EXPORT is now TCL_STORAGE_CLASS | escoffon | 1998-08-04 | 1 | -4/+4 |
| | |||||
* | - added setting of EXPORT to DLLEXPORT if we are building Tcl. | escoffon | 1998-07-29 | 1 | -0/+8 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+40 |