comparison src/ChangeLog @ 31505:52dc5e4cb096

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 08 Sep 2000 14:10:31 +0000
parents 21c53d22a6f0
children 5416fcb729d7
comparison
equal deleted inserted replaced
31504:33510affffb3 31505:52dc5e4cb096
10 10
11 * xterm.c (x_draw_glyphs): Handle case START and END are out 11 * xterm.c (x_draw_glyphs): Handle case START and END are out
12 of bounds more carefully. 12 of bounds more carefully.
13 13
14 2000-09-08 Dave Love <fx@gnu.org> 14 2000-09-08 Dave Love <fx@gnu.org>
15
16 * s/sol2.h (REL_ALLOC_MMAP): Define.
17 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
18
19 * ralloc.c: Don't include string.h (redundant).
20 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
21 [!MAP_ANON]: Include fcntl.h.
22 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
23 (r_alloc, r_re_alloc, r_alloc_free)
24 (mmap_enlarge, mmap_set_vars): Use it.
25 (r_alloc_init_fd): New function.
26 (__morecore) [SYSTEM_MALLOC]: Don't declare.
27 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
28 malloc type.
29
30 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
31 Remove vm-limit.o.
15 32
16 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last 33 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
17 change to __NetBSD__. 34 change to __NetBSD__.
18 35
19 2000-09-08 Kenichi Handa <handa@etl.go.jp> 36 2000-09-08 Kenichi Handa <handa@etl.go.jp>