summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/chanio.test: New file. This is essentially a duplicate ofandreas_kupries2007-11-143-2/+7472
* Strengthened the text about Tcl not supporting MCCEsdkf2007-11-141-8/+8
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-148-636/+133
* Strip an _ANSI_ARGS_ usage.dkf2007-11-141-2/+2
* autoheader-2.59das2007-11-141-0/+3
* autoconf-2.59das2007-11-141-2/+2
* clarify message of second getaddrinfo checkdas2007-11-141-1/+1
* (TclCompileSwitchCmd): simplify TclReToGlob usage.hobbs2007-11-142-9/+7
* * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments,hobbs2007-11-142-9/+17
* Comment/#ifdef out the multi-char collating element support code.dkf2007-11-145-39/+98
* Extend [switch] compiler to handle regular expressions as long as things are notdkf2007-11-132-71/+120
* Minor fixes (remove double blank lines, etc.)dkf2007-11-131-16/+18
* Fix a bug in disassembly of INST_START_CMD instructionsdkf2007-11-131-3/+4
* Clarify.dkf2007-11-132-27/+45
* * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectlyMiguel Sofer2007-11-132-5/+9
* Added autoconf goo to detect availability of getaddrinfopatthoyts2007-11-134-1/+205
* Oops!dkf2007-11-131-2/+3
* Forgot to transform to native encoding for getaddrinfo()dkf2007-11-131-2/+5
* fix Tcl_DStringFree bugletdas2007-11-131-2/+1
* The six-argument form of getaddressbyname_r() uses the fifth argument todkf2007-11-132-6/+12
* * generic/regcomp.c: Convert optst() from expensive no-op to adgp2007-11-132-0/+15
* Make some tests clearer on failure by using tcltest2 featuresdkf2007-11-131-22/+16
* Rewrote to use the thread-safe version of gethostbyname() by forward-portingdkf2007-11-132-12/+91
* (TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursionhobbs2007-11-131-15/+1
* RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-128-81/+37
* * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet*hobbs2007-11-122-3/+6
* * generic/tclUtil.c (TclReToGlob): add more comments, set interphobbs2007-11-122-3/+17
* * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-128-35/+93
* * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h:hobbs2007-11-1212-103/+436
* * generic/tclResult.c (ResetObjResult): clarify the logic.Miguel Sofer2007-11-112-4/+4
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-1132-395/+490
* Formatting/readabilitydkf2007-11-111-35/+35
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* * unix/tclUnixInit.c: simplify non-crosscompiled case.das2007-11-112-14/+22
* * generic/tclBasic.c: fix stack check failure case if stack grows up.das2007-11-111-2/+2
* autoheader-2.59das2007-11-111-0/+6
* autoconf-2.59das2007-11-111-6109/+6076
* changelog entryMiguel Sofer2007-11-101-0/+3
* * generic/tclExecute.c: fast path for INST_LIST_INDEX when theMiguel Sofer2007-11-101-7/+20
* * unix/configure: autoconf 2.61Miguel Sofer2007-11-102-6067/+6174
* * generic/tclBasic.c:Miguel Sofer2007-11-104-12/+66
* * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues withdas2007-11-103-32/+37
* fix typosdas2007-11-101-6/+6
* Improved failure comments for stack checks (mistachkin).Miguel Sofer2007-11-102-11/+17
* * generic/tclBasic.c:Miguel Sofer2007-11-105-56/+70
* minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD...Kevin B Kenny2007-11-101-15/+11
* 2007-11-10 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-11-102-158/+51
* * generic/tclBasic.c:Miguel Sofer2007-11-106-114/+153
* fix formattingdas2007-11-101-2/+3
* fix formatting and inverted test in TclpCheckStackSpace()das2007-11-101-19/+20