aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 21:19:06 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 21:19:06 +0000
commit822580f79301a2e5b26ec8146cc299c04cee1662 (patch)
tree53ad19a0bbb781ed48df2e16a8853a0cec4b3b3c /ChangeLog
parentc7901c82486db89599e4f51f2f018fde884e3f45 (diff)
downloadcflow-822580f79301a2e5b26ec8146cc299c04cee1662.tar.gz
cflow-822580f79301a2e5b26ec8146cc299c04cee1662.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c99a1d2..dcfcafc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,47 @@
2005-03-19 Sergey Poznyakoff <gray@Noldor.runasimi.org>
+ * .cvsignore: Updated
+ * COPYING: Added to the repository
+ * TODO: Updated
+ * src/Makefile.am (AM_LEXFLAGS): Use AM_LFLAGS instead. Also,
+ removed -pl
+ * src/c.l: Requires POSIX-compliant lex (e.g. flex).
+ (WS): Ignore \f and \r
+ (init_lex): Set lexer debugging level
+ (DIGITS): Require at least one digit
+ * src/cflow.h (record_typedefs,globals_only): Removed
+ (max_depth): New variable
+ (source,yyparse,cleanup,output,init_lex,init_parse)
+ (delete_autos,delete_statics,globals_only,include_symbol): New
+ prototypes
+ (register_output): Changed type of the second argument
+ (gnu_output_handler,posix_output_handler): Return int
+ * src/gnu.c (print_symbol,gnu_output_handler): Return int
+ * src/main.c: Implemented POSIX options (except -i x)
+ (options): Reordered. Removed -C, -t (in favor of -i t), and
+ -g (in favor of -i ^s). --brief option takes an optional
+ argument (enable/disable)
+ (progname): Removed
+ (globals_only,include_symbol): New functions
+ * src/output.c (output_driver.handler,print_symbol): Return int
+ (register_output): Changed type of the second argument
+ (is_var): Rewritten using include_symbol()
+ (direct_tree,inverted_tree): Do not descend any further if
+ print_symbol returns non-0.
+ Do not process the symbol if the current nesting level exceeds
+ maximum (set up by -d option).
+ (tree_output): Print either direct or inverted graph, not both
+ * src/parser.c: Stylistic changes
+ * src/parser.h (yylex): Prototype
+ * src/posix.c: Produce inverted graph. Honor --brief option
+ * src/rc.c: Include ctype.h
+ (expand_args): Removed unused variable
+ * src/symbol.c (hash_symbol_hasher,hash_symbol_compare): Minor
+ fixes
+ (delete_statics): globals_only is now a function
+
+2005-03-19 Sergey Poznyakoff <gray@Noldor.runasimi.org>
+
* README-alpha: New file
* lib: New directory
* lib/Makefile.tmpl: New file

Return to:

Send suggestions and report system problems to the System administrator.