Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 2515:de9952d2ed18
[xemacs-hg @ 2005-01-26 10:22:19 by ben]
Hash table cleanups, part 1 of 2
emacs-marshals.c, hash.c, hash.h, ui-gtk.c: Clean up and generalize creation of string hash tables.
ui-gtk.c, elhash.h, gccache-gtk.c, glyphs-gtk.c, lrecord.h, marker.c, objects-gtk.c, objects-msw.c, objects-tty.c, objects-x.c, objects.c, opaque.c, rangetab.c, specifier.c, specifier.h, xgccache.c: Use Hashcode rather than unsigned long.
| author | ben |
|---|---|
| date | Wed, 26 Jan 2005 10:22:29 +0000 |
| parents | b49d38bc659d |
| children | b87570db038f |
comparison
equal
deleted
inserted
replaced
| 2514:b49d38bc659d | 2515:de9952d2ed18 |
|---|---|
| 1 2005-01-26 Ben Wing <ben@xemacs.org> | 1 2005-01-26 Ben Wing <ben@xemacs.org> |
| 2 | 2 |
| 3 * profile.c: | |
| 4 * profile.c (vars_of_profile): | |
| 5 * profile.h: | |
| 6 Add fillers for easier temporary profiling. | |
| 7 Add RETURN_UNGCPRO_EXIT_PROFILING, RETURN_EXIT_PROFILING. | |
| 8 | |
| 9 2004-11-17 Ben Wing <ben@xemacs.org> | |
| 10 | |
| 11 * emacs.c: | |
| 12 Update history section. | |
| 13 | |
| 14 * emacs-marshals.c: | 3 * emacs-marshals.c: |
| 15 * emacs-marshals.c (initialize_marshaller_storage): | 4 * emacs-marshals.c (initialize_marshaller_storage): |
| 16 * hash.c: | 5 * hash.c: |
| 17 * hash.c (string_equal): | 6 * hash.c (string_equal): |
| 18 * hash.c (make_hash_table): | 7 * hash.c (make_hash_table): |
| 19 * hash.h: | 8 * hash.h: |
| 20 * ui-gtk.c (type_already_imported_p): | 9 * ui-gtk.c (type_already_imported_p): |
| 21 Clean up and generalize creation of string hash tables. | 10 Clean up and generalize creation of string hash tables. |
| 22 | 11 |
| 12 * ui-gtk.c (emacs_gtk_boxed_hash): | |
| 13 * elhash.h: | |
| 14 * gccache-gtk.c (gc_cache_hash): | |
| 15 * glyphs-gtk.c (gtk_image_instance_hash): | |
| 16 * lrecord.h (struct lrecord_implementation): | |
| 17 * marker.c (marker_hash): | |
| 18 * objects-gtk.c (gtk_color_instance_hash): | |
| 19 * objects-msw.c (mswindows_color_instance_hash): | |
| 20 * objects-tty.c (tty_color_instance_hash): | |
| 21 * objects-x.c (x_color_instance_hash): | |
| 22 * objects.c (color_instance_hash): | |
| 23 * objects.c (font_instance_hash): | |
| 24 * opaque.c (hash_opaque): | |
| 25 * opaque.c (hash_opaque_ptr): | |
| 26 * rangetab.c (range_table_entry_hash): | |
| 27 * rangetab.c (range_table_hash): | |
| 28 * specifier.c (specifier_hash): | |
| 29 * specifier.h (struct specifier_methods): | |
| 30 * xgccache.c (gc_cache_hash): | |
| 31 Use Hashcode rather than unsigned long. | |
| 32 | |
| 33 2005-01-26 Ben Wing <ben@xemacs.org> | |
| 34 | |
| 23 * profile.c: | 35 * profile.c: |
| 24 * profile.c (vars_of_profile): | 36 * profile.c (vars_of_profile): |
| 25 * profile.h: | 37 * profile.h: |
| 38 Add fillers for easier temporary profiling. | |
| 39 Add RETURN_UNGCPRO_EXIT_PROFILING, RETURN_EXIT_PROFILING. | |
| 40 | |
| 41 2004-11-17 Ben Wing <ben@xemacs.org> | |
| 42 | |
| 43 * emacs.c: | |
| 44 Update history section. | |
| 45 | |
| 26 | 46 |
| 27 2004-11-13 Ben Wing <ben@xemacs.org> | 47 2004-11-13 Ben Wing <ben@xemacs.org> |
| 28 | 48 |
| 29 * nt.c: | 49 * nt.c: |
| 30 * fileio.c: | 50 * fileio.c: |
