]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Revamp the hash table API.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Oct 2005 11:27:35 +0000 (11:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:53 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/src/ChangeLog

index 221b87f7e314c21234f37026ac5802ce0b7b7ed7..dd0f192622368eb5226806f4b8e03c98006d54fc 100644 (file)
@@ -1,3 +1,20 @@
+2005-10-03  Bruno Haible  <bruno@clisp.org>
+
+       * hash.h: Add comments everywhere.
+       (hash_init): Renamed from init_hash.
+       (hash_destroy): Renamed from delete_hash.
+       (hash_find_entry): Renamed from find_entry.
+       (hash_insert_entry): Renamed from insert_entry.
+       (hash_set_value): New declaration.
+       (hash_iterate): Renamed from iterate_table.
+       * hash.c: Add comments everywhere. Reorder.
+       (hash_init): Renamed from init_hash.
+       (hash_destroy): Renamed from delete_hash.
+       (hash_find_entry): Renamed from find_entry.
+       (hash_insert_entry): Renamed from insert_entry.
+       (hash_set_value): New function.
+       (hash_iterate): Renamed from iterate_table.
+
 2005-10-01  Bruno Haible  <bruno@clisp.org>
 
        Support for context dependent translations in PO files.
index 95998dfc22863d69705de029ebd7853613a9b46a..5ae64f6cdf53769d6daa53404edf5115bd846fc9 100644 (file)
@@ -1,3 +1,27 @@
+2005-10-03  Bruno Haible  <bruno@clisp.org>
+
+       * message.c (message_list_alloc, message_list_free,
+       message_list_hash_insert_entry, message_list_remove_if_not,
+       message_list_msgids_changed, message_list_search): Update.
+       * write-qt.c (write_qm): Update.
+       * xgettext.c (flag_context_list_table_lookup,
+       flag_context_list_table_insert): Update.
+       * x-awk.c (x_awk_keyword, extract_parenthesized): Update.
+       * x-c.c (add_keyword, x_c_lex): Update.
+       * x-csharp.c (x_csharp_keyword, extract_parenthesized: Update.
+       * x-elisp.c (x_elisp_keyword, read_object): Update.
+       * x-glade.c (x_glade_keyword, start_element_handler): Update.
+       * x-java.c (x_java_keyword, extract_parenthesized): Update.
+       * x-librep.c (x_librep_keyword, read_object): Update.
+       * x-lisp.c (x_lisp_keyword, read_object): Update.
+       * x-perl.c (x_perl_keyword, extract_variable, interpolate_keywords,
+       extract_balanced): Update.
+       * x-php.c (x_php_keyword, extract_parenthesized): Update.
+       * x-python.c (x_python_keyword, extract_parenthesized): Update.
+       * x-scheme.c (x_scheme_keyword, read_object): Update.
+       * x-sh.c (x_sh_keyword, read_command): Update.
+       * x-tcl.c (x_tcl_keyword, read_command): Update.
+
 2005-10-01  Bruno Haible  <bruno@clisp.org>
 
        Support for context dependent translations in PO files.