pspp
20 years agoRemove getopt.c, getopt.h (renamed to getopt_.h), getopt1.c.
Paul Eggert [Thu, 12 Aug 2004 08:09:17 +0000 (08:09 +0000)]
Remove getopt.c, getopt.h (renamed to getopt_.h), getopt1.c.

20 years agoRenamed from getopt.h.
Paul Eggert [Thu, 12 Aug 2004 08:05:22 +0000 (08:05 +0000)]
Renamed from getopt.h.

20 years ago(Files): Add m4/unlocked-io.m4.
Paul Eggert [Thu, 12 Aug 2004 08:03:45 +0000 (08:03 +0000)]
(Files): Add m4/unlocked-io.m4.
(Depends-on): Add extensions.

20 years ago(gl_GETOPT_SUBSTITUTE, gl_PREREQ_GETOPT): New macros.
Paul Eggert [Thu, 12 Aug 2004 08:03:11 +0000 (08:03 +0000)]
(gl_GETOPT_SUBSTITUTE, gl_PREREQ_GETOPT): New macros.
(gl_GETOPT): Use them.

20 years ago(gl_ARGP): Do not check for argp.h or argp_parse; nobody
Paul Eggert [Thu, 12 Aug 2004 08:02:31 +0000 (08:02 +0000)]
(gl_ARGP): Do not check for argp.h or argp_parse; nobody
uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
Check for program_invocation_name, program_invocation_short_name,
flockfile, funlockfile, features.h, _getopt_long_only_r.

20 years agoRenamed to getopt_.h.
Paul Eggert [Thu, 12 Aug 2004 08:01:07 +0000 (08:01 +0000)]
Renamed to getopt_.h.

20 years agoRemove ELIDE_CODE hack.
Paul Eggert [Thu, 12 Aug 2004 07:59:56 +0000 (07:59 +0000)]
Remove ELIDE_CODE hack.

20 years ago(Files): Rename getopt.h to getopt_.h.
Paul Eggert [Thu, 12 Aug 2004 07:59:00 +0000 (07:59 +0000)]
(Files): Rename getopt.h to getopt_.h.
(Makefile.am): Rewrite, use logic from argz.
(Include): Use <getopt.h> instead of "getopt.h".

20 years agoUse "gettext.h" instead of its complicated substitute.
Paul Eggert [Thu, 12 Aug 2004 07:57:52 +0000 (07:57 +0000)]
Use "gettext.h" instead of its complicated substitute.
(N_): Define unconditionally.
(argp_default_options): Fill out initializers with 0 to avoid
gcc warnings.

20 years agoUse "gettext.h" instead of its complicated substitute.
Paul Eggert [Thu, 12 Aug 2004 07:57:07 +0000 (07:57 +0000)]
Use "gettext.h" instead of its complicated substitute.
Include <errno.h>, for program_invocation_short_name
and program_invocation_name.
(__argp_basename) [!_LIBC]: Remove; the only use was
replaced by its body.
(__argp_short_program_name): Change condition from
!defined __argp_short_program_name to
! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
to match argp-namefrob.h.
(__argp_failure): Don't assume strerror_r returns char *.

20 years agoMerge from coreutils.
Paul Eggert [Wed, 11 Aug 2004 22:47:51 +0000 (22:47 +0000)]
Merge from coreutils.

20 years ago(settime): Recode to avoid warning with Sun Forte C 6U2.
Paul Eggert [Wed, 11 Aug 2004 22:47:30 +0000 (22:47 +0000)]
(settime): Recode to avoid warning with Sun Forte C 6U2.

20 years agoConvert to UTF-8.
Paul Eggert [Wed, 11 Aug 2004 22:46:55 +0000 (22:46 +0000)]
Convert to UTF-8.

20 years agoMerge fnmatch and obstack from coreutils.
Paul Eggert [Wed, 11 Aug 2004 22:44:14 +0000 (22:44 +0000)]
Merge fnmatch and obstack from coreutils.

