summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
* * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.neil2002-02-021-1/+0
* * cpperror.c: Update comments and copyright.neil2002-01-031-3/+4
* * cppfiles.c (_cpp_pop_file_buffer): Change return type to boolschwab2002-01-031-1/+1
* * cpphash.c (_cpp_init_hashtable): Update.neil2001-11-271-1/+0
* * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.neil2001-10-211-2/+1
* * cpphash.h: Update comments.neil2001-10-021-5/+5
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-42/+6
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-6/+9
* * cpphash.h: Update comment.neil2001-09-271-1/+1
* * cpphash.h (struct cpp_pool): Remove locks and locked.neil2001-09-261-5/+5
* * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,neil2001-09-261-0/+18
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-5/+13
* * cpphash.h (_cpp_lex_direct): New.neil2001-09-171-0/+1
* * cpphash.h (_cpp_lex_token): Update prototype.neil2001-09-161-1/+1
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-4/+3
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-1/+1
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-14/+2
* * cpphash.h (struct tokenrun): New.neil2001-09-111-0/+18
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-8/+5
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-9/+0
* * cppfiles.c (stack_include_file): Harmonize system headerness tests.neil2001-08-211-2/+2
* * cpphash.h (_cpp_push_next_buffer): New.neil2001-08-211-0/+3
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-4/+1
* * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.neil2001-08-111-2/+2
* * cpphash.h, cpplib.c: Correct erroneous previous checkin.neil2001-08-111-1/+1
* * c-lex.c (map): Make const.neil2001-08-111-13/+5
* * cpperror.c (print_containing_files): Moved to line-map.c.neil2001-08-061-7/+0
* PR preprocessor/3081neil2001-08-051-8/+8
* * cpphash.h (struct cpp_reader): New member directive_line.neil2001-08-041-0/+1
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-0/+6
* * line-map.c: New.neil2001-08-021-2/+2
* * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.neil2001-08-011-0/+6
* * cpphash.h (struct cpp_reader): Remove import_warning.neil2001-07-291-3/+0
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-7/+1
* * cpphash.h (struct_lexer_state): Delete was_skipping.neil2001-07-261-6/+3
* Standardize header guards.rth2001-05-261-1/+1
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-21/+18
* * cpperror.c (print_location): Don't special case <stdin>.neil2001-04-081-1/+1
* * cpp.texi: Update documentation for -include and -imacros.neil2001-03-151-7/+10
* * cppfiles.c (stack_include_file): Only increase the includeneil2001-03-141-1/+1
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-5/+0
* * cppfiles.c (struct include_file): Update.neil2001-03-021-19/+21
* * cpphash.h (struct cpp_reader): Add print_version field.zack2001-03-021-0/+4
* * cpphash.h (struct spec_nodes): Add n_true and n_false.zack2001-02-071-0/+2
* * cpphash.h: Rename _ALIGN POOL_ALIGN.neil2001-02-031-2/+3
* * cpphash.h: Rename ALIGN _ALIGN.neil2001-02-031-2/+2
* * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.neil2001-02-011-3/+3
* * cpphash.h (struct cpp_reader): New saved_flags.neil2001-01-311-0/+3
* * cppfiles.c (_cpp_fake_include): New function.neil2001-01-131-1/+2
* * cpplib.h (cpp_pool, mi_state, mi_ind, struct cpp_macro,neil2001-01-131-0/+266