aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)AuthorFilesLines
1998-11-19configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1-0/+17
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-1/+1
1998-09-13Add support for strsignal, for platforms which have it but don't have sys_sig...Kaveh R. Ghazi1-0/+14
1998-09-03aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is safe to include ...Kaveh R. Ghazi1-3/+8
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-0/+7
1998-06-30Add the ability to GCC_NEED_DECLARATION{S} for looking in arbitrary header...Kaveh R. Ghazi1-0/+16
1998-06-30Remove autoconf things and OS header stuff (namely NULL) from gansidecl.h:Kaveh R. Ghazi1-0/+6
1998-06-28Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1-1/+20
1998-06-03Add _() and N_() macros.Ulrich Drepper1-7/+12
1998-05-12Consolidate support for "String-ification" into system.h:Kaveh R. Ghazi1-0/+18
1998-05-09acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.Jeff Law1-0/+6
1998-05-06The isascii check is needed by system.h.Kaveh R. Ghazi1-2/+18
1998-05-06Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1-4/+14
1998-04-27Redefine abort to report linenumber and filename of the errorMichael Meissner1-0/+29
1998-02-28I've backed out of including stat.h via system.h because stat.h can define...Kaveh R. Ghazi1-1/+0
1998-02-15system.h: Fix return type of bcmp prototype from `void' to `int'.Kaveh R. Ghazi1-3/+7
1998-02-12system.h: New file to get common systems includes and various definitions and...Kaveh R. Ghazi1-0/+188