diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-07 08:50:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-07 08:50:22 (GMT) |
commit | 92dd671c1f650d5619b47e4cbf82d13c78b8eab8 (patch) | |
tree | 6442b50f0091beeecd46e4a86c3e4051252d6689 /ChangeLog | |
parent | 2cce2f2f376d3a52b69cf0a2c37eba7fb3aa7e6d (diff) | |
download | tcl-92dd671c1f650d5619b47e4cbf82d13c78b8eab8.zip tcl-92dd671c1f650d5619b47e4cbf82d13c78b8eab8.tar.gz tcl-92dd671c1f650d5619b47e4cbf82d13c78b8eab8.tar.bz2 |
Make sure EOVERFLOW is defined on Unix.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-06-07 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * unix/tclUnixPort.h (EOVERFLOW): Added code to define it if it + wasn't previously defined. Also some other general tidying and + adding of comments. [Tcl bugs 563122, 564595] + * compat/tclErrno.h: Added definition for EOVERFLOW copied from + Solaris headers; I've been unable to find any uses of EFTYPE, + which was the error code previously occupying the slot, in Tcl, or + any definition of it in the Solaris headers. + 2002-06-06 Mo DeJong <mdejong@users.sourceforge.net> * unix/dltest/Makefile.in: Remove hard coded CFLAGS=-g |