Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | [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 |
| | | |||||
* | | 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 |
|/ | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: Reworked the Tcl header files into a clean * unix/tclUnixPort.h: hierarchy where tcl.h < tclPort.h < tclInt.h * win/tclWinInt.h: and every C source file should #include * win/tclWinPort.h: at most one of those files to satisfy its declaration needs. tclWinInt.h and tclWinPort.h also better organized so that tclWinPort.h includes the Windows implementation of cross-platform declarations, while tclWinInt.h makes declarations that are available on Windows only. * generic/tclBinary.c (TCL_NO_MATH): Deleted the generic/tclMath.h * generic/tclMath.h (removed): header file. The internal Tcl * macosx/Makefile (PRIVATE_HEADERS): header, tclInt.h, has a * win/tcl.dsp: #include <math.h> directly, and file external to Tcl needing libm should do the same. * win/Makefile.in (WIN_OBJS): Deleted the win/tclWinMtherr.c file. * win/makefile.bc (TCLOBJS): It's a vestige from matherr() days * win/makefile.vc (TCLOBJS): gone by. * win/tcl.dsp: * win/tclWinMtherr.c (removed): | ||||
* | 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 |
| | | | | according to the guidelines of TIP 27. Updated callers. [Patch 499196] | ||||
* | * generic/tclPosixStr.c (Tcl_SignalMsg): clarified #defines for | hobbs | 2000-05-11 | 1 | -3/+3 |
| | | | | Linux on Sparc to compile correctly. [Bug: 5364] | ||||
* | 1999-08-20 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-21 | 1 | -2/+2 |
| | | | | * generic/tclPosixStr.c: fixed typo [Bug: 2592] | ||||
* | 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 |
| | | | | | egcs, ENOTSUP and EOPNOTSUPP are the same, so now we handle that case. [Bug: 1137] | ||||
* | 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 |