Age | Commit message (Expand) | Author | Files | Lines |
2001-04-12 | configure.in (errno): Check for declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-03-28 | configure.in: Don't check for bcopy. | Kaveh R. Ghazi | 1 | -13/+4 |
2001-03-27 | system.h: Include symcat.h. | Kaveh R. Ghazi | 1 | -15/+1 |
2001-03-14 | aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New. | Zack Weinberg | 1 | -27/+2 |
2001-03-13 | system.h (malloc, [...]): Only poison these tokens when IN_GCC is defined. | Kaveh R. Ghazi | 1 | -0/+6 |
2001-03-12 | configure.in: Move check for unsigned enumerated bitfields to macro in acloca... | Zack Weinberg | 1 | -13/+3 |
2001-03-10 | system.h (malloc, [...]): #undef token before poisoning it. | Kaveh R. Ghazi | 1 | -0/+7 |
2001-03-10 | server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m... | Kaveh R. Ghazi | 1 | -0/+25 |
2001-03-06 | aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. | Zack Weinberg | 1 | -10/+0 |
2001-03-03 | configure.in: Kill tm.h. | Zack Weinberg | 1 | -0/+19 |
2001-03-02 | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 1 | -1/+36 |
2000-12-22 | Makefile.in (sched-deps.o, [...]): Fix dependency typo. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-12-19 | * system.h (getopt): Update prototype to match include/getopt.h. | John David Anglin | 1 | -1/+1 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 1 | -84/+5 |
2000-11-28 | system.h (IS_DIR_SEPARATOR): Use uppercase macro name. | Richard Kenner | 1 | -3/+16 |
2000-11-21 | xm-darwin.h: New file, Darwin host definitions. | Stan Shebs | 1 | -0/+2 |
2000-11-09 | calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). | Joseph Myers | 1 | -40/+0 |
2000-10-20 | gcse.c (set_hash_table_size): Now unsigned. | Richard Kenner | 1 | -0/+4 |
2000-09-25 | flags.h: Declare warning flag warn_system_headers. | Branko Cibej | 1 | -1/+1 |
2000-08-21 | gcc.c (do_spec_1): Implement %j spec flag. | Jeff Law | 1 | -0/+7 |
2000-08-18 | cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | Neil Booth | 1 | -0/+4 |
2000-07-22 | * system.h (__FUNCTION__): Wrap definition in #ifndef. | Kaveh R. Ghazi | 1 | -0/+2 |
2000-07-21 | diagnostic.c (trim_filename, [...]): Moved here from rtl.c. | Zack Weinberg | 1 | -0/+5 |
2000-07-13 | * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__. | Kaveh R. Ghazi | 1 | -0/+5 |
2000-07-07 | system.h (UNION_INIT_ZERO): New macro for initializing union members in structs. | Kaveh R. Ghazi | 1 | -0/+10 |
2000-06-09 | system.h (SSIZE_MAX): Delete backup definition. | Kaveh R. Ghazi | 1 | -4/+0 |
2000-05-27 | configure.in: Add AC_CHECK_TYPE(ssize_t). | Zack Weinberg | 1 | -0/+20 |
2000-05-23 | getopt.h (getopt): Also check HAVE_DECL_* when prototyping. | Kaveh R. Ghazi | 1 | -28/+31 |
2000-05-17 | system.h (offsetof): Define at the very end, to ensure we prefer the platform... | Kaveh R. Ghazi | 1 | -4/+3 |
2000-05-12 | ggc-simple.c (offsetof): Macro definition moved from here ... | Philippe De Muyter | 1 | -0/+4 |
2000-05-05 | * system.h (S_ISBLK): Provide fallback definition. | Philippe De Muyter | 1 | -0/+5 |
2000-05-04 | * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H. | Kaveh R. Ghazi | 1 | -2/+0 |
2000-04-25 | Fix comment | Richard Kenner | 1 | -1/+1 |
2000-04-22 | diagnostic.c (init_output_buffer): Don't initialize format_args. | Richard Henderson | 1 | -0/+8 |
2000-04-19 | system.h (ONLY_INT_FIELDS): Make sure it is defined. | Mark Mitchell | 1 | -1/+9 |
2000-04-18 | configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. | Robert Lipe | 1 | -0/+12 |
2000-02-27 | Makefile.in (STMP_FIXINC): New toggle. | Zack Weinberg | 1 | -11/+0 |
2000-02-18 | gcc.texi (Bug Reporting): Refer to bugs.html. | Martin v. Löwis | 1 | -0/+5 |
2000-01-17 | reload.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-01-12 | configure.in (i?86-*-beos{pe,elf,}*): Recognize. | Jason Merrill | 1 | -0/+5 |
2000-01-07 | cccp.c: Delete PATH_SEPARATOR, DIR_SEPARATOR and IS_DIR_SEPARATOR macros. | Mumit Khan | 1 | -0/+17 |
2000-01-04 | Update copyrights | Jeff Law | 1 | -1/+1 |
2000-01-02 | system.h (CEIL): Define. | Mark Mitchell | 1 | -0/+3 |
1999-12-30 | system.h (bcopy, [...]): Add prototype arguments. | Kaveh R. Ghazi | 1 | -20/+26 |
1999-12-27 | system.h (strsignal): Don't check HAVE_STRSIGNAL when determining whether to ... | Kaveh R. Ghazi | 1 | -12/+6 |
1999-09-22 | configure.in (AC_PREREQ): Bump to 2.13. | Kaveh R. Ghazi | 1 | -4/+1 |
1999-09-21 | machmode.h (HOST_PTR_PRINTF): Move from here ... | Kaveh R. Ghazi | 1 | -0/+11 |
1999-09-16 | system.h (CTYPE_CONV, [...]): New macros. | Kaveh R. Ghazi | 1 | -15/+40 |
1999-09-08 | system.h (sbrk, [...]): Backup prototypes changed from extern char *, to exte... | Kaveh R. Ghazi | 1 | -5/+5 |
1999-09-08 | defaults.h (TARGET_ESC): Move ... | Richard Henderson | 1 | -0/+5 |