Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 489:4a8bb4aa9740
[xemacs-hg @ 2001-04-30 08:49:24 by martinb]
hash table mapping
| author | martinb |
|---|---|
| date | Mon, 30 Apr 2001 08:49:26 +0000 |
| parents | 54fa1a5c2d12 |
| children | 38fb9ae12edd |
comparison
equal
deleted
inserted
replaced
| 488:1e7b510d04f6 | 489:4a8bb4aa9740 |
|---|---|
| 1 2001-04-04 Martin Buchholz <martin@xemacs.org> | |
| 2 | |
| 3 * keymap.c (Fmap_keymap): Revert to previous implementation, since | |
| 4 elisp_maphash is now safe. | |
| 5 | |
| 6 * elhash.c: Remove erroneously added comment. | |
| 7 * elhash.c (copy_compress_hentries): New. | |
| 8 (Fmaphash): Use copy_compress_hentries. | |
| 9 (elisp_maphash): Use copy_compress_hentries. | |
| 10 (elisp_map_remhash): Use copy_compress_hentries. | |
| 11 (elisp_maphash_unsafe): New. | |
| 12 * elhash.h: Add prototype for elisp_maphash_unsafe. | |
| 13 | |
| 14 * elhash.c (Fmaphash): | |
| 15 Avoid crashes/unpredictable behavior if a hash table is modified | |
| 16 during a mapping function, perhaps indirectly via gc. | |
| 17 (free_hentries): New. | |
| 18 Avoid crash if a pdumped hash table is collected. | |
| 19 (maphash_unwind): New. | |
| 20 | |
| 21 * tests.c: Add C-level hash table tests. | |
| 22 | |
| 1 2001-04-28 Ben Wing <ben@xemacs.org> | 23 2001-04-28 Ben Wing <ben@xemacs.org> |
| 2 | 24 |
| 3 * buffer.c (Ferase_buffer): | 25 * buffer.c (Ferase_buffer): |
| 4 * editfns.c (buffer_insert1): | 26 * editfns.c (buffer_insert1): |
| 5 * editfns.c (Finsert_before_markers): | 27 * editfns.c (Finsert_before_markers): |
