Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no message | davygrvy | 2001-11-08 | 1 | -0/+5 |
| | |||||
* | no message | davygrvy | 2001-11-08 | 1 | -0/+9 |
| | |||||
* | * unix/Makefile.in: | mdejong | 2001-11-08 | 1 | -0/+10 |
| | | | | | | | | | * win/Makefile.in: Print a message indicating that the user should run "make genstubs" when the generated tclStubInit.c file is out of date. We can't regenerate automatically since there may be no tclsh on the system and that would cause bootstrap problems. [Tcl bug 465874] | ||||
* | Define TCL_INCLUDE_SPEC in tclConfig.sh. It should be | mdejong | 2001-11-08 | 1 | -1/+16 |
| | | | | | | | | | | | | | | included by extensions that need to find Tcl include headers in the install location. The user can override the include install dir with --includedir so we need to record this information for extensions. [Tcl bug 421835] * unix/configure: Regen. * unix/configure.in: Define TCL_INCLUDE_SPEC. * unix/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. * win/configure: Regen. * win/configure.in: Define TCL_INCLUDE_SPEC. * win/tclConfig.sh.in: Define TCL_INCLUDE_SPEC. | ||||
* | no message | davygrvy | 2001-11-08 | 1 | -0/+9 |
| | |||||
* | * win/README: Change minimum VC++ version to 5.X since | mdejong | 2001-11-07 | 1 | -0/+13 |
| | | | | | | | | | | | | 4.X is known not to work. Indicate that Mingw is required and building with Cygwin gcc is not supported. Include instructions that indicate how to install Mingw and what URLs folks should use to download the supported version of Mingw. * win/configure: Regen. * win/configure.in: Error out if user tries to compile the Windows version of Tcl with Cygwin gcc. Users should compile with Mingw gcc instead. | ||||
* | See ChangeLog | andreas_kupries | 2001-11-07 | 1 | -0/+11 |
| | |||||
* | no message | davygrvy | 2001-11-07 | 1 | -0/+18 |
| | |||||
* | vfs robustness fix | vincentdarley | 2001-11-04 | 1 | -0/+6 |
| | |||||
* | file copy soft link docs | vincentdarley | 2001-11-02 | 1 | -0/+6 |
| | |||||
* | win fs fixes | vincentdarley | 2001-10-29 | 1 | -0/+12 |
| | |||||
* | Fix for bug 475941; access() was being called with path-free file names on | dkf | 2001-10-29 | 1 | -0/+7 |
| | | | | some paths through the glob code! | ||||
* | Fix for bug 471374; Tcl only resets serial ports on exit now if it has | dkf | 2001-10-25 | 1 | -0/+9 |
| | | | | updated their settings first. | ||||
* | * doc/ObjectType.3: Minor documentation fix, reported by David | andreas_kupries | 2001-10-22 | 1 | -0/+5 |
| | | | | N. Welton <davidw@users.sourceforge.net> directly to me. | ||||
* | small win fix | vincentdarley | 2001-10-22 | 1 | -0/+5 |
| | |||||
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 1 | -0/+8 |
| | | | | | | | * generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day error in clock scan with relative months and years during swing hours. [Bug #413397, Patch #414024] (lavana) | ||||
* | Tcl_FSChdir fix | vincentdarley | 2001-10-18 | 1 | -0/+5 |
| | |||||
* | * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate | hobbs | 2001-10-18 | 1 | -0/+6 |
| | | | | | retry when error is returned with errno == EINTR. [Bug #415131] (leger) | ||||
* | * corrected reference | dgp | 2001-10-17 | 1 | -1/+1 |
| | |||||
* | * unix/tclLoadAout.c (TclGuessPackageName): removed unused vars | hobbs | 2001-10-16 | 1 | -0/+5 |
| | | | | and fixed warnings. [Bug #446622] (lim) | ||||
* | Doh ... strncmp, not strcmp needed in last commit. | Miguel Sofer | 2001-10-15 | 1 | -1/+1 |
| | |||||
* | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error | Miguel Sofer | 2001-10-15 | 1 | -0/+6 |
| | | | | | detected by purify (thanks Jeff); modify style to agrre with the style guide. | ||||
* | configure changes | hobbs | 2001-10-15 | 1 | -0/+7 |
| | |||||
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 1 | -0/+11 |
| | | | | | | | | | | Added to internal stubs table. Tclcompiler (Tclpro project) needs them if used as loadable package under Windows. Changed signatures. We don't want to describe compiler internal structures in "tclInt.h". * generic/tclCompile.h: S.a. Removed function declarations. * generic/tclCompile.c: S.a. Adapted to changed signatures. | ||||
* | see ChangeLog | hobbs | 2001-10-15 | 1 | -0/+15 |
| | |||||
* | small fs fixes | vincentdarley | 2001-10-15 | 1 | -0/+6 |
| | |||||
* | see ChangeLog | hobbs | 2001-10-12 | 1 | -5/+22 |
| | |||||
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 1 | -0/+5 |
| | |||||
* | generic/tclLiteral.c: (TclReleaseLiteral) insured that | Miguel Sofer | 2001-10-11 | 1 | -0/+6 |
| | | | | | self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523] | ||||
* | no message | davygrvy | 2001-10-10 | 1 | -0/+8 |
| | |||||
* | * Corrected restore of ::env(LANG). | dgp | 2001-10-10 | 1 | -0/+4 |
| | |||||
* | * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak | hobbs | 2001-10-10 | 1 | -0/+6 |
| | | | | | intro'd with VFS code where the result obj from Tcl_FSSplitPath was not getting freed. | ||||
* | generic/tclLiteral.c: (TclReleaseLiteral) reverted previous patch for [Bug ↵ | Miguel Sofer | 2001-10-09 | 1 | -0/+5 |
| | | | | 467523] - cure is worse than the illness. | ||||
* | forgot credit for last commit ... | Miguel Sofer | 2001-10-06 | 1 | -1/+1 |
| | |||||
* | insured that self-referential bytecodes are properly cleaned up on | Miguel Sofer | 2001-10-06 | 1 | -0/+6 |
| | | | | interpreter deletion [Bug 467523] | ||||
* | Updated encodings with latest mappings from www.unicode.org. This | hobbs | 2001-10-04 | 1 | -0/+58 |
| | | | | | | | | did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately. | ||||
* | correcting the Changelog date of my last commit. | Miguel Sofer | 2001-10-04 | 1 | -1/+1 |
| | |||||
* | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of | hobbs | 2001-10-03 | 1 | -0/+6 |
| | | | | | tclLibraryPath to before the thread exit handlers are called. Slight modification to change on 2001-09-24. | ||||
* | added Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 1 | -0/+10 |
| | |||||
* | removed unnecessary inclusions of tclCompile.h [Patch 466823] | Miguel Sofer | 2001-10-01 | 1 | -0/+8 |
| | |||||
* | fs doc improvement | vincentdarley | 2001-09-29 | 1 | -0/+6 |
| | |||||
* | correcting wrong date in Changelog. | Miguel Sofer | 2001-09-28 | 1 | -1/+1 |
| | |||||
* | Edited docs of Tcl_GetNameOfExecutable [Bug 219215] | Miguel Sofer | 2001-09-28 | 1 | -0/+5 |
| | |||||
* | Added necessary casts to ClientData on a pair of calls to Tcl_Preserve | Kevin B Kenny | 2001-09-28 | 1 | -0/+6 |
| | | | | and Tcl_Release. | ||||
* | Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly... | dkf | 2001-09-28 | 1 | -0/+9 |
| | |||||
* | normalize fix | vincentdarley | 2001-09-28 | 1 | -0/+10 |
| | |||||
* | * More CONST poisoning | dgp | 2001-09-28 | 1 | -0/+15 |
| | | | | | | fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833] | ||||
* | * Added Tcl_Preserve() | dgp | 2001-09-28 | 1 | -0/+4 |
| | | | | | and Tcl_Release() to fix segfault introduced by the 2001-09-26 changes. [Bug 465494] | ||||
* | * Updated out-of-date reference to #define GUARD_SIZE. | dgp | 2001-09-27 | 1 | -0/+3 |
| | |||||
* | * Updated APIs in | dgp | 2001-09-27 | 1 | -0/+13 |
| | | | | | generic/tclProc.c and generic/tclVar.c according to the guidelines of TIP 27. [Patch 465442] |