summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * doc/fconfigure.n: Clarified default buffering behavior for thestanton1999-07-071-0/+5
| | | | standard channels. [Bug: 2335]
* New windows serial port driver.redman1999-07-071-5/+13
| | | | [Bug 1980 2217]
* Back-fitted notes about my recent changeswelch1999-07-071-0/+33
|
* Added entries for 6/25/99 and 6/29/99 reflecting the addition ofjenn1999-07-061-0/+31
| | | | the tcltest package and all changes associated with it.
* Added entry re: 1999-06-23 changes that created re_syntax(n) page.jpeek1999-07-061-0/+11
|
* fix to call TclStat instead of TclpStatredman1999-07-011-0/+6
|
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-0/+18
| | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note.
* * tests/reg.test:stanton1999-06-251-0/+20
| | | | * generic/regexec.c: Fixed bugs in non-greedy quantifiers.
* *** empty log message ***stanton1999-06-211-0/+5
|
* *** empty log message ***stanton1999-06-171-0/+29
|
* Updated to reflect recent changeswart1999-06-171-0/+8
|
* * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature incrementhershey1999-06-171-0/+5
| | | | in loop that was causing out-of-bounds reads on array "varName".
* *** empty log message ***stanton1999-06-161-0/+7
|
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-0/+13
| | | | | | | | | 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.
* *** empty log message ***stanton1999-06-101-0/+29
|
* *** empty log message ***stanton1999-06-081-0/+7
|
* * tests/string.test:hershey1999-06-081-0/+24
| | | | | | | | | | | | | | | | | | | | | | | * 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 ***stanton1999-06-051-0/+7
|
* *** empty log message ***stanton1999-06-031-0/+11
|
* *** empty log message ***stanton1999-06-021-0/+28
|
* *** empty log message ***stanton1999-05-281-0/+12
|
* Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes.redman1999-05-261-0/+9
|
* *** empty log message ***stanton1999-05-251-0/+15
|
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-0/+46
|
* Bug 2105: fixed execing command.com on Win95/98.redman1999-05-211-0/+6
|
* added intospection variable to determine if the interp was compiled with ↵surles1999-05-141-0/+6
| | | | threads enabled
* merged 1-3-b2 changes into mainlinestanton1999-05-141-0/+5
|
* *** empty log message ***stanton1999-05-141-1/+1
|
* *** empty log message ***stanton1999-05-141-0/+17
|
* * tests/regexp.test:stanton1999-05-131-0/+20
| | | | | | | | | | | | * 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]
* removed bad patchstanton1999-05-071-0/+3
|
* *** empty log message ***stanton1999-05-071-0/+18
|
* *** empty log message ***stanton1999-05-061-0/+5
|
* *** empty log message ***stanton1999-05-061-0/+35
|
* *** empty log message ***stanton1999-05-041-0/+6
|
* *** empty log message ***stanton1999-05-041-0/+53
|
* *** empty log message ***stanton1999-05-031-0/+6
|
* *** empty log message ***stanton1999-04-301-0/+4
|
* * Merged changes from 8.1.0 branchstanton1999-04-301-0/+16
|
* *** empty log message ***stanton1999-04-281-0/+10
|
* *** empty log message ***stanton1999-04-281-0/+6
|
* merged 8.1.0 changes into mainlinestanton1999-04-241-0/+6
|
* *** empty log message ***stanton1999-04-231-0/+6
|
* *** empty log message ***stanton1999-04-231-0/+18
|
* *** empty log message ***stanton1999-04-221-0/+16
|
* Entry for new WinSock code.redman1999-04-221-0/+8
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-194/+887
|
* * Merge 8.0.5 changes:stanton1999-04-151-0/+10
| | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776]
* Changed magic number so it doesn't match the plus patch, at Jan's request.stanton1999-03-121-0/+5
|
* Changed package tests to build against the stubs library.core_8_1_merge_lateststanton1999-03-111-0/+13
|