comparison src/ChangeLog @ 30614:5dcc1588f659

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sat, 05 Aug 2000 20:10:32 +0000
parents c646bd2f7f2a
children 13ae6fb12020
comparison
equal deleted inserted replaced
30613:a262f769fc3d 30614:5dcc1588f659
1 2000-08-05 Gerd Moellmann <gerd@gnu.org> 1 2000-08-05 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xmenu.c (popup_get_selection): Use xfree instead of free.
4
5 * fileio.c (Finsert_file_contents): Use xfree instead of free.
6
7 * editfns.c (Ftranspose_regions): Use xfree instead of free.
8
9 * callproc.c (child_setup): Use xfree instead of free.
10
11 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
12 instead of malloc.
13 (run_mac_command, closedir): Use `xfree' instead of `free'.
14
15 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
16
17 * eval.c (error): Use xfree instead of free.
18
3 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'. 19 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
4 20
5 * fns.c: Replace `illegal' with `invalid'. 21 * fns.c: Replace `illegal' with `invalid'.
6 (Fmake_hash_table, amke_hash_table): Allow table size of 0. 22 (Fmake_hash_table, make_hash_table): Allow table size of 0.
7 23
8 2000-08-05 Kenichi Handa <handa@etl.go.jp> 24 2000-08-05 Kenichi Handa <handa@etl.go.jp>
9 25
10 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte 26 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
11 conversion. 27 conversion.