gnulib.git
17 years agoTests for module 'time'.
Bruno Haible [Sun, 18 Feb 2007 04:20:26 +0000 (04:20 +0000)]
Tests for module 'time'.

17 years agoTests for module 'sysexits'.
Bruno Haible [Sun, 18 Feb 2007 04:19:44 +0000 (04:19 +0000)]
Tests for module 'sysexits'.

17 years agoTests for module 'sys_time'.
Bruno Haible [Sun, 18 Feb 2007 04:19:03 +0000 (04:19 +0000)]
Tests for module 'sys_time'.

17 years agoTests for module 'sys_stat'.
Bruno Haible [Sun, 18 Feb 2007 04:18:22 +0000 (04:18 +0000)]
Tests for module 'sys_stat'.

17 years agoTests for module 'sys_socket'.
Bruno Haible [Sun, 18 Feb 2007 04:17:33 +0000 (04:17 +0000)]
Tests for module 'sys_socket'.

17 years agoTests for module 'sys_select'.
Bruno Haible [Sun, 18 Feb 2007 04:16:52 +0000 (04:16 +0000)]
Tests for module 'sys_select'.

17 years agoTests for module 'string'.
Bruno Haible [Sun, 18 Feb 2007 04:16:13 +0000 (04:16 +0000)]
Tests for module 'string'.

17 years agoTests for module 'stdbool'.
Bruno Haible [Sun, 18 Feb 2007 04:15:31 +0000 (04:15 +0000)]
Tests for module 'stdbool'.

17 years agoTests of module 'netinet_in'.
Bruno Haible [Sun, 18 Feb 2007 04:14:34 +0000 (04:14 +0000)]
Tests of module 'netinet_in'.

17 years agoTests for module 'inttypes'.
Bruno Haible [Sun, 18 Feb 2007 04:13:54 +0000 (04:13 +0000)]
Tests for module 'inttypes'.

17 years agoTests for module 'fcntl'.
Bruno Haible [Sun, 18 Feb 2007 04:13:09 +0000 (04:13 +0000)]
Tests for module 'fcntl'.

17 years agoTests for module 'byteswap'.
Bruno Haible [Sun, 18 Feb 2007 04:12:20 +0000 (04:12 +0000)]
Tests for module 'byteswap'.

17 years agoTests for module arpa_inet.
Bruno Haible [Sun, 18 Feb 2007 04:11:29 +0000 (04:11 +0000)]
Tests for module arpa_inet.

17 years agoSubstitute a few more variables.
Bruno Haible [Sun, 18 Feb 2007 04:10:04 +0000 (04:10 +0000)]
Substitute a few more variables.

17 years agoUse GL_LINK_WARNING in the generated inttypes.h.
Bruno Haible [Sun, 18 Feb 2007 02:02:26 +0000 (02:02 +0000)]
Use GL_LINK_WARNING in the generated inttypes.h.

17 years agoNew module 'link-warning'.
Bruno Haible [Sun, 18 Feb 2007 02:00:09 +0000 (02:00 +0000)]
New module 'link-warning'.

17 years agoMerge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_INDICATOR_DEFAULTS into
Bruno Haible [Sun, 18 Feb 2007 00:19:41 +0000 (00:19 +0000)]
Merge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_INDICATOR_DEFAULTS into
a single macro.

17 years agoNew module 'link-warning'.
Bruno Haible [Sat, 17 Feb 2007 22:21:32 +0000 (22:21 +0000)]
New module 'link-warning'.

17 years agoLine breaking.
Bruno Haible [Sat, 17 Feb 2007 19:43:30 +0000 (19:43 +0000)]
Line breaking.

17 years agoNew module 'tmpfile'.
Bruno Haible [Sat, 17 Feb 2007 15:04:50 +0000 (15:04 +0000)]
New module 'tmpfile'.

17 years agoMake use of _O_TEMPORARY on native Woe32 platforms.
Bruno Haible [Fri, 16 Feb 2007 02:58:04 +0000 (02:58 +0000)]
Make use of _O_TEMPORARY on native Woe32 platforms.

