Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for bug 475941; access() was being called with path-free file names on | dkf | 2001-10-29 | 2 | -5/+11 | |
| | | | | 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 | 2 | -15/+38 | |
| | | | | updated their settings first. | |||||
* | * doc/ObjectType.3: Minor documentation fix, reported by David | andreas_kupries | 2001-10-22 | 2 | -2/+7 | |
| | | | | N. Welton <davidw@users.sourceforge.net> directly to me. | |||||
* | small win fix | vincentdarley | 2001-10-22 | 2 | -1/+20 | |
| | ||||||
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 4 | -4/+55 | |
| | | | | | | | * 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 | 2 | -6/+45 | |
| | ||||||
* | * unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate | hobbs | 2001-10-18 | 2 | -11/+33 | |
| | | | | | 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 | 2 | -4/+13 | |
| | | | | and fixed warnings. [Bug #446622] (lim) | |||||
* | Undo of mistaken commit. Sorry! | dgp | 2001-10-16 | 7 | -50/+49 | |
| | ||||||
* | * Added test to demonstrate memory corruption problems. [Bug 219393]. | dgp | 2001-10-16 | 7 | -49/+50 | |
| | ||||||
* | Doh ... strncmp, not strcmp needed in last commit. | Miguel Sofer | 2001-10-15 | 2 | -3/+3 | |
| | ||||||
* | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error | Miguel Sofer | 2001-10-15 | 2 | -33/+38 | |
| | | | | | detected by purify (thanks Jeff); modify style to agrre with the style guide. | |||||
* | fixed dangling ; | hobbs | 2001-10-15 | 2 | -3/+5 | |
| | ||||||
* | configure changes | hobbs | 2001-10-15 | 1 | -0/+7 | |
| | ||||||
* | * unix/configure: | hobbs | 2001-10-15 | 5 | -151/+224 | |
| | | | | | | | | * unix/configure.in: * win/configure: * win/configure.in: * win/tcl.m4: reworked to be a little cleaner in comparison to each other, and to AC_SUBST even empty vars for win/tclConfig.sh | |||||
* | * generic/tclInt.decls (TclExpandCodeArray,TclGetInstructionTable): | andreas_kupries | 2001-10-15 | 6 | -15/+60 | |
| | | | | | | | | | | 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 | |
| | ||||||
* | minor code cleanup | hobbs | 2001-10-15 | 1 | -30/+29 | |
| | ||||||
* | * doc/open.n: moved all fconfigure option docs to fconfigure.n | hobbs | 2001-10-15 | 2 | -52/+205 | |
| | | | | * doc/fconfigure.n: added serial config options | |||||
* | * win/tclWinChan.c: | hobbs | 2001-10-15 | 3 | -246/+1091 | |
| | | | | | | * win/tclWinPort.h: * win/tclWinSerial.c: added TIP #35 Windows enhancements for serial configuration. [Patch #438509] (schroedter) | |||||
* | * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__ | hobbs | 2001-10-15 | 1 | -1/+4 | |
| | | | | is defined and added #ifndef check. | |||||
* | small fs fixes | vincentdarley | 2001-10-15 | 3 | -6/+12 | |
| | ||||||
* | * Corrected typos in doc/RegExp.3macosx_8_4_branchpoint | dgp | 2001-10-14 | 1 | -2/+2 | |
| | ||||||
* | see ChangeLog | hobbs | 2001-10-12 | 1 | -5/+22 | |
| | ||||||
* | Small modif to tests/compile.test: better constraint handling for | Miguel Sofer | 2001-10-12 | 1 | -24/+21 | |
| | | | | tests committed earlier today. | |||||
* | * library/encoding/ebcdic.enc: | hobbs | 2001-10-12 | 2 | -0/+308 | |
| | | | | | * tools/encoding/ebcdic.txt: EBCDIC charset mapping. [Patch #219323] (nijtmans) | |||||
* | * tests/ioCmd.test: added catch around file removal, as Windows | hobbs | 2001-10-12 | 1 | -15/+3 | |
| | | | | file locking throws errors. | |||||
* | (socket-7.2): corrected to work on Win2K | hobbs | 2001-10-12 | 1 | -6/+5 | |
| | ||||||
* | added removeFile for outdata | hobbs | 2001-10-12 | 1 | -1/+4 | |
| | ||||||
* | * library/encoding/tis-620.enc: | hobbs | 2001-10-12 | 2 | -0/+283 | |
| | | | | | * tools/encoding/tis-620.txt: TIS-620 charset mapping. [Patch #467423] (poonlap) | |||||
* | * tests/compile.test: new tests for [Bug 467523] | Miguel Sofer | 2001-10-12 | 2 | -2/+57 | |
| | ||||||
* | generic/tclLiteral.c: (TclReleaseLiteral) insured that | Miguel Sofer | 2001-10-11 | 2 | -32/+30 | |
| | | | | | self-referential bytecodes are properly cleaned up on interpreter deletion [Bug 467523] | |||||
* | no message | davygrvy | 2001-10-10 | 1 | -0/+8 | |
| | ||||||
* | * win/tclWinPort.h: #include <winsock2.h> needed to get moved | davygrvy | 2001-10-10 | 1 | -2/+3 | |
| | | | | | | | to after #include <windows.h> or wierd misunderstandings took place when -D_WIN32_WINNT=0x0400 is set for outside code that requires knowledge of Tcl innards. General header macro magic applied liberally... | |||||
* | * Corrected restore of ::env(LANG). | dgp | 2001-10-10 | 2 | -2/+7 | |
| | ||||||
* | * generic/tclFileName.c (Tcl_SplitPath): corrected mem leak | hobbs | 2001-10-10 | 2 | -1/+12 | |
| | | | | | 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 | 2 | -11/+6 | |
| | | | | 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 | 2 | -1/+17 | |
| | | | | interpreter deletion [Bug 467523] | |||||
* | Updated encodings with latest mappings from www.unicode.org. This | hobbs | 2001-10-04 | 47 | -58992/+61450 | |
| | | | | | | | | 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. | |||||
* | noted 8.4 as default Tcl version | hobbs | 2001-10-04 | 2 | -5/+9 | |
| | ||||||
* | correcting the Changelog date of my last commit. | Miguel Sofer | 2001-10-04 | 1 | -1/+1 | |
| | ||||||
* | Typo-fix | dkf | 2001-10-04 | 1 | -2/+2 | |
| | ||||||
* | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of | hobbs | 2001-10-03 | 2 | -11/+18 | |
| | | | | | 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 | 6 | -90/+150 | |
| | ||||||
* | updated copyright | hobbs | 2001-10-01 | 2 | -6/+6 | |
| | ||||||
* | removed unnecessary inclusions of tclCompile.h [Patch 466823] | Miguel Sofer | 2001-10-01 | 4 | -20/+19 | |
| | ||||||
* | fs doc improvement | vincentdarley | 2001-09-29 | 3 | -5/+28 | |
| | ||||||
* | correcting wrong date in Changelog. | Miguel Sofer | 2001-09-28 | 1 | -1/+1 | |
| |