texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Sat Jul 1 09:22:01 EDT 2006)


From: Karl Berry
Subject: texinfo update (Sat Jul 1 09:22:01 EDT 2006)
Date: Sat, 01 Jul 2006 09:22:06 -0400

Index: gnulib/lib/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/lib/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnulib/lib/Makefile.am      27 Jun 2006 11:51:15 -0000      1.4
+++ gnulib/lib/Makefile.am      1 Jul 2006 13:13:57 -0000       1.5
@@ -133,6 +133,23 @@
 
 ## end   gnulib module strnlen1
 
+## begin gnulib module sys_stat
+
+BUILT_SOURCES += $(SYS_STAT_H)
+EXTRA_DIST += stat_.h
+
+# We need the following in order to create <sys/stat.h> when the system
+# has one that is incomplete.
+sys/stat.h: stat_.h
+       test -d sys || mkdir sys
+       sed -e 's|@''FULL_PATH_SYS_STAT_H''@|$(FULL_PATH_SYS_STAT_H)|g' \
+           < $(srcdir)/stat_.h > address@hidden
+       mv address@hidden $@
+MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
+MOSTLYCLEANDIRS += sys
+
+## end   gnulib module sys_stat
+
 ## begin gnulib module unistd
 
 BUILT_SOURCES += $(UNISTD_H)
@@ -145,6 +162,12 @@
 
 ## end   gnulib module unistd
 
+## begin gnulib module wcwidth
+
+libgnu_a_SOURCES += wcwidth.h
+
+## end   gnulib module wcwidth
+
 ## begin gnulib module xalloc-die
 
 libgnu_a_SOURCES += xalloc-die.c
Index: gnulib/lib/mbchar.h
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/lib/mbchar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnulib/lib/mbchar.h 18 Jun 2006 23:39:43 -0000      1.1
+++ gnulib/lib/mbchar.h 1 Jul 2006 13:13:57 -0000       1.2
@@ -1,5 +1,5 @@
 /* Multibyte character data type.
-   Copyright (C) 2001, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2005-2006 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
@@ -158,6 +158,8 @@
 
 #include <wctype.h>
 
+#include "wcwidth.h"
+
 #define MBCHAR_BUF_SIZE 24
 
 struct mbchar
Index: gnulib/m4/gnulib-comp.m4
===================================================================
RCS file: /sources/texinfo/texinfo/gnulib/m4/gnulib-comp.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnulib/m4/gnulib-comp.m4    19 Jun 2006 23:08:57 -0000      1.2
+++ gnulib/m4/gnulib-comp.m4    1 Jul 2006 13:13:57 -0000       1.3
@@ -47,7 +47,9 @@
   gl_STRCASE
   gl_FUNC_STRDUP
   gl_FUNC_STRERROR
+  gl_HEADER_SYS_STAT_H
   gl_HEADER_UNISTD
+  gl_FUNC_WCWIDTH
   gl_XALLOC
 ])
 
@@ -79,6 +81,7 @@
   lib/setenv.c
   lib/setenv.h
   lib/stat-macros.h
+  lib/stat_.h
   lib/stdbool_.h
   lib/strcase.h
   lib/strcasecmp.c
@@ -90,6 +93,7 @@
   lib/strnlen1.h
   lib/tempname.c
   lib/unsetenv.c
+  lib/wcwidth.h
   lib/xalloc-die.c
   lib/xalloc.h
   lib/xmalloc.c
@@ -101,6 +105,7 @@
   m4/eealloc.m4
   m4/error.m4
   m4/exitfail.m4
+  m4/full-header-path.m4
   m4/getopt.m4
   m4/gettext.m4
   m4/glibc2.m4
@@ -140,10 +145,12 @@
   m4/strdup.m4
   m4/strerror.m4
   m4/strerror_r.m4
+  m4/sys_stat_h.m4
   m4/uintmax_t.m4
   m4/ulonglong.m4
   m4/unistd_h.m4
   m4/wchar_t.m4
+  m4/wcwidth.m4
   m4/wint_t.m4
   m4/xalloc.m4
   m4/xsize.m4
P gnulib/lib/Makefile.am
P gnulib/lib/mbchar.h
U gnulib/lib/stat_.h
U gnulib/lib/wcwidth.h
U gnulib/m4/full-header-path.m4
P gnulib/m4/gnulib-comp.m4
U gnulib/m4/sys_stat_h.m4
U gnulib/m4/wcwidth.m4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]