| Commit message (Expand) | Author | Age | Files | Lines |
* | * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use | ghazi | 1999-09-16 | 1 | -2/+2 |
* | Linas Vepstas <linas@linas.org> | rth | 1999-09-08 | 1 | -3/+3 |
* | * cexp.y (yyerror): Call verror to get a usefull error message. | law | 1999-03-16 | 1 | -3/+2 |
* | * c-aux-info.c (data_type, affix_data_type, gen_decl, | ghazi | 1999-03-06 | 1 | -9/+10 |
* | * cccp.c: Don't define HOST_WIDE_INT. Replace all occurrences of | ghazi | 1999-02-15 | 1 | -87/+56 |
* | * system.h (_, N_): Remove dummy i18n macros. | law | 1999-02-09 | 1 | -0/+1 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -46/+50 |
* | * system.h: Include libiberty.h. | ghazi | 1998-11-27 | 1 | -4/+3 |
* | * gansidecl.h: Prepend a "G" to the macro wrapping this file | ghazi | 1998-11-08 | 1 | -6/+6 |
* | * configure.in (host_xm_file, build_xm_file, xm_file, tm_file): | ghazi | 1998-11-07 | 1 | -1/+0 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -5/+0 |
* | Mon Jul 20 16:16:38 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-07-20 | 1 | -41/+72 |
* | Handle missing vfprintf() & _doprnt() functions with linked in modules, | ghazi | 1998-05-07 | 1 | -53/+32 |
* | More system.h cutover patches: | ghazi | 1998-04-06 | 1 | -39/+25 |
* | dummy commit before merge | law | 1998-04-03 | 1 | -64/+104 |
* | cexp.y (warn_undef): New variable. | kenner | 1997-04-13 | 1 | -1/+7 |
* | (parse_number, yylex), cccp.c (rescan), cpplib.c | kenner | 1997-03-19 | 1 | -2/+7 |
* | (parse_number): Invalid integer constants are errors if pedantic. | kenner | 1997-03-17 | 1 | -3/+3 |
* | (parse_c_expression): Don't check for null lexptr or *lexptr == 0. If | kenner | 1997-02-16 | 1 | -8/+3 |
* | (yylex): Use is_space, not is_hor_space, to find keyword end. | kenner | 1997-02-16 | 1 | -8/+10 |
* | #define __attribute__ to be null if compiling with GCC older than 2.7, | kenner | 1997-01-19 | 1 | -1/+1 |
* | (PRINTF_PROTO): Use __printf__ in __attribute__, not printf. | kenner | 1997-01-04 | 1 | -3/+3 |
* | (yylex): Cast string literal to U_CHAR* for lookup() call. | kenner | 1996-10-23 | 1 | -1/+2 |
* | (initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS. | kenner | 1996-10-09 | 1 | -2/+0 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | (parse_number): Don't reject long long constants unless pedantic. | kenner | 1996-04-10 | 1 | -3/+3 |
* | Use preprocessor arithmetic instead of C arithmetic | eggert | 1996-01-23 | 1 | -9/+16 |
* | (HOST_WIDE_INT_MASK): Renamed from LONG_MASK; use HOST_WIDE_INT. | eggert | 1996-01-18 | 1 | -43/+70 |
* | General code cleanup in the style of 1995-04-01 change. | kenner | 1996-01-16 | 1 | -140/+271 |
* | (yylex, parse_c_expression, main): Likewise. | kenner | 1995-12-29 | 1 | -6/+6 |
* | (parse_number): Improve error message for bogus numbers. | kenner | 1995-12-28 | 1 | -18/+18 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (left_shift): Ignore integer overflow. | kenner | 1995-06-09 | 1 | -11/+5 |
* | (skip_evaluation): New variable. | kenner | 1995-06-09 | 1 | -10/+28 |
* | (%union): Delete VOIDVAL and SVAL; unused. | kenner | 1995-02-11 | 1 | -3/+1 |
* | (HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT): New macros. | kenner | 1994-09-20 | 1 | -4/+18 |
* | Let tm file define MAX_*_TYPE_SIZE if *_TYPE_SIZE depends upon target_flags | ian | 1993-10-06 | 1 | -5/+21 |
* | (parse_escape): Delete case for '^'. | rms | 1993-02-27 | 1 | -7/+0 |
* | (parse_escape): Support \E and \e like cc1: | rms | 1993-02-02 | 1 | -0/+3 |
* | (yylex): Make tokstart an unsigned char *. | rms | 1993-01-06 | 1 | -5/+5 |
* | (integer_overflow): Do nothing unless pedantic. | rms | 1992-10-21 | 1 | -1/+2 |
* | (parse_escape): Diagnose '\x' with no digits. | rms | 1992-09-17 | 1 | -5/+10 |
* | (parse_number): Warn about '9' in octal constants. | rms | 1992-09-17 | 1 | -13/+17 |
* | (parse_number): Diagnose integer constants that are too large. | rms | 1992-09-14 | 1 | -13/+34 |
* | (exp): Detect signed integer overflow. | rms | 1992-09-13 | 1 | -19/+88 |
* | Comment syntax fix. | rms | 1992-09-03 | 1 | -1/+1 |
* | (NULL_PTR): Use the same definition as | wood | 1992-08-14 | 1 | -1/+11 |
* | entered into RCS | kenner | 1992-07-31 | 1 | -0/+2 |
* | *** empty log message *** | rms | 1992-07-18 | 1 | -0/+2 |
* | Initial revision | mycroft | 1992-07-06 | 1 | -0/+896 |