| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 1 | -3/+3 |
|
|
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -3/+3 |
|
|
* | Fix [fa128568a5]: EOVERFLOW does not necessarily mean "file too big". Synchro... | jan.nijtmans | 2023-03-28 | 1 | -45/+63 |
|\ |
|
| * | More text fixes | jan.nijtmans | 2023-03-27 | 1 | -4/+16 |
|
|
| * | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 1 | -161/+182 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2023-03-26 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| * | | Sync all error-messages with modern Linux | jan.nijtmans | 2023-03-26 | 1 | -52/+48 |
|
|
| * | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ... | jan.nijtmans | 2023-03-25 | 1 | -136/+140 |
| |/ |
|
* | | Merge 8.6. POSIX errors update and minizip fix | apnadkarni | 2023-03-28 | 1 | -19/+64 |
|\ \
| |/
|/| |
|
| * | Fix some typo's in POSIX error-messages, and add missing ones (ESTRPIPE, ERES... | jan.nijtmans | 2023-03-27 | 1 | -19/+64 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-05-06 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Handle POSIX error EILSEQ: "invalid byte sequence" | jan.nijtmans | 2021-05-06 | 1 | -0/+6 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|/ |
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 |
|\ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 |
| |\ |
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -2/+2 |
|
|
* | | | Fix build on systems where ECANCELED == ELIBMAX | dgp | 2011-08-03 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -13/+13 |
|
|
| | * | Fix [Bug 2882561]. | dkf | 2009-10-21 | 1 | -3/+3 |
|
|
| * | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -4/+4 |
|
|
| * | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -11/+11 |
|
|
| * | | Fix [Bug 2882561]. | dkf | 2009-10-21 | 1 | -3/+3 |
|
|
| * | | Added support for SIGINFO. [Patch 1513655] | dkf | 2009-03-15 | 1 | -1/+7 |
|
|
* | | | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -10/+34 |
|
|
* | | | Fix [Bug 2882561]. | dkf | 2009-10-21 | 1 | -3/+3 |
|
|
* | | | Added support for SIGINFO. [Patch 1513655] | dkf | 2009-03-15 | 1 | -1/+7 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -6/+6 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -5/+5 |
|/ / |
|
* | | ANSIfy | dkf | 2005-11-07 | 1 | -9/+9 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-19 | 1 | -377/+381 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|/ |
|
* | Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.) | dkf | 2002-05-27 | 1 | -3/+3 |
|
|
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -1/+7 |
|
|
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -5/+5 |
|
|
* | * generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for | hobbs | 2000-05-11 | 1 | -3/+3 |
|
|
* | 1999-08-20 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-21 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -3/+3 |
|
|
* | * generic/tclPosixStr.c (Tcl_ErrnoId, Tcl_ErrnoMsg): When using | stanton | 1999-02-02 | 1 | -3/+3 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1174 |
|
|