Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GOOBE for command results in examples | dkf | 2007-10-25 | 2 | -10/+14 |
| | |||||
* | GOOBE for command results in examples | dkf | 2007-10-25 | 12 | -119/+157 |
| | |||||
* | autoheader-2.59 | das | 2007-10-24 | 1 | -3/+0 |
| | |||||
* | Deal with a nasty special case. | dkf | 2007-10-24 | 1 | -2/+6 |
| | |||||
* | Allow new options to be rendered as HTML. | dkf | 2007-10-24 | 2 | -2/+42 |
| | |||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 86 | -844/+1459 |
| | |||||
* | (forgotten Changelog entry) | Miguel Sofer | 2007-10-20 | 1 | -0/+5 |
| | |||||
* | * generic/tclCompile.c: Fix comments. | Miguel Sofer | 2007-10-20 | 2 | -5/+5 |
| | | | | * generic/tclExecute.c: | ||||
* | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code | dgp | 2007-10-18 | 3 | -3/+18 |
| | | | | | | | | values get pulled out of the dictionary, even if they are integer valued. * generic/tclCompCmds.c (TclCompileReturnCmd): Added code to more optimally compile [return -level 0 $x] to "push $x". [RFE 1794073] | ||||
* | no message | davygrvy | 2007-10-18 | 1 | -0/+5 |
| | |||||
* | * tools/mkdepend.tcl: sort the dep list for a more humanly readable output. | davygrvy | 2007-10-18 | 1 | -2/+2 |
| | |||||
* | * compat/tmpnam.c (removed): The routine tmpnam() is no longer | dgp | 2007-10-18 | 6 | -54/+12 |
| | | | | | | | | | * unix/Makefile.in: called by Tcl source code. Remove autogoo * unix/configure.in: the supplied a replacement version on * win/tcl.dsp: systems where the routine was not available. [RFE 1811848]. * unix/configure: autoconf-2.59 | ||||
* | * generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837] | dgp | 2007-10-18 | 2 | -11/+5 |
| | |||||
* | no message | davygrvy | 2007-10-17 | 1 | -0/+5 |
| | |||||
* | * tools/mkdepend.tcl: Improved defense from malformed object list infile. | davygrvy | 2007-10-17 | 1 | -27/+29 |
| | |||||
* | Convert .DS/.DE into HTML tables, not preformatted text. | dkf | 2007-10-17 | 2 | -167/+167 |
| | |||||
* | Improve nroff macro usage | dkf | 2007-10-17 | 2 | -9/+9 |
| | |||||
* | * generic/tclCompExpr.c: Moved a misplaced declaration that blocked | Kevin B Kenny | 2007-10-17 | 3 | -7/+19 |
| | | | | | | compilation on VC++. * generic/tclExecute.c: Silenced several VC++ compiler warnings about converting 'long' to 'unsigned short'. | ||||
* | no message | davygrvy | 2007-10-16 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: removed old dependency cruft that is no longer needed. | davygrvy | 2007-10-16 | 1 | -26/+6 |
| | |||||
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 21 | -146/+229 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test: | ||||
* | no message | davygrvy | 2007-10-15 | 1 | -2/+3 |
| | |||||
* | * tools/mkdepend.tcl: include path problem fixed. Never fight | davygrvy | 2007-10-15 | 1 | -2/+4 |
| | | | | city hall when comes to levels of quoting issues. | ||||
* | * win/makefile.vc: include path problem fixed for 'depend' target. Never fight | davygrvy | 2007-10-15 | 1 | -2/+2 |
| | | | | city hall when comes to levels of quoting issues. | ||||
* | no message | davygrvy | 2007-10-15 | 1 | -0/+5 |
| | |||||
* | * tools/mkdepend.tcl: Produces usable output, but has | davygrvy | 2007-10-15 | 1 | -53/+61 |
| | | | | an include path problem I haven't sloved yet. | ||||
* | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read | Miguel Sofer | 2007-10-15 | 2 | -2/+7 |
| | | | | after the end of buffer, [Bug 1813528] (Joe Mistachkin). | ||||
* | no message | davygrvy | 2007-10-14 | 1 | -2/+2 |
| | |||||
* | no message | davygrvy | 2007-10-14 | 1 | -0/+5 |
| | |||||
* | * tools/mkdepends.tcl (new): Initial stab at generating automatic | davygrvy | 2007-10-14 | 2 | -19/+434 |
| | | | | * win/makefile.vc: dependencies. | ||||
* | sync with tk fixing tk install fault | patthoyts | 2007-10-12 | 1 | -1/+2 |
| | |||||
* | Mine all version information from headers. Sync tcl and tk and bring | patthoyts | 2007-10-12 | 5 | -109/+188 |
| | | | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile. Added offsets for snack dlls to coffbase.txt | ||||
* | no message | davygrvy | 2007-10-12 | 1 | -0/+6 |
| | |||||
* | * win/makefile.vc: Fixed my bad spelling mistakes from years back. | davygrvy | 2007-10-12 | 1 | -6/+5 |
| | | | | Dedependency, duh! Rather funny. | ||||
* | autoheader-2.59 | das | 2007-10-12 | 1 | -6/+0 |
| | |||||
* | comment typo | das | 2007-10-12 | 1 | -2/+2 |
| | |||||
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 14 | -482/+78 |
| | | | | | | | | | | | | | | | | | | * tests/string.test: to report correct failindex values for non-decimal integer strings. [Bug 1805887]. * compat/strtoll.c (removed): The routines strtoll() and strtoull() * compat/strtoull.c (removed): are no longer called by the Tcl source * generic/tcl.h: code. (Their functionality has been replaced * unix/Makefile.in: by TclParseNumber().) Remove outdated comments * unix/configure.in: and mountains of configury autogoo that * unix/tclUnixPort.h: allegedly support the mythical systems where * win/Makefile.in: these routines might not have been available. * win/makefile.bc: * win/makefile.vc: * win/tclWinPort.h: * unix/configure: autoconf-2.59 | ||||
* | * generic/tclObj.c: remove superfluous #include of tclCompile.h | Miguel Sofer | 2007-10-11 | 2 | -2/+5 |
| | |||||
* | Tidying up, adding names to log entries, etc. | dkf | 2007-10-11 | 7 | -10493/+10040 |
| | |||||
* | Fix my silly blunder with an undeclared variable. | dkf | 2007-10-09 | 1 | -2/+3 |
| | |||||
* | Clarify a little more the previous correction for the Tcl_HashKeyType | georgeps | 2007-10-08 | 1 | -2/+2 |
| | | | | flags member. | ||||
* | Correct the usage of flags. | georgeps | 2007-10-08 | 2 | -2/+7 |
| | |||||
* | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 | hobbs | 2007-10-02 | 2 | -3/+9 |
| | | | | to make macro more warning-robust in unbraced if code. | ||||
* | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 8 | -12/+23 |
| | | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: | ||||
* | * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This | andreas_kupries | 2007-10-02 | 2 | -0/+6 |
| | | | | fixes [SF Bug 1806422] reported by Don Porter. | ||||
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 7 | -193/+440 |
| | |||||
* | fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1 | das | 2007-09-20 | 1 | -1/+4 |
| | |||||
* | fix order, typo, contributor names | das | 2007-09-20 | 1 | -9/+11 |
| | |||||
* | * changes: updates for 8.5b1 release. | dgp | 2007-09-20 | 2 | -6/+92 |
| | |||||
* | document --enable-dtrace configure option | das | 2007-09-20 | 1 | -1/+5 |
| |