20 years ago(_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
Paul Eggert [Wed, 11 Aug 2004 22:43:53 +0000 (22:43 +0000)]
(_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.

20 years ago(WIDE_CHAR_SUPPORT): Don't set to 1 if missing
Paul Eggert [Wed, 11 Aug 2004 22:43:31 +0000 (22:43 +0000)]
(WIDE_CHAR_SUPPORT): Don't set to 1 if missing
wmemchr or wmemcpy.  Problem reported by Robert Dahlem
for Reliant Unix 5.43.

20 years agoAdd inttypes_h.m4, stdint_h.m4, uintmax_t.m4.
Paul Eggert [Wed, 11 Aug 2004 22:40:49 +0000 (22:40 +0000)]
Add inttypes_h.m4, stdint_h.m4, uintmax_t.m4.

20 years agoobstack.m4 (gl_PREREQ_OBSTACK): Require
Paul Eggert [Wed, 11 Aug 2004 22:40:29 +0000 (22:40 +0000)]
obstack.m4 (gl_PREREQ_OBSTACK): Require
gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.

20 years agoInclude <inttypes.h> and <stdint.h> if available.
Paul Eggert [Wed, 11 Aug 2004 22:39:58 +0000 (22:39 +0000)]
Include <inttypes.h> and <stdint.h> if available.
(union fooround): Use uintmax_t, not long int.
The rest is a merge from libc:
[defined _LIBC]: Include <shlib-compat.h>.
(_obstack) [defined _LIBC]: Remove after 2.3.4.

20 years agoAdd uintmax_t detection to obstack.
Paul Eggert [Wed, 11 Aug 2004 22:39:34 +0000 (22:39 +0000)]
Add uintmax_t detection to obstack.

20 years agoautoupdate
Karl Berry [Wed, 11 Aug 2004 12:01:26 +0000 (12:01 +0000)]
autoupdate

20 years agoobstack, chown fixes.
Paul Eggert [Tue, 10 Aug 2004 05:17:22 +0000 (05:17 +0000)]
obstack, chown fixes.

20 years ago(_obstack_begin, _obstack_begin_1, _obstack_newchunk):
Paul Eggert [Tue, 10 Aug 2004 05:16:53 +0000 (05:16 +0000)]
(_obstack_begin, _obstack_begin_1, _obstack_newchunk):
Don't assume that chunk->contents is suitably aligned.

20 years ago(obstack_empty_p): Don't assume that chunk->contents is suitably
Paul Eggert [Tue, 10 Aug 2004 05:16:29 +0000 (05:16 +0000)]
(obstack_empty_p): Don't assume that chunk->contents is suitably
aligned.

20 years ago(rpl_chown): Work even if the file is writeable but not readable.
Paul Eggert [Tue, 10 Aug 2004 04:49:04 +0000 (04:49 +0000)]
(rpl_chown): Work even if the file is writeable but not readable.

20 years agoPut the UTF-8 comment in an m4 comment, not a shell comment, so that
Paul Eggert [Tue, 10 Aug 2004 03:46:10 +0000 (03:46 +0000)]
Put the UTF-8 comment in an m4 comment, not a shell comment, so that
we don't put UTF-8 text into "configure".  "configure" might contain
non-UTF-8 text, and we don't want to confuse matters.

20 years agoAdd getpass.h, so it's properly declared.
Paul Eggert [Mon, 9 Aug 2004 23:54:10 +0000 (23:54 +0000)]
Add getpass.h, so it's properly declared.

20 years agoxgethostname simplification
Paul Eggert [Mon, 9 Aug 2004 23:45:32 +0000 (23:45 +0000)]
xgethostname simplification

20 years agoAdd copyright notices.
Paul Eggert [Mon, 9 Aug 2004 21:16:10 +0000 (21:16 +0000)]
Add copyright notices.

20 years agoSwitch to UTF-8 encoding.
Paul Eggert [Mon, 9 Aug 2004 21:11:34 +0000 (21:11 +0000)]
Switch to UTF-8 encoding.

20 years agoRemove dependency of xalloc in exitfail, error, gettext.
Paul Eggert [Mon, 9 Aug 2004 18:31:09 +0000 (18:31 +0000)]
Remove dependency of xalloc in exitfail, error, gettext.

20 years agoAdd uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.
Paul Eggert [Mon, 9 Aug 2004 17:58:46 +0000 (17:58 +0000)]
Add uint32_t.m4, uintptr_t.m4, and finish renaming sha->sha1.

20 years agoRename FILESYSTEM_PREFIX_LEN.
Bruno Haible [Sun, 8 Aug 2004 16:53:10 +0000 (16:53 +0000)]
Rename FILESYSTEM_PREFIX_LEN.

20 years agoConvert to UTF-8 correctly.
Bruno Haible [Sun, 8 Aug 2004 16:39:24 +0000 (16:39 +0000)]
Convert to UTF-8 correctly.

20 years agoMerge argp-help from tar.
Paul Eggert [Sat, 7 Aug 2004 06:43:50 +0000 (06:43 +0000)]
Merge argp-help from tar.

20 years ago(make_hol, hol_append): Don't assume that
Paul Eggert [Sat, 7 Aug 2004 06:43:34 +0000 (06:43 +0000)]
(make_hol, hol_append): Don't assume that
SIZE_MAX is a valid preprocessor constant.
(__argp_basename): Change from "#ifndef _LIBC"
to "#ifndef __argp_short_program_name", so that
we don't compile these functions for tar.

20 years agoOnly declare strdup if it isn't declared by the system.
Paul Eggert [Sat, 7 Aug 2004 02:58:12 +0000 (02:58 +0000)]
Only declare strdup if it isn't declared by the system.

20 years agoMerge from coreutils.
Paul Eggert [Sat, 7 Aug 2004 00:09:38 +0000 (00:09 +0000)]
Merge from coreutils.

20 years ago(gl_PREREQ_EUIDACCESS): Don't bother checking for
Paul Eggert [Fri, 6 Aug 2004 23:44:59 +0000 (23:44 +0000)]
(gl_PREREQ_EUIDACCESS): Don't bother checking for
unistd.h, as autoconf does this for us.  Check for libgen.h.
Also look for eaccess within -lgen, which is where it is in
Solaris.  Set LIB_EACCESS accordingly.
(gl_FUNC_NONREENTRANT_EUIDACCESS): New macro.
(gl_FUNC_EUIDACCESS): Use AC_CHECK_DECLS_ONCE, not AC_CHECK_DECLS.
(gl_PREREQ_EUIDACCESS): Check for eaccess and setregid decls.
Require AC_HEADER_STAT.

20 years ago[HAVE_LIBGEN_H]: Include <libgen.h>, for
Paul Eggert [Fri, 6 Aug 2004 23:44:27 +0000 (23:44 +0000)]
[HAVE_LIBGEN_H]: Include <libgen.h>, for
eaccess on Solaris and SVR4-like systems.
(euidaccess): Use HAVE_EACCESS, not HAVE_DECL_EACCESS.
[!defined LIBC]: Included group-member.h, stat-macros.h.
(S_IXUSR, S_IXGRP, S_IXOTH, S_IROTH, S_IWOTH, S_IXOTH):
Remove; now done by stat-macros.h.
(NGROUPS_MAX, group_member): Remove; now done by group-member.h.
No need to include <limits.h>.
(errno): Remove decl; we now assume C89 or better.
(access, getuid, getgid, geteuid, getegid, stat) [defined _LIBC]:
New macros.
(uid, gid, have_ids): Remove these static variables.
They weren't accurate for programs that also invoked setreuid etc.
(euidaccess) [defined EFF_ONLY_OK || defined ACC_SELF ||
HAVE_DECL_EACCSS]: Use builtin substitutes.
[defined _LIBC]: Ignore __libc_enable_secure; it's not a
correct optimization for programs run as root that later
invoke setreuid.
[no builtin substitutes && HAVE_DECL_SETREGID &&
PREFER_NONREENTRANT_EUIDACCESS]:
Use setreuid+setregid to get the correct answer.
[no builtin substitutes && ! (HAVE_DECL_SETREGID &&
PREFER_NONREENTRANT_EUIDACCESS)]:
Don't assume that the stat macros have their historical values,
as POSIX doesn't require this.
[defined TEST]: Include <stdlib.h>; don't include errno.h
twice; include <error.h> rather than "error.h".

20 years agoRemoved (merged from coreutils).
Paul Eggert [Fri, 6 Aug 2004 23:37:02 +0000 (23:37 +0000)]
Removed (merged from coreutils).

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 23:12:57 +0000 (23:12 +0000)]
Merge from coreutils.

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 23:04:38 +0000 (23:04 +0000)]
Merge from coreutils.

