OSDN Git Service

* flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
[pf3gnuchains/gcc-fork.git] / gcc / system.h
2000-07-22 ghazi * system.h (__FUNCTION__): Wrap definition in #ifndef.
2000-07-21 zack * diagnostic.c (trim_filename, fancy_abort): Moved...
2000-07-13 ghazi * system.h (alloca): Prototype if __GNUC__ && __SIZE_T...
2000-07-07 ghazi * system.h (UNION_INIT_ZERO): New macro for initializi...
2000-06-09 ghazi * system.h (SSIZE_MAX): Delete backup definition.
2000-05-27 zack * configure.in: Add AC_CHECK_TYPE(ssize_t). Remove...
2000-05-23 ghaziinclude:
2000-05-17 ghazi * system.h (offsetof): Define at the very end, to...
2000-05-12 phdm * ggc-simple.c (offsetof): Macro definition moved...
2000-05-05 law * system.h (S_ISBLK): Provide fallback definition.
2000-05-04 ghazi * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYP...
2000-04-25 kennerFix comment
2000-04-22 rth * diagnostic.c (init_output_buffer): Don't...
2000-04-19 mmitchel * system.h (ONLY_INT_FIELDS): Make sure it is defined.
2000-04-18 robertl * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED...
2000-02-27 zack * Makefile.in (STMP_FIXINC): New toggle.
2000-02-18 loewis * gcc.texi (Bug Reporting): Refer to bugs.html.
2000-01-17 ghazi * reload.c: PROTO -> PARAMS.
2000-01-13 jason * configure.in (i?86-*-beos{pe,elf,}*): Recognize.
2000-01-07 khan2000-01-06 Mumit Khan <khan@xraylith.wisc.edu>
2000-01-04 lawUpdate copyrights
2000-01-02 mmitchel * system.h (CEIL): Define.
1999-12-30 ghazi * system.h (bcopy, bcmp, bzero, index, rindex, atof...
1999-12-27 ghazi * system.h (strsignal): Don't check HAVE_STRSIG...
1999-09-22 ghazi * configure.in (AC_PREREQ): Bump to 2.13.
1999-09-21 ghazi * machmode.h (HOST_PTR_PRINTF): Move from here ...
1999-09-16 ghazi * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros...
1999-09-08 ghazi * system.h (sbrk, malloc, calloc, realloc): Backup...
1999-09-08 rth * defaults.h (TARGET_ESC): Move ...
1999-09-08 rthLinas Vepstas <linas@linas.org>
1999-09-07 lawMerge in gcc2-ss-010999
1999-08-26 zack1999-08-25 22:10 -0700 Zack Weinberg <zack@bitmover...
1999-08-09 lawMore mail address and web address updates.
1999-07-18 law * gcc.texi: Update e-mail addresses and URLs...
1999-06-24 law
1999-06-21 lawx
1999-04-16 zack1999-04-16 22:44 -0400 Zack Weinberg <zack@rabi.colum...
1999-04-15 law * aclocal.m4 (GCC_FUNC_MKDIR_TAKES_ONE_ARG...
1999-03-31 law * system.h (STDERR_FILENO): Fix typo.
1999-03-24 law * system.h (STDIN_FILENO): Provide default...
1999-03-19 law * system.h: Use putc_unlocked, fputc_unlocked...
1999-03-07 ghazi * system.h (const, inline): Move the stage2...
1999-02-15 ghazi * cccp.c: Don't define HOST_WIDE_INT. Replace...
1999-02-12 ghazi * system.h: Provide a definition for HOST_WIDES...
1999-02-09 law * system.h (_, N_): Remove dummy i18n macros.
1999-02-09 zack1999-02-09 16:42 -0500 Zack Weinberg <zack@rabi.colum...
1999-02-06 law * README.g77, gcc.c, gcc.texi: Update email...
1999-02-01 ghazi * system.h (inline, const): Handle these for...
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-17 rth* system.h (bcopy): Implement with memmove not memcpy.
1999-01-08 gerald * system.h (abort): Supply more detailed information...
1999-01-06 lawMore copyright fixes. Oh what fun.
1998-12-16 ghazi * cccp.c: Don't define MIN/MAX anymore.
1998-12-07 law * configure.in: Test for availability of putc_u...
1998-11-27 ghazi * system.h: Include libiberty.h.
1998-11-23 rth * configure.in: Look for <sys/stat.h>.
1998-11-23 law * cccp.c (S_ISREG, S_ISDIR): Delete defines.
1998-11-19 ghazi * configure.in: Don't do AC_CHECK_HEADERS(wait...
1998-11-08 ghazi * gansidecl.h: Prepend a "G" to the macro wrapp...
1998-09-13 ghaziAdd support for strsignal, for platforms which have...
1998-09-03 ghazi * aclocal.m4 (GCC_HEADER_STRING): New macro...
1998-08-26 ghazi * system.h: Include stdarg.h/varargs.h, make...
1998-06-30 ghaziAdd the ability to GCC_NEED_DECLARATION{S} for looking...
1998-06-30 ghaziRemove autoconf things and OS header stuff (namely...
1998-06-28 ghaziConsolidate strerror handling, as well as getcwd/getwd.
1998-06-03 drepperAdd _() and N_() macros.
1998-05-12 ghaziConsolidate support for "String-ification" into system.h:
1998-05-10 law * acconfig.h (HAVE_VOLATILE): Insert stub for...
1998-05-06 ghaziThe isascii check is needed by system.h.
1998-05-06 ghaziBe more careful when including <time.h> and <sys/file...
1998-04-27 meissnerRedefine abort to report linenumber and filename of...
1998-02-28 ghaziI've backed out of including stat.h via system.h becaus...
1998-02-15 law * system.h: Fix return type of bcmp prototype...
1998-02-13 law * system.h: New file to get common systems includes...