gnulib.git
14 years agoautoupdate
Karl Berry [Thu, 11 Jun 2009 13:19:06 +0000 (06:19 -0700)]
autoupdate

14 years agoautoupdate
Karl Berry [Wed, 10 Jun 2009 13:59:03 +0000 (06:59 -0700)]
autoupdate

14 years agoautoupdate
Karl Berry [Tue, 9 Jun 2009 13:42:55 +0000 (06:42 -0700)]
autoupdate

14 years agoTests for module 'idpriv-droptemp'.
Bruno Haible [Mon, 8 Jun 2009 23:01:20 +0000 (01:01 +0200)]
Tests for module 'idpriv-droptemp'.

14 years agoNew module 'idpriv-droptemp'.
Bruno Haible [Mon, 8 Jun 2009 22:59:34 +0000 (00:59 +0200)]
New module 'idpriv-droptemp'.

14 years agoTests for module 'idpriv-drop'.
Bruno Haible [Mon, 8 Jun 2009 22:56:36 +0000 (00:56 +0200)]
Tests for module 'idpriv-drop'.

14 years agoNew module 'idpriv-drop'.
Bruno Haible [Mon, 8 Jun 2009 22:55:12 +0000 (00:55 +0200)]
New module 'idpriv-drop'.

14 years agoDepend on memchr.
Bruno Haible [Mon, 8 Jun 2009 22:20:53 +0000 (00:20 +0200)]
Depend on memchr.

14 years agotest-strstr: use memory fence, when possible
Eric Blake [Mon, 8 Jun 2009 12:17:39 +0000 (06:17 -0600)]
test-strstr: use memory fence, when possible

* tests/test-strstr.c (main): Use memory fence, in order to be
more likely to trigger Debian bug 521737.
* modules/strstr-tests (Files): Pull in additional files.

Signed-off-by: Eric Blake <ebb9@byu.net>
14 years agomemchr: no longer obsolete, for wider field testing
Eric Blake [Mon, 8 Jun 2009 12:11:16 +0000 (06:11 -0600)]
memchr: no longer obsolete, for wider field testing

* modules/memchr (Status, Notice): Delete, this module is no
longer obsolete.
* modules/vasnprintf (Depends-on): Add memchr.

Signed-off-by: Eric Blake <ebb9@byu.net>
14 years agohash: declare some functions with the warn_unused_result attribute
Jim Meyering [Sat, 6 Jun 2009 20:39:23 +0000 (22:39 +0200)]
hash: declare some functions with the warn_unused_result attribute

* lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.

14 years agoDon't test int64_t if it does not exist.
Bruno Haible [Sun, 7 Jun 2009 09:57:05 +0000 (11:57 +0200)]
Don't test int64_t if it does not exist.

14 years agotest-alignof: fix typo with long double
Eric Blake [Sat, 6 Jun 2009 19:23:51 +0000 (13:23 -0600)]
test-alignof: fix typo with long double

* tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
compiler error.

Signed-off-by: Eric Blake <ebb9@byu.net>
14 years agoEscape non-texinfo { and }s
Neil Jerram [Fri, 5 Jun 2009 22:42:52 +0000 (23:42 +0100)]
Escape non-texinfo { and }s

* doc/ld-output-def.texi (Visual Studio Compatibility): Fix
markup error.

Signed-off-by: Eric Blake <ebb9@byu.net>
14 years agoautoupdate
Karl Berry [Thu, 4 Jun 2009 17:38:14 +0000 (10:38 -0700)]
autoupdate

14 years agogitlog-to-changelog: don't infloop on an empty commit log
Jim Meyering [Thu, 4 Jun 2009 09:06:35 +0000 (11:06 +0200)]
gitlog-to-changelog: don't infloop on an empty commit log

* build-aux/gitlog-to-changelog: Warn about an empty log message.
Reported by Boris Petersen <transacid@centerim.org>.

14 years agoversion-etc: extend for packagers
Mike Frysinger [Mon, 1 Jun 2009 03:13:38 +0000 (23:13 -0400)]
version-etc: extend for packagers

