summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* undo failed testdgp2003-05-221-2/+0
* testing that this commits to correct branchdgp2003-05-221-0/+2
* * macosx/Tcl.pbproj/project.pbxproj: added missing references todas2003-05-222-0/+28
* * macosx/tclMacOSXBundle.c: fixed a problem that caused only thedas2003-05-221-1/+1
* * macosx/tclMacOSXBundle.c: fixed a problem that caused only thedas2003-05-222-0/+17
* Corrected a bug in conversion of non-ASCII chars in the format string.Kevin B Kenny2003-05-192-3/+12
* * unix/tclUnixTime.c: fixed typo.das2003-05-192-2/+4
* * macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh locationdas2003-05-192-1/+8
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-186-45/+87
* * doc/dde.n: Updated documentation re TIP #130.patthoyts2003-05-163-74/+133
* * library/dde/pkgIndex.tcl: Applied TIP #130 which providespatthoyts2003-05-164-40/+246
* Removed one reference to tclDToA.c that shouldn't have been there.Kevin B Kenny2003-05-162-2/+5
* 2003-05-16 Daniel Steffen <das@users.sourceforge.net>das2003-05-162-2/+6
* * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-162-72/+50
* Fixed Tcl bug 736425Kevin B Kenny2003-05-154-5/+179
* * doc/socket.n: nroff font handling correction.hobbs2003-05-152-2/+4
* * library/encoding/gb2312-raw.enc (new): This is the originalhobbs2003-05-152-0/+1387
* Omitted constraint required for LP64 platforms.dkf2003-05-141-2/+2
* Stopped [format] from demoting wides to ints too easily. [Bug 699060]dkf2003-05-143-4/+43
* * library/encoding/gb2312.enc: copy euc-cn.enc over originalhobbs2003-05-142-92/+116
* Implementation of TIP 118:das2003-05-1418-75/+1266
* no messagedavygrvy2003-05-141-0/+6
* Another putenv() copy behavior problem repaired when compiling on windowsdavygrvy2003-05-141-1/+6
* * generic/tclIOUtil.c: ensure cd is thread-safe.hobbs2003-05-132-69/+108
* Removed unused variable to reduce compiler warnings. [Bug 664745]dkf2003-05-132-29/+38
* fix for [Bug 732477]Joe Mistachkin2003-05-136-24/+32
* * generic/tcl.decls:das2003-05-137-23/+130
* Cleaned up cmdAH.test to use test constraints properly.dkf2003-05-122-240/+246
* * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-123-3/+22
* * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is nodgp2003-05-123-5/+11
* * generic/tclObj.c (tclCmdNameType): Corrected variable use of thedgp2003-05-122-7/+8
* * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].dgp2003-05-122-2/+6
* * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-123-2/+35
* Corrected Tcl bug #723502vasiljevic2003-05-121-1/+1
* * win/tclWinSerial.c (SerialCloseProc): correct mem leak onhobbs2003-05-112-1/+6
* * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-102-1/+15
* fix for [Bugs 733156, 733221]Joe Mistachkin2003-05-101-0/+15
* fix for [Bug 733221]Joe Mistachkin2003-05-101-4/+11
* fix bad cvs lf conversionJoe Mistachkin2003-05-102-1400/+1401
* fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-400/+449
* fix for [Bug 731754]Joe Mistachkin2003-05-091-955/+951
* fixing previous patchMiguel Sofer2003-05-091-5/+5
* fix for [Bug 735055]Miguel Sofer2003-05-093-3/+12
* The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated.dkf2003-05-092-2/+8
* stop compiler warnings about unused variablesdgp2003-05-081-3/+1
* Fixed very strange language in the documentation for 'trace add execution'.dkf2003-05-072-2/+6
* Made error message for [trace info] more consistent with documentation.dkf2003-05-073-5/+30
* Fixed memory leak caused by confusion about string ownership. [Bug 731706]dkf2003-05-072-3/+10
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-0514-135/+479
* Corrected error message for grammar and spelling.dkf2003-05-054-9/+14