gnulib.git
17 years agoTests for module 'mbscasestr'.
Bruno Haible [Sun, 11 Feb 2007 21:31:59 +0000 (21:31 +0000)]
Tests for module 'mbscasestr'.

17 years agoEnsure O(n) worst-case complexity of mbsstr.
Bruno Haible [Sun, 11 Feb 2007 19:23:52 +0000 (19:23 +0000)]
Ensure O(n) worst-case complexity of mbsstr.

17 years agoTests for module 'mbsstr'.
Bruno Haible [Sun, 11 Feb 2007 19:16:21 +0000 (19:16 +0000)]
Tests for module 'mbsstr'.

17 years agoFix bug.
Bruno Haible [Sun, 11 Feb 2007 17:45:10 +0000 (17:45 +0000)]
Fix bug.
Add tests.

17 years agoTests for module 'mbsrchr'.
Bruno Haible [Sun, 11 Feb 2007 17:44:14 +0000 (17:44 +0000)]
Tests for module 'mbsrchr'.

17 years agoFix bug.
Bruno Haible [Sun, 11 Feb 2007 17:41:22 +0000 (17:41 +0000)]
Fix bug.
New tests.

17 years agoTests for module 'mbschr'.
Bruno Haible [Sun, 11 Feb 2007 17:40:57 +0000 (17:40 +0000)]
Tests for module 'mbschr'.

17 years agoSupport for copying multibyte string iterators.
Bruno Haible [Sun, 11 Feb 2007 17:17:09 +0000 (17:17 +0000)]
Support for copying multibyte string iterators.
Cvs: ----------------------------------------------------------------------

17 years agoNew module 'mbslen'.
Bruno Haible [Sun, 11 Feb 2007 17:02:31 +0000 (17:02 +0000)]
New module 'mbslen'.

17 years agoEnsure O(n) worst-case complexity of strcasestr substitute.
Bruno Haible [Sun, 11 Feb 2007 15:54:58 +0000 (15:54 +0000)]
Ensure O(n) worst-case complexity of strcasestr substitute.

17 years agoTests for module 'strcasestr'.
Bruno Haible [Sun, 11 Feb 2007 15:46:18 +0000 (15:46 +0000)]
Tests for module 'strcasestr'.

17 years agoSay precisely which versions of coreutils have the buggy "tr", and what the bug involves.
Jim Meyering [Sun, 11 Feb 2007 15:33:37 +0000 (15:33 +0000)]
Say precisely which versions of coreutils have the buggy "tr", and what the bug involves.

17 years agoEnsure O(n) worst-case complexity of c_strcasestr.
Bruno Haible [Sun, 11 Feb 2007 15:02:50 +0000 (15:02 +0000)]
Ensure O(n) worst-case complexity of c_strcasestr.

17 years agoTests for module 'c-strcasestr'.
Bruno Haible [Sun, 11 Feb 2007 14:59:39 +0000 (14:59 +0000)]
Tests for module 'c-strcasestr'.

17 years agoEnsure O(n) worst-case complexity.
Bruno Haible [Sun, 11 Feb 2007 14:08:24 +0000 (14:08 +0000)]
Ensure O(n) worst-case complexity.

17 years agoRewrite c-strstr.c for maintainability.
Bruno Haible [Sun, 11 Feb 2007 13:58:43 +0000 (13:58 +0000)]
Rewrite c-strstr.c for maintainability.

17 years agoTests for module 'c-strstr'.
Bruno Haible [Sun, 11 Feb 2007 13:27:54 +0000 (13:27 +0000)]
Tests for module 'c-strstr'.

17 years agoWork around a coreutils-5.x bug.
Bruno Haible [Sun, 11 Feb 2007 12:27:28 +0000 (12:27 +0000)]
Work around a coreutils-5.x bug.

17 years agounsync memem.c due to #include config.h
Karl Berry [Sat, 10 Feb 2007 14:46:17 +0000 (14:46 +0000)]
unsync memem.c due to #include config.h

