| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of TIP 118: | das | 2003-05-14 | 1 | -0/+44 |
|
|
* | no message | davygrvy | 2003-05-14 | 1 | -0/+6 |
|
|
* | * generic/tclIOUtil.c: ensure cd is thread-safe. | hobbs | 2003-05-13 | 1 | -0/+5 |
|
|
* | Removed unused variable to reduce compiler warnings. [Bug 664745] | dkf | 2003-05-13 | 1 | -26/+31 |
|
|
* | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -0/+8 |
|
|
* | * generic/tcl.decls: | das | 2003-05-13 | 1 | -3/+25 |
|
|
* | Cleaned up cmdAH.test to use test constraints properly. | dkf | 2003-05-12 | 1 | -0/+6 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -0/+4 |
|
|
* | * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is no | dgp | 2003-05-12 | 1 | -0/+6 |
|
|
* | * generic/tclObj.c (tclCmdNameType): Corrected variable use of the | dgp | 2003-05-12 | 1 | -0/+4 |
|
|
* | * doc/Eval.3: Corrected prototype for Tcl_GlobalEvalObj [Bug 727622]. | dgp | 2003-05-12 | 1 | -0/+4 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -0/+6 |
|
|
* | * win/tclWinSerial.c (SerialCloseProc): correct mem leak on | hobbs | 2003-05-11 | 1 | -0/+3 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat | hobbs | 2003-05-10 | 1 | -0/+5 |
|
|
* | fix for [Bugs 733156, 733221] | Joe Mistachkin | 2003-05-10 | 1 | -0/+15 |
|
|
* | fix for [Bug 735055] | Miguel Sofer | 2003-05-09 | 1 | -0/+7 |
|
|
* | The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated. | dkf | 2003-05-09 | 1 | -0/+6 |
|
|
* | Fixed very strange language in the documentation for 'trace add execution'. | dkf | 2003-05-07 | 1 | -0/+3 |
|
|
* | Made error message for [trace info] more consistent with documentation. | dkf | 2003-05-07 | 1 | -0/+3 |
|
|
* | Fixed memory leak caused by confusion about string ownership. [Bug 731706] | dkf | 2003-05-07 | 1 | -0/+5 |
|
|
* | * 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 |
|
|