Add three new configure options, intended for packagers:
  --with-packager="packager name"
  --with-packager-version="packager-specific version"
  --with-packager-bug-reports="packager bug reporting"

An example with coreutils:

  $ ./configure \
    --with-packager=Gentoo \
    --with-packager-bug-report=http://bugs.gentoo.org/ \
    --with-packager-version="patchset 1.6"

  $ ./src/ls --version | head -n3
  ls (GNU coreutils) 7.1-dirty
  Packaged by Gentoo (patchset 1.6)
  Copyright (C) 2009 Free Software Foundation, Inc.

Note that the bug reporting info via --help doesn't show up because
coreutils uses its own custom emit_bug_reporting_address() implementation
in src/system.h.  If it didn't, it'd look like:

  $ ./src/ls --help | tail -n4
  Report bugs to <bug-coreutils@gnu.org>.
  Report Gentoo bugs to <http://bugs.gentoo.org/>.
  GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
  General help using GNU software: <http://www.gnu.org/gethelp/>.

* lib/version-etc.c: Print new information, if provided.
* m4/version-etc.m4: New file.
* modules/version-etc (Files): Add m4/version-etc.m4.
(configure.ac): Add gl_VERSION_ETC.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14 years agoautoupdate
Karl Berry [Wed, 3 Jun 2009 13:34:09 +0000 (06:34 -0700)]
autoupdate

14 years agoTest also the types 'long double' and 'int64_t'.
Bruno Haible [Sun, 31 May 2009 19:52:05 +0000 (21:52 +0200)]
Test also the types 'long double' and 'int64_t'.

14 years agoImprove comments.
Bruno Haible [Sun, 31 May 2009 19:46:14 +0000 (21:46 +0200)]
Improve comments.

14 years agoFix test-alignof failure.
Bruno Haible [Sun, 31 May 2009 19:43:32 +0000 (21:43 +0200)]
Fix test-alignof failure.

14 years agoCheck that memchr does not read past the first occurrence of the byte.
Bruno Haible [Sun, 31 May 2009 12:38:11 +0000 (14:38 +0200)]
Check that memchr does not read past the first occurrence of the byte.

14 years agoExplain how to use dumpbin.
Bruno Haible [Sat, 30 May 2009 12:25:21 +0000 (14:25 +0200)]
Explain how to use dumpbin.

14 years agotests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
Simon Josefsson [Tue, 2 Jun 2009 08:45:21 +0000 (10:45 +0200)]
tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.

14 years agomanywarnings: Add GCC 4.4 warnings.
Simon Josefsson [Tue, 2 Jun 2009 08:41:29 +0000 (10:41 +0200)]
manywarnings: Add GCC 4.4 warnings.

14 years agoDon't do HAVE_CONFIG_H replacements on build-aux/ files.
Bruno Haible [Thu, 28 May 2009 11:09:26 +0000 (13:09 +0200)]
Don't do HAVE_CONFIG_H replacements on build-aux/ files.

14 years agognulib-tool: Transform license on build-aux/ files too.
Simon Josefsson [Thu, 28 May 2009 08:58:47 +0000 (10:58 +0200)]
gnulib-tool: Transform license on build-aux/ files too.

15 years agognulib-tool: Don't use non-POSIX regexps.
Simon Josefsson [Wed, 27 May 2009 11:28:27 +0000 (13:28 +0200)]
gnulib-tool: Don't use non-POSIX regexps.

15 years agotests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
Simon Josefsson [Tue, 26 May 2009 13:31:53 +0000 (15:31 +0200)]
tests/test-strstr.c: Rewrite to use malloc/strcpy instead of strdup.
Suggested by Eric Blake  <ebb9@byu.net>.

15 years agotests/test-strstr.c: Add another self-test.
Simon Josefsson [Tue, 26 May 2009 12:14:51 +0000 (14:14 +0200)]
tests/test-strstr.c: Add another self-test.

15 years agoupdate from texinfo
Karl Berry [Mon, 25 May 2009 00:43:21 +0000 (17:43 -0700)]
update from texinfo

