aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 19:48:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-25 19:48:47 +0000
commit1b5526e4480d8a170d93d7b75bf53403f4f1ea4b (patch)
tree108069083b1a723ccf4371663d69ab8c195e2de2 /ChangeLog
parent1864a616dfff16b64f00e4fd84f4a8c752ca97f3 (diff)
downloadcflow-1b5526e4480d8a170d93d7b75bf53403f4f1ea4b.tar.gz
cflow-1b5526e4480d8a170d93d7b75bf53403f4f1ea4b.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-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.