| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE. | Richard Kenner | 1995-05-16 | 1 | -13/+5 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -2/+2 |
* | (enum node_type): Add T_IMMEDIATE_PREFIX_TYPE. | Ken Raeburn | 1995-05-12 | 1 | -0/+13 |
* | #if VMS, don't define `stat' macro to be VMS_stat. | Richard Kenner | 1995-05-12 | 1 | -17/+16 |
* | (do_include): Cast alloca's value. | Richard Kenner | 1995-05-12 | 1 | -2/+2 |
* | (do_include): Re-fix minor memory leak by using alloca instead of | Richard Kenner | 1995-04-29 | 1 | -3/+2 |
* | (macarg): Except for reporting error... | Richard Kenner | 1995-04-29 | 1 | -3/+4 |
* | Update comments. | Richard Kenner | 1995-04-27 | 1 | -3/+3 |
* | (do_include): Fix minor memory leak. | Richard Kenner | 1995-04-27 | 1 | -0/+1 |
* | (struct argdata): Remove unused `comments' member. | Richard Kenner | 1995-04-27 | 1 | -2/+0 |
* | (collect_expansion): Assume leading white space already removed. | Richard Kenner | 1995-04-27 | 1 | -23/+5 |
* | (deps_output): Don't generate overly long output lines. | Richard Kenner | 1995-04-27 | 1 | -10/+14 |
* | (VMS_fstat, VMS_stat): New functions. | Richard Kenner | 1995-04-07 | 1 | -1/+83 |
* | (collect_expansion): If traditional... | Richard Kenner | 1995-04-07 | 1 | -13/+19 |
* | General code cleanup. | Richard Kenner | 1995-04-01 | 1 | -412/+597 |
* | (handle_directive, do_line, skip_if_group): Use the phrase `preprocessing dir... | Richard Kenner | 1995-03-30 | 1 | -100/+96 |
* | (rescan): Don't recognize preprocessing directives within macro args. | Richard Kenner | 1995-03-30 | 1 | -4/+6 |
* | (do_xifdef, do_endif): Remove unnecessary pointer comparisons. | Richard Kenner | 1995-03-28 | 1 | -5/+5 |
* | (do_xifdef): Handle c++ comments. | Doug Evans | 1995-03-21 | 1 | -2/+7 |
* | (do_include): Fix type typo: pcfbuflimit is char *, not int. | Richard Kenner | 1995-03-08 | 1 | -1/+1 |
* | (dump_single_macro): Fix typo: % wasn't properly doubled in printf | Richard Kenner | 1995-03-03 | 1 | -6/+6 |
* | (rescan): Prevent accidental token-pasting to get !=, *=, /=, ==, or ^=. | Richard Kenner | 1995-03-02 | 1 | -2/+4 |
* | (do_include): Check for redundant file before opening in relative path case. | Doug Evans | 1995-02-27 | 1 | -32/+35 |
* | Removed __NetBSD__ from conditional. | Richard Kenner | 1995-02-22 | 1 | -1/+1 |
* | (enum sharp_token_type): New type. | Richard Kenner | 1995-02-22 | 1 | -32/+73 |
* | (main): Don't set "Include" environment variable for NT. | Richard Kenner | 1995-02-21 | 1 | -4/+0 |
* | (rescan): Add support for %: and %:%: digraphs. | Richard Kenner | 1995-02-21 | 1 | -52/+126 |
* | (do_include, is_system_include, open_include_file): Handle | Richard Kenner | 1995-02-13 | 1 | -8/+30 |
* | (do_include): For VMS... | Richard Kenner | 1995-01-25 | 1 | -11/+15 |
* | Update comments. | Richard Kenner | 1995-01-25 | 1 | -1/+1 |
* | (handle_directive): Fix typo... | Richard Kenner | 1995-01-25 | 1 | -1/+1 |
* | (rescan): Fix typo that caused tokens to be glued together improperly. | Richard Kenner | 1995-01-16 | 1 | -10/+11 |
* | (macarg1): Count newline at end of C++ comment. | Jim Wilson | 1994-12-18 | 1 | -0/+2 |
* | (vms_fopen): Call `fopen' through an indirect pointer to inhibit checking arg... | Richard Kenner | 1994-12-12 | 1 | -3/+10 |
* | (do_include): Avoid dynamic initialization of aggregate. | Richard Kenner | 1994-12-10 | 1 | -2/+4 |
* | (do_include): Don't turn newline markers into spaces when expanding an | Richard Kenner | 1994-12-08 | 1 | -4/+25 |
* | (discard_comments): If traditional, replace a comment with nothing | Richard Kenner | 1994-12-08 | 1 | -2/+6 |
* | (char_name): New var. | Richard Kenner | 1994-12-08 | 1 | -30/+23 |
* | (create_definition): Error if comma not followed by an identifier. | Jim Wilson | 1994-11-28 | 1 | -1/+6 |
* | (create_definition): Allow carriage-return ('\r') as white space in | Richard Kenner | 1994-11-18 | 1 | -2/+2 |
* | (rescan): Remove unnecessary comparisons of ibp to limit. | Richard Kenner | 1994-11-16 | 1 | -6/+6 |
* | (dump_single_macro, dump_defn_1): If -traditional, dump macros in traditional... | Richard Kenner | 1994-11-08 | 1 | -19/+25 |
* | (rescan): Do not preserve newlines after macro name if rescanning a macro exp... | Richard Kenner | 1994-11-05 | 1 | -2/+2 |
* | TOOL_INCLUDE_DIR is not C++-aware. | Richard Kenner | 1994-11-03 | 1 | -2/+2 |
* | (rescan): ".." no longer terminates a preprocessing number, since | Richard Kenner | 1994-10-25 | 1 | -3/+1 |
* | (rescan): Preserve newlines after macro names at the top level since this is... | Richard Kenner | 1994-10-17 | 1 | -2/+10 |
* | (main): Use DIR_SEPARATOR if defined. | Richard Kenner | 1994-09-30 | 1 | -2/+15 |
* | (newline_fix, name_newline_fix): Don't treat \r specially here; it only cause... | Richard Kenner | 1994-09-27 | 1 | -28/+8 |
* | (eval_if_expression): Now returns HOST_WIDE_INT. | Richard Kenner | 1994-09-20 | 1 | -5/+6 |