summaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-36/+60
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-2/+2
* * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, notghazi2000-11-171-1/+1
* * cpplib.c (start_directive, end_directive): New functions.neil2000-11-151-58/+73
* * cppexp.c (parse_defined): Call cpp_get_token notneil2000-11-141-14/+19
* * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFneil2000-11-131-7/+9
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-86/+76
* Remove CPP_PLACEMARKERsneil2000-11-111-3/+3
* * cpphash.c: Move cpp_defined here from cpplib.c.neil2000-11-091-20/+2
* * cpplib.c (do_line): Only warn pedantically if not readingneil2000-11-041-1/+1
* * cpplib.c (run_directive): Use correct line number for outputneil2000-11-011-4/+11
* * cpp.texi: Update for new command line assertion syntax.neil2000-10-311-18/+40
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-8/+81
* * cpplib.c (skip_rest_of_line): Use _cpp_get_token.neil2000-10-291-2/+2
* * cpplib.c (run_directive): Fix prototype.rth2000-10-281-1/+1
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-666/+794
* * cpperror.c (_cpp_begin_message): Do the test for suppressionneil2000-09-281-1/+1
* 2000-09-25 Branko Cibej <branko.cibej@hermes.si>bkoz2000-09-251-5/+3
* * cpplex.c: Update TODO comment.neil2000-09-241-16/+13
* * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,neil2000-09-231-1/+3
* * cpphash.h (HASHSTEP): Take character rather than pointerneil2000-09-181-47/+65
* * cpperror.c (print_file_and_line): If line is (unsigned int)-1,zack2000-08-291-4/+17
* * cpphash.h (IN_I): New flag for directive table.zack2000-08-231-9/+14
* * cpplib.c (cpp_register_pragma_space): Just return if thezack2000-08-181-4/+3
* * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.neil2000-08-181-8/+1
* * cppinit.c (cpp_cleanup): Free include dir chains.neil2000-08-171-9/+1
* * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEzack2000-08-091-8/+9
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-041-0/+10
* * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack2000-08-021-1/+1
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-186/+174
* * cpplib.c (_cpp_check_directive): Issue -Wtraditionalzack2000-07-251-13/+18
* * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack2000-07-191-22/+22
* * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack2000-07-181-1/+1
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-56/+34
* * cpphash.c (save_expansion): Clear PREV_WHITE on tokenszack2000-07-151-1/+0
* * cpplib.c (do_pragma_dependency): Tidy warning messages.nathan2000-07-141-2/+5
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-49/+11
* 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-111-19/+24
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-62/+64
* * cppexp.c: Update all code for new lexer interface.zack2000-07-081-2/+2
* * cpplib.c: (_cpp_parse_assertion): Perform hash lookupsneil2000-07-061-1/+1
* * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.zack2000-07-051-2/+2
* toplevel:zack2000-07-051-17/+115
* top level:zack2000-07-041-884/+677
* * cpp.texi: Document #pragma GCC dependencynathan2000-06-301-7/+47
* * cpplib.c (struct pragma_entry): New structure.nathan2000-06-231-12/+63
* * cppfiles.c (cpp_make_system_header): New function.zack2000-06-211-5/+5
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-14/+14
* * cpplib.c (handle_directive): Print non-NUL-terminated stringzack2000-06-131-1/+2
* 2000-06-06 Jakub Jelinek <jakub@redhat.com>zack2000-06-071-9/+14