Age | Commit message (Expand) | Author | Files | Lines |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -8/+37 |
2000-07-18 | [multiple changes] | Zack Weinberg | 1 | -1/+14 |
2000-07-15 | cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ... | Zack Weinberg | 1 | -16/+25 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -47/+6 |
2000-07-11 | cppinit.c: (cpp_reader_init): Allow digraphs by default. | Neil Booth | 1 | -11/+10 |
2000-07-09 | cpphash.h: ISvspace, is_vspace, is_nvspace: New. | Neil Booth | 1 | -2/+6 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -3/+6 |
2000-07-08 | cppinit.c (print_help): split overlong line into ISO C89 maximum chunks. | Donn Terry | 1 | -0/+22 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -5/+0 |
2000-07-06 | cppinit.c: Include cppdefault.h. | Zack Weinberg | 1 | -120/+13 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -33/+7 |
2000-07-04 | top level: | Zack Weinberg | 1 | -71/+80 |
2000-07-02 | cpplib.h (struct cpp_reader): New field include_depth. | Jakub Jelinek | 1 | -1/+1 |
2000-06-28 | cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE... | Zack Weinberg | 1 | -0/+30 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -2/+3 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -7/+15 |
2000-05-18 | cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size. | Neil Booth | 1 | -0/+14 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -36/+42 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -3/+2 |
2000-04-23 | cpphash.h (struct definition): Move file, line, col members... | Zack Weinberg | 1 | -1/+1 |
2000-04-18 | cppinit.c (handle_option): Don't run error message through gettext twice. | Zack Weinberg | 1 | -1/+1 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -3/+2 |
2000-04-16 | Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q... | Dave Pitts | 1 | -1/+1 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -25/+59 |
2000-04-10 | cpphash.c (timestamp): Delete. | Zack Weinberg | 1 | -26/+27 |
2000-04-08 | cppexp.c (parse_charconst): Null does not end character constants. | Neil Booth | 1 | -1/+1 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -0/+4 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -2/+2 |
2000-04-01 | cpplex.c: Copy ISTABLE macros from cppinit.c... | Zack Weinberg | 1 | -2/+1 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -332/+354 |
2000-03-30 | cppinit.c (cpp_start_read): Call initialize_dependency_output only after read... | Zack Weinberg | 1 | -4/+4 |
2000-03-28 | cppfiles.c (hash_IHASH): Just return i->hash. | Zack Weinberg | 1 | -1/+2 |
2000-03-16 | cppinit.c (handle_option): Implement #unassert directive as -A- command line ... | Neil Booth | 1 | -16/+26 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -3/+6 |
2000-03-13 | cpphash.c: Don't include version.h. | Zack Weinberg | 1 | -4/+11 |
2000-03-12 | Convert cpplib to use libiberty/hashtab.c. | Zack Weinberg | 1 | -37/+11 |
2000-03-12 | * cppinit.c (cl_directive_handler): More K&R fixing. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-03-12 | cppinit.c (no_arg, [...]): Change from char[] to macros. | Kaveh R. Ghazi | 1 | -6/+9 |
2000-03-12 | cppinit.c (cpp_start_read): Update indirect function call to K&R C. | Neil Booth | 1 | -1/+1 |
2000-03-11 | cppinit.c (struct pending option): Replace undef with a pointer to a directiv... | Neil Booth | 1 | -64/+25 |
2000-03-11 | cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls. | Neil Booth | 1 | -8/+8 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -33/+191 |
2000-03-08 | cpplib.h (parse_underflow_t, [...]): Delete. | Zack Weinberg | 1 | -8/+6 |
2000-03-07 | [multiple changes] | Zack Weinberg | 1 | -504/+591 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -8/+11 |
2000-03-06 | builtins.c (built_in_class_names, [...]): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+0 |
2000-03-04 | mkdeps.c, mkdeps.h: New files. | Zack Weinberg | 1 | -108/+26 |
2000-03-04 | * cppinit.c: Fix thinko in previous patch. | Zack Weinberg | 1 | -1/+1 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -30/+22 |
2000-03-04 | cppinit.c (cpp_handle_option): Set opts->pedantic directly. | Zack Weinberg | 1 | -2/+2 |