| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpplex.c (parse_identifier): Fast-path optimize. Avoid | zack | 2001-09-10 | 1 | -0/+7 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * system.h: Forward-declare struct rtx_def, struct rtvec_def, | zack | 2001-08-17 | 1 | -2/+14 |
* | * system.h (TARGET_ESC): Move to ... | neil | 2001-06-27 | 1 | -5/+0 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |
* | * configure.in (errno): Check for declaration. | ghazi | 2001-04-12 | 1 | -1/+1 |
* | * configure.in: Don't check for bcopy. | ghazi | 2001-03-28 | 1 | -13/+4 |
* | * system.h: Include symcat.h. | ghazi | 2001-03-27 | 1 | -15/+1 |
* | * aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_C_CHAR_BIT, | zack | 2001-03-14 | 1 | -27/+2 |
* | * system.h (malloc, realloc, calloc, strdup): Only poison these | ghazi | 2001-03-13 | 1 | -0/+6 |
* | * configure.in: Move check for unsigned enumerated bitfields | zack | 2001-03-12 | 1 | -13/+3 |
* | * system.h (malloc, realloc, calloc, strdup, bzero, bcmp, rindex): | ghazi | 2001-03-10 | 1 | -0/+7 |
* | * fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc & | ghazi | 2001-03-10 | 1 | -0/+25 |
* | libiberty: | zack | 2001-03-06 | 1 | -10/+0 |
* | * configure.in: Kill tm.h. Include the files in the $tm_file | zack | 2001-03-03 | 1 | -0/+19 |
* | * config/xm-lynx.h, config/xm-std32.h, config/a29k/xm-a29k.h, | zack | 2001-03-02 | 1 | -1/+36 |
* | * Makefile.in (sched-deps.o, sched-rgn.o): Fix dependency typo. | ghazi | 2000-12-22 | 1 | -1/+1 |
* | * system.h (getopt): Update prototype to match include/getopt.h. | rth | 2000-12-19 | 1 | -1/+1 |
* | include: | zack | 2000-12-08 | 1 | -84/+5 |
* | * system.h (IS_DIR_SEPARATOR): Use uppercase macro name. | kenner | 2000-11-28 | 1 | -3/+16 |
* | * config/rs6000/xm-darwin.h: New file, Darwin host definitions. | shebs | 2000-11-21 | 1 | -0/+2 |
* | * calls.c (expand_call, emit_library_call_value_1), collect2.c | jsm28 | 2000-11-09 | 1 | -40/+0 |
* | * gcse.c (set_hash_table_size): Now unsigned. | kenner | 2000-10-20 | 1 | -0/+4 |
* | 2000-09-25 Branko Cibej <branko.cibej@hermes.si> | bkoz | 2000-09-25 | 1 | -1/+1 |
* | * gcc.c (do_spec_1): Implement %j spec flag. | law | 2000-08-21 | 1 | -0/+7 |
* | * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS. | neil | 2000-08-18 | 1 | -0/+4 |
* | * system.h (__FUNCTION__): Wrap definition in #ifndef. | ghazi | 2000-07-22 | 1 | -0/+2 |
* | * diagnostic.c (trim_filename, fancy_abort): Moved here from | zack | 2000-07-21 | 1 | -0/+5 |
* | * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__. | ghazi | 2000-07-13 | 1 | -0/+5 |
* | * system.h (UNION_INIT_ZERO): New macro for initializing union | ghazi | 2000-07-07 | 1 | -0/+10 |
* | * system.h (SSIZE_MAX): Delete backup definition. | ghazi | 2000-06-09 | 1 | -4/+0 |
* | * configure.in: Add AC_CHECK_TYPE(ssize_t). Remove commented | zack | 2000-05-27 | 1 | -0/+20 |
* | include: | ghazi | 2000-05-23 | 1 | -28/+31 |
* | * system.h (offsetof): Define at the very end, to ensure we prefer | ghazi | 2000-05-17 | 1 | -4/+3 |
* | * ggc-simple.c (offsetof): Macro definition moved from here ... | phdm | 2000-05-12 | 1 | -0/+4 |
* | * system.h (S_ISBLK): Provide fallback definition. | law | 2000-05-05 | 1 | -0/+5 |
* | * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H. | ghazi | 2000-05-04 | 1 | -2/+0 |
* | Fix comment | kenner | 2000-04-25 | 1 | -1/+1 |
* | * diagnostic.c (init_output_buffer): Don't initialize format_args. | rth | 2000-04-22 | 1 | -0/+8 |
* | * system.h (ONLY_INT_FIELDS): Make sure it is defined. | mmitchel | 2000-04-19 | 1 | -1/+9 |
* | * configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added. Check that | robertl | 2000-04-18 | 1 | -0/+12 |
* | * Makefile.in (STMP_FIXINC): New toggle. | zack | 2000-02-27 | 1 | -11/+0 |
* | * gcc.texi (Bug Reporting): Refer to bugs.html. | loewis | 2000-02-18 | 1 | -0/+5 |
* | * reload.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * configure.in (i?86-*-beos{pe,elf,}*): Recognize. | jason | 2000-01-13 | 1 | -0/+5 |
* | 2000-01-06 Mumit Khan <khan@xraylith.wisc.edu> | khan | 2000-01-07 | 1 | -0/+17 |
* | Update copyrights | law | 2000-01-04 | 1 | -1/+1 |
* | * system.h (CEIL): Define. | mmitchel | 2000-01-02 | 1 | -0/+3 |
* | * system.h (bcopy, bcmp, bzero, index, rindex, atof, atol, free, | ghazi | 1999-12-30 | 1 | -20/+26 |
* | * system.h (strsignal): Don't check HAVE_STRSIGNAL when | ghazi | 1999-12-27 | 1 | -12/+6 |