/[make]/make/ChangeLog
ViewVC logotype

Diff of /make/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.278 by psmith, Sat Jun 25 20:00:24 2005 UTC revision 2.279 by psmith, Sat Jun 25 21:30:13 2005 UTC
# Line 1  Line 1 
1  2005-06-25  Paul D. Smith  <psmith@gnu.org>  2005-06-25  Paul D. Smith  <psmith@gnu.org>
2    
3            Fix Savannah bug #1454.
4    
5            * read.c (find_char_unquote): Accept a new argument IGNOREVARS.
6            If it's set, then don't stop on STOPCHARs or BLANKs if they're
7            inside a variable reference.  Make this function static as it's
8            only used here.
9            (eval): Call find_char_unquote() with IGNOREVARS set when we're
10            parsing an unexpanded line looking for semicolons.
11            * misc.c (remove_comments): Move this to read.c and make it static
12            as it's only used there.  Call find_char_unquote() with new arg.
13            * make.h: Remove prototypes for find_char_unquote() and
14            remove_comments() since they're static now.
15    
16          Implement the MAKE_RESTARTS variable, and disable -B if it's >0.          Implement the MAKE_RESTARTS variable, and disable -B if it's >0.
17          Fixes Savannah bug #7566.          Fixes Savannah bug #7566.
18    

Legend:
Removed from v.2.278  
changed lines
  Added in v.2.279

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26