17 years ago * modules/regex (Depends-on): Add stdbool.
Bruno Haible [Thu, 8 Feb 2007 23:34:28 +0000 (23:34 +0000)]
    * modules/regex (Depends-on): Add stdbool.

17 years agoFix bug with strsep(&string, ""). Optimize case of 1 delimiter.
Bruno Haible [Tue, 6 Feb 2007 13:11:23 +0000 (13:11 +0000)]
Fix bug with strsep(&string, ""). Optimize case of 1 delimiter.

17 years ago* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
Paul Eggert [Tue, 6 Feb 2007 07:02:59 +0000 (07:02 +0000)]
* m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
Prefer returning from main to exiting from it.
Remove unnecessary parens after sizeof.

17 years agoNew module 'mbssep'.
Bruno Haible [Tue, 6 Feb 2007 01:59:41 +0000 (01:59 +0000)]
New module 'mbssep'.

17 years ago2007-02-05 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 5 Feb 2007 18:06:44 +0000 (18:06 +0000)]
2007-02-05  Paolo Bonzini  <bonzini@gnu.org>

* lib/acl.h: Include sys/types.h before sys/acl.h.

17 years ago2007-02-05 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini [Mon, 5 Feb 2007 15:38:59 +0000 (15:38 +0000)]
2007-02-05  Paolo Bonzini  <bonzini@gnu.org>

Merge upstream fix for glibc bugzilla #3957:

2007-02-05  Jakub Jelinek  <jakub@redhat.com>

* lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
bit for RE_HAT_LISTS_NOT_NEWLINE.
(build_charclass_op): Remove bogus comment.

17 years agolib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
Simon Josefsson [Mon, 5 Feb 2007 11:17:30 +0000 (11:17 +0000)]
lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.

17 years ago* lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
Paul Eggert [Mon, 5 Feb 2007 05:44:11 +0000 (05:44 +0000)]
* lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
* lib/memmem.c [!defined _LIBC]: Include config.h.

17 years agoPut the word "warning:" into the warning message.
Bruno Haible [Mon, 5 Feb 2007 03:39:57 +0000 (03:39 +0000)]
Put the word "warning:" into the warning message.

17 years agoNew module 'mbstok_r'.
Bruno Haible [Mon, 5 Feb 2007 03:30:43 +0000 (03:30 +0000)]
New module 'mbstok_r'.

17 years agoNew module 'mbsspn'.
Bruno Haible [Mon, 5 Feb 2007 03:23:34 +0000 (03:23 +0000)]
New module 'mbsspn'.

17 years agoNew module 'mbspbrk'.
Bruno Haible [Mon, 5 Feb 2007 03:12:26 +0000 (03:12 +0000)]
New module 'mbspbrk'.

17 years agoNew module 'mbscspn'.
Bruno Haible [Mon, 5 Feb 2007 03:06:40 +0000 (03:06 +0000)]
New module 'mbscspn'.

17 years agoAddendum to the last two patches.
Bruno Haible [Mon, 5 Feb 2007 03:02:29 +0000 (03:02 +0000)]
Addendum to the last two patches.

17 years agoNew module 'mbscspn'.
Bruno Haible [Mon, 5 Feb 2007 02:52:43 +0000 (02:52 +0000)]
New module 'mbscspn'.

17 years agoAddendum to last patch.
Bruno Haible [Mon, 5 Feb 2007 02:51:17 +0000 (02:51 +0000)]
Addendum to last patch.

17 years agostrcasecmp no longer needs mbuiter.
Bruno Haible [Mon, 5 Feb 2007 02:49:07 +0000 (02:49 +0000)]
strcasecmp no longer needs mbuiter.

17 years agoNew module 'mbscasestr'. Reduced goal of 'strcasestr'.
Bruno Haible [Mon, 5 Feb 2007 02:42:27 +0000 (02:42 +0000)]
New module 'mbscasestr'. Reduced goal of 'strcasestr'.

