summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * cpplex.c (cpp_idcmp): New function.zack2000-04-301-0/+31
* 2000-04-28 Scott Bambrough <scottb@netwinder.org>scottb2000-04-281-1/+1
* 2000-04-26 Neil Booth <NeilB@earthling.net>zack2000-04-271-13/+13
* * cpplex.c (spell_other, spell_char): Remove.neil2000-04-271-60/+28
* * cpplex.c: fix typos in commentneil2000-04-261-9/+10
* * cpplex.c: add comment describing lexer algorithm.neil2000-04-261-0/+90
* 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>zack2000-04-251-23/+1362
* * Revert previous patch until build failure cause determined.neil2000-04-251-1361/+21
* * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.neil2000-04-241-21/+1361
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-2/+2
* * cpphash.c (trad_stringify, add_pat): New functions.zack2000-04-221-7/+20
* * cpphash.c (struct arg, struct arglist): Const-ify strings.zack2000-04-211-48/+52
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-21/+194
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-0/+1
* * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when themmitchel2000-04-181-1/+2
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-5/+0
* * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting itzack2000-04-161-1/+1
* * cpplex.c (output_line_command): Remove debugging prints.zack2000-04-161-16/+23
* * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publiczack2000-04-141-68/+189
* * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminatejason2000-04-131-29/+71
* * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack2000-04-111-34/+17
* * cpplex.c (skip_block_comment): Use pointer arithmetic ratherneil2000-04-101-16/+24
* * cppexp.c (parse_charconst): Null does not end characterneil2000-04-081-16/+55
* * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete.zack2000-04-061-60/+121
* * cpplex.c (trigraph_map, speccase): Combine into singlezack2000-04-041-36/+24
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-3/+9
* * cpplib.c: Include symcat.h. Add 'origin' field to structzack2000-04-011-6/+0
* * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt themzack2000-04-011-40/+62
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-29/+28
* 2000-03-28 Neil Booth <NeilB@earthling.net>neil2000-03-281-170/+132
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-0/+1620