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