17 years agoAddendum to last patch.
Bruno Haible [Mon, 5 Feb 2007 02:27:35 +0000 (02:27 +0000)]
Addendum to last patch.

17 years agoImprove comment.
Bruno Haible [Mon, 5 Feb 2007 02:23:27 +0000 (02:23 +0000)]
Improve comment.

17 years agoCopied from strcasestr.c.
Bruno Haible [Mon, 5 Feb 2007 02:20:09 +0000 (02:20 +0000)]
Copied from strcasestr.c.

17 years agoNew module 'mbscasestr'.
Bruno Haible [Mon, 5 Feb 2007 02:19:35 +0000 (02:19 +0000)]
New module 'mbscasestr'.

17 years agoSimplify handling of strncasecmp. Improve link warning.
Bruno Haible [Mon, 5 Feb 2007 02:15:46 +0000 (02:15 +0000)]
Simplify handling of strncasecmp. Improve link warning.

17 years agoChange the conditions under which strcasecmp.c is compiled.
Bruno Haible [Mon, 5 Feb 2007 02:09:22 +0000 (02:09 +0000)]
Change the conditions under which strcasecmp.c is compiled.

17 years agoNew module 'mbscasecmp'. strcasecmp is not expected to work with multibyte
Bruno Haible [Mon, 5 Feb 2007 01:57:07 +0000 (01:57 +0000)]
New module 'mbscasecmp'. strcasecmp is not expected to work with multibyte
strings.

17 years agoNew module 'mbscasecmp'.
Bruno Haible [Mon, 5 Feb 2007 01:43:15 +0000 (01:43 +0000)]
New module 'mbscasecmp'.

17 years agoCopied from strcasecmp.c.
Bruno Haible [Mon, 5 Feb 2007 01:40:45 +0000 (01:40 +0000)]
Copied from strcasecmp.c.

17 years agoNew module 'mbsstr'. Remove module 'strstr'.
Bruno Haible [Mon, 5 Feb 2007 01:36:34 +0000 (01:36 +0000)]
New module 'mbsstr'. Remove module 'strstr'.

17 years agoMove to mbsstr.c.
Bruno Haible [Mon, 5 Feb 2007 01:19:05 +0000 (01:19 +0000)]
Move to mbsstr.c.

17 years agoMove to here from strstr.c.
Bruno Haible [Mon, 5 Feb 2007 01:19:02 +0000 (01:19 +0000)]
Move to here from strstr.c.

17 years agoNew module 'mbsrchr'.
Bruno Haible [Mon, 5 Feb 2007 01:16:13 +0000 (01:16 +0000)]
New module 'mbsrchr'.

17 years agoNew module 'mbsrchr'.
Bruno Haible [Mon, 5 Feb 2007 01:07:28 +0000 (01:07 +0000)]
New module 'mbsrchr'.

17 years agoNew module 'mbschr'.
Bruno Haible [Mon, 5 Feb 2007 01:01:37 +0000 (01:01 +0000)]
New module 'mbschr'.

17 years agoAdd log entries for today's change to modules/extensions and modules/lock.
Paul Eggert [Mon, 5 Feb 2007 00:30:49 +0000 (00:30 +0000)]
Add log entries for today's change to modules/extensions and modules/lock.

17 years ago* lib/stdbool_.h: Mention that bool bit-fields aren't supported.
Paul Eggert [Mon, 5 Feb 2007 00:22:55 +0000 (00:22 +0000)]
* lib/stdbool_.h: Mention that bool bit-fields aren't supported.

17 years ago* modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
Paul Eggert [Mon, 5 Feb 2007 00:20:04 +0000 (00:20 +0000)]
* modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.

17 years agoNew module description section 'configure.ac-early'.
Bruno Haible [Sun, 4 Feb 2007 19:09:25 +0000 (19:09 +0000)]
New module description section 'configure.ac-early'.

17 years agoMake use of gcj-4.3's -fsource and -ftarget option.
Bruno Haible [Sun, 4 Feb 2007 16:28:01 +0000 (16:28 +0000)]
Make use of gcj-4.3's -fsource and -ftarget option.

