aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddb4bb8..719208e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2005-09-25 Sergey Poznyakoff <gray@gnu.org.ua>
+ * doc/Makefile.am (EXTRA_DIST): Remove cflow.txt
+ * src/c.l (yywrap): Close yyin, and clean up the buffer
+ (get_token): New function. Interface to yylex.
+ * src/cflow.h (get_token): New function
+ * src/parser.c (parse_function_declaration): Take second argument:
+ whether called from parameter declaration. All callers updated.
+ (nexttoken): Use get_token() instead of yylex();
+ (yyparse,func_body): Eat up static qualifier
+ * tests/ssblock.at, tests/funcarg.at: New testcases
+ * tests/Makefile.am: Add ssblock.at and funcarg.at
+ * tests/testsuite.at: Likewise
+
* README: Updated
* TODO: Updated
* doc/cflow.txt: Removed

Return to:

Send suggestions and report system problems to the System administrator.