summaryrefslogtreecommitdiffstats
path: root/src/util/et/error_message.c
Commit message (Expand)AuthorAgeFilesLines
* error_message.c: Use "#if defined(MSDOS) || ..." instead of "#ifTheodore Tso1998-12-011-1/+1
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-2/+2
* * error_message.c (error_message): Mask error code withEzra Peisach1997-07-221-2/+2
* * error_message.c: Don't declare sys_nerr on MacintoshEzra Peisach1997-03-031-0/+2
* I really did mean #ifdef unix... I added AIX for compatibility.Richard Basch1997-02-221-1/+1
* * Make shared libs work on AIXSam Hartman1997-02-221-1/+1
* Do not free unallocated memory (win16)Richard Basch1997-02-181-11/+17
* Win16 fixesRichard Basch1997-02-181-4/+3
* Because you cannot call malloc() during DLL initialization under win16,Richard Basch1997-02-181-2/+16
* Checked in a debugging version, by accident.Richard Basch1997-02-161-2/+11
* Removed V2 experimental API previously checked-in.Richard Basch1997-02-151-38/+103
* New V2 API + Win16/Win32 supportRichard Basch1997-02-061-73/+100
* Work around a compiler bug on the Alpha.Ezra Peisach1996-10-171-1/+3
* * internal.h: #ifdef NEED_SYS_ERRLIST -> #ifdefTom Yu1996-08-311-5/+5
* com_err.h:Theodore Tso1996-06-121-2/+6
* Windows has strerror()Theodore Tso1996-02-281-0/+3
* Fix logic if #ifdefs for HAVE_STRERROR and HAVE_SYS_ERRLIST.Theodore Tso1995-10-051-4/+7
* Only define sys_nerr if we're on a Macintosh. On those systems whichTheodore Tso1995-09-221-0/+2
* Mac Beta 1 submissionKeith Vetter1995-09-111-0/+6
* Do not include stdlib.h unless it existsEzra Peisach1995-07-121-0/+3
* Better handling of error codes returned by winsockKeith Vetter1995-06-031-0/+9
* * Makefile.in: Fix up Mac makefile.John Gilmore1995-03-291-0/+4
* Ported the error table stuff to the PCKeith Vetter1995-03-171-6/+10
* stamp out rcs keywordsMark Eichin1994-08-181-5/+1
* *** empty log message ***Theodore Tso1993-04-131-0/+71