From 91928f7dc330cda9369bea193c33f0e7f6f9bbda Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 10 Jan 1995 10:43:47 +0000 Subject: 2.5.0.5 --- NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index d6dfed8..8a03bb1 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes between release 2.5.0.4 (09Jan95) and release 2.4.7: +Changes between release 2.5.0.5 (10Jan95) and release 2.4.7: - A new concept of "start condition" scope has been introduced. A start condition scope is begun with: @@ -299,6 +299,10 @@ Changes between release 2.5.0.4 (09Jan95) and release 2.4.7: invoked holds the number of the matched rule, and added an example of using yy_act to profile how often each rule is matched. + - Added YY_NUM_RULES, a definition that gives the total number + of rules in the file, including the default rule (even if you + use -s). + - Documentation now clarifies that you can pass a nil FILE* pointer to yy_create_buffer() or yyrestart() if you've arrange YY_INPUT to not need yyin. @@ -309,6 +313,10 @@ Changes between release 2.5.0.4 (09Jan95) and release 2.4.7: - Documentation now stresses that you gain the benefits of removing backing-up states only if you remove *all* of them. + - Usage (-h) report now goes to stdout. + + - Version (-V) info now goes to stdout. + - More #ifdef chud has been added to the parser in attempt to deal with bison's use of alloca(). -- cgit v1.2.3