summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * win/tclWinSock.c: Add mising encoding conversion of the [infodgp2007-11-271-0/+3
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-0/+8
* * generic/tclBasic.c:Miguel Sofer2007-11-261-0/+10
* Added bug numberdkf2007-11-241-1/+1
* Fix stack corruption in [dict append] compilerdkf2007-11-241-14/+18
* * generic/tclIORChan.c: Fixed a problem with reflectedandreas_kupries2007-11-241-0/+19
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-0/+5
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-0/+5
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-0/+5
* Rewrote the [string] and [dict] implementations to be ready for conversiondkf2007-11-221-1/+5
* Flag shimmering bug found in [string range].dkf2007-11-221-0/+5
* Generalize the ensemble compiler further. Still doesn't precopile rewrites, b...dkf2007-11-211-0/+8
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-211-1/+5
* A little more errorCode goodnessdkf2007-11-211-0/+5
* Added "Potential Incompat" warning.dkf2007-11-201-0/+3
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-201-1/+9
* Minor fixdkf2007-11-201-15/+0
* Correct usage of Tcl_WrongNumArgsdkf2007-11-201-2/+22
* tag bumpcore_8_5_b3dgp2007-11-191-12/+12
* Olson's tzdata2007i importedKevin B Kenny2007-11-191-0/+12
* * README: Bump version number to 8.5b3.dgp2007-11-191-0/+13
* * changes: Updated for 8.5b3 release.dgp2007-11-191-0/+4
* formattingdas2007-11-191-66/+66
* * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix readdas2007-11-171-0/+5
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-161-0/+14
* * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler.dgp2007-11-151-0/+3
* * generic/regc_nfa.c: Corrected looping logic in fixempties() todgp2007-11-151-0/+5
* Must pass non-NULL interp to Tcl_SetEnsemble* functions.dkf2007-11-151-0/+3
* Readability improvementsdkf2007-11-151-0/+3
* Let people disable use of -rpath in their linking step. [Patch 1231022]dkf2007-11-151-1/+7
* Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for great...patthoyts2007-11-151-0/+5
* * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test.das2007-11-151-2/+7
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-141-2/+18
* * tests/chanio.test: New file. This is essentially a duplicate ofandreas_kupries2007-11-141-0/+7
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-141-0/+6
* (TclCompileSwitchCmd): simplify TclReToGlob usage.hobbs2007-11-141-0/+1
* * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments,hobbs2007-11-141-0/+5
* Comment/#ifdef out the multi-char collating element support code.dkf2007-11-141-0/+6
* Extend [switch] compiler to handle regular expressions as long as things are notdkf2007-11-131-0/+5
* Clarify.dkf2007-11-131-10/+14
* * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectlyMiguel Sofer2007-11-131-0/+6
* Added autoconf goo to detect availability of getaddrinfopatthoyts2007-11-131-0/+6
* The six-argument form of getaddressbyname_r() uses the fifth argument todkf2007-11-131-0/+6
* * generic/regcomp.c: Convert optst() from expensive no-op to adgp2007-11-131-0/+5
* Rewrote to use the thread-safe version of gethostbyname() by forward-portingdkf2007-11-131-0/+8
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-0/+3
* * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet*hobbs2007-11-121-0/+3
* * generic/tclUtil.c (TclReToGlob): add more comments, set interphobbs2007-11-121-0/+5
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-1/+12
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-121-0/+10