From 6780ca7ab4b548683b15e2de86d9725045988d75 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Thu, 10 Nov 1994 22:31:09 +0000 Subject: [PATCH] Initial revision --- NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 00000000..aa885343 --- /dev/null +++ b/NEWS @@ -0,0 +1,32 @@ +Bison News +---------- + +Changes in version 1.23: + +The user can define YYPARSE_PARAM as the name of an argument to be passed + into yyparse. The argument should have type void *. + It should actually point to an object. + Grammar actions can access the variable by casting it + to the proper pointer type. + +Error in printing reductions fixed. + +Line numbers in output file corrected. + +Configuration and compilation problems fixed. + +Changes in version 1.22: + +--help option added. + +Configuration and compilation problems fixed. + +Changes in version 1.21: + +Configuration and compilation problems fixed. + +Changes in version 1.20: + +Output file does not redefine const for C++. + +Configuration and compilation problems fixed. -- 2.47.2