]> git.saurik.com Git - bison.git/commitdiff
Fix bug when stdout is closed. Update copyright to 2005.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jan 2005 09:28:00 +0000 (09:28 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Jan 2005 09:28:00 +0000 (09:28 +0000)
ChangeLog

index e31d5a6988c17de96ae96e156cfe703605567073..3e3000aca1e9f90e0b3704820d1b87a1c2d0e6bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/getargs.c (version): Happy new year; update overall
+       program copyright date from 2004 to 2005.
+
+       * src/scan-skel.l ("@output ".*\n): Don't close standard output.
+       Problem reported by Hans Aberg.
+       * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
+       (Output file names.): Add a test for the case when standard output
+       is closed.
+
 2004-12-26  Paul Eggert  <eggert@cs.ucla.edu>
 
        * doc/bison.texinfo (@copying): Update FDL version number to 1.2,