summaryrefslogtreecommitdiff
path: root/devel/cflow
diff options
context:
space:
mode:
authorrpaulo <rpaulo>2006-08-14 13:44:43 +0000
committerrpaulo <rpaulo>2006-08-14 13:44:43 +0000
commit53cfb9c9bea3090d2506dbdd776d9d170a364e58 (patch)
tree25f16ba6591dbd8a0d846278e93522c5ede4643b /devel/cflow
parentdbdb180c25cebe703cb7a115175aebe1e5888a90 (diff)
downloadpkgsrc-53cfb9c9bea3090d2506dbdd776d9d170a364e58.tar.gz
Update to version 1.1:
2006-07-09 Sergey Poznyakoff <gray@gnu.org.ua> * THANKS: Add Louis Bertrand. 2006-06-12 Sergey Poznyakoff <gray@gnu.org.ua> * src/output.c (set_level_mark): Fix allocation condition (output): Remove erroneous initialization of level_mark. 2006-03-15 Sergey Poznyakoff <gray@gnu.org.ua> Fix bug spotted by Jerry St.Clair: incorrect handling of global/static and static/static name clashes. * src/parser.c (declare): Do not report name clashes if a static symbol overrides another static or global. (add_reference): Do not refer to static symbols if -i^s was used. * src/symbol.c: Change organization of the symbol table: the table entry contains struct table_entry, which contains a pointer to the head of the symbol list associated with the entry. Thus, deletions from the table can be handled in a more natural manner. All functions changed to reflect the change. (unlink_symbol): New function. (delete_symbol): Rewritten using unlink_symbol (delete_statics): always call static_processor * THANKS: Add Jerry St.Clair. * tests/Makefile.am: Add hiding.at, multi.at * tests/testsuite.at: Likewise. * tests/hiding.at: New testcase * tests/multi.at: New testcase * tests/fdecl.at, tests/funcarg.at, tests/include.at, tests/nfarg.at, tests/nfparg.at, tests/parm.at, tests/ssblock.at: Uniformly begin AT_SETUP text with a lowercase letter. 2005-11-03 Sergey Poznyakoff <gray@gnu.org.ua> * build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is readable, prepend its contents to the command line * src/parser.c (dcl): Fix bug introduced 2005-03-22 * tests/nfarg.at: New test. * tests/nfparg.at: New test. * tests/Makefile.am: Add new tests. * tests/testsuite.at: Likewise * configure.ac: Raise version number to 1.1 * NEWS: Likewise * THANKS: Add Shigio YAMAGUCHI. 2005-10-19 Sergey Poznyakoff <gray@gnu.org.ua> * README: Minor fixes. * build-aux/gnulib.modules (snprintf): Add module 2005-10-15 Sergey Poznyakoff <gray@gnu.org.ua> * THANKS: Add Nelson Beebe. * tests/atlocal.in: Make sure unsetting POSIXLY_CORRECT does not produce an error. * tests/version.at: Fix displaying version warning * po/pl.po,po/uk.po: Updated translations. 2005-10-05 Sergey Poznyakoff <gray@gnu.org.ua> * src/cflow.h,src/main.c,src/parser.c,src/posix.c (omit_symbol_name_option): Rename to omit_symbol_names_option. * src/cflow.h (newline): New prototype * src/parser.c: Minor fixes * src/symbol.c: Minor fixes * doc/cflow.texi: Updated. Mention cflow2vcg and vcg tools. * src/cflow.h (enum symbol_flag): New type (struct symbol): Replace `int temp' with `enum symbol_flag flag' (delete_parms,move_parms): New functions * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for consistency. * src/parser.c: Fix handling of function formal parameters: (parm_level): New variable (struct symbol): Replace `int temp' with `enum symbol_flag flag' (delete_parms,move_parms): New functions * src/main.c: Rename --omit-symbol-name to --omit-symbol-name for consistency. * src/parser.c: Fix handling of function formal parameters: (parm_level): New variable (parse_declaration): Call delete_parms (maybe_parm_list): Keep track of the parameter nesting level. (func_body): Call move_parms (declare): Special handling for parameters. * src/symbol.c (install): Initialize sym->flag (temp_processor): Use s->flag (delete_parms,move_parms): New functions * tests/parm.at: New testcase * tests/Makefile.am: Add parm.at * tests/testsuite.at: Likewise 2005-10-04 Sergey Poznyakoff <gray@gnu.org.ua> * doc/cflow.texi: Fix posix output * src/parser.c (parse_struct): Removed function * src/cflow.h (omit_arguments_option,omit_symbol_name): New options. * src/main.c: Likewise. * src/parser.c (save_stack): Rewritten. Save only stack positions, do not create character string (undo_save_stack,finish_save_stack): New functions (finish_save): Removed * src/posix.c (print_symbol_type): Updated to match new finish_save_stack strategy.
Diffstat (limited to 'devel/cflow')
-rw-r--r--devel/cflow/Makefile4
-rw-r--r--devel/cflow/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile
index 900db80509e..75266ef7e8e 100644
--- a/devel/cflow/Makefile
+++ b/devel/cflow/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/08/14 13:44:43 rpaulo Exp $
-DISTNAME= cflow-1.0
+DISTNAME= cflow-1.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=cflow/}
diff --git a/devel/cflow/distinfo b/devel/cflow/distinfo
index 256ad849636..d283bfa2033 100644
--- a/devel/cflow/distinfo
+++ b/devel/cflow/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/02/25 21:35:55 rpaulo Exp $
+$NetBSD: distinfo,v 1.2 2006/08/14 13:44:43 rpaulo Exp $
-SHA1 (cflow-1.0.tar.gz) = d302fb5e6f06e1de047f6d05ab06d5c8ebfb441e
-RMD160 (cflow-1.0.tar.gz) = c4b2a35c2ec5313be26512e89f2a3fc5bc7b7159
-Size (cflow-1.0.tar.gz) = 500029 bytes
+SHA1 (cflow-1.1.tar.gz) = 57355331ffab12c502d2cbfc7b5d216a266911a1
+RMD160 (cflow-1.1.tar.gz) = 1063a4edd400362e379d54a20064344106f8a684
+Size (cflow-1.1.tar.gz) = 515770 bytes