15 years agoUpdate doc for 2009-04-26 change.
Bruno Haible [Sat, 23 May 2009 22:26:45 +0000 (00:26 +0200)]
Update doc for 2009-04-26 change.

15 years agoautoupdate
Karl Berry [Fri, 22 May 2009 13:58:47 +0000 (06:58 -0700)]
autoupdate

15 years agoSimplify use of mode_t varargs.
Bruno Haible [Fri, 22 May 2009 11:48:52 +0000 (13:48 +0200)]
Simplify use of mode_t varargs.

15 years agoMention glibc function 'fallocate'.
Pádraig Brady [Fri, 22 May 2009 10:54:02 +0000 (12:54 +0200)]
Mention glibc function 'fallocate'.

15 years agoRemove redundant m4_quote invocations.
Bruno Haible [Thu, 21 May 2009 17:19:02 +0000 (19:19 +0200)]
Remove redundant m4_quote invocations.

15 years agoSecond attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
Eric Blake [Thu, 21 May 2009 14:48:12 +0000 (16:48 +0200)]
Second attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.

15 years agoAvoid redefinition warnings for SIZE_MAX.
Bruno Haible [Thu, 21 May 2009 13:15:09 +0000 (15:15 +0200)]
Avoid redefinition warnings for SIZE_MAX.

15 years agoSimplify m4 code.
Bruno Haible [Thu, 21 May 2009 12:57:15 +0000 (14:57 +0200)]
Simplify m4 code.

15 years agoMake zeroptr.h work on mingw.
Bruno Haible [Wed, 20 May 2009 11:26:51 +0000 (13:26 +0200)]
Make zeroptr.h work on mingw.

15 years agotests/test-glob.c: Include string.h for strcmp prototype.
Simon Josefsson [Wed, 20 May 2009 07:43:43 +0000 (09:43 +0200)]
tests/test-glob.c: Include string.h for strcmp prototype.

15 years agogetdelim: Use SIZE_MAX from stdint.h.
Simon Josefsson [Wed, 20 May 2009 07:36:35 +0000 (09:36 +0200)]
getdelim: Use SIZE_MAX from stdint.h.

15 years agosys_socket: MinGW and IRIX does not have sa_family_t type.
Simon Josefsson [Wed, 20 May 2009 06:52:49 +0000 (08:52 +0200)]
sys_socket: MinGW and IRIX does not have sa_family_t type.
Reported by "Tom G. Christensen" <tgc@jupiterrise.com>.

15 years agoautoupdate
Karl Berry [Mon, 18 May 2009 13:38:50 +0000 (06:38 -0700)]
autoupdate

15 years agomaint.mk: allow gnulib_dir in VPATH build
Eric Blake [Mon, 18 May 2009 12:12:37 +0000 (06:12 -0600)]
maint.mk: allow gnulib_dir in VPATH build

* top/maint.mk (gnulib_dir): Make relative to $(srcdir).

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoupdate from texinfo
Karl Berry [Sun, 17 May 2009 13:18:00 +0000 (06:18 -0700)]
update from texinfo

15 years agomaint.mk: Give gnulib_dir a default definition.
Jim Meyering [Fri, 15 May 2009 13:00:44 +0000 (15:00 +0200)]
maint.mk: Give gnulib_dir a default definition.

* top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
Thus, most packages no longer need to specify this variable in cfg.mk

15 years agorename.m4: fix typos that would make non-mingw cross-configure fail
Tom Prince [Thu, 14 May 2009 04:35:34 +0000 (00:35 -0400)]
rename.m4: fix typos that would make non-mingw cross-configure fail

* m4/rename.m4 (gl_FUNC_RENAME): Fix typos.

15 years agommap-anon: avoid out-of-order autoconf expansion
Eric Blake [Thu, 14 May 2009 02:38:30 +0000 (20:38 -0600)]
mmap-anon: avoid out-of-order autoconf expansion

