aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)AuthorFilesLines
2000-04-25Fix commentRichard Kenner1-1/+1
2000-04-22diagnostic.c (init_output_buffer): Don't initialize format_args.Richard Henderson1-0/+8
2000-04-19system.h (ONLY_INT_FIELDS): Make sure it is defined.Mark Mitchell1-1/+9
2000-04-18configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.Robert Lipe1-0/+12
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg1-11/+0
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-0/+5
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
2000-01-12configure.in (i?86-*-beos{pe,elf,}*): Recognize.Jason Merrill1-0/+5
2000-01-07cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros.Mumit Khan1-0/+17
2000-01-04Update copyrightsJeff Law1-1/+1
2000-01-02system.h (CEIL): Define.Mark Mitchell1-0/+3
1999-12-30system.h (bcopy, [...]): Add prototype arguments.Kaveh R. Ghazi1-20/+26
1999-12-27system.h (strsignal): Don't check HAVE_STRSIGNAL when determining whether to ...Kaveh R. Ghazi1-12/+6
1999-09-22configure.in (AC_PREREQ): Bump to 2.13.Kaveh R. Ghazi1-4/+1
1999-09-21machmode.h (HOST_PTR_PRINTF): Move from here ...Kaveh R. Ghazi1-0/+11
1999-09-16system.h (CTYPE_CONV, [...]): New macros.Kaveh R. Ghazi1-15/+40
1999-09-08system.h (sbrk, [...]): Backup prototypes changed from extern char *, to exte...Kaveh R. Ghazi1-5/+5
1999-09-08defaults.h (TARGET_ESC): Move ...Richard Henderson1-0/+5
1999-09-07Linas Vepstas <linas@linas.org>Linas Vepstas1-2/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-2/+22
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-19/+0
1999-08-09More mail address and web address updates.Jeff Law1-1/+1
1999-07-17gcc.texi: Update e-mail addresses and URLs to gcc.gnu.org.Alexandre Oliva1-2/+2
1999-06-24system.h (strstr): New external function declaration.Jeff Law1-0/+4
1999-06-20Makefile.in (gnu-regex.o): Do not define STDC_HEADERS in compiler flags.Philippe De Muyter1-0/+3
1999-04-16system.h: Always prototype abort.Zack Weinberg1-29/+16
1999-04-14aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG): Define.Mumit Khan1-0/+5
1999-03-30* system.h (STDERR_FILENO): Fix typo.Jeffrey A Law1-1/+1
1999-03-24system.h (STDIN_FILENO): Provide default definition if one is not provided by...Mark Elbrecht1-0/+11
1999-03-18system.h: Use putc_unlocked...Zack Weinberg1-4/+14
1999-03-07system.h (const, inline): Move the stage2 handling of these keywords-as-macro...Kaveh R. Ghazi1-12/+0
1999-02-15cccp.c: Don't define HOST_WIDE_INT.Kaveh R. Ghazi1-11/+0
1999-02-12* system.h: Provide a definition for HOST_WIDEST_INT, etc.Kaveh R. Ghazi1-0/+28
1999-02-09system.h (_, N_): Remove dummy i18n macros.Nathan Sidwell1-4/+0
1999-02-09[multiple changes]Zack Weinberg1-0/+33
1999-02-06README.g77, [...]: Update email addresses.Jeffrey A Law1-1/+1
1999-02-01system.h (inline, const): Handle these for stage2 (and later) gcc.Kaveh R. Ghazi1-1/+12
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-0/+11
1999-01-17* system.h (bcopy): Implement with memmove not memcpy.Richard Henderson1-1/+1
1999-01-08system.h (abort): Supply more detailed information on how to report an Intern...Gerald Pfeifer1-2/+4
1999-01-06More copyright fixes. Oh what fun.Jeff Law1-1/+16
1998-12-16cccp.c: Don't define MIN/MAX anymore.Kaveh R. Ghazi1-0/+9
1998-12-07configure.in: Test for availability of putc_unlocked, fputc_unlocked, and fpu...Ulrich Drepper1-0/+15
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-0/+3
1998-11-23configure.in: Look for <sys/stat.h>.Richard Henderson1-0/+3
1998-11-23cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1-0/+11
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