summaryrefslogtreecommitdiffstats
path: root/gcc/cpplib.c
Commit message (Expand)AuthorAgeFilesLines
* * cppfiles.c (stack_include_file): Don't optimize zero-lengthneil2001-11-261-4/+6
* * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,jsm282001-11-231-2/+2
* * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.neil2001-10-211-4/+0
* * cpplex.c (handle_newline, skip_escaped_newlines,neil2001-10-201-16/+11
* * cpplib.c (struct pragma_entry): Store the name as a hashnode.neil2001-10-141-26/+20
* * c-pragma.h (cpp_register_pragma_space): Remove.neil2001-10-141-98/+114
* * calls.c: Fix formatting.kazu2001-10-101-1/+1
* * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,neil2001-09-301-28/+32
* * cpphash.h (struct cpp_buff): Make unsigned.neil2001-09-281-17/+16
* * c-lex.c (cb_def_pragma): Update.neil2001-09-241-84/+103
* * cpphash.h (_cpp_lex_token): Update prototype.neil2001-09-161-41/+30
* * cppmain.c (scan_translation_unit): Don't worry aboutneil2001-09-161-98/+108
* * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.neil2001-09-151-11/+18
* * cpperror.c (print_location): Take line and column, forneil2001-09-141-7/+11
* * c-parse.in (_yylex): Use _cpp_backup_tokens.neil2001-09-131-34/+29
* * cpphash.h (struct tokenrun): New.neil2001-09-111-0/+2
* * cpperror.c (print_location): Don't show _Pragma.neil2001-08-221-34/+19
* * cppfiles.c (stack_include_file): line-map.c now handles includeneil2001-08-211-3/+1
* * cpphash.h (_cpp_push_next_buffer): New.neil2001-08-211-0/+1
* * cpperror.c (print_location): Don't take a file name; use theneil2001-08-171-27/+13
* * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.neil2001-08-111-2/+4
* * cpphash.h, cpplib.c: Correct erroneous previous checkin.neil2001-08-111-4/+2
* * c-lex.c (map): Make const.neil2001-08-111-27/+21
* * cpperror.c (print_containing_files): Moved to line-map.c.neil2001-08-061-111/+44
* * cpplib.c (do_line): Update line number after pop_buffer.neil2001-08-051-0/+1
* PR preprocessor/3081neil2001-08-051-41/+44
* * cpphash.h (struct cpp_reader): New member directive_line.neil2001-08-041-5/+7
* * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hneil2001-08-041-9/+11
* * line-map.c: New.neil2001-08-021-52/+51
* * alias.c: Fix comment formatting.kazu2001-08-011-6/+6
* * cpphash.h (struct cpp_reader): Remove import_warning.neil2001-07-291-34/+20
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-17/+13
* * cpphash.h (struct_lexer_state): Delete was_skipping.neil2001-07-261-45/+37
* * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,zack2001-07-011-15/+19
* * cpplib.c (run_directive): Set pfile->directive.neil2001-05-271-1/+2
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-20/+7
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-14/+13
* * cppinit.c (cpp_post_options): Shut off macro expansion ifzack2001-05-101-1/+26
* * cpplib.c (do_line): Sanity check iff enable checking.neil2001-04-111-0/+2
* * cpperror.c (print_location): Don't special case <stdin>.neil2001-04-081-1/+2
* * cpplib.c (cpp_push_buffer): Give stdin buffers the name <stdin>.neil2001-04-061-1/+4
* * configure.in: Add check for lstat.neil2001-04-061-6/+1
* * system.h: Include symcat.h.ghazi2001-03-271-1/+0
* * cpp.texi: Update documentation for -include and -imacros.neil2001-03-151-17/+32
* * cppfiles.c (NO_INCLUDE_PATH): New macro.neil2001-03-131-1/+8
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-7/+4
* * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin2001-03-021-1/+1
* * cppinit.c (builtin_array): Update.neil2001-02-251-1/+1
* * cpplib.c (T_ELIF): Move to STDC89, not that it matters.neil2001-01-311-2/+5
* * cpplib.c (T_BAD_DIRECTIVE): Remove.neil2001-01-291-5/+4
OpenPOWER on IntegriCloud