summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (parse_in): Make a cpp_reader *.neil2000-12-071-1/+0
* * cppfiles.c (cpp_make_system_header): Take 2 booleans,neil2000-12-041-0/+1
* * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):neil2000-11-271-0/+54
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-1/+2
* * cppexp.c (parse_defined): Call cpp_get_token notneil2000-11-141-1/+0
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-0/+1
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-0/+1
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-182/+57
* 2000-09-25 Branko Cibej <branko.cibej@hermes.si>bkoz2000-09-251-2/+2
* * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,neil2000-09-251-0/+4
* * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,neil2000-09-231-20/+0
* * cpphash.h (HASHSTEP): Take character rather than pointerneil2000-09-181-3/+3
* * cppfiles.c: Move all default-#defines to top of file.zack2000-09-121-13/+16
* * cpperror.c (print_file_and_line): If line is (unsigned int)-1,zack2000-08-291-1/+4
* * cpphash.h (IN_I): New flag for directive table.zack2000-08-231-1/+4
* * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.neil2000-08-181-4/+6
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-4/+16
* * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack2000-07-191-1/+0
* * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack2000-07-181-5/+5
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-4/+11
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-1/+1
* * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.neil2000-07-121-0/+1
* 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-111-0/+1
* * cpphash.h: ISvspace, is_vspace, is_nvspace: New.neil2000-07-091-3/+10
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-5/+21
* * cppexp.c: Update all code for new lexer interface.zack2000-07-081-2/+1
* toplevel:zack2000-07-051-5/+10
* top level:zack2000-07-041-77/+85
* * cpp.texi: Document #pragma GCC dependencynathan2000-06-301-0/+4
* * cppfiles.c (open_include_file): If open(2) returns EMFILE orzack2000-06-281-2/+2
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-23/+28
* * cpplib.h (cpp_reader): Remove if_stack. Changezack2000-05-291-1/+2
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-58/+9
* * cppexp.c (parse_assertion): Supply extra argument toneil2000-05-271-2/+6
* * cppexp.c (parse_assertion): New.zack2000-05-181-3/+24
* * cpphash.h (struct hashnode): Use struct hack for namezack2000-05-101-1/+1
* gcc:zack2000-05-061-7/+0
* * cpphash.h: #define __extension__ away if GCC_VERSION < 2095zack2000-05-041-30/+47
* gcc:zack2000-05-041-4/+42
* * cpplib.h (CPP_POP, parse_cleanup_t): Delete.zack2000-05-021-1/+1
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-7/+0
* * cppfiles.c (redundant_include_p): Provide length of token tozack2000-04-301-3/+3
* * cpphash.h (enum node_type: Take out T_MCONST.zack2000-04-301-22/+15
* * cpphash.h: Move struct reflist, struct definition, and thezack2000-04-291-51/+2
* 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>zack2000-04-251-0/+1
* * Revert previous patch until build failure cause determined.neil2000-04-251-1/+0
* * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.neil2000-04-241-0/+1
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-13/+15
* * cpphash.c (struct arg, struct arglist): Const-ify strings.zack2000-04-211-1/+2
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-6/+1