summaryrefslogtreecommitdiff
path: root/gcc/tradcpp.c
Commit message (Expand)AuthorAgeFilesLines
* Removal of separate preprocessor cpp0.neil2002-03-241-0/+4
* * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.neil2002-02-021-0/+14
* * arc.c (arc_hard_regno_mode_ok): Const-ify.ghazi2001-12-231-8/+8
* * c-lex.c (lex_number): Use ISXDIGIT/hex_value.ghazi2001-12-161-0/+2
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-1/+1
* * c-decl.c (duplicate_decls, push_parm_decl): Remove leadingneil2001-12-021-10/+10
* * tradcpp.c: Include intl.h. Rename WARNING, ERROR, FATAL tozack2001-10-301-10/+13
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-1/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-79/+79
* PR preprocessor/3571neil2001-09-151-1/+1
* * c-common.c (c_tree_code_name): Const-ification.ghazi2001-09-121-1/+1
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-42/+13
* * tradcpp.c (rescan): define obufp_before_macroname before RECACHEneil2001-08-211-1/+6
* * cppinit.c (cpp_post_options): Shut off macro expansion ifzack2001-05-101-9/+99
* * tradcpp.c (do_define): Make sure we don't walk past limit.jakub2001-05-021-3/+3
* * toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.ghazi2001-03-281-1/+1
* * cppfiles.c (_cpp_read_file): Add to dependencies if requested.jakub2001-01-241-0/+5
* 2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>neil2001-01-111-3/+3
* * Makefile.in (tradcpp0): Depend on mkdeps.h. Link mkdeps.oneil2001-01-101-172/+164
* * tradcpp.c (deps_file, print_deps_missing_files): New variables.jakub2001-01-041-28/+85
* 2001-01-03 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>sirl2001-01-031-1/+3
* * 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