20 years agoRemove safe-lstat.c, safe-lstat.h, safe-stat.c, safe-stat.h.
Paul Eggert [Fri, 6 Aug 2004 23:03:18 +0000 (23:03 +0000)]
Remove safe-lstat.c, safe-lstat.h, safe-stat.c, safe-stat.h.

20 years agoReplace fnmatch.h with fnmatch_.h.
Paul Eggert [Fri, 6 Aug 2004 23:01:32 +0000 (23:01 +0000)]
Replace fnmatch.h with fnmatch_.h.
Add fts.c, fts_.h, utimecmp.h

20 years agoAdd "yesno.h" as an include.
Paul Eggert [Fri, 6 Aug 2004 22:57:52 +0000 (22:57 +0000)]
Add "yesno.h" as an include.

20 years agoChange include from <time.h> to "strftime.h".
Paul Eggert [Fri, 6 Aug 2004 22:57:01 +0000 (22:57 +0000)]
Change include from <time.h> to "strftime.h".

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 22:51:58 +0000 (22:51 +0000)]
Merge from coreutils.

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 22:38:20 +0000 (22:38 +0000)]
Merge from coreutils.

20 years agoImport from coreutils.
Paul Eggert [Fri, 6 Aug 2004 22:30:35 +0000 (22:30 +0000)]
Import from coreutils.