17 years ago* lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
Paul Eggert [Sun, 4 Feb 2007 02:20:40 +0000 (02:20 +0000)]
* lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
checking code.  Set N = ceil (1.5 * N) rather than to a slightly
larger value.

        Give tools a better chance to allocate space for very large buffers.
* lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.

17 years agosync
Karl Berry [Sat, 3 Feb 2007 00:37:38 +0000 (00:37 +0000)]
sync

17 years agoMake pwd and readlink work also when run with an unreadable parent dir
Jim Meyering [Sat, 3 Feb 2007 00:23:57 +0000 (00:23 +0000)]
Make pwd and readlink work also when run with an unreadable parent dir
on systems with openat support.
* lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
provided getcwd function, even when we have openat support.
Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.

17 years agoMake the redefinitions to error-provoking symbols conditional.
Bruno Haible [Sat, 3 Feb 2007 00:01:56 +0000 (00:01 +0000)]
Make the redefinitions to error-provoking symbols conditional.

17 years agoAvoid mempcpy in the regex code, as the string.h mempcpy stuff
Paul Eggert [Fri, 2 Feb 2007 22:15:43 +0000 (22:15 +0000)]
Avoid mempcpy in the regex code, as the string.h mempcpy stuff
is causing more trouble than it's curing.
* lib/regex_internal.h (__mempcpy): Remove.
* lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
(and make the code a tad smaller to boot).
* m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.

17 years ago* modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
Jim Meyering [Fri, 2 Feb 2007 17:28:38 +0000 (17:28 +0000)]
* modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
section, not in the Makefile.am: one.

17 years ago* lib/strchrnul.c: Always include config.h first.
Eric Blake [Fri, 2 Feb 2007 16:48:55 +0000 (16:48 +0000)]
* lib/strchrnul.c: Always include config.h first.

17 years ago* modules/mountlist (Depends-on): Revert 2007-01-31 change,
Eric Blake [Fri, 2 Feb 2007 16:13:45 +0000 (16:13 +0000)]
* modules/mountlist (Depends-on): Revert 2007-01-31 change,
gnulib strstr is not necessary here.

17 years agoAdd opencdk.
Simon Josefsson [Fri, 2 Feb 2007 13:13:45 +0000 (13:13 +0000)]
Add opencdk.

17 years agom4/socklen.m4: Fix typo.
Simon Josefsson [Fri, 2 Feb 2007 13:09:37 +0000 (13:09 +0000)]
m4/socklen.m4: Fix typo.

17 years ago* modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
Eric Blake [Fri, 2 Feb 2007 13:06:22 +0000 (13:06 +0000)]
* modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
* modules/netinet_in (Makefile.am): Likewise.

17 years agoTurn the errors for use of strstr and similar into conditional warnings.
Bruno Haible [Fri, 2 Feb 2007 03:46:59 +0000 (03:46 +0000)]
Turn the errors for use of strstr and similar into conditional warnings.

17 years agoGive tools a better chance to allocate space for very large buffers.
Jim Meyering [Thu, 1 Feb 2007 23:53:04 +0000 (23:53 +0000)]
Give tools a better chance to allocate space for very large buffers.
* lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.

17 years ago.
Karl Berry [Thu, 1 Feb 2007 21:38:44 +0000 (21:38 +0000)]
.

17 years ago(strtok_r.c): lose sync, no more strtok_r.h.
Karl Berry [Thu, 1 Feb 2007 21:36:19 +0000 (21:36 +0000)]
(strtok_r.c): lose sync, no more strtok_r.h.

17 years agoFix module name list after recent renamings.
Bruno Haible [Thu, 1 Feb 2007 17:22:52 +0000 (17:22 +0000)]
Fix module name list after recent renamings.

