CVS update: /ccvs/, /ccvs/doc/i18n/pt_BR/, /ccvs/lib/, /ccvs/m4/, /ccvs/maint-aux/
[email protected] 2 May 2005 07:24:32 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: mdb Date: 05/05/02 00:24:32 Modified: /ccvs/ ChangeLog, configure /ccvs/doc/i18n/pt_BR/ ChangeLog, Makefile.in /ccvs/lib/ ChangeLog, regex.c /ccvs/m4/ ChangeLog, mmap-anon.m4 /ccvs/maint-aux/ gnulib-filelist.txt Log: * configure: Regenerated. * doc/i18n/pt_BR/Makefile.in: Regenerated. * lib/regex.c: Update from GNULIB. * m4/mmap-anon.m4: Update from GNULIB. * maint-aux/gnulib-filelist.txt: Update from GNULIB. File Changes: Directory: /ccvs/ ================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1197&r2=1.1198 Delta lines: +5 -0 ------------------- --- ChangeLog 30 Apr 2005 12:09:19 -0000 1.1197 +++ ChangeLog 2 May 2005 07:24:28 -0000 1.1198 @@ -1,3 +1,8 @@ +2005-05-01 Mark D. Baushke <[email protected]> + + * maint-aux/gnulib-filelist.txt: Update from GNULIB. + * configure: Regenerated. + 2005-04-30 Derek Price <[email protected]> * NEWS: Note new history locks. File [changed]: configure Url: https://ccvs.cvshome.org/source/browse/ccvs/configure?r1=1.384&r2=1.385 Delta lines: +3 -4 ------------------- --- configure 27 Apr 2005 21:53:40 -0000 1.384 +++ configure 2 May 2005 07:24:28 -0000 1.385 @@ -12741,23 +12741,22 @@ fi rm -f conftest* - if test $gl_have_mmap_anonymous = no; then + if test $gl_have_mmap_anonymous != yes; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include < + #include <sys/mman.h> #ifdef MAP_ANON I cant identify this map. #endif -> _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "MAP_ANON" >/dev/null 2>&1; then + $EGREP "I cant identify this map." >/dev/null 2>&1; then cat >>confdefs.h <<\_ACEOF #define MAP_ANONYMOUS MAP_ANON Directory: /ccvs/doc/i18n/pt_BR/ ================================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/i18n/pt_BR/ChangeLog?r1=1.12&r2=1.13 Delta lines: +4 -0 ------------------- --- ChangeLog 23 Mar 2005 00:04:28 -0000 1.12 +++ ChangeLog 2 May 2005 07:24:29 -0000 1.13 @@ -1,3 +1,7 @@ +2005-05-01 Mark D. Baushke <[email protected]> + + * Makefile.in: Regenerated. + 2005-03-22 Mark D. Baushke <[email protected]> * Makefile.in: Regenerated. File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/doc/i18n/pt_BR/Makefile.in?r1=1.7&r2=1.8 Delta lines: +2 -1 ------------------- --- Makefile.in 5 Apr 2005 20:43:29 -0000 1.7 +++ Makefile.in 2 May 2005 07:24:29 -0000 1.8 @@ -47,7 +47,8 @@ build_triplet = @build@ host_triplet = @host@ subdir = doc/i18n/pt_BR -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/acx_extract_cpp_defn.m4 \ $(top_srcdir)/m4/acx_with_external_zlib.m4 \ Directory: /ccvs/lib/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/ChangeLog?r1=1.414&r2=1.415 Delta lines: +4 -0 ------------------- --- ChangeLog 25 Apr 2005 20:29:14 -0000 1.414 +++ ChangeLog 2 May 2005 07:24:29 -0000 1.415 @@ -1,3 +1,7 @@ +2005-05-01 Mark D. Baushke <[email protected]> + + * regex.c: Update from GNULIB. + 2005-04-25 Derek Price <[email protected]> * getdate.y: Update from GNULIB. File [changed]: regex.c Url: https://ccvs.cvshome.org/source/browse/ccvs/lib/regex.c?r1=1.17&r2=1.18 Delta lines: +3 -0 ------------------- --- regex.c 23 Mar 2005 00:04:28 -0000 1.17 +++ regex.c 2 May 2005 07:24:29 -0000 1.18 @@ -41,6 +41,9 @@ /* For platform which support the ISO C amendement 1 functionality we support user defined character classes. */ # if defined _LIBC || WIDE_CHAR_SUPPORT +/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included + before <wchar.h>. */ +# include <stdio.h> /* Solaris 2.5 has a bug: <wchar.h> must be included before <wctype.h>. */ # include <wchar.h> # include <wctype.h> Directory: /ccvs/m4/ ==================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/m4/ChangeLog?r1=1.115&r2=1.116 Delta lines: +4 -0 ------------------- --- ChangeLog 25 Apr 2005 20:28:35 -0000 1.115 +++ ChangeLog 2 May 2005 07:24:29 -0000 1.116 @@ -1,3 +1,7 @@ +2005-05-01 Mark D. Baushke <[email protected]> + + * mmap-anon.m4: Update from GNULIB. + 2005-04-25 Derek Price <[email protected]> * getpass.m4, gettext.m4: Update from GNULIB. File [changed]: mmap-anon.m4 Url: https://ccvs.cvshome.org/source/browse/ccvs/m4/mmap-anon.m4?r1=1.2&r2=1.3 Delta lines: +3 -3 ------------------- --- mmap-anon.m4 7 Mar 2005 18:22:03 -0000 1.2 +++ mmap-anon.m4 2 May 2005 07:24:29 -0000 1.3 @@ -1,4 +1,4 @@ -# mmap-anon.m4 serial 2 +# mmap-anon.m4 serial 3 dnl Copyright (C) 2005 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -27,8 +27,8 @@ #endif ], [gl_have_mmap_anonymous=yes]) - if test $gl_have_mmap_anonymous = no; then - AC_EGREP_HEADER([MAP_ANON], [ + if test $gl_have_mmap_anonymous != yes; then + AC_EGREP_CPP([I cant identify this map.], [ #include <sys/mman.h> #ifdef MAP_ANON I cant identify this map. Directory: /ccvs/maint-aux/ =========================== File [changed]: gnulib-filelist.txt Url: https://ccvs.cvshome.org/source/browse/ccvs/maint-aux/gnulib-filelist.txt?r1=1.1&r2=1.2 Delta lines: +8 -8 ------------------- --- gnulib-filelist.txt 7 Apr 2005 15:33:42 -0000 1.1 +++ gnulib-filelist.txt 2 May 2005 07:24:30 -0000 1.2 @@ -14,9 +14,9 @@ lib/dup2.c lib/error.c lib/error.h +lib/exit.h lib/exitfail.c lib/exitfail.h -lib/exit.h lib/fnmatch.c lib/fnmatch_.h lib/fnmatch_loop.c @@ -30,8 +30,8 @@ lib/getndelim2.h lib/getnline.c lib/getnline.h -lib/getopt1.c lib/getopt.c +lib/getopt1.c lib/getopt_.h lib/getopt_int.h lib/getpagesize.h @@ -69,8 +69,8 @@ lib/stat.c lib/stdbool_.h lib/stdint_.h -lib/strcasecmp.c lib/strcase.h +lib/strcasecmp.c lib/strerror.c lib/strftime.c lib/strftime.h @@ -124,15 +124,15 @@ m4/gettext.m4 m4/gettime.m4 m4/gettimeofday.m4 -m4/glibc21.m4 m4/glibc2.m4 +m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/intmax.m4 m4/intmax_t.m4 -m4/inttypes_h.m4 -m4/inttypes.m4 m4/inttypes-pri.m4 +m4/inttypes.m4 +m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 @@ -165,11 +165,11 @@ m4/signed.m4 m4/size_max.m4 m4/ssize_t.m4 +m4/st_mtim.m4 m4/stat.m4 m4/stdbool.m4 -m4/stdint_h.m4 m4/stdint.m4 -m4/st_mtim.m4 +m4/stdint_h.m4 m4/strcase.m4 m4/strerror.m4 m4/strerror_r.m4