* m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
* modules/memchr-tests (Depends-on): Add extensions.
* modules/memchr2-tests (Depends-on): Add extensions.
* modules/memcmp-tests (Depends-on): Add extensions.
* modules/memmem-tests (Depends-on): Add extensions.
* modules/memrchr-tests (Depends-on): Add extensions.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agoMake some tests ISO C 99 compliant.
Bruno Haible [Wed, 13 May 2009 23:39:07 +0000 (01:39 +0200)]
Make some tests ISO C 99 compliant.

15 years agoTests for module 'alignof'.
Bruno Haible [Wed, 13 May 2009 01:23:42 +0000 (03:23 +0200)]
Tests for module 'alignof'.

15 years agoFix alignof macro.
Bruno Haible [Wed, 13 May 2009 01:20:17 +0000 (03:20 +0200)]
Fix alignof macro.

15 years agoRevert "Use module 'alignof'." commit.
Bruno Haible [Wed, 13 May 2009 01:17:29 +0000 (03:17 +0200)]
Revert "Use module 'alignof'." commit.

15 years agoMake the MAP_ANONYMOUS detection work on HP-UX 11.
Bruno Haible [Wed, 13 May 2009 00:37:05 +0000 (02:37 +0200)]
Make the MAP_ANONYMOUS detection work on HP-UX 11.

15 years agoAdd comments.
Bruno Haible [Wed, 13 May 2009 00:03:30 +0000 (02:03 +0200)]
Add comments.

15 years ago* top/maint.mk: Adjust backslash alignment.
Jim Meyering [Tue, 12 May 2009 06:15:54 +0000 (08:15 +0200)]
* top/maint.mk: Adjust backslash alignment.

15 years agotop/maint.mk: Make $(srcdir)/build-aux configurable.
Simon Josefsson [Mon, 11 May 2009 13:23:05 +0000 (15:23 +0200)]
top/maint.mk: Make $(srcdir)/build-aux configurable.

15 years agoargp: avoid undefined behavior
Eric Blake [Mon, 11 May 2009 11:54:20 +0000 (05:54 -0600)]
argp: avoid undefined behavior

* lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
macros.

Signed-off-by: Eric Blake <ebb9@byu.net>
15 years agotests/test-vc-list-files-git.sh: Avoid git config complaints.
Simon Josefsson [Sun, 10 May 2009 19:54:23 +0000 (21:54 +0200)]
tests/test-vc-list-files-git.sh: Avoid git config complaints.

15 years agoFix the rewriting rules for file names.
Bruno Haible [Sun, 10 May 2009 14:50:39 +0000 (16:50 +0200)]
Fix the rewriting rules for file names.

15 years agoDon't use undefined macro 'max'.
Bruno Haible [Fri, 8 May 2009 22:01:36 +0000 (00:01 +0200)]
Don't use undefined macro 'max'.

15 years agom4/sys_socket_h.m4: Test for ws2tcpip.h earlier.
Simon Josefsson [Fri, 8 May 2009 18:34:18 +0000 (20:34 +0200)]
m4/sys_socket_h.m4: Test for ws2tcpip.h earlier.

15 years agoRevert "modules/alignof (Makefile.am): Dist alignof.h."
Simon Josefsson [Fri, 8 May 2009 15:08:35 +0000 (17:08 +0200)]
Revert "modules/alignof (Makefile.am): Dist alignof.h."

This reverts commit 0773c46ee42a43177fa958f2437a8c45e748cc06.

15 years agomodules/alignof (Makefile.am): Dist alignof.h.
Simon Josefsson [Fri, 8 May 2009 15:06:26 +0000 (17:06 +0200)]
modules/alignof (Makefile.am): Dist alignof.h.

15 years agosys_socket: Define sockaddr_storage.
Simon Josefsson [Fri, 8 May 2009 14:21:34 +0000 (16:21 +0200)]
sys_socket: Define sockaddr_storage.

15 years agoUse module 'alignof'.
Bruno Haible [Fri, 8 May 2009 11:21:34 +0000 (13:21 +0200)]
Use module 'alignof'.

15 years agoNew module 'alignof'.
Bruno Haible [Fri, 8 May 2009 11:19:41 +0000 (13:19 +0200)]
New module 'alignof'.