17 years ago* modules/regex (Depends-on): Revert dependence on mempcpy.
Eric Blake [Thu, 1 Feb 2007 13:41:12 +0000 (13:41 +0000)]
* modules/regex (Depends-on): Revert dependence on mempcpy.
* lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
module's definition of mempcpy.
Reported by Paul Eggert.

17 years ago* lib/string_.h: If the gnulib module XYZ is not present, undefine
Paul Eggert [Thu, 1 Feb 2007 08:57:49 +0000 (08:57 +0000)]
* lib/string_.h: If the gnulib module XYZ is not present, undefine
the symbol XYZ before redefining it.  This fixes a problem with
programs that don't use XYZ, when compiled on systems that define
XYZ to something else.

17 years ago* lib/mkdir-p.c (make_dir_parents): Close a race condition that
Paul Eggert [Thu, 1 Feb 2007 07:56:15 +0000 (07:56 +0000)]
* lib/mkdir-p.c (make_dir_parents): Close a race condition that
occurs when "mkdir -m foo" creates a setgid directory that is (1)
writeable to group or other and (2) is intended to have a special
mode bit that is set or cleared.  In such a case, the directory
should be neither group- nor other-writeable until the special
mode bits are right.

17 years ago* modules/mountlist (Depends-on): Add strstr
Eric Blake [Thu, 1 Feb 2007 05:23:41 +0000 (05:23 +0000)]
* modules/mountlist (Depends-on): Add strstr

17 years ago* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
Eric Blake [Thu, 1 Feb 2007 05:01:17 +0000 (05:01 +0000)]
* m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
bug.
* modules/string (Makefile.am): Remove redundant replacement.
* modules/regex (Depends-on): Add mempcpy.

17 years agoEnforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible [Thu, 1 Feb 2007 04:39:46 +0000 (04:39 +0000)]
Enforce the use of gnulib modules for unportable <string.h> functions.

17 years agoNew module description field 'Link'.
Bruno Haible [Thu, 1 Feb 2007 01:52:34 +0000 (01:52 +0000)]
New module description field 'Link'.

17 years agoEnforce the use of gnulib modules for unportable <string.h> functions.
Bruno Haible [Thu, 1 Feb 2007 00:29:52 +0000 (00:29 +0000)]
Enforce the use of gnulib modules for unportable <string.h> functions.

17 years ago(values): Add EAI_OVERFLOW.
Simon Josefsson [Wed, 31 Jan 2007 12:41:07 +0000 (12:41 +0000)]
(values): Add EAI_OVERFLOW.

17 years ago* lib/mpsort.c (mpsort): Remove spurious "return" in void function.
Jim Meyering [Tue, 30 Jan 2007 21:39:19 +0000 (21:39 +0000)]
* lib/mpsort.c (mpsort): Remove spurious "return" in void function.

17 years agoStylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
Bruno Haible [Tue, 30 Jan 2007 01:07:22 +0000 (01:07 +0000)]
Stylistic change: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.

17 years ago* lib/memrchr.c: Assume <string.h> unconditionally, to pull in
Eric Blake [Tue, 30 Jan 2007 00:25:25 +0000 (00:25 +0000)]
* lib/memrchr.c: Assume <string.h> unconditionally, to pull in
declaration.

