summaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
Commit message (Expand)AuthorAgeFilesLines
* cppfiles.c (initialize_input_buffer): New function.Zack Weinberg1999-05-101-0/+8
* cpphash.c (dump_definition): New function.Zack Weinberg1999-04-261-0/+19
* Back out accidental commit of unrelated patchZack Weinberg1999-04-191-19/+0
* cpplib.c (output_line_command): Drop CONDITIONAL argument.Zack Weinberg1999-04-191-5/+24
* cppinit.c (cpp_start_read): Fix buffer overwrite.Dave Brolley1999-04-131-7/+8
* collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_...Mark Elbrecht1999-04-091-1/+1
* cppinit.c (install_predefs): Delete function.Zack Weinberg1999-04-061-57/+1
* cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1999-03-161-5/+4
* cppinit.c: Instead of one pending list...Zack Weinberg1999-03-151-914/+1022
* cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1999-02-251-16/+23
* * cppinit.c (print_help): Remove unescaped newline in string.Kaveh R. Ghazi1999-02-191-1/+0
* cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1999-02-181-17/+1580
* cppfiles.c (read_and_prescan): Cast the result of `xrealloc' to U_CHAR* when ...Kaveh R. Ghazi1999-02-061-1/+2
* cpplib.c (initialize_char_syntax): Move to cppinit.c.Zack Weinberg1999-02-041-0/+129