aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:48:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-19 17:48:08 +0000
commitd75492b98e2dd6ce358fc40e2f35e853c36c71c7 (patch)
tree274ecfa4e6a1069a88a18c80e3043851fe1bb7da /ChangeLog
parent3ab9c2ac7cc407bca66b88d9464fae2adff5bef2 (diff)
downloadcflow-d75492b98e2dd6ce358fc40e2f35e853c36c71c7.tar.gz
cflow-d75492b98e2dd6ce358fc40e2f35e853c36c71c7.tar.bz2
Updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9152b62..c99a1d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,42 @@
2005-03-19 Sergey Poznyakoff <gray@Noldor.runasimi.org>
+ * README-alpha: New file
+ * lib: New directory
+ * lib/Makefile.tmpl: New file
+ * lib/.cvsignore: New file
+ * Makefile.am (SUBDIRS): Add lib
+ * NEWS: Updated
+ * configure.ac: Raised version number to 0.2.1
+ Call cflow_GNULIB to check for missing sources
+ Call MU_DEBUG_MODE to enable debugging mode
+ * .cvsignore: Updated
+ * src/Makefile.am (INCLUDES,cflow_LDADD): Added
+
+ * build-aux: New directory
+ * build-aux/.cvsignore: New file
+ * build-aux/bootstrap: New file
+ * build-aux/debug.m4: New file
+ * build-aux/gnulib.modules: New file
+
+ * src/cflow.h: Include error.h and xalloc.h
+ (emalloc,efree): Removed. Use xmalloc instead
+ (error): Removed. Use gnulib version
+ * src/main.c: Use argp to parse arguments.
+ (temp_symbol_stack,say_and_die): Removed
+ (emalloc,efree,error): Removed
+ (xalloc_die): New function
+ (init): Updated
+ (symbol_override): Install symbols immediately
+ * src/symbol.c: Rewritten using hash module
+
+ * src/c.l: Fixed indentation
+ * src/gnu.c: Likewise
+ * src/output.c: Likewise
+ * src/parser.c: Likewise
+ * src/rc.c: Likewise
+
+2005-03-19 Sergey Poznyakoff <gray@Noldor.runasimi.org>
+
* AUTHORS: New file
* NEWS: New file
* THANKS: New file

Return to:

Send suggestions and report system problems to the System administrator.