aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-01 06:56:33 -0700
committerDan Nicolaescu2010-10-01 06:56:33 -0700
commit4cacd822d198d85848348ae85c08fb56f6525116 (patch)
tree37d3c5dfbfa693aaef0e65965336f2551103d056 /src/ChangeLog
parent0a887f3950c55887fb86fc45d6ceaf958e5c1f6e (diff)
downloademacs-4cacd822d198d85848348ae85c08fb56f6525116.tar.gz
emacs-4cacd822d198d85848348ae85c08fb56f6525116.zip
Do not include stdlib.h and string.h, config.h does it.
* src/xfont.c: * src/w32term.c: * src/w32reg.c: * src/w32inevt.c: * src/w32heap.c: * src/w32console.c: * src/w16select.c: * src/unexsol.c: * src/term.c: * src/sound.c: * src/scroll.c (m): * src/gtkutil.c: * src/font.c: * src/filelock.c: * src/fileio.c: * src/dosfns.c: * src/dbusbind.c: * src/bidi.c: * src/callproc.c: * src/process.c: * src/msdos.c: * src/charset.c: Do not include stdlib.h and string.h, config.h does it. * configure.in: Include stdlib.h and string.h unconditionally.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc8b4e554e2..5e7ac0cc4b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,29 @@
12010-10-01 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Do not include stdlib.h and string.h, config.h does it.
4 * xfont.c:
5 * w32term.c:
6 * w32reg.c:
7 * w32inevt.c:
8 * w32heap.c:
9 * w32console.c:
10 * w16select.c:
11 * unexsol.c:
12 * term.c:
13 * sound.c:
14 * scroll.c (m):
15 * gtkutil.c:
16 * font.c:
17 * filelock.c:
18 * fileio.c:
19 * dosfns.c:
20 * dbusbind.c:
21 * bidi.c:
22 * callproc.c:
23 * process.c:
24 * msdos.c:
25 * charset.c: Do not include stdlib.h and string.h, config.h does it.
26
3 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it. 27 * callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
4 28
5 * process.c: Move #include <pty.h> earlier. 29 * process.c: Move #include <pty.h> earlier.
@@ -10,6 +34,7 @@
10 * nsmenu.m (syms_of_nsmenu): 34 * nsmenu.m (syms_of_nsmenu):
11 * nsfns.m (syms_of_nsfns): 35 * nsfns.m (syms_of_nsfns):
12 * msdos.c (syms_of_msdos): 36 * msdos.c (syms_of_msdos):
37
13 * image.c (syms_of_image): 38 * image.c (syms_of_image):
14 * charset.c (syms_of_charset): Use intern_c_string instead of intern. 39 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
15 40