summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tcl.h: Bump version number to 8.5.2b1 to distinguishdgp2008-02-139-15/+27
* Fix [Bug 1891827]dkf2008-02-123-17/+30
* Documented missing configure flags. [Bug 1799011]dkf2008-02-122-110/+130
* doc/clock.n - minor documentation fix in %N format groupKevin B Kenny2008-02-062-4/+7
* * generic/tclClock.c (ClockParseformatargsObjCmd):Kevin B Kenny2008-02-064-119/+204
* bump release datecore_8_5_1dgp2008-02-042-7/+9
* fix comments in INST_CONCATMiguel Sofer2008-02-041-5/+4
* * generic/tclExecute.c (INST_CONCAT1): fix optimisation forMiguel Sofer2008-02-042-3/+11
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-049-14/+26
* * unix/configure.in (Darwin): correct Info.plist year substitution indas2008-02-023-6/+13
* set release tagdgp2008-02-011-0/+2
* credit contributor an00naMiguel Sofer2008-01-302-2/+5
* * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-302-2/+6
* Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493]dkf2008-01-302-36/+51
* Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493]dkf2008-01-292-39/+44
* * changes: Updated for 8.5.1 release.dgp2008-01-252-1/+25
* Reconcile coding style issues between branchesdgp2008-01-231-7/+9
* Reconcile coding style issues between branchesdgp2008-01-231-4/+4
* Reconcile coding style issues between branchesdgp2008-01-235-59/+60
* * generic/tclInt.h: New macro TclGrowParseTokenArray() todgp2008-01-235-105/+96
* * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs todgp2008-01-235-26/+23
* * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() withdgp2008-01-222-9/+7
* * generic/tclCmdIl.c (Tcl_LreverseObjCmd):Miguel Sofer2008-01-223-2/+20
* * unix/README: minor typo fixes [Bug 1853072]hobbs2008-01-202-4/+6
* * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel.hobbs2008-01-202-7/+18
* Minor fixes for indented paragraph handlingdkf2008-01-183-12/+34
* Corrected formatting of manualdkf2008-01-181-7/+12
* * generic/tclCompExpr.c: Revision to preserve parsed intrepsdgp2008-01-172-5/+48
* better wording for arg handling in proc.n (tclguy)Miguel Sofer2008-01-171-3/+10
* test for memory leakdgp2008-01-162-1/+21
* * generic/tclCompExpr.c: add an 'optimize' argument toMiguel Sofer2008-01-165-16/+16
* * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989]Miguel Sofer2008-01-163-41/+32
* * doc/proc.n: changed wording for access to non-local variables;Miguel Sofer2008-01-162-5/+10
* * generic/tclBasic.c: Replacing 'operator' by 'op' in the defMiguel Sofer2008-01-154-9/+14
* * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel):hobbs2008-01-142-3/+9
* * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stackMiguel Sofer2008-01-112-8/+14
* * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash inMiguel Sofer2008-01-112-7/+9
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-103-5/+15
* Add a missing be to fix a typo.georgeps2008-01-092-2/+6
* * tools/tcltk-man2html.tcl (make-man-pages): make man page titlehobbs2008-01-052-1/+6
* Fixed documentation bug reported on tcl-core, and reordered documentationdkf2008-01-022-15/+18
* * generic/tcl.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-029-15/+27
* Clarified meaning of dictionary values following discussion on comp.lang.tcl.dkf2007-12-312-17/+26
* missing Changelog entryMiguel Sofer2007-12-261-0/+9
* * generic/tclCmdIL.c: more [lsort] data handling streamlines. TheMiguel Sofer2007-12-261-137/+108
* * generic/tclCmdIL.c: more [lsort] data handling streamlines.Miguel Sofer2007-12-252-51/+70
* * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannothobbs2007-12-234-7/+27
* * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994].Miguel Sofer2007-12-233-42/+117
* * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoidMiguel Sofer2007-12-222-23/+41
* * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj ofMiguel Sofer2007-12-222-13/+27