/[bison]/bison/ChangeLog
ViewVC logotype

Diff of /bison/ChangeLog

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

revision 1.932 by eggert, Thu Nov 14 00:04:57 2002 UTC revision 1.933 by eggert, Thu Nov 14 01:24:12 2002 UTC
# Line 1  Line 1 
1  2002-11-13  Paul Eggert  <eggert@twinsun.com>  2002-11-13  Paul Eggert  <eggert@twinsun.com>
2    
3            Fix some bugs reported by Albert Chin-A-Young in
4            <http://mail.gnu.org/pipermail/bug-bison/2002-November/001881.html>.
5            
6            * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
7            -o c"; the HP-UX 11i C compiler chatters during compilation.
8            Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
9            * tests/headers.at (export YYLTYPE): Likewise.
10    
11            * tests/input.at (Torturing the Scanner): Remove lines containing
12            solitary backslashes, as they tickle a bug in the HP-UX 11i C
13            compiler.
14    
15          * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //          * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
16          comments, since they're not portable.  Use GNU coding style.          comments, since they're not portable.  Use GNU coding style.
17    

Legend:
Removed from v.1.932  
changed lines
  Added in v.1.933

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