Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket | redman | 1999-07-21 | 1 | -0/+10 | |
| | | | | | | | | | driver to move the handling of the socket event window in a separate thread. It also turned out that Win95 & Win98 were, in some cases, getting multiple FD_ACCEPTs but only handling one. Added a count for the FD_ACCEPT to take care of this. Tested on NT4 SP3, NT4 SP4, Win95, and Win98. [Bug: 2178 2256 2259 2329 2323 2355] | |||||
* | Small tweaks to the top-level README to fix typos and wording. | jpeek | 1999-07-21 | 1 | -0/+4 | |
| | ||||||
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 1 | -0/+10 | |
| | | | | | | | | | * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermediate global tcl var "tclDefaultLibrary" to keep the "tcl_library" var from being set by the default value in the Makefile. Also fixed a bug in which caused the value of TCL_LIBRARY env var to be ignored. * unix/tclWinInit.c: just updated some comments. | |||||
* | changed http package version from 2.0 to 2.1 | hershey | 1999-07-20 | 1 | -0/+5 | |
| | ||||||
* | Add Tcl_SetNotifier to stubs table. [Bug: 2354] | redman | 1999-07-16 | 1 | -0/+5 | |
| | ||||||
* | * unix/aclocal.m4: | redman | 1999-07-16 | 1 | -0/+14 | |
| | | | | | | | | * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to the compiler, should be -mieee. Patch from Don Porter. * tools/tcl.hpj.in: Change version number of .cnt file referenced in .HPJ file. | |||||
* | doc/re_syntax.n: Deleted sentence suggested by Scott S. | jpeek | 1999-07-14 | 1 | -0/+4 | |
| | ||||||
* | Documented tweaks to the tcl/docs/re_syntax.n manpage file. | jpeek | 1999-07-13 | 1 | -0/+5 | |
| | ||||||
* | Changed version numbers in NMAKE makefile. | redman | 1999-07-11 | 1 | -0/+8 | |
| | ||||||
* | * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in | redman | 1999-07-09 | 1 | -0/+7 | |
| | | | | | | the configure script so that substitutions get expanded before being placed in the Makefile. The "d" portion for debug libraries and DLLs was not being set properly. | |||||
* | *** empty log message *** | stanton | 1999-07-09 | 1 | -0/+6 | |
| | ||||||
* | Removed -asidefromdir and -relateddir flags, removed unused | jenn | 1999-07-09 | 1 | -1/+10 | |
| | | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations. | |||||
* | * win/Makefile.in: Added tcltest target so runtest works | stanton | 1999-07-08 | 1 | -0/+9 | |
| | | | | | | | | properly. Added missing names to the clean/distclean targets. * tests/reg.test: * generic/rege_dfa.c: Applied fix supplied by Henry Spencer for bug in DFA state caching under lookahead conditions. [Bug: 2318] | |||||
* | * doc/fconfigure.n: Clarified default buffering behavior for the | stanton | 1999-07-07 | 1 | -0/+5 | |
| | | | | standard channels. [Bug: 2335] | |||||
* | New windows serial port driver. | redman | 1999-07-07 | 1 | -5/+13 | |
| | | | | [Bug 1980 2217] | |||||
* | Back-fitted notes about my recent changes | welch | 1999-07-07 | 1 | -0/+33 | |
| | ||||||
* | Added entries for 6/25/99 and 6/29/99 reflecting the addition of | jenn | 1999-07-06 | 1 | -0/+31 | |
| | | | | the tcltest package and all changes associated with it. | |||||
* | Added entry re: 1999-06-23 changes that created re_syntax(n) page. | jpeek | 1999-07-06 | 1 | -0/+11 | |
| | ||||||
* | fix to call TclStat instead of TclpStat | redman | 1999-07-01 | 1 | -0/+6 | |
| | ||||||
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 1 | -0/+18 | |
| | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. | |||||
* | * tests/reg.test: | stanton | 1999-06-25 | 1 | -0/+20 | |
| | | | | * generic/regexec.c: Fixed bugs in non-greedy quantifiers. | |||||
* | *** empty log message *** | stanton | 1999-06-21 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-06-17 | 1 | -0/+29 | |
| | ||||||
* | Updated to reflect recent changes | wart | 1999-06-17 | 1 | -0/+8 | |
| | ||||||
* | * generic/tclVar.c (Tcl_VariableObjCmd): fixed premature increment | hershey | 1999-06-17 | 1 | -0/+5 | |
| | | | | in loop that was causing out-of-bounds reads on array "varName". | |||||
* | *** empty log message *** | stanton | 1999-06-16 | 1 | -0/+7 | |
| | ||||||
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 1 | -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 *** | stanton | 1999-06-10 | 1 | -0/+29 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-06-08 | 1 | -0/+7 | |
| | ||||||
* | * tests/string.test: | hershey | 1999-06-08 | 1 | -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 *** | stanton | 1999-06-05 | 1 | -0/+7 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-06-03 | 1 | -0/+11 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-06-02 | 1 | -0/+28 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-28 | 1 | -0/+12 | |
| | ||||||
* | Changes for generic/tclThreadTest.c and win/tclWinSock.c bug fixes. | redman | 1999-05-26 | 1 | -0/+9 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-25 | 1 | -0/+15 | |
| | ||||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -0/+46 | |
| | ||||||
* | Bug 2105: fixed execing command.com on Win95/98. | redman | 1999-05-21 | 1 | -0/+6 | |
| | ||||||
* | added intospection variable to determine if the interp was compiled with ↵ | surles | 1999-05-14 | 1 | -0/+6 | |
| | | | | threads enabled | |||||
* | merged 1-3-b2 changes into mainline | stanton | 1999-05-14 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-14 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-14 | 1 | -0/+17 | |
| | ||||||
* | * tests/regexp.test: | stanton | 1999-05-13 | 1 | -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 patch | stanton | 1999-05-07 | 1 | -0/+3 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-07 | 1 | -0/+18 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-06 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-06 | 1 | -0/+35 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-04 | 1 | -0/+6 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-04 | 1 | -0/+53 | |
| | ||||||
* | *** empty log message *** | stanton | 1999-05-03 | 1 | -0/+6 | |
| |