20 years ago(lib_SOURCES): Add strftime.h.
Paul Eggert [Fri, 6 Aug 2004 22:13:55 +0000 (22:13 +0000)]
(lib_SOURCES): Add strftime.h.

20 years agoAdd lib/strftime.h.
Paul Eggert [Fri, 6 Aug 2004 22:07:15 +0000 (22:07 +0000)]
Add lib/strftime.h.

20 years agoInclude <time.h>, for size_t and struct tm.
Paul Eggert [Fri, 6 Aug 2004 22:06:44 +0000 (22:06 +0000)]
Include <time.h>, for size_t and struct tm.

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 21:57:39 +0000 (21:57 +0000)]
Merge from coreutils.

20 years agoMerge fromm coreutils.
Paul Eggert [Fri, 6 Aug 2004 21:55:43 +0000 (21:55 +0000)]
Merge fromm coreutils.

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 21:48:01 +0000 (21:48 +0000)]
Merge from coreutils.

20 years ago2004-08-03 Simon Josefsson <jas@extundo.com>
Bruno Haible [Fri, 6 Aug 2004 20:42:23 +0000 (20:42 +0000)]
2004-08-03  Simon Josefsson  <jas@extundo.com>
progname doesn't need stdbool.

20 years ago2004-08-01 Simon Josefsson <jas@extundo.com>
Bruno Haible [Fri, 6 Aug 2004 20:39:08 +0000 (20:39 +0000)]
2004-08-01  Simon Josefsson  <jas@extundo.com>
Include stdlib.h, for free().

20 years agoNew module 'getsubopt'.
Bruno Haible [Fri, 6 Aug 2004 20:23:41 +0000 (20:23 +0000)]
New module 'getsubopt'.

20 years agoMore merges from coreutils.
Paul Eggert [Fri, 6 Aug 2004 07:14:12 +0000 (07:14 +0000)]
More merges from coreutils.

20 years agoNew getcwd module, imported from coreutils.
Paul Eggert [Fri, 6 Aug 2004 06:29:11 +0000 (06:29 +0000)]
New getcwd module, imported from coreutils.

