1. 06 Jan, 1999 30 commits
  2. 05 Jan, 1999 7 commits
  3. 04 Jan, 1999 3 commits
    • A newer branch for fixinclude work. · 031071bf
      : Modified Files:
      :  Tag: fixincl-branch
      : 	Makefile.in fixinc.dgux fixinc.irix fixinc.ptx fixinc.sco
      : 	fixinc.svr4 fixinc.winnt fixinc.wrap fixincl.c fixincl.sh
      : 	fixincl.x hackshell.tpl inclhack.def inclhack.sh inclhack.tpl
      : 	mkfixinc.sh regex.c regex.h server.c server.h
      : Added Files:
      : 	README
      
      [[Split portion of a mixed commit.]]
      
      From-SVN: r24488.2
      Robert Lipe committed
    • Move entries to proper place. · bb2d453f
      From-SVN: r24486
      Dave Brolley committed
    • cpplib.c (skip_if_group): Split out the logic that handles directive recognition… · ed705a82
      cpplib.c (skip_if_group): Split out the logic that handles directive recognition to its own function.
      
      1998-12-21 18:03 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
      	* cpplib.c (skip_if_group): Split out the logic that handles
      	directive recognition to its own function.  Don't use
      	parse markers; use a bare pointer into the buffer.  Use
      	copy/skip_rest_of_line instead of doing it by hand.  Remove
      	`return on any directive' mode which was never used, and take
      	only one argument.
      	(consider_directive_while_skipping): New function, subroutine
      	of skip_if_group.  Logic streamlined a bit.
      	(conditional_skip, do_elif, do_else): Call skip_if_group with
      	only one argument.
      
      From-SVN: r24485
      Zack Weinberg committed