17 years agoTests for module 'mbspcasecmp'.
Bruno Haible [Thu, 15 Feb 2007 03:07:54 +0000 (03:07 +0000)]
Tests for module 'mbspcasecmp'.

17 years agoNew module 'mbspcasecmp'.
Bruno Haible [Thu, 15 Feb 2007 03:07:04 +0000 (03:07 +0000)]
New module 'mbspcasecmp'.

17 years agoTests for module mbsncasecmp.
Bruno Haible [Thu, 15 Feb 2007 03:06:14 +0000 (03:06 +0000)]
Tests for module mbsncasecmp.

17 years agoTests for module 'mbsncasecmp'.
Bruno Haible [Thu, 15 Feb 2007 03:02:54 +0000 (03:02 +0000)]
Tests for module 'mbsncasecmp'.

17 years agoNew module 'mbsncasecmp'.
Bruno Haible [Thu, 15 Feb 2007 02:57:13 +0000 (02:57 +0000)]
New module 'mbsncasecmp'.

17 years ago* lib/exclude.c (FNM_EXTMATCH): Define if system does not.
Paul Eggert [Thu, 15 Feb 2007 00:29:06 +0000 (00:29 +0000)]
* lib/exclude.c (FNM_EXTMATCH): Define if system does not.
Verify that it doesn't overlap with our flags.
(fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
do not have the desired effect in multibyte locales; instead, use
mbscasecmp.
* modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
we don't require GNU fnmatch ourselves (if our users require it, they
should do so explicitly).

17 years agoRemove stray underscore in previous change.
Paul Eggert [Thu, 15 Feb 2007 00:18:16 +0000 (00:18 +0000)]
Remove stray underscore in previous change.

17 years agoFix regex code so it doesn't rely on strcasecmp.
Paul Eggert [Thu, 15 Feb 2007 00:16:55 +0000 (00:16 +0000)]
Fix regex code so it doesn't rely on strcasecmp.
* lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
Otherwise, include gnulib's langinfo.h.
* lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
undesirable behavior in non-C locales.  Instead, rely on locale_charset.
* m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
* modules/regex (FILES): Remove m4/codeset.m4.
(Depends-on): Add localcharset.  Remove strcase.

17 years ago* m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
Ralf Wildenhues [Tue, 13 Feb 2007 23:20:02 +0000 (23:20 +0000)]
* m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
* m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.

17 years agoFix m4 underquoting bug, discovered by Ralf Wildenhues.
Bruno Haible [Tue, 13 Feb 2007 22:49:23 +0000 (22:49 +0000)]
Fix m4 underquoting bug, discovered by Ralf Wildenhues.

17 years agoTurn link errors into link-time warnings.
Bruno Haible [Tue, 13 Feb 2007 01:38:45 +0000 (01:38 +0000)]
Turn link errors into link-time warnings.

17 years agoFix an m4 quoting bug.
Bruno Haible [Mon, 12 Feb 2007 23:39:41 +0000 (23:39 +0000)]
Fix an m4 quoting bug.

17 years agoNeeded for tests of modules 'mbscasestr' and 'mbscasecmp'.
Bruno Haible [Mon, 12 Feb 2007 23:24:25 +0000 (23:24 +0000)]
Needed for tests of modules 'mbscasestr' and 'mbscasecmp'.

17 years ago* lib/string_.h (strncasecmp): Fix typo: this macro takes 3
Paul Eggert [Mon, 12 Feb 2007 19:06:30 +0000 (19:06 +0000)]
* lib/string_.h (strncasecmp): Fix typo: this macro takes 3
args, not 2.

2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>

17 years agoNew module 'time', so that apps can include <time.h> as per
Paul Eggert [Mon, 12 Feb 2007 18:49:19 +0000 (18:49 +0000)]
New module 'time', so that apps can include <time.h> as per
POSIX and GNU instead of separate include files like time_r.h
and timegm.h.  This implementation tries out a simpler approach
for replacing decls in standard include files (as compared to
the string module), somewhat as an experiment.

