aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-03-15 19:35:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-03-15 19:35:22 +0000
commitd4d80670e50778349b93902dd8b4d46b7956a3a6 (patch)
treee69870faa45671bf1b4547b7d0c7da2a13a3cb5d
parent627d2e1e46c37d3e41d7c07d201dda2f99f9f1fb (diff)
downloadcflow-d4d80670e50778349b93902dd8b4d46b7956a3a6.tar.gz
cflow-d4d80670e50778349b93902dd8b4d46b7956a3a6.tar.bz2
Update
-rw-r--r--ChangeLog27
-rw-r--r--po/ChangeLog4
2 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d9d098..9344038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
12006-03-15 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 Fix bug spotted by Jerry St.Clair: incorrect handling of
4 global/static and static/static name clashes.
5
6 * src/parser.c (declare): Do not report name clashes
7 if a static symbol overrides another static or global.
8 (add_reference): Do not refer to static symbols if
9 -i^s was used.
10 * src/symbol.c: Change organization of the symbol table: the
11 table entry contains struct table_entry, which contains a pointer
12 to the head of the symbol list associated with the entry. Thus,
13 deletions from the table can be handled in a more natural manner.
14 All functions changed to reflect the change.
15 (unlink_symbol): New function.
16 (delete_symbol): Rewritten using unlink_symbol
17 (delete_statics): always call static_processor
18 * THANKS: Add Jerry St.Clair.
19 * tests/Makefile.am: Add hiding.at, multi.at
20 * tests/testsuite.at: Likewise.
21 * tests/hiding.at: New testcase
22 * tests/multi.at: New testcase
23 * tests/fdecl.at, tests/funcarg.at, tests/include.at,
24 tests/nfarg.at, tests/nfparg.at, tests/parm.at,
25 tests/ssblock.at: Uniformly begin AT_SETUP text with a lowercase
26 letter.
27
12005-11-03 Sergey Poznyakoff <gray@gnu.org.ua> 282005-11-03 Sergey Poznyakoff <gray@gnu.org.ua>
2 29
3 * build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is 30 * build-aux/bootstrap: If file `.bootstrap' exists in the cwd and is
diff --git a/po/ChangeLog b/po/ChangeLog
index 97e4ec6..9f30c1f 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
12006-03-15 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * LINGUAS: Add da
4
12005-11-04 Sergey Poznyakoff <gray@gnu.org.ua> 52005-11-04 Sergey Poznyakoff <gray@gnu.org.ua>
2 6
3 * da.po: New translation by Morten Bo Johansen. 7 * da.po: New translation by Morten Bo Johansen.

Return to:

Send suggestions and report system problems to the System administrator.