]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
stpcpy.h is replaced by <string.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2007 02:03:53 +0000 (02:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:37 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgfmt.c
gettext-tools/src/msgmerge.c

index 2fca1a50f200c7ab3efc85c084b75b7c0f86bcb2..8c185a58cf063b0cd51ba084d31faa68ea7de0c6 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-26  Bruno Haible  <bruno@clisp.org>
+
+       * msgfmt.c: Don't include stpcpy.h, use <string.h> instead.
+       * msgmerge.c: Likewise.
+
 2007-01-21  Bruno Haible  <bruno@clisp.org>
 
        * msgl-iconv.c (convert_string, convert_msgstr, iconvable_string,
index c1a2deabf8bbdeeabdc29ab0b9fb59848ea82d5b..6993239aad7350ea5459c1dd370eae318e6631b0 100644 (file)
@@ -1,5 +1,5 @@
 /* Converts Uniforum style .po files to binary .mo files
-   Copyright (C) 1995-1998, 2000-2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
 
    This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include "xerror.h"
 #include "xvasprintf.h"
 #include "xalloc.h"
-#include "stpcpy.h"
 #include "exit.h"
 #include "msgfmt.h"
 #include "write-mo.h"
index 03a67273101e1dec253812d31cbfa61f40bf06e8..9f99cf01554c93a8e30e04816044e7109e7ce3d3 100644 (file)
@@ -52,7 +52,6 @@
 #include "c-strstr.h"
 #include "exit.h"
 #include "c-strcase.h"
-#include "stpcpy.h"
 #include "stpncpy.h"
 #include "po-charset.h"
 #include "msgl-iconv.h"