summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
* cpperror.c (print_location): Don't special case <stdin>.Neil Booth2001-04-081-1/+1
* cpp.texi: Update documentation for -include and -imacros.Neil Booth2001-03-151-7/+10
* cppfiles.c (stack_include_file): Only increase the include count if we actual...Neil Booth2001-03-141-1/+1
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-5/+0
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-19/+21
* cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg2001-03-021-0/+4
* cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg2001-02-071-0/+2
* cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth2001-02-031-2/+3
* cpphash.h: Rename ALIGN _ALIGN.Neil Booth2001-02-031-2/+2
* cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth2001-02-011-3/+3
* cpphash.h (struct cpp_reader): New saved_flags.Neil Booth2001-01-311-0/+3
* cppfiles.c (_cpp_fake_include): New function.Neil Booth2001-01-131-1/+2
* cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth2001-01-131-0/+266
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-0/+2
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-2/+0
* cpperror.c (print_location): New function.Neil Booth2000-12-111-0/+7
* cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth2000-12-091-15/+2
* safe-ctype.h: New file.Zack Weinberg2000-12-081-19/+10
* cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth2000-12-071-22/+6
* c-common.c (parse_in): Make a cpp_reader *.Neil Booth2000-12-071-1/+0
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-0/+1
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-0/+54
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-1/+2
* cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth2000-11-141-1/+0
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-0/+1
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-0/+1
* New macro expander.Neil Booth2000-10-281-182/+57
* flags.h: Declare warning flag warn_system_headers.Branko Cibej2000-09-251-2/+2
* cpphash.h (_cpp_digraph_spellings, [...]): New library-internal prototypes.Neil Booth2000-09-251-0/+4
* cpphash.h (CPP_RESERVE, [...]): Delete.Neil Booth2000-09-231-20/+0
* cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth2000-09-181-3/+3
* cppfiles.c: Move all default-#defines to top of file.Zack Weinberg2000-09-121-13/+16
* cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg2000-08-291-1/+4
* cpphash.h (IN_I): New flag for directive table.Zack Weinberg2000-08-231-1/+4
* cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth2000-08-181-4/+6
* cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg2000-08-021-4/+16
* cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg2000-07-191-1/+0
* cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg2000-07-181-5/+5
* [multiple changes]Zack Weinberg2000-07-181-4/+11
* cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg2000-07-131-1/+1
* cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth2000-07-121-0/+1
* [multiple changes]Zack Weinberg2000-07-111-0/+1
* cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth2000-07-091-3/+10
* cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg2000-07-081-5/+21
* cppexp.c: Update all code for new lexer interface.Zack Weinberg2000-07-081-2/+1
* cpplex.c: Don't include sys/mman.h.Zack Weinberg2000-07-051-5/+10
* top level:Zack Weinberg2000-07-041-77/+85
* cpp.texi: Document #pragma GCC dependencyNathan Sidwell2000-06-301-0/+4
* cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE...Zack Weinberg2000-06-281-2/+2
* cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg2000-06-211-23/+28