15 years agoautoupdate
Karl Berry [Tue, 5 May 2009 12:40:15 +0000 (05:40 -0700)]
autoupdate

15 years agoFix test-file-has-acl on FreeBSD.
David Bartley [Mon, 4 May 2009 10:19:25 +0000 (12:19 +0200)]
Fix test-file-has-acl on FreeBSD.

15 years agoExploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
Bruno Haible [Mon, 4 May 2009 09:50:43 +0000 (11:50 +0200)]
Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.

15 years agoNew module glob-tests.
Simon Josefsson [Mon, 4 May 2009 07:15:34 +0000 (09:15 +0200)]
New module glob-tests.

15 years agoNew module fnmatch-tests.
Simon Josefsson [Mon, 4 May 2009 06:39:37 +0000 (08:39 +0200)]
New module fnmatch-tests.

15 years agomaint: make the new no-submodule-changes rule VPATH-safe
Eric Blake [Sun, 3 May 2009 13:39:00 +0000 (15:39 +0200)]
maint: make the new no-submodule-changes rule VPATH-safe

* top/maint.mk (no-submodule-changes): Don't assume a srcdir build.

15 years agoacl: Fix infinite loop on FreeBSD.
David Bartley [Mon, 4 May 2009 01:30:54 +0000 (03:30 +0200)]
acl: Fix infinite loop on FreeBSD.

15 years agoClarify acl_entries.
Bruno Haible [Mon, 4 May 2009 00:36:07 +0000 (02:36 +0200)]
Clarify acl_entries.

15 years agoBug fix in acl module.
David Bartley [Mon, 4 May 2009 00:24:16 +0000 (02:24 +0200)]
Bug fix in acl module.

15 years agoCreate gperf-generated files in the source dir, not in the build dir.
Bruno Haible [Mon, 4 May 2009 00:03:30 +0000 (02:03 +0200)]
Create gperf-generated files in the source dir, not in the build dir.

15 years agoUndo 2009-05-01 patch.
Bruno Haible [Sun, 3 May 2009 23:48:05 +0000 (01:48 +0200)]
Undo 2009-05-01 patch.

15 years agoMove the fnmatch-posix module into the fnmatch module.
Bruno Haible [Sun, 3 May 2009 22:32:52 +0000 (00:32 +0200)]
Move the fnmatch-posix module into the fnmatch module.

15 years agoAvoid warning about use AC_REQUIRE in recent autoconf.
Bruno Haible [Sun, 3 May 2009 22:25:06 +0000 (00:25 +0200)]
Avoid warning about use AC_REQUIRE in recent autoconf.

15 years agom4/fnmatch.m4: Fix fnmatch re-define.
Simon Josefsson [Sun, 3 May 2009 22:04:23 +0000 (00:04 +0200)]
m4/fnmatch.m4: Fix fnmatch re-define.

15 years agopriv-set: new module and accompanying tests; adapt write-any-file
David Bartley [Wed, 29 Apr 2009 07:52:26 +0000 (03:52 -0400)]
priv-set: new module and accompanying tests; adapt write-any-file

* lib/priv-set.c: New file.
* lib/priv-set.h: New file.
* lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
* lib/write-any-file.c: Simplify by using priv-set module.
* m4/priv-set.m4: New file.
* modules/priv-set: New file.
* modules/unlinkdir: Add dependency on priv-set module.
* modules/write-any-file: Likewise.
These changes address a problem that originally arose with GNU tar:
http://thread.gmane.org/gmane.comp.gnu.tar.bugs/3242

Tests for module 'priv-set'.
* modules/priv-set-tests: New file.

15 years agoIgnore no-op translations.
Jim Meyering [Sun, 3 May 2009 12:32:16 +0000 (14:32 +0200)]
Ignore no-op translations.

15 years agotests: tighten some getdate tests
Jim Meyering [Sun, 3 May 2009 07:17:53 +0000 (09:17 +0200)]
tests: tighten some getdate tests