* config/srclist.txt: Comment out mktime.c for now.
* doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
since it doesn't apply any more.  Use generic wording instead.
* MODULES.html.sh (Support for systems lacking POSIX:2001): New module
'time'.
* lib/time_.h, m4/time_h.m4, modules/time: New files.
* lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
* lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
Don't include <sys/types.h>; no longer needed since we assume C89.
* lib/mktime.c: Don't include "time_r.h"; no longer needed.
* lib/strftime.c: Likewise.
* lib/time_r.c: Likewise.
* lib/nanosleep.c (nanosleep): #undef after include files, not before.
* lib/nanosleep.c: Include <time.h> first, to check interface.
* lib/strptime.c: Likewise.
* lib/time_r.c: Likewise.
* lib/timegm.c: Likewise.
* lib/strptime.c: Don't include strptime.h or time_r.h; no longer
needed.
* lib/timegm.c: Don't include timegm.h; no longer needed.
* lib/timespec.h: Don't include <sys/time.h> before <time.h>;
time.h now handles any problems in that area.
(struct timespec, nanosleep): Remove; time.h now arranges for these.
* lib/xnanosleep.c: Don't include timespec.h; no longer needed now
that time.h defines struct timespec.
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
handles that.
* m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
* m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
needed.  Set REPLACE_LOCALTIME.
* m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
* m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
(gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
nanosleep; time_h.m4 now does that.  Don't require
gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
module handles this now.
* modules/getdate (Depends-on): Remove timespec.  Add time.
* modules/nanosleep (Depends-on): Likewise.
* modules/stat-time (Depends-on): Likewise.
* modules/nanosleep (Include): Include time.h, not timespec.h.
* modules/strptime (Files): Remove lib/strptime.h.
(Depends-on): Add extensions, time.
(Include): Include time.h, not strptime.h.
* modules/time_r (Files): Remove lib/time_r.h.
(Depends-on): Add time.
(Include): Include time.h, not time_r.h.
* modules/timegm: Likewise.
* modules/timespec (Description): Now does timespec-related decls
of our own, instead of struct timespec itself.
(Depends-on): Add time; remove extensions.
(Maintainer): Add self.
* modules/utimecmp (Depends-on): Add time; remove timespec.
* modules/utimens (Depends-on): Likewise.
* modules/xnanosleep (Depends-on): Likewise.

17 years agoOptimize memory allocation to use alloca when possible.
Bruno Haible [Mon, 12 Feb 2007 02:58:17 +0000 (02:58 +0000)]
Optimize memory allocation to use alloca when possible.

17 years agoInclude <string.h>.
Bruno Haible [Mon, 12 Feb 2007 02:51:37 +0000 (02:51 +0000)]
Include <string.h>.

17 years agoupdate from texinfo
Karl Berry [Mon, 12 Feb 2007 00:43:52 +0000 (00:43 +0000)]
update from texinfo

17 years agoFix bug. Remove unnecessary strlen call.
Bruno Haible [Sun, 11 Feb 2007 22:38:58 +0000 (22:38 +0000)]
Fix bug. Remove unnecessary strlen call.

17 years agoTests for module 'mbsspn'.
Bruno Haible [Sun, 11 Feb 2007 22:38:25 +0000 (22:38 +0000)]
Tests for module 'mbsspn'.

17 years agoCosmetic tweak.
Bruno Haible [Sun, 11 Feb 2007 22:34:50 +0000 (22:34 +0000)]
Cosmetic tweak.

17 years agoTests for module 'mbspbrk'.
Bruno Haible [Sun, 11 Feb 2007 22:32:03 +0000 (22:32 +0000)]
Tests for module 'mbspbrk'.

17 years agoSmall optimization.
Bruno Haible [Sun, 11 Feb 2007 22:30:04 +0000 (22:30 +0000)]
Small optimization.

17 years agoTests for module 'mbscspn'.
Bruno Haible [Sun, 11 Feb 2007 22:27:18 +0000 (22:27 +0000)]
Tests for module 'mbscspn'.

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

17 years agoEnsure O(n) worst-case complexity of mbscasestr.
Bruno Haible [Sun, 11 Feb 2007 21:33:27 +0000 (21:33 +0000)]
Ensure O(n) worst-case complexity of mbscasestr.

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.