summaryrefslogtreecommitdiff
path: root/gcc/tradcpp.c
Commit message (Expand)AuthorAgeFilesLines
* * tradcpp.c: T_WARNING: New.neil2000-12-161-10/+19
* * tradcpp.c (special_symbol): Improve test for definedness,neil2000-12-131-4/+15
* * tradcpp.c (do_error): Cast difference of pointers to intneil2000-12-121-1/+1
* * tradcpp.c (enum node_type): Add T_ERROR.neil2000-12-121-0/+13
* * tradcpp.c (do_include): Make pointer differences 64-bit clean.neil2000-12-081-2/+2
* include:zack2000-12-081-119/+64
* * tradcif.y: Move lexptr to top of file. Add rule to handleneil2000-12-041-3/+46
* * tradcpp.c (struct answer, parse_assertion, parse_answer,neil2000-12-021-6/+231
* * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.neil2000-11-281-93/+158
* * tradcpp.c (enum pending_dir_t, struct pending_dir): New.neil2000-11-271-34/+38
* * tradcpp.c (output_line_command): Mark system headers as such inghazi2000-11-211-0/+2
* Warning fixes:ghazi2000-11-191-5/+5
* * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.ghazi2000-11-191-193/+201
* * tradcpp.c, tradcif.y: Update FSF mailing address, deletezack2000-11-141-6/+2
* * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):jsm282000-11-131-6/+9
* * tradcpp.c (special_symbol): Assign an null string ratherneil2000-11-061-1/+1
* * cpperror.c (print_file_and_line): If line is (unsigned int)-1,zack2000-08-291-5/+2
* * cppdefault.h (WINT_TYPE): Define.jsm282000-08-041-0/+3
* * tradcpp.c (main): Update max_include_len for cpp_include_defaultsjakub2000-07-241-0/+2
* * diagnostic.c (trim_filename, fancy_abort): Moved here fromzack2000-07-211-4/+1
* 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-201-46/+18
* * tradcpp.c (rescan): Do not recognize directives when the #zack2000-07-191-24/+3
* * gcc.c (execute): If a subprocess gets a fatal signal, reportzack2000-07-131-14/+0
* * tradcpp.c (main): Rename 'perror' label to 'sys_error'.zack2000-07-131-7/+7
* * tradcpp.c (main): Rename label `include' to `add_include' toghazi2000-07-071-2/+2
* * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPEzack2000-07-071-0/+6
* * tradcpp.c: New file.zack2000-07-061-0/+4831