]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/Makefile.am: Add bison.c++.
[bison.git] / ChangeLog
index 98569cf6a201b047b521166466ff5fa4ee52b7d2..ac890dbb889efdd25589347491a2a44153ad1653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-01-24  Robert Anisko  <robert.anisko@epita.fr>
+
+       * src/Makefile.am: Add bison.c++.
+       * src/bison.c++: New skeleton.
+
+2002-01-21  Paolo Bonzini <bonzini@gnu.org>
+
+       * po/it.po: New.
+
+2002-01-21  Kees Zeelenberg  <kzlg@users.sourceforge.net>
+
+       * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
+
 2002-01-20  Marc Autret  <marc@gnu.org>
 
        * src/files.c (compute_output_file_names): Fix
@@ -11,7 +24,7 @@
 
 2002-01-20  Marc Autret  <marc@gnu.org>
 
-       * src/system.h: Need to define __attribute__ away for non-GCC 
+       * src/system.h: Need to define __attribute__ away for non-GCC
        compilers as well (i.e. the vendor C compiler).
        Suggested by Albert Chin-A-Young.