| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. | hobbs | 2003-04-18 | 3 | -24/+41 |
|
|
* | * generic/tclExecute.c (ExprCallMathFunc): remove incorrect | hobbs | 2003-04-18 | 1 | -2/+2 |
|
|
* | * win/configure: regen | hobbs | 2003-04-18 | 2 | -1/+11 |
|
|
* | Moved serial line options to their creator, open.n, from the generic page | dkf | 2003-04-18 | 3 | -203/+185 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 12 | -285/+136 |
|
|
* | If you deal with network sockets, you should care about encodings. Tcl cannot | dkf | 2003-04-16 | 2 | -2/+14 |
|
|
* | Math funcs might have to deal with wide ints; document this. [Bug 709720] | dkf | 2003-04-16 | 2 | -7/+25 |
|
|
* | Updated mkLinks for TIP 111 documentation | dgp | 2003-04-16 | 1 | -0/+28 |
|
|
* | removed undesired 'static' | vincentdarley | 2003-04-16 | 2 | -2/+7 |
|
|
* | Corrected use of types to make compilation compatible with VC++5. | Kevin B Kenny | 2003-04-15 | 2 | -37/+39 |
|
|
* | Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. | jenglish | 2003-04-15 | 2 | -2/+30 |
|
|
* | Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in
| Kevin B Kenny | 2003-04-15 | 2 | -2/+9 |
|
|
* | remove duplicate function definition | vincentdarley | 2003-04-15 | 2 | -121/+6 |
|
|
* | fixed compiler warnings | dgp | 2003-04-15 | 1 | -0/+5 |
|
|
* | Stopped compiler warnings about type casts. | dgp | 2003-04-15 | 2 | -4/+4 |
|
|
* | * win/Makefile.in: Don't define TCL_DBGX | mdejong | 2003-04-15 | 3 | -15/+31 |
|
|
* | Added conditionals to make tclWinFile.c compile on VC++6, which
| Kevin B Kenny | 2003-04-14 | 2 | -1/+8 |
|
|
* | vc++ 5.2 compile fix | vincentdarley | 2003-04-14 | 2 | -1/+7 |
|
|
* | shared filesystem function | vincentdarley | 2003-04-14 | 4 | -13/+19 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-14 | 5 | -8/+112 |
|
|
* | * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c | hobbs | 2003-04-12 | 2 | -1/+6 |
|
|
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt
| Kevin B Kenny | 2003-04-12 | 7 | -206/+456 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 4 | -13/+36 |
|
|
* | * generic/tclIO.c (UpdateInterest): When dropping interest in | andreas_kupries | 2003-04-11 | 2 | -1/+52 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 18 | -2195/+2923 |
|
|
* | Fixed formatting problem (thanks Emacs... not!) that made | dkf | 2003-04-10 | 1 | -3/+2 |
|
|
* | Another minor typo | dkf | 2003-04-10 | 1 | -2/+2 |
|
|
* | Silly typo fix. [Bug 718543] | dkf | 2003-04-10 | 2 | -2/+6 |
|
|
* | Use correct test for the empty string in Tcl_ErrorObjCmd | dkf | 2003-04-08 | 2 | -2/+9 |
|
|
* | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of | dgp | 2003-04-07 | 2 | -4/+7 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 2 | -2/+9 |
|
|
* | Yet more warning killing, this time reported by Miguel Sofer by private chat. | dkf | 2003-04-07 | 2 | -1/+4 |
|
|
* | Stopped compilers from moaning about switch fall-through. [Bug 716327] | dkf | 2003-04-07 | 2 | -1/+10 |
|
|
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 4 | -27/+64 |
|
|
* | Converted new files from DOS line endings to usual line endings. | dgp | 2003-04-05 | 1 | -2519/+2519 |
|
|
* | Final stage of getting dictionaries into the core. Test suite should work now! | dkf | 2003-04-05 | 5 | -43/+17 |
|
|
* | Regen. | dkf | 2003-04-05 | 2 | -2/+110 |
|
|
* | Build support for dicts on Unix and Windows, plus public API (structure | dkf | 2003-04-05 | 7 | -8/+76 |
|
|
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 5 | -0/+3638 |
|
|
* | * unix/configure: | mdejong | 2003-04-04 | 3 | -2/+20 |
|
|
* | * unix/Makefile.in: Don't subst MATH_LIBS, | mdejong | 2003-04-03 | 6 | -33/+39 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] | dgp | 2003-04-03 | 2 | -9/+6 |
|
|
* | * win/configure: Regen. | mdejong | 2003-04-03 | 4 | -3/+23 |
|
|
* | * generic/tclParse.c (TclSubstTokens): Moved declaration of | dgp | 2003-04-02 | 2 | -2/+9 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-04-02 | 3 | -71/+79 |
|
|
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 2 | -21/+44 |
|
|
* | Added further coverage tests. | dgp | 2003-04-01 | 2 | -1/+42 |
|
|
* | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed | dgp | 2003-04-01 | 3 | -3/+13 |
|
|
* | * tests/parse.test (parse-18.*): Coverage tests for the new | dgp | 2003-03-31 | 2 | -1/+74 |
|
|
* | * unix/configure: Regen. | mdejong | 2003-03-28 | 3 | -4/+13 |
|
|