summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-2893-2481/+2689
| | | | generation works
* * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of theMiguel Sofer2007-10-282-13/+43
| | | | concatenees being empty objs [Bug 1447328]
* Embed the definition of the iso8859-1 encoding directly in Tcl.dkf2007-10-282-2/+54
|
* * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ commandMiguel Sofer2007-10-272-2/+6
| | | | | names are searched from the global namespace, ie, bypassing resolvers of the current namespace [Bug 1114355].
* * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219]Miguel Sofer2007-10-272-4/+3
|
* Part of fix for [Bug 1810264]dkf2007-10-272-5/+8
|
* * doc/apply.n: fixed example [Bug 1811791]Miguel Sofer2007-10-274-6/+10
| | | | | * doc/namespace.n: improved example [Bug 1788984] * doc/AddErrInfo.3: typo [Bug 1715087]
* * generic/tclCompile.h:Miguel Sofer2007-10-273-4/+11
| | | | | | * generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile.h to tclInt.h, reverting linker [Bug 1821159] caused by commit of 2007-10-11 (both I and gcc missed one dep).
* * generic/tclVar.c: try to preserve Tcl_Objs when doing variableMiguel Sofer2007-10-272-55/+102
| | | | lookups by name, partially addressing [Bug 1793601]
* Make the man->HTML scraper work better.dkf2007-10-262-13/+62
|
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-26107-2287/+1408
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* tag: 8.5b2dgp2007-10-261-0/+2
|
* * changes: Updated for 8.5b2 release.dgp2007-10-262-1/+17
|
* fix datedgp2007-10-261-1/+1
|
* * README: Bump version number to 8.5b2.dgp2007-10-2610-16/+29
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Working towards better nroff scraping...dkf2007-10-264-31/+97
|
* Fix minor faults.dkf2007-10-263-10/+10
|
* whitespacedas2007-10-251-4/+4
|
* Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garblingvasiljevic2007-10-251-0/+7
| | | | internal list for tracking sync objects.
* Added TclpMasterLock/Unlock arround calls to ForgetSyncObject invasiljevic2007-10-251-1/+10
| | | | | Tcl_MutexFinalize and Tcl_ConditionFinalize to prevent from garbling the internal list that track synchronization objects.
* More GOOBE quotingdkf2007-10-2523-425/+603
|
* Improvements for claritydkf2007-10-251-12/+20
|
* Fix macro bugdkf2007-10-251-5/+2
|
* GOOBEdkf2007-10-252-48/+129
|
* Ensure that the exemplar output indicates that it can be fractionaldkf2007-10-251-5/+2
|
* GOOBEdkf2007-10-251-4/+6
|
* GOOBE for command results in examplesdkf2007-10-251-5/+5
|
* GOOBE applieddkf2007-10-251-48/+49
|
* GOOBE for command results in examplesdkf2007-10-252-10/+14
|
* GOOBE for command results in examplesdkf2007-10-2512-119/+157
|
* autoheader-2.59das2007-10-241-3/+0
|
* Deal with a nasty special case.dkf2007-10-241-2/+6
|
* Allow new options to be rendered as HTML.dkf2007-10-242-2/+42
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-2486-844/+1459
|
* (forgotten Changelog entry)Miguel Sofer2007-10-201-0/+5
|
* * generic/tclCompile.c: Fix comments.Miguel Sofer2007-10-202-5/+5
| | | | * generic/tclExecute.c:
* * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-183-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 messagedavygrvy2007-10-181-0/+5
|
* * tools/mkdepend.tcl: sort the dep list for a more humanly readable output.davygrvy2007-10-181-2/+2
|
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-186-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]dgp2007-10-182-11/+5
|
* no messagedavygrvy2007-10-171-0/+5
|
* * tools/mkdepend.tcl: Improved defense from malformed object list infile.davygrvy2007-10-171-27/+29
|
* Convert .DS/.DE into HTML tables, not preformatted text.dkf2007-10-172-167/+167
|
* Improve nroff macro usagedkf2007-10-172-9/+9
|
* * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-173-7/+19
| | | | | | compilation on VC++. * generic/tclExecute.c: Silenced several VC++ compiler warnings about converting 'long' to 'unsigned short'.
* no messagedavygrvy2007-10-161-0/+5
|
* * win/makefile.vc: removed old dependency cruft that is no longer needed.davygrvy2007-10-161-26/+6
|
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-1521-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 messagedavygrvy2007-10-151-2/+3
|