Age | Commit message (Expand) | Author | Files | Lines |
1993-09-03 | (skip_if_group): Check for traditional mode when skipping ahead to | Richard Kenner | 1 | -16/+18 |
1993-08-06 | (main): If -v, print header search dir list. | Richard Stallman | 1 | -0/+15 |
1993-06-29 | (main): For -iwithprefix, if no include_prefix, | Richard Stallman | 1 | -2/+41 |
1993-06-22 | toplev.c (report_error_function): Change format of the included-file stack to... | Brendan Kehoe | 1 | -1/+1 |
1993-05-21 | (default_include): Put TOOL_INCLUDE_DIR after | Richard Stallman | 1 | -3/+3 |
1993-05-04 | (macroexpand): Treat `foo ( )' as 0 args if foo wants 0 args. | Richard Stallman | 1 | -1/+4 |
1993-04-30 | Comment fix. | Richard Stallman | 1 | -1/+3 |
1993-04-09 | (no_precomp): Make it 1 by default. | Richard Stallman | 1 | -2/+4 |
1993-04-06 | (do_include): For missing header file... | Jim Wilson | 1 | -25/+9 |
1993-03-25 | (do_include): For "..." case, leave fend pointing at terminating 0. | Richard Stallman | 1 | -4/+4 |
1993-03-22 | (collect_expansion): Don't make # special in argless macro. | Richard Stallman | 1 | -2/+2 |
1993-03-16 | Follow whitespace conventions near parens. | Richard Stallman | 1 | -30/+30 |
1993-03-16 | (main): Report errors in output to pcp_outfile. | Richard Stallman | 1 | -3/+7 |
1993-03-16 | (write_output): Test value of `write'; report errors. | Richard Stallman | 1 | -6/+10 |
1993-03-02 | (do_include): Warn if find unreadable header file. | Jim Wilson | 1 | -1/+7 |
1993-02-27 | New builtins: __REGISTER_PREFIX__ and __USER_LABEL_PREFIX__ | Ian Lance Taylor | 1 | -0/+26 |
1993-02-26 | (do_include): Correctly report the directive name | Richard Stallman | 1 | -5/+9 |
1993-02-21 | * Add declaration for pedwarn_with_line. | Doug Evans | 1 | -0/+1 |
1993-02-20 | (warning_with_line, pedwarn_with_line): New functions. | Richard Stallman | 1 | -3/+49 |
1993-02-09 | (main): Fix lineno of "does not end in newline" message. | Richard Stallman | 1 | -0/+6 |
1993-02-05 | (finclude): Error if try to include a directory. | Jim Wilson | 1 | -1/+9 |
1993-01-26 | (handle_directive): Init already_output after old_linenum label. | Richard Stallman | 1 | -9/+11 |
1993-01-23 | (change_newlines): Renamed from delete_newlines. | Richard Stallman | 1 | -8/+10 |
1993-01-18 | (include_defaults): Do use GCC_INCLUDE_DIR for cross compiler. | Richard Stallman | 1 | -1/+10 |
1993-01-18 | (initialize_builtins): Add uses of new macros | Jim Wilson | 1 | -0/+4 |
1993-01-14 | cccp.c (main): Trim down to the basename of what's to go in PROGNAME. | Brendan Kehoe | 1 | -1/+4 |
1993-01-13 | (include_defaults): | Richard Stallman | 1 | -1/+3 |
1993-01-12 | (main): Set signal handler for SIGPIPE. | Jim Wilson | 1 | -0/+13 |
1993-01-12 | (macroexpand): Before concatenated empty rest arg, | Richard Stallman | 1 | -35/+120 |
1993-01-05 | (do_line): Add pedantic warnings for out of range line | Jim Wilson | 1 | -0/+6 |
1993-01-04 | (main): Recognize and remove .cxx as filename suffix. | Richard Stallman | 1 | -0/+5 |
1993-01-02 | (default_include): Look directly in TOOL_INCLUDE_DIR. | Richard Stallman | 1 | -0/+1 |
1992-12-31 | (multiline_string_line): New file scope static variable. | Jim Wilson | 1 | -10/+11 |
1992-12-29 | (make_definition): Pass NULL as 3rd arg to do_define. | Richard Stallman | 1 | -13/+19 |
1992-12-16 | (do_pragma): Use index, not strchr. | Richard Stallman | 1 | -1/+1 |
1992-12-04 | (output_line_command): Use alloca for line_cmd_buf. | Richard Kenner | 1 | -1/+2 |
1992-11-27 | (do_include): Initialize searchptr to 0. | Richard Stallman | 1 | -1/+1 |
1992-11-24 | (main): Do -D's and -A's and -U's in order specified. | Richard Stallman | 1 | -10/+5 |
1992-11-11 | (rescan): Accept # as command inside macro args, etc. | Richard Stallman | 1 | -3/+8 |
1992-10-25 | (get_lintcmd): Length of `LINTLIBRARY' is 11. | Richard Stallman | 1 | -2/+2 |
1992-10-18 | (collect_expansion): Don't add whitespace at end if inside a string and not t... | Richard Stallman | 1 | -10/+13 |
1992-10-17 | (cplusplus_comments): New var. | Richard Stallman | 1 | -18/+22 |
1992-10-07 | (finclude): Set fp->buf earlier, so it's freed on error. | Richard Stallman | 1 | -1/+2 |
1992-10-06 | (main): Handle -U before -D (and -A). | Richard Stallman | 1 | -40/+39 |
1992-09-25 | (do_include): "Concatenate" multiple "strings" in #include. | Richard Stallman | 1 | -4/+22 |
1992-09-15 | (macroexpand): Don't output another error message if have | Jim Wilson | 1 | -5/+12 |
1992-08-31 | (do_pragma): In prev. change, really use U_CHAR *, not char *. | James Van Artsdalen | 1 | -1/+1 |
1992-08-29 | (do_pragma): Use rindex, not strrchr. | Richard Stallman | 1 | -1/+1 |
1992-08-28 | (do_pragma): In prev. change, use U_CHAR *, not char *. | Richard Stallman | 1 | -4/+4 |
1992-08-25 | (do_pragma): Warn if `#pragma implementation "foo.h"' is | Richard Stallman | 1 | -1/+24 |