| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -0/+17 |
|
|
* | Corrected error message for grammar and spelling. | dkf | 2003-05-05 | 1 | -0/+5 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -0/+10 |
|
|
* | Default mode of operation of [switch] is exact matching. [Bug 727563] | dkf | 2003-04-28 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the | dgp | 2003-04-25 | 1 | -0/+7 |
|
|
* | * win/tclWinThrd.c: Applied SF patch #727271. This patch changes | andreas_kupries | 2003-04-25 | 1 | -0/+11 |
|
|
* | fix to glob and filenames with square brackets | vincentdarley | 2003-04-25 | 1 | -0/+9 |
|
|
* | * The changes below fix SF bugs [593810], and [718045]. | andreas_kupries | 2003-04-22 | 1 | -0/+31 |
|
|
* | * library/tcltest/tcltest.tcl: When the return code of a test does | dgp | 2003-04-21 | 1 | -0/+7 |
|
|
* | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. | hobbs | 2003-04-18 | 1 | -20/+33 |
|
|
* | Moved serial line options to their creator, open.n, from the generic page | dkf | 2003-04-18 | 1 | -0/+7 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -0/+23 |
|
|
* | If you deal with network sockets, you should care about encodings. Tcl cannot | dkf | 2003-04-16 | 1 | -0/+5 |
|
|
* | Math funcs might have to deal with wide ints; document this. [Bug 709720] | dkf | 2003-04-16 | 1 | -0/+5 |
|
|
* | removed undesired 'static' | vincentdarley | 2003-04-16 | 1 | -0/+5 |
|
|
* | Corrected use of types to make compilation compatible with VC++5. | Kevin B Kenny | 2003-04-15 | 1 | -0/+2 |
|
|
* | Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. | jenglish | 2003-04-15 | 1 | -0/+4 |
|
|
* | Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in
| Kevin B Kenny | 2003-04-15 | 1 | -0/+6 |
|
|
* | remove duplicate function definition | vincentdarley | 2003-04-15 | 1 | -0/+5 |
|
|
* | fixed compiler warnings | dgp | 2003-04-15 | 1 | -0/+5 |
|
|
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-04-15 | 1 | -0/+16 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 1 | -0/+5 |
|
|
* | vc++ 5.2 compile fix | vincentdarley | 2003-04-14 | 1 | -0/+2 |
|
|
* | shared filesystem function | vincentdarley | 2003-04-14 | 1 | -0/+7 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-14 | 1 | -0/+17 |
|
|
* | * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c | hobbs | 2003-04-12 | 1 | -0/+4 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 1 | -0/+15 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -0/+9 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 1 | -0/+8 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -0/+42 |
|
|
* | Silly typo fix. [Bug 718543] | dkf | 2003-04-10 | 1 | -0/+4 |
|
|
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 1 | -0/+7 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 1 | -0/+3 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 1 | -0/+5 |
|
|
* | Yet more warning killing, this time reported by Miguel Sofer by private chat. | dkf | 2003-04-07 | 1 | -0/+2 |
|
|
* | Stopped compilers from moaning about switch fall-through. [Bug 716327] | dkf | 2003-04-07 | 1 | -0/+5 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 1 | -0/+15 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 1 | -0/+7 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 1 | -0/+5 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+7 |
|
|
* | * unix/configure: | mdejong | 2003-04-04 | 1 | -0/+8 |
|
|
* | * unix/Makefile.in: Don't subst MATH_LIBS, | mdejong | 2003-04-03 | 1 | -0/+14 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] | dgp | 2003-04-03 | 1 | -0/+5 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-03 | 1 | -0/+12 |
|
|
* | * generic/tclParse.c (TclSubstTokens): Moved declaration of | dgp | 2003-04-02 | 1 | -0/+7 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-04-02 | 1 | -0/+8 |
|
|
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 1 | -0/+4 |
|
|
* | Added further coverage tests. | dgp | 2003-04-01 | 1 | -0/+1 |
|
|
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed | dgp | 2003-04-01 | 1 | -0/+7 |
|
|
* | * tests/parse.test (parse-18.*): Coverage tests for the new | dgp | 2003-03-31 | 1 | -0/+6 |
|
|