cppexp.c (parse_number): Use ISXDIGIT/hex_value.
[platform/upstream/gcc.git] / gcc / cpplex.c
2001-11-10 Kaveh R. Ghazicppexp.c (parse_number): Use ISXDIGIT/hex_value.
2001-10-21 Kaveh R. Ghazic-format.c (maybe_read_dollar_number): Use safe-ctype...
2001-10-21 Neil Boothcpphash.h (struct cpp_buffer): Delete read_ahead and...
2001-10-20 Neil Boothcpplex.c (handle_newline, [...]): Update to do more...
2001-10-17 Richard Earnshawcpplex.c (_cpp_get_buff): Fix off-by-one error that...
2001-10-11 Zack Weinberg* cpplex.c (digraph_spellings, token_spellings): Make...
2001-10-09 Kazu Hiratac-common.c: Fix comment typos.
2001-10-06 Zack Weinbergcpplex.c (enum spell_type): Add SPELL_NUMBER.
2001-09-30 Neil Boothcpphash.h (POOL_ALIGN, [...]): Remove.
2001-09-28 Neil Boothcpplex.c (new_buff, [...]): Use size_t everywhere,...
2001-09-28 Neil Boothcpphash.h (struct cpp_buff): Make unsigned.
2001-09-28 Zack Weinbergcpplex.c (cpp_output_token): Use a putc loop for SPELL_...
2001-09-27 Neil Boothcpphash.h: Update comment.
2001-09-26 Neil Boothcpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 Neil Boothcpphash.h (struct _cpp_buff, [...]): New.
2001-09-24 Neil Boothc-lex.c (cb_def_pragma): Update.
2001-09-17 Neil Boothcpphash.h (_cpp_lex_direct): New.
2001-09-16 Neil Boothcpphash.h (_cpp_lex_token): Update prototype.
2001-09-15 Neil Boothcpphash.h (struct cpp_reader): Remove lexer_pos, direct...
2001-09-14 Neil Boothcpperror.c (print_location): Take line and column,...
2001-09-13 Neil Boothc-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 Neil Boothcpphash.h (struct tokenrun): New.
2001-09-10 Zack Weinbergcpplex.c (parse_identifier): Fast-path optimize.
2001-08-22 Neil Boothcpperror.c (print_location): Don't show _Pragma.
2001-08-21 Neil Boothcpphash.h (_cpp_push_next_buffer): New.
2001-08-17 Neil Boothcpperror.c (print_location): Don't take a file name...
2001-08-11 Neil Boothcpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-07 Neil Boothcppinit.c (cpp_finish): Pop the final buffer without...
2001-08-05 Neil Boothre PR preprocessor/3081 (Preprocessor merges 2 first...
2001-08-04 Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-02 Neil Boothline-map.c: New.
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-08-01 Neil Boothcpphash.h (struct cpp_reader): New members line, pseudo...
2001-07-29 Neil Boothcppexp.c (parse_defined): Always record the macro name.
2001-07-26 Neil Boothcpphash.h (struct_lexer_state): Delete was_skipping.
2001-05-30 Neil Boothcpplex.c (_cpp_lex_token): Revert patch of 16 May 2001...
2001-05-23 Neil Boothcpp.texi: Update for handling of charconsts.
2001-05-23 Neil Boothc-lex.c (read_escape, read_ucs): Delete.
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothcppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-16 Nathan Sidwellcpplex.c (_cpp_lex_token, '/' case): Comments can't...
2001-05-12 Neil Boothcpplex.c (_cpp_lex_token): Ensure we warn at most once...
2001-05-11 Neil Boothc-lex.c (lex_charconst): Convert into a simple wrapper...
2001-04-11 Jakub Jelinek* cpplex.c (_cpp_lex_token): Only warn if -Wcomment.
2001-03-27 Kaveh R. Ghazisystem.h: Include symcat.h.
2001-03-07 Zack Weinbergc-parse.in (yylexname): New function, split out of...
2001-03-04 Neil Boothcppfiles.c (_cpp_execute_include): Don't make a null...
2001-03-03 Neil Boothcpplex.c (_cpp_lex_token): Don't warn about directives...
2001-03-03 Neil Booth* cpplex.c (parse_string): Unconditionally pedwarn.
2001-03-03 Neil Boothcpp.texi: Update.
2001-03-02 John David Anglincpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-02-03 Neil Boothcpphash.h: Rename _ALIGN POOL_ALIGN.
2001-02-03 Neil Boothcpphash.h: Rename ALIGN _ALIGN.
2001-02-01 Neil Boothcpphash.h (struct cpp_buffer): Move saved_flags from...
2001-01-28 Neil Boothcpphash.c (_cpp_cleanup_hashtable, [...]): Don't set...
2000-12-17 Neil Boothcpplib.h (struct cpp_reader): Remove references to...
2000-12-09 Neil Boothcppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.
2000-12-06 Sylvain Pioncpplex.c (skip_escaped_newlines): Don't warn for spaces...
2000-12-01 Neil Boothcppinit.c (initialize): Forgotten prototype.
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-14 Neil Boothcppexp.c (parse_defined): Call cpp_get_token not _cpp_g...
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-09 Neil Boothcpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 Neil BoothMove directive handling into the lexer itself.
2000-11-06 Neil Boothcpplex.c (_cpp_equiv_tokens): Check arg_no in the CPP_M...
2000-11-06 Neil Boothc-lex.c (c_lex): Replace tok.val.aux with tok.val.c...
2000-11-04 Neil Boothcpplex.c (parse_string): Don't allow multiline strings...
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 Neil Booth* cpplex.c (save_comment): Don't store new lines in...
2000-10-28 Neil BoothNew macro expander.
2000-09-28 Neil Boothcpperror.c (_cpp_begin_message): Do the test for suppre...
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-25 Neil Boothcpplex.c (save_comment): Only store the initial '/...
2000-09-25 Neil Boothcpphash.h (_cpp_digraph_spellings, [...]): New library...
2000-09-24 Neil Boothcpplex.c: Update TODO comment.
2000-09-23 Neil Boothcpphash.h (CPP_RESERVE, [...]): Delete.
2000-09-19 Neil Boothcpplex.c (lex_line): Drop the EOF token for unknown...
2000-09-18 Neil Boothcpphash.h (HASHSTEP): Take character rather than pointe...
2000-09-16 Neil Boothcpplex.c (push_macro_context): Set an argument's level...
2000-09-15 Neil Boothcpplex.c (ON_REST_ARG): Correct the test.
2000-09-12 Zack Weinbergcppfiles.c: Move all default-#defines to top of file.
2000-09-04 Jakub Jelinekcpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current...
2000-08-29 Zack Weinbergcpperror.c (print_file_and_line): If line is (unsigned...
2000-08-28 Greg McGarycpplex.c (parse_string): Don't look for backslash befor...
2000-08-25 Neil Boothcpplex.c (is_macro_disabled): Caller has already checke...
2000-08-23 Zack Weinbergcpphash.h (IN_I): New flag for directive table.
2000-08-20 Zack Weinberg[multiple changes]
2000-08-18 Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
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 Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-31 Zack Weinberg[multiple changes]
2000-07-24 Zack Weinbergcppexp.c: Warn about unary + if -Wtraditional.
2000-07-20 Zack Weinbergcppmacro.c (CAN_PASTE_AFTER): New macro.
next