summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-0514-135/+479
* Corrected error message for grammar and spelling.dkf2003-05-054-9/+14
* corrected comment about the default matching mode for [switch].dgp2003-05-011-3/+4
* Use the boolean $(DEBUG) instead of a string comparison on $(DBGX).davygrvy2003-04-301-7/+7
* suppress compiler warning about uninitialized variables.dgp2003-04-291-7/+4
* Stopped warning about uninitialised variables in DictIncrCmddkf2003-04-291-26/+21
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-2810-312/+578
* Default mode of operation of [switch] is exact matching. [Bug 727563]dkf2003-04-283-4/+28
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-252-4/+15
* * win/tclWinThrd.c: Applied SF patch #727271. This patch changesandreas_kupries2003-04-252-9/+65
* fix to glob and filenames with square bracketsvincentdarley2003-04-253-4/+31
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-227-6/+309
* * library/tcltest/tcltest.tcl: When the return code of a test doesdgp2003-04-212-10/+17
* corrected bogus commentsdgp2003-04-181-7/+2
* * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define.hobbs2003-04-183-24/+41
* * generic/tclExecute.c (ExprCallMathFunc): remove incorrecthobbs2003-04-181-2/+2
* * win/configure: regenhobbs2003-04-182-1/+11
* Moved serial line options to their creator, open.n, from the generic pagedkf2003-04-183-203/+185
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-1612-285/+136
* If you deal with network sockets, you should care about encodings. Tcl cannotdkf2003-04-162-2/+14
* Math funcs might have to deal with wide ints; document this. [Bug 709720]dkf2003-04-162-7/+25
* Updated mkLinks for TIP 111 documentationdgp2003-04-161-0/+28
* removed undesired 'static'vincentdarley2003-04-162-2/+7
* Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-152-37/+39
* Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny.jenglish2003-04-152-2/+30
* Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in Kevin B Kenny2003-04-152-2/+9
* remove duplicate function definitionvincentdarley2003-04-152-121/+6
* fixed compiler warningsdgp2003-04-151-0/+5
* Stopped compiler warnings about type casts.dgp2003-04-152-4/+4
* * win/Makefile.in: Don't define TCL_DBGXmdejong2003-04-153-15/+31
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-142-1/+8
* vc++ 5.2 compile fixvincentdarley2003-04-142-1/+7
* shared filesystem functionvincentdarley2003-04-144-13/+19
* * win/configure: Regen.mdejong2003-04-145-8/+112
* * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.chobbs2003-04-122-1/+6
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-127-206/+456
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-114-13/+36
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-112-1/+52
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-1118-2195/+2923
* Fixed formatting problem (thanks Emacs... not!) that madedkf2003-04-101-3/+2
* Another minor typodkf2003-04-101-2/+2
* Silly typo fix. [Bug 718543]dkf2003-04-102-2/+6
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-082-2/+9
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-072-4/+7
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-072-2/+9
* Yet more warning killing, this time reported by Miguel Sofer by private chat.dkf2003-04-072-1/+4
* Stopped compilers from moaning about switch fall-through. [Bug 716327]dkf2003-04-072-1/+10
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-074-27/+64
* Converted new files from DOS line endings to usual line endings.dgp2003-04-051-2519/+2519
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-055-43/+17