aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-09-26 16:01:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-09-26 16:01:47 +0000
commit6cf2930c1902036ade0b6a3174e765853882a45c (patch)
tree1556d382146a8b3080615880ddbfc27c6f937df7 /ChangeLog
parent6b2799df922b0711df9979b3f399ede19a90ca76 (diff)
downloadcflow-6cf2930c1902036ade0b6a3174e765853882a45c.tar.gz
cflow-6cf2930c1902036ade0b6a3174e765853882a45c.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f9986a9..78a3acd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,27 @@
2005-09-26 Sergey Poznyakoff <gray@gnu.org.ua>
+ * doc/cflow.texi: Updated
+ * po/pl.po: Updated
+ * po/uk.po: Updated
+ * src/main.c: Updated
+ * src/parser.c: Updated
+
* doc/gendocs_template: Bugfixes.
* src/main.c: Use --no-OPTION instead of --OPTION=no
- * doc/cflow.texi (Options):
+ * doc/cflow.texi: Likewise
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.
+ * src/parser.c (parse_function_declaration): Take second argument,
+ specifying whether the function is 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

Return to:

Send suggestions and report system problems to the System administrator.