20 years ago(same_name): Return bool, not int.
Paul Eggert [Fri, 6 Aug 2004 06:19:08 +0000 (06:19 +0000)]
(same_name): Return bool, not int.
(errno): Don't declare; we assume C89 or better now.

20 years agoInclude <stdbool.h>
Paul Eggert [Fri, 6 Aug 2004 06:18:46 +0000 (06:18 +0000)]
Include <stdbool.h>
(same_name): Return bool, not int.

20 years agoMerge from coreutils.
Paul Eggert [Fri, 6 Aug 2004 05:21:37 +0000 (05:21 +0000)]
Merge from coreutils.

20 years ago(errno): Don't declare; we assume C89 or better now.
Paul Eggert [Fri, 6 Aug 2004 05:16:49 +0000 (05:16 +0000)]
(errno): Don't declare; we assume C89 or better now.

20 years agoNew module, from coreutils.
Paul Eggert [Fri, 6 Aug 2004 05:08:45 +0000 (05:08 +0000)]
New module, from coreutils.

20 years ago(S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined.
Paul Eggert [Fri, 6 Aug 2004 05:02:24 +0000 (05:02 +0000)]
(S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined.

20 years ago(errno): Don't declare; we assume C89 or better now.
Paul Eggert [Fri, 6 Aug 2004 04:55:51 +0000 (04:55 +0000)]
(errno): Don't declare; we assume C89 or better now.

20 years agoFix comment glitch.
Paul Eggert [Fri, 6 Aug 2004 04:54:58 +0000 (04:54 +0000)]
Fix comment glitch.

20 years agoDon't depend on strdup.
Paul Eggert [Fri, 6 Aug 2004 04:49:59 +0000 (04:49 +0000)]
Don't depend on strdup.

20 years ago(mempcpy): Don't define if a system header defines it.
Paul Eggert [Fri, 6 Aug 2004 04:48:31 +0000 (04:48 +0000)]
(mempcpy): Don't define if a system header defines it.
Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
(longest_relative_suffix): New function.
(path_concat): Use it.  Assume first argument is not NULL.
Port to DOS.  Omit redundant separators.
Report an error instead of returning NULL.
Use mempcpy instead of memcpy.
(xpath_concat): Remove: not declared or used.

20 years ago(gl_PATH_CONCAT): Don't require gl_AC_DOS, the
Paul Eggert [Fri, 6 Aug 2004 04:48:04 +0000 (04:48 +0000)]
(gl_PATH_CONCAT): Don't require gl_AC_DOS, the
prerequisite modules now handle the DOS stuff.
Don't check for unistd.h.

20 years agoFix indenting glitch.
Paul Eggert [Fri, 6 Aug 2004 04:28:36 +0000 (04:28 +0000)]
Fix indenting glitch.

20 years ago(gl_AC_DOS): filesystem -> file system renaming.
Paul Eggert [Fri, 6 Aug 2004 04:22:55 +0000 (04:22 +0000)]
(gl_AC_DOS): filesystem -> file system renaming.

20 years agofilesystem -> file system
Paul Eggert [Fri, 6 Aug 2004 04:22:04 +0000 (04:22 +0000)]
filesystem -> file system

20 years ago(strip_trailing_slashes): Use bool for booleans.
Paul Eggert [Fri, 6 Aug 2004 04:21:31 +0000 (04:21 +0000)]
(strip_trailing_slashes): Use bool for booleans.

20 years agoInclude <stdbool.h>.
Paul Eggert [Fri, 6 Aug 2004 04:21:07 +0000 (04:21 +0000)]
Include <stdbool.h>.
(FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
for consistency with POSIX terminology.  All uses changed.
(IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
(strip_trailing_slashes): Use bool for booleans.

20 years agoMerge from coreutils (first part).
Paul Eggert [Fri, 6 Aug 2004 00:08:44 +0000 (00:08 +0000)]
Merge from coreutils (first part).

20 years agoNew cycle-check module imported from coreutils.
Paul Eggert [Thu, 5 Aug 2004 23:52:18 +0000 (23:52 +0000)]
New cycle-check module imported from coreutils.

20 years agoWork around bug in OpenBSD 3.4 sterror_r: it
Paul Eggert [Thu, 5 Aug 2004 23:39:18 +0000 (23:39 +0000)]
Work around bug in OpenBSD 3.4 sterror_r: it
sometimes returns a positive errno value even when it succeeds.
(print_errno_message) [!LIBC]: Fall back on strerror if
__strerror_r fails.

20 years agoRemove; this doesn't belong here.
Paul Eggert [Thu, 5 Aug 2004 23:37:20 +0000 (23:37 +0000)]
Remove; this doesn't belong here.

20 years agoOoop! Forgot to mention m4/c-strtod.m4.
Paul Eggert [Thu, 5 Aug 2004 23:33:16 +0000 (23:33 +0000)]
Ooop!  Forgot to mention m4/c-strtod.m4.

20 years agoImported from coreutils.
Paul Eggert [Thu, 5 Aug 2004 23:27:27 +0000 (23:27 +0000)]
Imported from coreutils.

20 years agoAdd dummy module.
Bruno Haible [Tue, 3 Aug 2004 19:30:03 +0000 (19:30 +0000)]
Add dummy module.

20 years agoRegenerate.
Paul Eggert [Tue, 3 Aug 2004 18:43:09 +0000 (18:43 +0000)]
Regenerate.

20 years agoRemove "fatal" module.
Paul Eggert [Tue, 3 Aug 2004 18:40:30 +0000 (18:40 +0000)]
Remove "fatal" module.

20 years agoauto
Karl Berry [Tue, 3 Aug 2004 14:03:33 +0000 (14:03 +0000)]
auto

20 years agoupdate from texinfo
Karl Berry [Sun, 1 Aug 2004 12:50:18 +0000 (12:50 +0000)]
update from texinfo

20 years agoupdate from texinfo
Karl Berry [Wed, 28 Jul 2004 01:33:42 +0000 (01:33 +0000)]
update from texinfo

20 years agoupdate from texinfo
Karl Berry [Mon, 26 Jul 2004 13:08:34 +0000 (13:08 +0000)]
update from texinfo

20 years agoNew module 'dummy'.
Bruno Haible [Mon, 19 Jul 2004 20:22:33 +0000 (20:22 +0000)]
New module 'dummy'.

20 years agoAdd extern "C" for C++.
Bruno Haible [Fri, 16 Jul 2004 16:28:48 +0000 (16:28 +0000)]
Add extern "C" for C++.

20 years agoAllow use in C++ environment.
Bruno Haible [Fri, 16 Jul 2004 16:09:12 +0000 (16:09 +0000)]
Allow use in C++ environment.

20 years agos/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g
Paul Eggert [Tue, 13 Jul 2004 17:22:56 +0000 (17:22 +0000)]
s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g

20 years ago* getndelim2.c: Include stddef.h, for ptrdiff_t.
Paul Eggert [Sat, 10 Jul 2004 07:58:10 +0000 (07:58 +0000)]
* getndelim2.c: Include stddef.h, for ptrdiff_t.

20 years agoAdd lib/fchown-stub.c.
Paul Eggert [Sat, 10 Jul 2004 06:29:25 +0000 (06:29 +0000)]
Add lib/fchown-stub.c.

20 years agoupdate from automake
Karl Berry [Mon, 5 Jul 2004 13:11:28 +0000 (13:11 +0000)]
update from automake

20 years agoupdate from texinfo
Karl Berry [Sun, 27 Jun 2004 23:52:54 +0000 (23:52 +0000)]
update from texinfo

20 years agoautoupdate
Karl Berry [Fri, 25 Jun 2004 12:52:17 +0000 (12:52 +0000)]
autoupdate

20 years agognuorg update
Karl Berry [Thu, 24 Jun 2004 12:46:25 +0000 (12:46 +0000)]
gnuorg update