summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-0/+4
| | | | | | * 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-261-0/+2
|
* fix datedgp2007-10-261-1/+1
|
* * README: Bump version number to 8.5b2.dgp2007-10-261-0/+13
| | | | | | | | | | | | * 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-261-13/+19
|
* Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garblingvasiljevic2007-10-251-0/+7
| | | | internal list for tracking sync objects.
* Allow new options to be rendered as HTML.dkf2007-10-241-0/+3
|
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-0/+7
|
* (forgotten Changelog entry)Miguel Sofer2007-10-201-0/+5
|
* * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-181-0/+7
| | | | | | | | 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
|
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-0/+8
| | | | | | | | | * 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-181-0/+4
|
* no messagedavygrvy2007-10-171-0/+5
|
* Convert .DS/.DE into HTML tables, not preformatted text.dkf2007-10-171-20/+25
|
* * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-171-0/+7
| | | | | | compilation on VC++. * generic/tclExecute.c: Silenced several VC++ compiler warnings about converting 'long' to 'unsigned short'.
* no messagedavygrvy2007-10-161-0/+5
|
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* no messagedavygrvy2007-10-151-0/+5
|
* * generic/tclParse.c (Tcl_ParseBraces): fix for possible readMiguel Sofer2007-10-151-0/+5
| | | | after the end of buffer, [Bug 1813528] (Joe Mistachkin).
* no messagedavygrvy2007-10-141-2/+2
|
* no messagedavygrvy2007-10-141-0/+5
|
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-1/+8
| | | | | | 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 messagedavygrvy2007-10-121-0/+6
|
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-111-0/+19
| | | | | | | | | | | | | | | | | | * 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.hMiguel Sofer2007-10-111-0/+4
|
* Correct the usage of flags.georgeps2007-10-081-0/+5
|
* * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29hobbs2007-10-021-0/+5
| | | | to make macro more warning-robust in unbraced if code.
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-0/+11
| | | | | | | | | | * 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. Thisandreas_kupries2007-10-021-0/+5
| | | | fixes [SF Bug 1806422] reported by Don Porter.
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-251-27/+34
|
* * changes: updates for 8.5b1 release.dgp2007-09-201-1/+5
|
* * README: Bump version number to 8.5b1dgp2007-09-191-0/+12
| | | | | | | | | * generic/tcl.h: Merge from core-stabilizer-branch. * library/init.tcl: Stabilizing toward 8.5b1 release now done * tools/tcl.wse.in: on the HEAD. core-stabilizer-branch is * unix/configure.in: now suspended. * unix/tcl.spec: * win/configure.in:
* Replace isdigit call with an internal implementation to avoid libc linkage ↵patthoyts2007-09-191-0/+4
| | | | on windows
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-181-0/+6
| | | | | * win/makefile.vc: so that we don't need the C library linked in to libtclStub.
* Add crt flags for tclStubLib now it makes use of C-library functionspatthoyts2007-09-171-0/+5
|
* Use '${CC} -shared' instead of 'ld -Bshareable' to build shared librariesjenglish2007-09-171-0/+6
| | | | on current NetBSDs [#1749251].
* * unix/Makefile.in: Update `make dist` so that tclDTrace.d isdgp2007-09-171-0/+3
| | | | included in the source code distribution.
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-171-0/+7
| | | | | | * generic/tclPkg.c: source compatibility with callers of * generic/tclStubLib.c: Tcl_InitStubs(interp, TCL_VERSION, 1). [Bug 1578344].
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-0/+8
|
* Cleaned up formatting so that lines don't wrap on standard width terminalsdkf2007-09-171-731/+742
|
* * unix/tcl.m4: replace all direct references to compiler by ${CC} todas2007-09-151-0/+10
| | | | | | | | | enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-141-0/+5
|
* typodas2007-09-141-1/+1
|
* typodas2007-09-131-1/+1
|
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-0/+22
| | | | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/GNUmakefile: enable DTrace support. * macosx/Tcl-Common.xcconfig: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* * unix/Makefile.in: Perform missing updates of the tcltest Tcldgp2007-09-121-0/+6
| | | | | * win/Makefile.in: Module installed filename that should have been part of the bump to tcltest 2.3b1. Thanks Larry Virden.
* Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling).patthoyts2007-09-121-0/+5
|