]> gcc.gnu.org Git - gcc.git/history - gcc/cpplib.h
djgpp.h: Add comments about standard paths.
[gcc.git] / gcc / cpplib.h
2001-02-04 Mark Mitchellcppinit.c (BC): New macro.
2001-01-28 Neil Boothcpphash.c (_cpp_cleanup_hashtable, [...]): Don't set...
2001-01-14 Neil Boothc-parse.in (finish_parse): Add comment about cpp_destroy.
2001-01-13 Neil Boothcpplib.h (cpp_pool, [...]): Move to cpphash.h (struct...
2001-01-13 Neil Boothcppinit.c (cpp_handle_option): help_only is now part...
2001-01-10 Neil Boothcppinit.c (OPT_g): Remove.
2001-01-07 Neil Boothc-lang.c (c_post_options): Call cpp_post_options.
2001-01-05 Zack Weinbergcpplib.h (struct cpp_reader): Add help_only field.
2001-01-05 Neil Boothcpp.texi: Update for -MP.
2001-01-04 Neil Boothcpp.texi: Update for -MT.
2000-12-18 Neil Boothc-lex.c: s/change_file/file_change.
2000-12-17 Neil Boothcpplib.h (struct cpp_reader): Remove references to...
2000-12-17 Neil Boothc-lex.c: Move main_input_filename handling to FC_ENTER.
2000-12-15 Jakub Jelinekgcc.c (cpp_options): Pass -fno-operator-names.
2000-12-11 Neil Boothcpperror.c (print_location): New function.
2000-12-07 Neil Boothcppfiles.c (struct include_file): Move from cpphash.h.
2000-12-07 Rodney Brownosf.h: Standarize copyright statement.
2000-12-05 Neil Boothcppfiles.c (stack_include_file): Push zero-length buffe...
2000-12-04 Neil Boothcppfiles.c (cpp_make_system_header): Take 2 booleans...
2000-12-01 Neil Boothcppinit.c (initialize): Forgotten prototype.
2000-11-28 Neil Boothcppmacro.c (cpp_scan_buffer_nooutput): Take a boolean...
2000-11-28 Neil Boothc-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-27 Neil Boothcppinit.c (cpp_reader_init): Remove handling of warn_pa...
2000-11-27 Neil Boothc-lex.c (cb_enter_file, [...]): Combine into the new...
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-22 Neil Boothcpplex.c (trigraph_ok): Ensure we don't warn twice.
2000-11-20 Neil Boothc-lang.c (lang_init_options): Update call to cpp_reader...
2000-11-15 Neil Boothcpplib.c (start_directive, [...]): New functions.
2000-11-13 Neil Boothcpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF...
2000-11-12 Neil Boothcppexp.c: Don't worry about pfile->skipping.
2000-11-11 Neil BoothRemove CPP_PLACEMARKERs
2000-11-08 Neil BoothMove directive handling into the lexer itself.
2000-11-06 Neil Boothc-lex.c (c_lex): Replace tok.val.aux with tok.val.c...
2000-11-01 Neil Boothc-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-29 Geoff Keatingcpphash.c (cpp_forall_identifiers): Add context variabl...
2000-10-28 Neil BoothNew macro expander.
2000-09-25 Neil Boothcpplex.c (parse_args): Don't set VOID_REST flag.
2000-09-25 Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-24 Neil Boothcpplex.c: Update TODO comment.
2000-09-23 Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-09-12 Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-09-08 Zack Weinbergcpplib.h (struct cpp_options): Add user_label_prefix...
2000-09-07 Zack Weinbergc-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_T...
2000-08-17 Neil Boothcppinit.c (sort_options): Remove, put functionality...
2000-08-09 Zack Weinbergconfigure.in (--enable-c-cpplib): Uncomment.
2000-08-04 Zack Weinbergcpplex.c (parse_name): Might have to glue a CPP_OTHER...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-20 Zack Weinbergcppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinbergcpplib.h (TTYPE_TABLE): Rearrange to use only two per...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
2000-07-11 Neil Boothcppinit.c: (cpp_reader_init): Allow digraphs by default.
2000-07-08 Zack Weinbergcpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 Zack Weinbergcppexp.c: Update all code for new lexer interface.
2000-07-08 Neil Boothcpphash.c (is__va_args__): New function.
2000-07-05 Zack Weinbergcpplex.c: Don't include sys/mman.h.
2000-07-04 Zack Weinbergtop level:
2000-07-02 Jakub Jelinekcpplib.h (struct cpp_reader): New field include_depth.
2000-06-21 Zack Weinbergcppfiles.c (cpp_make_system_header): New function.
2000-06-21 Zack Weinbergcppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-29 Zack Weinbergcpplib.h (cpp_reader): Remove if_stack.
2000-05-28 Zack Weinbergcppfiles.c: Read files in, using mmap if possible,...
2000-05-28 Neil Boothcpplex.c (_cpp_lex_line): Merge vertical space.
2000-05-27 Neil Boothcpplex.c (_cpp_init_toklist): No comment space to initi...
2000-05-18 Zack Weinbergcppexp.c (parse_assertion): New.
2000-05-18 Neil Boothcppinit.c (cpp_reader_init): Initialise col_adjust...
2000-05-15 Neil Boothcpplex.c (parse_string2): Update comment.
2000-05-14 Neil Boothcpphash.c (trad_stringify, [...]): Make some pointers...
2000-05-10 Neil Boothcpplex.c (spell_token): New function.
2000-05-08 Neil Boothcpplex.c (spell_token): New function.
2000-05-03 Zack Weinbergcpplib.h: Add accessor macros for token lists.
2000-05-02 Zack Weinbergcpplib.h (CPP_POP, [...]): Delete.
2000-04-30 Zack Weinbergcpplex.c (cpp_idcmp): New function.
2000-04-27 Neil Boothcpplib.h: "~=" is not a single pp-token.
2000-04-27 Neil Boothcpplex.c (spell_other, spell_char): Remove.
2000-04-25 Zack Weinberg[multiple changes]
2000-04-25 Neil Booth* Revert previous patch until build failure cause deter...
2000-04-24 Neil Boothcpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-21 Zack Weinbergcpphash.c (struct arg, [...]): Const-ify strings.
2000-04-20 Zack Weinbergcpplib.h (enum cpp_ttype): Add token types for all...
2000-04-18 Zack Weinbergcccp.c, [...]: Removed.
2000-04-14 Zack Weinbergcpplex.c (cpp_output_tokens, [...]): New public interfaces.
2000-04-11 Zack Weinbergcppexp.c, [...]: Replace cpp_token with cpp_ttype every...
2000-04-10 Zack Weinbergcpphash.c (timestamp): Delete.
2000-04-06 Zack Weinbergcpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.
2000-04-01 Zack Weinbergcpplib.c: Include symcat.h.
2000-04-01 Zack Weinbergcpplex.c: Copy ISTABLE macros from cppinit.c...
2000-03-31 Zack Weinbergcpplib.h: Merge struct cpp_options into struct cpp_reader.
2000-03-13 Zack WeinbergMakefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-12 Zack WeinbergConvert cpplib to use libiberty/hashtab.c.
2000-03-11 Neil Boothcppfiles.c (file_cleanup, [...]): Replace bcopy(),...
2000-03-08 Zack WeinbergMakefile.in (LIBCPP_DEPS): New macro.
2000-03-08 Zack Weinbergcpplib.h (parse_underflow_t, [...]): Delete.
2000-03-07 Zack Weinberg[multiple changes]
2000-03-07 Zack Weinbergcppfiles.c (_cpp_find_include_file): Make sure ih-...
2000-03-04 Zack Weinbergmkdeps.c, mkdeps.h: New files.
next
This page took 0.853109 seconds and 107 git commands to generate.