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 @@
12005-09-25 Sergey Poznyakoff <gray@gnu.org.ua> 12005-09-25 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * doc/Makefile.am (EXTRA_DIST): Remove cflow.txt
4 * src/c.l (yywrap): Close yyin, and clean up the buffer
5 (get_token): New function. Interface to yylex.
6 * src/cflow.h (get_token): New function
7 * src/parser.c (parse_function_declaration): Take second argument:
8 whether called from parameter declaration. All callers updated.
9 (nexttoken): Use get_token() instead of yylex();
10 (yyparse,func_body): Eat up static qualifier
11 * tests/ssblock.at, tests/funcarg.at: New testcases
12 * tests/Makefile.am: Add ssblock.at and funcarg.at
13 * tests/testsuite.at: Likewise
14
3 * README: Updated 15 * README: Updated
4 * TODO: Updated 16 * TODO: Updated
5 * doc/cflow.txt: Removed 17 * doc/cflow.txt: Removed

Return to:

Send suggestions and report system problems to the System administrator.