summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* gcc:zack2000-05-041-34/+36
* * cpplib.h: Add accessor macros for token lists.zack2000-05-031-5/+5
* * cpplib.h (CPP_POP, parse_cleanup_t): Delete.zack2000-05-021-13/+18
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-94/+63
* * cppfiles.c (redundant_include_p): Provide length of token tozack2000-04-301-8/+14
* * cpphash.h (enum node_type: Take out T_MCONST.zack2000-04-301-1/+0
* * cpphash.h: Move struct reflist, struct definition, and thezack2000-04-291-3/+1
* 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>zack2000-04-251-0/+23
* * Revert previous patch until build failure cause determined.neil2000-04-251-23/+0
* * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.neil2000-04-241-0/+23
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-77/+13
* * cpphash.c (trad_stringify, add_pat): New functions.zack2000-04-221-3/+4
* * cpphash.c (struct arg, struct arglist): Const-ify strings.zack2000-04-211-57/+39
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-3/+5
* * cpplib.c (do_pragma_poison): Strings in the token buffer arezack2000-04-191-2/+2
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-5/+6
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-64/+67
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-3/+3
* * cpphash.h (SYNTAX_INCLUDE, SYNTAX_ASSERT, directive_handler): new.neil2000-04-161-35/+40
* * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publiczack2000-04-141-133/+13
* * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack2000-04-111-15/+15
* * cpplib.c (do_elif): Skip the rest of the line if we'rezack2000-04-071-11/+17
* * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.zack2000-04-061-273/+312
* 2000-04-04 Philippe De Muyter <phdm@macqel.be>zack2000-04-051-1/+1
* 2000-04-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>zack2000-04-041-2/+4
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-3/+6
* * cpplib.c: Include symcat.h. Add 'origin' field to structzack2000-04-011-54/+64
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-22/+22
* 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>zack2000-03-281-1/+6
* * cppfiles.c: Include mkdeps.h.zack2000-03-141-394/+299
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-1476/+193
* * cpplib.c (do_pragma_implementation): Fix off-by-one errorzack2000-03-131-2/+3
* Convert cpplib to use libiberty/hashtab.c.zack2000-03-121-45/+63
* * cppfiles.c (file_cleanup, _cpp_find_include_file,neil2000-03-111-25/+25
* * Makefile.in (LIBCPP_DEPS): New macro.zack2000-03-081-25/+31
* * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.zack2000-03-081-66/+31
* 2000-03-07 Neil Booth <NeilB@earthling.net>zack2000-03-071-12/+12
* * cppfiles.c (_cpp_find_include_file): Make sure ih->name iszack2000-03-071-36/+31
* * mkdeps.c, mkdeps.h: New files.zack2000-03-041-3/+4
* * cpplib.h (_dollar_ok): New macro.zack2000-03-041-2/+2
* * cpplib.h (CPP_PEDANTIC): Only true if system_header_p is not setjason2000-03-031-8/+6
* * cppfiles.c (cpp_read_file): New function.zack2000-03-021-14/+11
* * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): Newzack2000-03-011-183/+157
* * cpplib.h (enum file_change_code): Added rename_file.aoliva2000-02-271-1/+3
* * cpplib.c (do_pragma): Accept #pragma without consecutive token.aoliva2000-02-271-2/+10
* Fix copyrights.law2000-02-261-1/+2
* * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.aoliva2000-02-231-2/+3
* * cpplib.c (do_line): Pedwarn for #line > 32767.aoliva2000-02-161-1/+1
* * cpplib.c (do_define): Only free the old definition if itzack2000-02-141-1/+2
* * cpphash.c: Fix formatting, update commentary.zack2000-02-111-149/+203
OpenPOWER on IntegriCloud