Age | Commit message (Expand) | Author | Files | Lines |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -3/+3 |
1998-05-06 | c-common.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 1 | -4/+4 |
1998-05-06 | Be more careful when including <time.h> and <sys/file.h> in system.h. | Kaveh R. Ghazi | 1 | -4/+0 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -0/+4 |
1998-04-04 | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1 | -3/+5 |
1998-03-30 | gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added. | Stan Cox | 1 | -5/+9 |
1998-03-30 | More cutover to system.h: | Kaveh R. Ghazi | 1 | -52/+1 |
1998-03-29 | cpplib.c (cpp_file_line_for_message): Delete unused parameter. | Jeffrey A Law | 1 | -6/+10 |
1998-03-18 | Fix more warnings... | Kaveh R. Ghazi | 1 | -5/+2 |
1998-01-27 | c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>. | Kaveh R. Ghazi | 1 | -20/+14 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -141/+128 |
1997-11-13 | cccp.c, cpplib.c (compare_defs): Don't complain about arg name respellings un... | Paul Eggert | 1 | -3/+5 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -103/+129 |
1997-09-11 | From Fred Fish, fix BeOS (I assume) related problem with mixing char pointers. | Fred Fish | 1 | -4/+4 |
1997-09-01 | cccp.c (sys_errlist): Remove special 4.4bsd declaration. | Jeffrey A Law | 1 | -4/+0 |
1997-05-18 | (safe_read): If MAX_READ_LEN is defined, limit incremental read | Richard Kenner | 1 | -3/+11 |
1997-05-06 | reformat a little to match GNU coding standards. | Mike Stump | 1 | -12/+10 |
1997-04-13 | (do_include): Diagnose #import and #include_next if pedantic and if not in a ... | Richard Kenner | 1 | -1/+11 |
1997-04-13 | (cpp_handle_options): Set warn_undef from -Wundef and -Wno-undef. | Richard Kenner | 1 | -0/+4 |
1997-03-19 | (do_error, do_warning): Fix memory leak. | Richard Kenner | 1 | -2/+2 |
1997-03-19 | (unsafe_chars): `p' is unsafe before `-' or `+', since it might generate a C9... | Richard Kenner | 1 | -10/+17 |
1997-02-16 | (special_symbol, check_macro_name, collect_expansion): Don't treat "L" | Richard Kenner | 1 | -4/+9 |
1997-01-03 | (macroexpand): Delete any no-reexpansion marker that follows an identifier at... | Richard Kenner | 1 | -2/+7 |
1996-12-07 | (LOCAL_INCLUDE_DIR): Remove default definition. | Richard Kenner | 1 | -4/+6 |
1996-10-09 | (cpp_options_init): Ignore DOLLARS_IN_IDENTIFIERS. | Richard Kenner | 1 | -3/+3 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -106/+113 |
1996-06-07 | cpplib.c (xcalloc): From from cppalloc.c. | Per Bothner | 1 | -13/+43 |
1996-06-06 | cpplib.c (init_parse_option): Renamed to cpp_options_init. | Per Bothner | 1 | -60/+56 |
1996-06-05 | cpplib.h, cpplib.c: Remove support for !STATIC_BUFFERS. | Per Bothner | 1 | -78/+48 |
1996-05-07 | (skip_comment, handle_directive): Don't use uninitialized vars. | Paul Eggert | 1 | -2/+4 |
1996-05-05 | (default_include): For C++, also search OLD_GPLUSPLUS_INCLUDE_DIR. | Richard Kenner | 1 | -1/+2 |
1996-01-27 | (sys/param.h): Delete inclusion. | Doug Evans | 1 | -1/+0 |
1995-11-04 | (finclude): Set current input pointer when input is not a regular | Richard Kenner | 1 | -0/+1 |
1995-07-01 | (output_line_command): If not emitting #line directives delay | Richard Kenner | 1 | -2/+4 |
1995-06-28 | (progname): Remove definition from here. | Richard Kenner | 1 | -4/+0 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+1 |
1995-06-08 | (cpp_push_buffer): Include filename in error message. | Richard Kenner | 1 | -1/+1 |
1995-05-23 | (initialize_builtins): Add missing parm to timestamp call. | Richard Kenner | 1 | -1/+1 |
1995-05-19 | * cpplib.c (collect_expansion): Don't escape '@' inside string. | Per Bothner | 1 | -1/+4 |
1995-05-16 | Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE. | Richard Kenner | 1 | -2/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -3/+3 |
1995-05-12 | Fix reporting of unterminated strings. | Per Bothner | 1 | -123/+37 |
1995-05-11 | cpplib.c (line_for_error): Make it work; add extra parameter. | Per Bothner | 1 | -41/+32 |
1995-04-30 | Bunch of fixes. See ChangeLog. | Per Bothner | 1 | -92/+181 |
1995-04-27 | Don't include <sys/stat.h> twice. | Richard Kenner | 1 | -4/+2 |
1995-04-17 | cpplib.c: Rename make_definition to cpp_define. | Per Bothner | 1 | -9/+7 |
1995-04-11 | Bunch of little fixes. See ChangeLog. | Per Bothner | 1 | -59/+62 |
1995-04-10 | (init_parse_options, cpp_reader): Cast args to bcopy, bcmp, and bzero to char *. | Richard Kenner | 1 | -5/+6 |
1995-04-07 | * cpplib.c (bcopy, bzero, bcmp): Remove #undefs. | Per Bothner | 1 | -5/+0 |
1995-04-06 | cpplib.c (SELF_DIR_DUMMY): New macro. | Per Bothner | 1 | -4/+10 |