17 years ago* lib/strptime.h (strptime): Use 'restrict' for args where
Paul Eggert [Mon, 29 Jan 2007 23:12:55 +0000 (23:12 +0000)]
* lib/strptime.h (strptime): Use 'restrict' for args where
POSIX requires this.
* lib/strptime.c (strptime): Likewise.
Change license notice from LGPL to GPL, since gnulib-tool will
change this as needed.
Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
defined.
Include "strptime.h" first, to check interface.
Do not #undef _LIBC and _NL_CURRENT.
Do not include <stdlib.h>; no longer needed.
Include "time_r.h" and declare ptime_locale_status
only if _LIBC is not defined.
(__P): Remove unused macro.
(match_string): Bring back glibc version, but use it only if _LIBC
is defined.
(__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
Remove unnecessary assertion and abort() call.
Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
* m4/strptime.m4: Fix serial number comment.
(gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
* modules/strptime (Files): Add m4/tm_gmtoff.m4.
(Depends-on): Add time_r.

17 years agoNew module 'strptime'. Initial fixes.
Bruno Haible [Mon, 29 Jan 2007 17:33:12 +0000 (17:33 +0000)]
New module 'strptime'. Initial fixes.

17 years ago2007-01-29 Yoann Vandoorselaere <yoann@prelude-ids.org>
Bruno Haible [Mon, 29 Jan 2007 17:21:16 +0000 (17:21 +0000)]
2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
        * modules/strptime: New file.
        * lib/strptime.h: New file.
        * lib/strptime.c: New file.
        * m4/strptime.m4: New file.

17 years ago* MODULES.html.sh: New module mpsort.
Paul Eggert [Mon, 29 Jan 2007 07:23:21 +0000 (07:23 +0000)]
* MODULES.html.sh: New module mpsort.
* lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.

17 years ago* lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
Paul Eggert [Mon, 29 Jan 2007 00:37:14 +0000 (00:37 +0000)]
* lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
a circularity problem with HP-UX ia64 reported by Bob Proulx in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
All uses changed.
(_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
All uses changed.
* lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
to _Restrict_.
* lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
the parameter matches the prototype.

17 years ago* modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
Jim Meyering [Sun, 28 Jan 2007 20:14:37 +0000 (20:14 +0000)]
* modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
sys/time.h here, reverting that part of the previous patch:
<http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.

remove it conditionally, too. [added by Jim Meyering]

17 years ago* modules/sys_time (Makefile.am): Build sys/time.h only when it's the
Jim Meyering [Sun, 28 Jan 2007 18:55:01 +0000 (18:55 +0000)]
* modules/sys_time (Makefile.am): Build sys/time.h only when it's the
value of $(SYS_TIME_H).
[MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
remove it conditionally, too.
* m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
* m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
(gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
GETTIMEOFDAY_REPLACEMENT to 1.

2007-01-28  Bruno Haible  <bruno@clisp.org>

17 years agoSimplify macrology that creates unistd.h.
Bruno Haible [Sun, 28 Jan 2007 16:10:39 +0000 (16:10 +0000)]
Simplify macrology that creates unistd.h.

17 years agoReduce the number of AC_LIBOBJ invocations by 1.
Bruno Haible [Sun, 28 Jan 2007 16:00:02 +0000 (16:00 +0000)]
Reduce the number of AC_LIBOBJ invocations by 1.

17 years ago* gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
Ralf Wildenhues [Sun, 28 Jan 2007 13:58:02 +0000 (13:58 +0000)]
* gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
(func_create_testdir): Ensure C locale for `grep' and `tr'
character ranges.
(func_create_megatestdir): Avoid one `grep'.  Fix bug in
ACLOCAL_AMFLAGS parsing state machine.

17 years agoRenamed modules.
Bruno Haible [Sun, 28 Jan 2007 13:22:14 +0000 (13:22 +0000)]
Renamed modules.

17 years agoRename u32-mbtouc-safe -> u32-mbtouc, u32_mbtouc_safe -> u32_mbtouc.
Bruno Haible [Sun, 28 Jan 2007 02:42:23 +0000 (02:42 +0000)]
Rename u32-mbtouc-safe -> u32-mbtouc, u32_mbtouc_safe -> u32_mbtouc.

17 years agoMove to u32-mbtouc.c.
Bruno Haible [Sun, 28 Jan 2007 02:36:09 +0000 (02:36 +0000)]
Move to u32-mbtouc.c.

17 years agoMove to here from u32-mbtouc-safe.c.
Bruno Haible [Sun, 28 Jan 2007 02:36:06 +0000 (02:36 +0000)]
Move to here from u32-mbtouc-safe.c.

17 years agoMove to u32-mbtouc.
Bruno Haible [Sun, 28 Jan 2007 02:35:44 +0000 (02:35 +0000)]
Move to u32-mbtouc.