]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
exit.h is replaced with <stdlib.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Feb 2007 03:37:20 +0000 (03:37 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:41 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/closeout.c
gnulib-local/lib/fd-ostream.oo.c
gnulib-local/lib/html-styled-ostream.oo.c
gnulib-local/lib/iconv-ostream.oo.c
gnulib-local/lib/memory-ostream.oo.c
gnulib-local/lib/term-ostream.oo.c
gnulib-local/lib/xmalloc.c

index a0adabe60ed5b7abf540540f89c5e90dcc921eb6..f989d3dbc5d1382b39d5f1424ec0409b44a4c901 100644 (file)
@@ -1,3 +1,13 @@
+2007-02-19  Bruno Haible  <bruno@clisp.org>
+
+       * lib/closeout.c: Include <stdlib.h> instead of exit.h.
+       * lib/fd-ostream.oo.c: Don't include exit.h.
+       * lib/html-styled-ostream.oo.c: Include <stdlib.h> instead of exit.h.
+       * lib/iconv-ostream.oo.c: Don't include exit.h.
+       * lib/memory-ostream.oo.c: Likewise.
+       * lib/term-ostream.oo.c: Likewise.
+       * lib/xmalloc.c: Likewise.
+
 2007-02-12  Bruno Haible  <bruno@clisp.org>
 
        * modules/gettext-tools-misc (Files): Add m4/locale-fr.m4.
index 7dc9ec269b00ef9796e9d483f90e4d9df5e1082a..46b5991f4372d725c1d3ef4e4984e01c1ad98057 100644 (file)
@@ -1,5 +1,5 @@
 /* closeout.c - close standard output and standard error
-   Copyright (C) 1998-2006 Free Software Foundation, Inc.
+   Copyright (C) 1998-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include "closeout.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <errno.h>
 
 #include "error.h"
 #include "fwriteerror.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(msgid) gettext (msgid)
index 06a9e44d767b1fc8943b585bd4142a622c5095da..88d5100ed2b337772d0258febe5d4b7b24fc5dc4 100644 (file)
@@ -1,5 +1,5 @@
 /* Output stream referring to a file descriptor.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -27,7 +27,6 @@
 #include <string.h>
 
 #include "error.h"
-#include "exit.h"
 #include "full-write.h"
 #include "xalloc.h"
 #include "gettext.h"
index 3a322876f2e0c76c358b1d9057e0c890dbce420c..c859df22e4c9dc8bb43c2091e410c8810a88eae6 100644 (file)
@@ -1,5 +1,5 @@
 /* Output stream for CSS styled text, producing HTML output.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -23,6 +23,7 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdlib.h>
 #include <unistd.h>
 
 #include "html-ostream.h"
@@ -34,7 +35,6 @@
 
 #include "error.h"
 #include "safe-read.h"
-#include "exit.h"
 #include "xalloc.h"
 #include "gettext.h"
 
index 12d142a6472f3e52639202a065695b6f75e28b4a..c11ba079ff66d430aa5ddcc681cea7cd2d538917 100644 (file)
@@ -1,5 +1,5 @@
 /* Output stream that converts the output to another encoding.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,6 @@
 
 #include "c-strcase.h"
 #include "error.h"
-#include "exit.h"
 #include "xalloc.h"
 #include "gettext.h"
 
index d9a6c0edc1bf8d5858884cc03fbcef0bf902de9a..499599dad45badd0b33e03e3067c9087c57adcf7 100644 (file)
@@ -1,5 +1,5 @@
 /* Output stream that accumulates the output in memory.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -25,7 +25,6 @@
 #include <string.h>
 
 #include "error.h"
-#include "exit.h"
 #include "xalloc.h"
 #include "xsize.h"
 #include "gettext.h"
index 351de6d82bee0145000ebf38b28f1ad9f4103416..c5448ea56c84b3b3c40eb3f63190f1147bc6b429 100644 (file)
@@ -1,5 +1,5 @@
 /* Output stream for attributed text, producing ANSI escape sequences.
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2006.
 
    This program is free software; you can redistribute it and/or modify
@@ -29,7 +29,6 @@
 #include <string.h>
 
 #include "error.h"
-#include "exit.h"
 #include "fatal-signal.h"
 #include "full-write.h"
 #include "sigprocmask.h"
index ed9758ed6951917d50e523c5ea72c8dfdb657d24..b38b495d84c98494f8fcf47a5b5900ba8fd13436 100644 (file)
@@ -1,5 +1,5 @@
 /* xmalloc.c -- malloc with out of memory checking
-   Copyright (C) 1990-1996, 2000-2003, 2005-2006 Free Software Foundation, Inc.
+   Copyright (C) 1990-1996, 2000-2003, 2005-2007 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,7 +23,6 @@
 #include <stdlib.h>
 
 #include "error.h"
-#include "exit.h"
 #include "gettext.h"
 
 #define _(str) gettext (str)