| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinInit.c: Inform [tclInit] about the default library | dgp | 2004-06-17 | 1 | -0/+7 |
|
|
* | * doc/library.n: Moved variables ::auto_oldpath and | dgp | 2004-06-16 | 1 | -0/+6 |
|
|
* | Added doc clarification in response to [RFE 768852] | dkf | 2004-06-15 | 1 | -0/+5 |
|
|
* | * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which | hobbs | 2004-06-15 | 1 | -0/+5 |
|
|
* | * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c | Kevin B Kenny | 2004-06-14 | 1 | -0/+8 |
|
|
* | formatting | dgp | 2004-06-14 | 1 | -3/+3 |
|
|
* | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 1 | -0/+14 |
|
|
* | * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an | dgp | 2004-06-11 | 1 | -0/+4 |
|
|
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 1 | -0/+9 |
|
|
* | * unix/configure.in: Updated TCL_PACKAGE_PATH value to | dgp | 2004-06-11 | 1 | -0/+13 |
|
|
* | * win/tclAppInit.c: Restored the 'setargv' procedure when
| Kevin B Kenny | 2004-06-11 | 1 | -0/+8 |
|
|
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of | dgp | 2004-06-10 | 1 | -0/+13 |
|
|
* | Fixed Tcl_FSChdir not to forcefully update private cwd cached copy. | vasiljevic | 2004-06-10 | 1 | -0/+11 |
|
|
* | * generic/tclPathObj.c: Corrected [file tail] results when operating | dgp | 2004-06-10 | 1 | -0/+5 |
|
|
* | Partially corrected [Bug 932314] | vasiljevic | 2004-06-09 | 1 | -0/+7 |
|
|
* | * generic/tclCompile.c: | Miguel Sofer | 2004-06-08 | 1 | -0/+5 |
|
|
* | Fix variable usage warning. [Bug 969068] | dkf | 2004-06-08 | 1 | -0/+5 |
|
|
* | Fixed a minor lsearch example fault. [Bug 968219] | dkf | 2004-06-07 | 1 | -0/+4 |
|
|
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -0/+21 |
|
|
* | * generic/tcl.h: Restored #include <stdio.h> to tcl.h, | dgp | 2004-06-04 | 1 | -0/+7 |
|
|
* | * win/tclWinFile.c (TclpFindExecutable): when using | hobbs | 2004-06-02 | 1 | -0/+6 |
|
|
* | no message | davygrvy | 2004-06-02 | 1 | -0/+7 |
|
|
* | documentation bug | vincentdarley | 2004-06-02 | 1 | -0/+4 |
|
|
* | no message | davygrvy | 2004-06-01 | 1 | -11/+6 |
|
|
* | no message | davygrvy | 2004-06-01 | 1 | -0/+7 |
|
|
* | no message | davygrvy | 2004-06-01 | 1 | -0/+10 |
|
|
* | no message | davygrvy | 2004-05-30 | 1 | -0/+10 |
|
|
* | Limits documentation and style improvements | dkf | 2004-05-30 | 1 | -0/+10 |
|
|
* | Fix minor markup errors. | jenglish | 2004-05-29 | 1 | -0/+5 |
|
|
* | Added note to cover the ongoing example-adding activity | dkf | 2004-05-28 | 1 | -0/+4 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2004-05-27 | 1 | -0/+6 |
|
|
* | * tests/clock.test: Added a single test for the presence of %G
| Kevin B Kenny | 2004-05-27 | 1 | -0/+7 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -0/+21 |
|
|
* | * unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS, | hobbs | 2004-05-26 | 1 | -0/+13 |
|
|
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 1 | -3/+5 |
|
|
* | * library/tcltest/tcltest.tcl: Correction to debug prints and testing | dgp | 2004-05-26 | 1 | -0/+7 |
|
|
* | * doc/http.n (http::config): add -urlencoding option (default utf-8) | hobbs | 2004-05-25 | 1 | -0/+10 |
|
|
* | Prototype fix for [Bug 960410] that tries to move hash table cleanup somewhere | dkf | 2004-05-25 | 1 | -0/+6 |
|
|
* | * docs/global.n: added details for qualified variable names | Miguel Sofer | 2004-05-25 | 1 | -0/+5 |
|
|
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): | Miguel Sofer | 2004-05-25 | 1 | -2/+19 |
|
|
* | * tests/winPipe.test: Protect against path being set | dgp | 2004-05-25 | 1 | -0/+3 |
|
|
* | * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. | dgp | 2004-05-25 | 1 | -0/+4 |
|
|
* | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so
| Kevin B Kenny | 2004-05-25 | 1 | -0/+7 |
|
|
* | * tests/http.test: Clear away the custom [bgerror] when done. | dgp | 2004-05-25 | 1 | -0/+2 |
|
|
* | * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" | dgp | 2004-05-25 | 1 | -0/+5 |
|
|
* | * tests/execute.test (execute-8.1): Updated to remove the trace | dgp | 2004-05-25 | 1 | -0/+6 |
|
|
* | Finish fixing comments for [Bug 848440] | dkf | 2004-05-25 | 1 | -0/+3 |
|
|
* | Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] | dkf | 2004-05-25 | 1 | -0/+4 |
|
|
* | More idiomatic example. [Bug 959602] | dkf | 2004-05-25 | 1 | -0/+5 |
|
|
* | * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to | hobbs | 2004-05-25 | 1 | -0/+7 |
|
|