summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* moved scan implementation into tclScan.cstanton1998-11-161-1/+2
| | | | changed scan to support unicode
* merged 8.0.4 into 8.1stanton1998-11-111-28/+31
|
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-111-3/+14
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-1/+11
| | | | | | | | | | | | | | | | in cvec data type Added support for Unicode character classes in regular expressions We now support the following character classes: alnum, alpha, blank, cntrl, digit, graph, lower, print, punct, space, upper, xdigit These all follow the example set by the GNU regular expression package for Java except that "digit" only matches the ASCII '0'-'9' characters. Renamed tclUtf.h to tclUniData.c
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-211-3/+5
| | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.
* merged 8.0.4 changes into 8.1 branchstanton1998-10-061-1/+2
|
* * tclWinFile.c: added warning about modifying static stringsstanton1998-10-061-7/+8
| | | | * makefile.vc: fixed version strings, added missing debug defines
* * makefile.vc: fixed so TCL_LIBRARY is set before running tclteststanton1998-09-301-1/+2
| | | | | | * tclWinInit.c: lint * tclWin32Dll.c: removed TclpFinalize, cleanup of merges
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-41/+137
|
* Added contents of Tcl 8.1a2stanton1998-09-211-18/+35
|
* Initial revisionrjohnson1998-03-261-0/+377