cpplib.c (my_strerror, [...]): Move to cpperror.c.
[gcc.git] / gcc / cpplib.c
2000-02-06 Zack Weinbergcpplib.c (my_strerror, [...]): Move to cpperror.c.
2000-02-06 Zack Weinbergcpplib.c (copy_rest_of_line): Revert previous change...
2000-02-06 Zack Weinbergcppfiles.c (read_and_prescan): Bump input pointer befor...
2000-02-06 Zack Weinbergcppalloc.c: Update copyright.
2000-02-06 Zack Weinbergcpperror.c: Remove #ifdef EMACS block.
2000-02-06 Kaveh R. GhaziMakefile.in (c-common.o): Depend on $(EXPR_H).
2000-02-02 Zack Weinbergcpplib.h (cpp_reader): Add new flag, no_directives.
2000-01-30 Zack Weinbergcpperror.c (cpp_file_line_for_message): If 'line' is...
2000-01-27 Zack Weinbergcppinit.c (cpp_handle_option): Recognize C++ comments...
2000-01-19 Kaveh Ghazimore copyright nits
2000-01-19 Kaveh R. Ghazicppalloc.c: PROTO -> PARAMS.
2000-01-12 Zack Weinbergcpplib.h (struct cpp_options): Change lang_asm to char.
1999-10-29 Zack Weinbergcpplib.h (struct cpp_buffer: fname, [...]): Mark const.
1999-10-03 Kaveh R. Ghazicpplib.c (if_directive_nameo): Add static prototype.
1999-09-23 Jason Merrillcpplib.c (handle_directive): Don't complain about ...
1999-09-11 Zack Weinbergcppalloc.c (xstrdup): Use memcpy.
1999-09-09 Geoff KeatingMakefile.in (cppexp.o): Depend on cpphash.h.
1999-09-08 Jeffrey A Law* cpplib.c (cpp_push_buffer): Fix order of arguments.
1999-09-07 Kaveh R. Ghazicpperror.c (cpp_file_line_for_message): Constify a...
1999-08-31 Zack Weinbergcpplib.c (struct directive): Const-ify name pointer...
1999-08-25 Jim Meyeringcpplib.c (detect_if_not_defined): New function.
1999-08-14 Jason Merrillcpplib.c (read_line_number): New fn, split out of...
1999-08-04 Kaveh R. GhaziWarning fixes:
1999-08-04 Zack Weinbergcpphash.c (macroexpand): Delete leading whitespace...
1999-07-26 Jason Merrillcpplib.c (cpp_get_token): Don't return a CPP_POP if...
1999-07-20 Jason Merrillgcc.c (default_compilers, cpp-output): Pass -fpreprocessed.
1999-06-07 Dave Brolleycpplib.c (do_define): Cast `alloca' return value.
1999-04-26 Zack Weinbergcpphash.c (dump_definition): New function.
1999-04-19 Zack Weinbergcpplib.c (output_line_command): Drop CONDITIONAL argument.
1999-04-14 Zack Weinbergcpperror.c, [...]: Never call abort.
1999-04-12 Zack Weinbergcpphash.c (collect_expansion, [...]): Make the escape...
1999-03-19 Kaveh R. GhaziWarning fixes:
1999-03-16 Zack Weinbergcppfiles.c (read_and_prescan): Map backslash-newline...
1999-03-15 Zack Weinbergcppinit.c: Instead of one pending list...
1999-02-25 Kaveh R. GhaziMakefile.in (cppmain.o, [...]): Don't depend on machmode.h.
1999-02-25 Zack Weinbergcpphash.c (install): Rename to cpp_install, add cpp_rea...
1999-02-18 Zack Weinbergcpplib.c: Kill define of STDC_VALUE.
1999-02-15 Zack Weinbergc-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c...
1999-02-09 Brendan Kehoecpplib.c (special_symbol): Move IP to be declared in...
1999-02-09 Zack Weinbergcpplib.c (do_define): Allow redefining __STDC__ with -D.
1999-02-08 Zack Weinbergcpplib.c (special_symbol): Rewrite.
1999-02-04 Zack Weinbergcpplib.c (initialize_char_syntax): Move to cppinit.c.
1999-01-29 Kaveh R. Ghazicollect2.c (error): Fix typo in declaration.
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1999-01-26 Zack Weinbergcppfiles.c (safe_read): Deleted.
1999-01-25 Zack Weinbergcpplib.c: Don't include signal.h, sys/times.h, or sys...
1999-01-18 Kaveh R. Ghazicpplib.c (special_symbol): Qualify a char* with the...
1999-01-16 Jeffrey A Lawcccp.c (print_help): Fix typos.
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1999-01-04 Zack Weinbergcpplib.c (skip_if_group): Split out the logic that...
1999-01-04 Zack Weinbergcpplib.c (do_undef): EOF immediately after '#undef...
1998-12-16 Zack Weinbergcpplib.c (do_include): Treat #include_next in the prima...
1998-12-16 Kaveh R. Ghazicccp.c: Don't define MIN/MAX anymore.
1998-12-15 Zack Weinbergcppalloc.c: Add xstrdup here.
1998-12-15 Zack Weinbergcpplib.c: Make all directive handlers read their own...
1998-12-15 Zack Weinbergcpphash.h (union hash_value): Remove `keydef' member...
1998-12-08 Kaveh R. Ghazicpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.
1998-12-07 Zack Weinbergcpplib.c (initialize_char_syntax): Use ISALPHA and...
1998-12-07 Zack Weinbergcpplib.h (struct cpp_buffer): Replace dir and dlen...
1998-12-07 Dave Brolley[multiple changes]
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-25 Zack Weinbergcpplib.h: Delete struct import_file.
1998-11-23 Melissa O'Neillcccp.c (S_ISREG, S_ISDIR): Delete defines.
1998-11-08 Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-11-07 Kaveh R. Ghaziconfigure.in (host_xm_file, [...]): Arrange to include...
1998-10-29 Zack Weinberg[multiple changes]
1998-10-28 Richard HendersonMakefile.in (cc1): Put C_OBJS, and thence @extra_c_objs...
1998-10-17 Kaveh R. GhaziWarning fixes:
1998-10-16 Dave Brolleycpplib.c (cpp_get_token): Replace whitespace that occur...
1998-10-11 Zack Weinbergcppexp.c: When forcing unsigned comparisons, cast both...
1998-10-08 Jeff Lawemit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
1998-10-05 Zack Weinbergcpplib.c (macroexpand): Correct off-by-one error in...
1998-09-30 Zack Weinbergcpplib.c (macroexpand): If arg->raw_before or arg-...
1998-09-30 Zack Weinbergtoplev.c (documented_lang_options): Recognize -include...
1998-09-21 Felix Leec-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRO...
1998-09-16 Alexandre Olivacpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-08-20 Dave Brolleystor-layout.c (layout_type): Compute TYPE_SIZE_UNIT...
1998-07-20 Jeff LawRemove accidental checkin.
1998-07-13 Nick CliftonAdd --help option.
1998-07-06 Ian Lance Taylorcpplib.c (cpp_options_init): Initialize cplusplus_comme...
1998-06-29 Kaveh R. GhaziWarning fixes:
1998-06-28 Kaveh R. GhaziConsolidate strerror handling, as well as getcwd/getwd.
1998-06-23 Dave Brolleycpplib.c (do_line): Typo broke #line directive.
1998-06-22 Kaveh R. GhaziWarning fixes:
1998-06-10 Dave BrolleyIntegrate cpplib into the C and C++ front ends.
1998-05-25 Dave Brolleycpperror.c (v_cpp_message): Remove static prototype.
1998-05-19 Kaveh R. GhaziWarning Fixes:
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-05-06 Jeff Lawtypo typo fixes fixes
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Kaveh R. GhaziBe more careful when including <time.h> and <sys/file...
1998-05-05 Jeff Law* Check in merge from gcc2. See ChangeLog.12 for details.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-30 Stan Coxgcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT...
1998-03-30 Kaveh R. GhaziMore cutover to system.h:
1998-03-29 Jeffrey A Lawcpplib.c (cpp_file_line_for_message): Delete unused...
1998-03-18 Kaveh R. GhaziFix more warnings...
1998-01-27 Kaveh R. Ghazic-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.
next