summaryrefslogtreecommitdiffstats
path: root/gcc/cpphash.c
Commit message (Expand)AuthorAgeFilesLines
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-29/+29
* * cpphash.c (funlike_macroexpand): Make sure not to walk p1zack2000-05-191-3/+3
* * cppexp.c (parse_assertion): New.zack2000-05-181-21/+6
* * cpphash.c (trad_stringify, warn_trad_stringify,neil2000-05-141-8/+11
* * cpphash.c (collect_funlike_expansion): Make "# is notzack2000-05-111-1/+16
* * cpphash.h (struct hashnode): Use struct hack for namezack2000-05-101-11/+21
* gcc:zack2000-05-041-28/+33
* * cpplib.h: Add accessor macros for token lists.zack2000-05-031-38/+34
* * cpphash.c (collect_params): Fix off-by-one error.zack2000-05-021-2/+3
* * cpphash.c (trad_stringify): Adjust p after stringification asjakub2000-05-021-0/+1
* * cpplib.h (CPP_POP, parse_cleanup_t): Delete.zack2000-05-021-28/+6
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-29/+17
* * cppfiles.c (redundant_include_p): Provide length of token tozack2000-04-301-27/+5
* * cpphash.h (enum node_type: Take out T_MCONST.zack2000-04-301-122/+168
* * cpphash.h: Move struct reflist, struct definition, and thezack2000-04-291-21/+69
* 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>zack2000-04-251-6/+7
* * Revert previous patch until build failure cause determined.neil2000-04-251-6/+5
* * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.neil2000-04-241-5/+6
* * cpphash.c (collect_objlike_expansion): Add sanity check.zack2000-04-231-23/+19
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-507/+719
* * cpphash.c (trad_stringify, add_pat): New functions.zack2000-04-221-37/+147
* * cpphash.c (struct arg, struct arglist): Const-ify strings.zack2000-04-211-405/+266
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-11/+11
* * cpphash.c (special_symbol): Represent an empty macro withzack2000-04-191-14/+17
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-4/+8
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-21/+29
* * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publiczack2000-04-141-14/+6
* * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack2000-04-111-19/+19
* * cpphash.c (timestamp): Delete.zack2000-04-101-61/+47
* * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.zack2000-04-061-69/+44
* 2000-04-04 Philippe De Muyter <phdm@macqel.be>zack2000-04-051-1/+1
* * cpplib.c: Include symcat.h. Add 'origin' field to structzack2000-04-011-2/+2
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-15/+15
* 2000-03-28 Zack Weinberg <zack@wolery.cumb.org>zack2000-03-281-19/+35
* * cpphash.c (dump_hash_helper): Take the slot, not the element.jason2000-03-151-3/+3
* * cpphash.c (collect_formal_parameters): Do not complain aboutaoliva2000-03-151-1/+2
* * cpphash.c (dump_hash_helper): Only dump nodes of typezack2000-03-141-1/+5
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-6/+43
* * cpphash.c: Don't include version.h.zack2000-03-131-3/+2
* Convert cpplib to use libiberty/hashtab.c.zack2000-03-121-105/+135
* * cppfiles.c (file_cleanup, _cpp_find_include_file,neil2000-03-111-8/+9
* * cpphash.c (collect_formal_parameters): strncmp returns 0 forzack2000-03-091-2/+2
* * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.zack2000-03-081-44/+40
* * cpphash.c (special_symbol): Fix thinko in previous commit.zack2000-03-081-1/+1
* * cppfiles.c (_cpp_find_include_file): Make sure ih->name iszack2000-03-071-9/+9
* * cpphash.c (collect_expansion): Also catch ## at start of macro.jason2000-03-071-0/+2
* * builtins.c (built_in_class_names, built_in_names): Constify aghazi2000-03-061-1/+1
* * cpplib.h (_dollar_ok): New macro.zack2000-03-041-5/+11
* * cppfiles.c (cpp_read_file): New function.zack2000-03-021-16/+35
* * cpphash.c (collect_expansion): Trim trailing white spacezack2000-03-011-0/+6
OpenPOWER on IntegriCloud