summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * unix/tclUnixSock.c (Tcl_GetHostName): added an extrahobbs2002-02-271-1/+16
* see ChangeLoghobbs2002-02-261-0/+43
* * unix/configure:hobbs2002-02-262-248/+297
* * unix/tclUnixChan.c: added Unix implementation of TIP #35, serialhobbs2002-02-261-16/+385
* bugfix to the bugfix to the new [for] compiled codeMiguel Sofer2002-02-262-3/+12
* * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize theandreas_kupries2002-02-262-3/+33
* * doc/Alloc.3:hobbs2002-02-266-15/+41
* revert accidental commit of tclAlloc.c to r1.11hobbs2002-02-261-946/+2
* * generic/tclHash.c (AllocArrayEntry, AllocStringEntry):hobbs2002-02-262-7/+957
* typodgp2002-02-261-1/+1
* avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207]Miguel Sofer2002-02-253-5/+44
* * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64.dgp2002-02-252-2/+3
* * compat/strtod.c (strtod): simplified #includesdgp2002-02-252-2/+8
* Added clarification comment.dkf2002-02-251-1/+4
* * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs thatdas2002-02-252-12/+25
* simplified the #include linesdgp2002-02-251-8/+2
* fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while].Miguel Sofer2002-02-252-21/+35
* Minor cleanup of compat functions to get rid of GCC warnings.dkf2002-02-254-11/+18
* * compat/strtoull.c (strtoull):dgp2002-02-244-14/+66
* * configure: Regen.mdejong2002-02-233-2/+9
* * generic/tclInt.h:dgp2002-02-224-23/+76
* see ChangeLoghobbs2002-02-221-0/+4
* * tests/regexpComp.test: updated regexp-11.[1-4] to match changeshobbs2002-02-221-7/+7
* updated safe-8.5 and safe-8.7hobbs2002-02-221-3/+7
* see ChangeLoghobbs2002-02-221-0/+11
* * unix/configure:hobbs2002-02-222-41/+71
* Optimising [if], [for] and [while] for constant conditionsMiguel Sofer2002-02-222-193/+280
* * library/safe.tcl (CheckFileName): removed the limit onhobbs2002-02-221-16/+6
* Added TIP#76 implementation, docs + tests.dkf2002-02-224-27/+62
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-225-22/+32
* More comments added and decided not to pack modules tightly. Four gigabytesdavygrvy2002-02-221-7/+15
* spelingdavygrvy2002-02-211-2/+2
* no messagedavygrvy2002-02-211-0/+30
* * win/mkd.bat (removed):davygrvy2002-02-214-28/+39
* reverted back to 1.6, as the header file change to tclPort.h doesn't allow fordavygrvy2002-02-211-2/+3
* no messagedavygrvy2002-02-211-0/+13
* * win/makefile.vc:davygrvy2002-02-212-5/+17
* * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h todavygrvy2002-02-211-3/+2
* typo correction in latest changedgp2002-02-211-2/+2
* Improving 'long long' detection...dkf2002-02-212-6/+16
* no messagedavygrvy2002-02-201-5/+21
* * win/buildall.vc.bat:davygrvy2002-02-203-38/+144
* * generic/tcl.decls (Tcl_RegExpRange,Tcl_GetIndexFromObjStruct):dgp2002-02-204-18/+21
* no messagedavygrvy2002-02-201-0/+8
* * win/makefile.vc: Added the pentium errata switches to $(cflags)davygrvy2002-02-201-14/+8
* Made tcl.h better at guessing what is going on with 64-bit types whendkf2002-02-202-4/+14
* Fixed behaviour of [format] on 64-bit platforms by defining it to work withdkf2002-02-193-20/+37
* * First draft of updated changes for 8.4a4 release.dgp2002-02-192-101/+379
* * unix/tclUnixPort.h: add strtoll/strtoull declarations forhobbs2002-02-162-1/+11
* * generic/tclIndexObj.c (STRING_AT): removed ptrdiff_t cast andhobbs2002-02-162-14/+7