* tests/test-getdate.c (main): Tighten tests: require equality,
not just greater than.  Set TZ envvar to UTC0.

15 years agogetdate: correctly interpret "next monday" when run on a Monday
Giuseppe Scrivano [Fri, 1 May 2009 07:23:20 +0000 (09:23 +0200)]
getdate: correctly interpret "next monday" when run on a Monday

* lib/getdate.y (get_date): Correct the calculation of tm_mday so
that e.g., "next tues" (when run on a tuesday) results in a date
that is one week in the future, and not today's date.
I.e., add a week when the wday is the same as the current one.
Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
and earlier by Martin Bernreuther and Jan Minář.
* tests/test-getdate.c (main): Check that "next DAY" is always in
the future and that "last DAY" is always in the past.

15 years agobuild: ensure that a release build fails when a submodule is unclean
Jim Meyering [Sat, 2 May 2009 20:20:10 +0000 (22:20 +0200)]
build: ensure that a release build fails when a submodule is unclean

* top/maint.mk (no-submodule-changes): New rule.
(alpha beta major): Depend on it.

15 years agoRemove incompatibility between modules fnmatch-posix and fnmatch-gnu.
Bruno Haible [Sat, 2 May 2009 11:40:19 +0000 (13:40 +0200)]
Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.

15 years agoRelicense mbsrtowcs and strnlen1 under LGPLv2+.
Bruno Haible [Sat, 2 May 2009 10:33:44 +0000 (12:33 +0200)]
Relicense mbsrtowcs and strnlen1 under LGPLv2+.

15 years agoModernize fnmatch detection macro.
Bruno Haible [Sat, 2 May 2009 10:19:40 +0000 (12:19 +0200)]
Modernize fnmatch detection macro.

15 years agoFix last ChangeLog entry: no .PHONY was added.
Bruno Haible [Sat, 2 May 2009 09:34:20 +0000 (11:34 +0200)]
Fix last ChangeLog entry: no .PHONY was added.

15 years agoUse automake *-local hooks without commands, for extensibility.
Ralf Wildenhues [Sat, 2 May 2009 07:10:20 +0000 (09:10 +0200)]
Use automake *-local hooks without commands, for extensibility.

* modules/localcharset (Makefile.am): Rename install-exec-local
rule to install-exec-localcharset, mark it phony, and make it a
prerequisite of install-exec-local.  Likewise, rename the
uninstall-local rule to uninstall-localcharset, mark phony, and
make it a prerequisite of the former.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 years agoMake it possible for the first build to be a VPATH build.
Bruno Haible [Fri, 1 May 2009 21:36:40 +0000 (23:36 +0200)]
Make it possible for the first build to be a VPATH build.

15 years agoReplace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
Bruno Haible [Fri, 1 May 2009 16:01:52 +0000 (18:01 +0200)]
Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.

15 years agoAvoid compiler warnings when redefining macros defined by <libintl.h>.
Bruno Haible [Fri, 1 May 2009 14:13:51 +0000 (16:13 +0200)]
Avoid compiler warnings when redefining macros defined by <libintl.h>.

15 years agoFix compilation error introduced on 2009-04-25.
Bruno Haible [Thu, 30 Apr 2009 11:03:29 +0000 (13:03 +0200)]
Fix compilation error introduced on 2009-04-25.

15 years agoautoupdate
Karl Berry [Wed, 29 Apr 2009 17:03:37 +0000 (10:03 -0700)]
autoupdate

15 years agoComment tweaks.
Bruno Haible [Wed, 29 Apr 2009 01:02:27 +0000 (03:02 +0200)]
Comment tweaks.

15 years agoFix a compilation error.
Bruno Haible [Tue, 28 Apr 2009 22:46:58 +0000 (00:46 +0200)]
Fix a compilation error.

15 years agoautoupdate
Karl Berry [Tue, 28 Apr 2009 13:15:50 +0000 (06:15 -0700)]
autoupdate

15 years agoNew module 'libunistring'.
Bruno Haible [Mon, 27 Apr 2009 21:37:25 +0000 (23:37 +0200)]
New module 'libunistring'.