/[coreutils]/coreutils/doc/ChangeLog
ViewVC logotype

Log of /coreutils/doc/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 08:27:23 2007 UTC (16 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: CPPI-1_10, CPPI-1_11, CPPI-1_12, CPPI-1_8, CPPI-1_9, DU-FTS, HEAD, ISDIGIT-bug-fix, textutils-1_12_1, v6_9
Changes since 1.359: +5 -0 lines
Diff to previous 1.359
* coreutils.texi (expr invocation): Correct description of relative
operator precedence.  Reported by hanpingtian@gmail.com.


Author: Jim Meyering <jim@meyering.net>


Revision 1.359 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 22:50:48 2007 UTC (16 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.358: +5 -0 lines
Diff to previous 1.358
html manual on case-insensitive systems

To: bug-coreutils <bug-coreutils@gnu.org>
Date: Sat, 25 Aug 2007 16:39:07 -0600
X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on rho.meyering.net
X-Spam-Level:
X-Spam-Status: No, score=-3.3 required=3.2 tests=AWL,BAYES_00,SPF_PASS
	autolearn=ham version=3.2.1

[[PGP Signed Part:Eric Blake (free software programmer) <ebb9@byu.net>
Untrusted, Fingerprint: 2B7C 1A53 420D 4AF3 BFF4 738B F382 AE19 F485 0180]]
I noticed that when trying to browse the one-page-per-node html
documentation on a case-insensitive directory, I was unable to see both
index.html (the overview) and Index.html (the concept index).  Here's how
M4 avoided the problem:

2007-08-25  Eric Blake  <ebb9@byu.net>

	Avoid case-insensitive clash in one-page-per-node html docs.
	* coreutils.texi (Concept index): Rename from Index.

--
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
[[End of PGP Signed Part]]
>From 8451b3e4eb0a222b77c77314988e6b54b2676ddf Mon Sep 17 00:00:00 2001
From: Eric Blake <ebb9@byu.net>
Date: Sat, 25 Aug 2007 16:35:40 -0600
Subject: [PATCH] 	Avoid case-insensitive clash in one-page-per-node html docs.
	* coreutils.texi (Concept index): Rename from Index.

Signed-off-by: Eric Blake <ebb9@byu.net>


Author: Eric Blake <ebb9@byu.net>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 20:26:03 2007 UTC (16 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.357: +4 -0 lines
Diff to previous 1.357
* coreutils.texi: Revise node structure per new fdl.texi.


Author: Jim Meyering <jim@meyering.net>


Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 16:40:22 2007 UTC (16 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.356: +4 -0 lines
Diff to previous 1.356
* coreutils.texi (rmdir invocation): Fix a tiny typo.


Author: Jim Meyering <jim@meyering.net>


Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 17:32:33 2007 UTC (16 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.355: +6 -0 lines
Diff to previous 1.355
Remove constants.texi from version control.

This file has always been generated.
* .gitignore: Add constants.texi.

Signed-off-by: Jim Meyering <jim@meyering.net>


Author: Jim Meyering <jim@meyering.net>


Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Sat Apr 28 18:52:00 2007 UTC (16 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.354: +5 -0 lines
Diff to previous 1.354
* src/nohup.c (usage): Describe how standard input and output are redirected.


Author: Paul Eggert <eggert@cs.ucla.edu>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.354 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 20:02:24 2007 UTC (17 years ago) by meyering
Branch: MAIN
Changes since 1.353: +5 -0 lines
Diff to previous 1.353
cut synopsis: fix coreutils.texi, too.
* doc/coreutils.texi (cut invocation): Adjust synopsis to show that an
* THANKS: Add Rudolf Kastl.
OPTION is required.  Reported by Rudolf Kastl.


Author: Jim Meyering <jim@meyering.net>


Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Thu Mar 22 20:49:26 2007 UTC (17 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-6_8, COREUTILS-6_9
Changes since 1.352: +5 -0 lines
Diff to previous 1.352
* coreutils.texi (md5sum invocation): Document escapes in output
format.  Reported by Armijn Hemel.


Author: Eric Blake <ebb9@byu.net>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.352 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 05:32:14 2007 UTC (17 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.351: +9 -0 lines
Diff to previous 1.351
Fix manual in response to bug reports by Dan Jacobson.
* coreutils.texi (sort invocation): Explain numeric sorts better.
Compress self-congratulation into a simple "comparison is exact"
notice; the --general-numeric-sort option already explains the
tradeoffs.
(seq invocation): Add example of -f.


Author: Paul Eggert <eggert@cs.ucla.edu>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.351 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 05:32:10 2007 UTC (17 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.350: +6 -0 lines
Diff to previous 1.350
* coreutils.texi (cp invocation): Mention that --preserve=timestamps
doesn't preserve time stamps on symbolic links.
Reported by Polo Talnir in <https://bugzilla.redhat.com/230866>.


Author: Jim Meyering <jim@meyering.net>


Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Tue Feb 27 18:37:56 2007 UTC (17 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.349: +6 -0 lines
Diff to previous 1.349
Make df -P immune to effects of e.g., the BLOCK_SIZE envvar.
* NEWS: With -P, the default block size and output format is not
affected by DF_BLOCK_SIZE, BLOCK_SIZE, or BLOCKSIZE.
* src/df.c (main): Implement this.
* doc/coreutils.texi (df invocation): With -P, the default block size
and output format is not affected by DF_BLOCK_SIZE, BLOCK_SIZE, or
BLOCKSIZE.


Author: Paul Eggert <eggert@cs.ucla.edu>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 21:57:56 2007 UTC (17 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.348: +6 -0 lines
Diff to previous 1.348
* coreutils.texi: @item -> @itemx to fix some typos.


Author: Paul Eggert <eggert@cs.ucla.edu>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.348 - (view) (download) (annotate) - [select for diffs]
Tue Jan 30 21:57:55 2007 UTC (17 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.347: +5 -0 lines
Diff to previous 1.347
* coreutils.texi (mkdir invocation): Say how to set the file
permission bits of a parent directory with mkdir -p.


Author: Paul Eggert <eggert@cs.ucla.edu>
Committer: Jim Meyering <jim@meyering.net>


Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Mon Jan 29 17:10:44 2007 UTC (17 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.346: +7 -0 lines
Diff to previous 1.346
Document new syntax: "chown +0:+287 file", "chgrp +99 file"
* coreutils.texi (Disambiguating names and IDs): New section.
(chown invocation, chgrp invocation): Mention the new syntax
with an xref to the new section.


Author: Jim Meyering <jim@meyering.net>


Revision 1.346 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 11:11:53 2007 UTC (17 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.345: +5 -0 lines
Diff to previous 1.345
* coreutils.texi (ls: General output formatting): Mention the
workarounds to accommodate the Apple Terminal bug.


Author: Jim Meyering <jim@meyering.net>


Revision 1.345 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 11:04:46 2007 UTC (17 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.344: +5 -0 lines
Diff to previous 1.344
[ChangeLog]
When decoding, always allow newlines in input, with almost no
performance impact.
* src/base64.c (do_decode): Initialize decode context.
Call base64_decode one more time, after all input is processed.
(usage): When decoding, newlines are always accepted.

* tests/misc/base64: Add a bunch of tests, for the above.
* gl/lib/base64.c: Include <string.h>.
(base64_decode_ctx_init, get_4, decode_4): New functions.
(base64_decode): Efficiently handle interspersed newlines.
(base64_decode_alloc): Update signature.
* gl/lib/base64.h (struct base64_decode_context): Define.
(base64_decode_ctx_init): Add prototype.
(base64_decode, base64_decode_alloc): Update prototypes.
[doc/ChangeLog]
* coreutils.texi (base64 invocation): When decoding, newlines
are always accepted.


Revision 1.344 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 11:09:58 2007 UTC (17 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.343: +6 -0 lines
Diff to previous 1.343
Document what the ".0" in e.g., "-k 2,3.0" means, and...
* coreutils.texi (sort invocation): ... that it can be applied to the
field-end spec, but not the field-start one.  Patch from Evan Hunt.

Signed-off-by: Jim Meyering <jim@meyering.net>


Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 10:15:19 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.342: +2 -0 lines
Diff to previous 1.342
* coreutils.texi (dd invocation): Specify that bs=N overrides only any
_preceding_ ibs and obs settings.  Spotted by Andreas Schwab.


Revision 1.342 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 10:15:17 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.341: +1 -0 lines
Diff to previous 1.341
* coreutils.texi (dd invocation): Add to the description of cbs.


Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 10:15:15 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.340: +6 -0 lines
Diff to previous 1.340
* coreutils.texi (dd invocation): Improve the documentation
for bs, ibs, obs, and cbs.  Suggestion from Dan Jacobson.
Patch by Olivier Delhomme.


Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 14:46:08 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.339: +2 -0 lines
Diff to previous 1.339
chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference.
* src/chgrp.c (main): Don't prohibit -RLh, aka -RL with --no-dereference.
* src/chown.c (main): Likewise.
* src/chown-core.c (change_file_owner): Add to a comment.
* tests/chown/preserve-root: Add tests.
* doc/coreutils.texi (Treating / specially): With --preserve-root,
chgrp and chown will not modify "/", even through a symlink.


Revision 1.339 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 14:46:02 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.338: +4 -0 lines
Diff to previous 1.338
* coreutils.texi: Remove two doubled words.


Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 22:03:27 2006 UTC (17 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.337: +5 -0 lines
Diff to previous 1.337
* perm.texi (Mode Structure): Fix typo: s/setgid/setuid/.
Reported by Georg Neis as Debian bug 400778.


Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Sat Oct 28 17:22:04 2006 UTC (17 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.336: +6 -0 lines
Diff to previous 1.336
* coreutils.texi (wc invocation): When giving the order in which
the various "counts" are listed, also mention "maximum line length".
Prompted by a report from Vincent LeFevre.


Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Tue Oct 24 22:04:36 2006 UTC (17 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.335: +4 -0 lines
Diff to previous 1.335
* coreutils.texi (rm invocation): Describe --one-file-system.


Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Tue Sep 26 19:11:25 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-6_3, COREUTILS-6_4
Changes since 1.334: +5 -0 lines
Diff to previous 1.334
[ChangeLog]
* NEWS: "groups user" no longer outputs "user :"; you need at least
two users.  "groups" now processes options like --help more compatibly.
* src/groups.sh: Implement the option-processing change.
Handle user and group names with special characters more robustly.
Report write errors instead of exiting silently with status 1.
[doc/ChangeLog]
* coreutils.texi (groups invocation): "groups" no longer prefixes
the output with "user :" unless more than one user is specified.


Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 22:39:38 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.333: +1 -0 lines
Diff to previous 1.333
* coreutils.texi (Disk usage): Clarify intro.  Problem reported by Van Ly.


Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 16:49:06 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.332: +5 -0 lines
Diff to previous 1.332
* coreutils.texi (cp invocation): Say that -i and -f are
independent.  Clarify -i's behavior.


Revision 1.332 - (view) (download) (annotate) - [select for diffs]
Fri Sep 8 17:19:52 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-6_2
Changes since 1.331: +5 -0 lines
Diff to previous 1.331
tail now ignores the -f option if POSIXLY_CORRECT is set,
no file operand is given, and standard input is any FIFO.


Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 02:56:34 2006 UTC (17 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.330: +8 -0 lines
Diff to previous 1.330
(Treating / specially): --preserve-root is
now the default for rm.
(rm invocation): Likewise.  Also, document that you can't
remove `.' or `..'.  Use the POSIX term "root directory"
rather than the more-ambiguous "file system root".


Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 18:50:25 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.329: +7 -0 lines
Diff to previous 1.329
* aclocal.m4, config.hin, configure:
Remove from CVS, since ./bootstrap generates them automatically.
* .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log.
Remove more-specific entries.  This catches files like configure.lineno.
* man/.cvsignore: Add Makefile.in.
* src/.cvsignore: Add Makefile.in.
Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c.

For .cvsignore file under the tests directory:
Add Makefile.in.  Sort entries if necessary.  Remove *.I, *.E,
*.X, *.O, *-tests, build-script, mk-script if they're never
created in this directory.

* build-aux/.cvsignore: New file.
* doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf,
coreutils.ps, coreutils.tps.  Remove coreutils.cm (dunno what it
is, but the makefile doesn't mention it).  Remove coreutils.info
as it is subsumed by coreutils.info*.
* lib/.cvsignore: Add Makefile.in, getdate.tab.h.
Remove stat.c, sysexit.h.
* m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4,
inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4,
lock.m4, printf-posix.m4, same-inode.m4, size_max.m4,
uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4.  Many of
these are put in automatically by ../bootstrap, but that's a
bootstrap bug that I plan to fix shortly.
* po/.cvsignore: More ../bootstrap-related fixes, plus remove old
cruft.  Add *.po, LINGUAS, Makevars.  Remove *.cat, *.msg,
cat-id-dbl.c, messages.mo, stamp-cat-id.


Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 11:01:23 2006 UTC (17 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.328: +4 -0 lines
Diff to previous 1.328
* .cvsignore: Add files that are now generated by ../bootstrap.


Revision 1.328 - (view) (download) (annotate) - [select for diffs]
Mon Aug 21 07:30:46 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.327: +5 -0 lines
Diff to previous 1.327
Add a bootstrap procedure, so that the CVS version contains fewer
files and we bootstrap the rest from gnulib, gettext, etc.
* README-cvs: New file.
* bootstrap: New file.
* bootstrap.conf: New file.
* .x-sc_trailing_blank: Remove config-log, .gdb-history.  Add .po.
* configure.ac (AC_PREREQ): Move here from m4/*.m4, for benefit
of gnulib-tool.
(gl_DEFAULT_POSIX2_VERSION, gl_USE_SYSTEM_EXTENSIONS, gl_PERL):
(gl_IGNORE_UNUSED_LIBRARIES): Remove; now done by gnulib.
(gl_EARLY): Add.
(gl_MACROS): Call just after gl_EARLY, just for clarity.
* src/c99-to-c98.diff: Remove patch to ls.c; no longer needed.
* src/kill.c (strtoimax): Remove decl.
* src/ls.c: Include "wcwidth.h" instead of rolling it ourselves.
* src/wc.c: Likewise.
* src/ls.c (sort_files): Rewrite to avoid need for C99-style
declaration, so that we don't need to patch this file.
* src/printf.c (strtoimax, strtoumax): Remove decls.
* src/su.c: Include getpass.h.
(getpass): remove.
* src/system.h: Include mempcpy.h, stpcpy.h, strpbrk.h.
Include inttypes.h unconditionally; remove decls it handles.
* lib/Makefile.am: include gnulib.mk, so that we can remove most of
this file.
(AM_CPPFLAGS): Don't mention -I$(srcdir), since that's now done
for us.
(noinst_LIBRARIES, LDDADD, DEFS): Remove.
(libcoreutils_a_SOURCES): Trim down greatly, just to the files
that aren't in gnulib.
Remove defns gnulib does for us.
* m4/check-decl.m4 (gl_CHECK_DECLS):
Don't include stdio.h, string.h, stdlib.h, unistd.h, sys/time.h,
time.h.  Use AC_CHECK_DECLS_ONCE for free, getenv, geteuid, getlogin,
getuid, lseek, malloc, memchr, realloc.  Don't check for getutent,
memrchr, nanosleep, stpcpy, strndup, strnlen, strstr, strtoul,
strtoull.
(_gl_DECL_HEADERS): Remove; all uses removed.
* m4/jm-macros.m4 (gl_MACROS): Move AC_PREREQ into configure.ac
for the benefit of gnulib-tool.  Call gl_INIT.
Do not call or require macros that gnulib will handle for us.
Don't check for fchmod, hasmntopt, isascii, lchown, listmntent,
mempcpy, realpath, wcrtomb, tzset.
(gl_CHECK_ALL_HEADERS): Don't check for sys/statvfs.h, sys/vfs.h,
sys/mount.h.
(gl_CHECK_ALL_TYPES): Require AC_TYPE_UNSIGNED_LONG_LONG_INT.
Don't check for struct stat.st_blksize.
Don't require AC_STRUCT_ST_DM_MODE, gt_TYPE_SSIZE_T,
gl_AC_TYPE_UINT32_T, gl_AC_TYPE_UINTMAX_T, gl_AC_TYPE_UINTPTR_T,
gl_AC_TYPE_UNSIGNED_LONG_LONG.
* m4/prereq.m4 (gl_PREREQ): Require gl_FUNC_XFTS, gl_ROOT_DEV_INO.
Don't require macros that gnulib does for us.
* m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Don't check for
sys/sysmacros.h.  Don't check for statvfs.  Use AC_CHECK_HEADERS_ONCE
for netinet/in.h, nfs/nfs_clnt.h, nfs/vfs.h.
Don't require gl_AC_TYPE_LONG_LONG, gt_HEADER_INTTYPES_H.


Revision 1.327 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 20:55:32 2006 UTC (17 years, 8 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-6_1
Changes since 1.326: +4 -0 lines
Diff to previous 1.326
* Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming.


Revision 1.326 - (view) (download) (annotate) - [select for diffs]
Thu Aug 17 19:58:18 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.325: +23 -0 lines
Diff to previous 1.325
Add/fix copyright notices and adjust to latest GNU FDL.


Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Wed Aug 16 06:05:20 2006 UTC (17 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.324: +1 -1 lines
Diff to previous 1.324
*** empty log message ***


Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 23:41:24 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.323: +5 -0 lines
Diff to previous 1.323
* NEWS: Mention that df exits with nonzero status if it generates
no output.  This change was in 6.0 but inadvertently unmentioned.
* doc/coreutils.texi (df invocation): df exits nonzero if it outpus
nothing.
* src/df.c (file_systems_processed): Renamed from n_valid_args, and now
a boolean.
(show_dev): Don't set it until we actually output something.
Print the header if this is the first output.
(main): Don't print a header, as that is now show_dev's job.
* tests/misc/Makefile.am (TESTS): Add df.
* tests/misc/df: New file.


Revision 1.323 - (view) (download) (annotate) - [select for diffs]
Wed Aug 9 21:16:29 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-6_0
Changes since 1.322: +5 -0 lines
Diff to previous 1.322
Warn about oflag=append without conv=notrunc.


Revision 1.322 - (view) (download) (annotate) - [select for diffs]
Tue Aug 8 22:28:00 2006 UTC (17 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.321: +7 -0 lines
Diff to previous 1.321
Add shuf, better random number generation, and fix sort -R in
funny locales.


Revision 1.321 - (view) (download) (annotate) - [select for diffs]
Fri Jul 28 07:28:56 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.320: +13 -0 lines
Diff to previous 1.320
chmod 0755 DIR and chmod 755 DIR are now equivalent.


Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Wed Jul 26 14:06:58 2006 UTC (17 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.319: +5 -0 lines
Diff to previous 1.319
* src/ls.c (print_color_indicator): Test for S_IFREG first, rather
than having the code test for all of the other types first.
Hoist the set-uid/gid-testing code "up" into this new block.
Classify any other type of file (e.g., S_TYPEISSHM, etc.) as
C_ORPHAN, not as C_FILE.

* doc/coreutils.texi (What information is listed): Mention that missing
pieces of information are marked with "?".  From Paul Eggert.


Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Tue Jul 25 18:37:55 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.318: +5 -0 lines
Diff to previous 1.318
(Directory Setuid and Setgid): Explain that this is a
GNU extension, and that other systems behave differently here.


Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 01:26:56 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.317: +4 -0 lines
Diff to previous 1.317
(Mode Structure, Symbolic Modes, Numeric Modes): Be more careful
about distinguishing file mode bits from permissions bits,
and about execute versus search permission.  The FreeBSD command
is chflags, not chrflags.


Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Sat Jul 22 23:42:19 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.316: +7 -0 lines
Diff to previous 1.316
(Mode Structure): The restricted deletion flag
restricts only unprivileged users.


Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Mon Jul 17 03:13:14 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.315: +22 -0 lines
Diff to previous 1.315
chmod, install, and mkdir now leave setgid and setuid bits
of directories alone unless you specify them explicitly.
install and mkdir now implement X correctly.
install now creates parent directories with mode 755, without
changing their owner or group.


Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 06:03:55 2006 UTC (17 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.314: +3 -0 lines
Diff to previous 1.314
* coreutils.texi (Squeezing): Separate doubled "the", so typo-checkers
don't complain.


Revision 1.314 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 05:31:59 2006 UTC (17 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.313: +4 -0 lines
Diff to previous 1.313
* Makefile.am (check-texinfo): Enforce the zeros vs. zeroes consistency.


Revision 1.313 - (view) (download) (annotate) - [select for diffs]
Sat Jul 8 05:28:39 2006 UTC (17 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.312: +5 -0 lines
Diff to previous 1.312
* coreutils.texi: Fix some typos.  Use `zeros' consistently (both
`zeros' and `zeroes' are correct).


Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Sat Jul 1 23:53:05 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.311: +6 -0 lines
Diff to previous 1.311
With no operand, 'tail -f' now silently ignores the '-f'
only if standard input is a FIFO or pipe and POSIXLY_CORRECT is set.


Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Sat Jul 1 00:11:24 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.310: +9 -0 lines
Diff to previous 1.310
seq defaults to a minimal fixed point format that does not lose
information if seq's operands are all fixed point decimal numbers.
You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623',
for example, since the default format now has the same effect.

seq now lets you use %a, %A, %E, %F, and %G formats.

seq now uses long double internally rather than double.


Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 23:50:40 2006 UTC (17 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.309: +6 -0 lines
Diff to previous 1.309
* coreutils.texi (sort invocation): 'sort +1 -2' is now supported
even when conforming to POSIX 1003.1-2001.


Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Tue Jun 27 20:26:12 2006 UTC (17 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.308: +5 -0 lines
Diff to previous 1.308
* coreutils.texi (wc invocation): Remove ./ prefix from example.
From Padraig Brady.


Revision 1.308 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 15:34:19 2006 UTC (17 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.307: +3 -0 lines
Diff to previous 1.307
* coreutils.texi (wc invocation): Spell out `--files0-from' in
the example. Suggestion from Bob Proulx.


Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 10:33:09 2006 UTC (17 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.306: +4 -0 lines
Diff to previous 1.306
* coreutils.texi (wc invocation): Document new --files0-from option.


Revision 1.306 - (view) (download) (annotate) - [select for diffs]
Sun Jun 25 06:55:07 2006 UTC (17 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.305: +6 -0 lines
Diff to previous 1.305
(sleep invocation): Document that accepting
multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.


Revision 1.262.2.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 21:19:46 2006 UTC (17 years, 10 months ago) by eggert
Branch: b5_9x
CVS Tags: COREUTILS-5_97
Changes since 1.262.2.7: +5 -0 lines
Diff to previous 1.262.2.7 , to branch point 1.262 , to next main 1.360
(check-texinfo): Use $(_W) and $(W_) instead of
assuming grep -w (which is not portable).


Revision 1.305 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 20:10:25 2006 UTC (17 years, 10 months ago) by eggert
Branch: MAIN
Changes since 1.304: +5 -0 lines
Diff to previous 1.304
(check-texinfo): Use $(_W) and $(W_) instead of
assuming grep -w (which is not portable).


Revision 1.262.2.7 - (view) (download) (annotate) - [select for diffs]
Sat May 27 15:52:10 2006 UTC (17 years, 11 months ago) by meyering
Branch: b5_9x
Changes since 1.262.2.6: +3 -0 lines
Diff to previous 1.262.2.6 , to branch point 1.262
*** empty log message ***


Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Sat May 27 15:51:23 2006 UTC (17 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.303: +3 -0 lines
Diff to previous 1.303
*** empty log message ***


Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Sat May 27 13:43:12 2006 UTC (17 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.302: +3 -1 lines
Diff to previous 1.302
*** empty log message ***


Revision 1.262.2.6 - (view) (download) (annotate) - [select for diffs]
Sat May 27 13:42:27 2006 UTC (17 years, 11 months ago) by meyering
Branch: b5_9x
Changes since 1.262.2.5: +3 -1 lines
Diff to previous 1.262.2.5 , to branch point 1.262
*** empty log message ***


Revision 1.262.2.5 - (view) (download) (annotate) - [select for diffs]
Sat May 27 13:32:54 2006 UTC (17 years, 11 months ago) by meyering
Branch: b5_9x
Changes since 1.262.2.4: +4 -0 lines
Diff to previous 1.262.2.4 , to branch point 1.262
*** empty log message ***


Revision 1.302 - (view) (download) (annotate) - [select for diffs]
Sat May 27 13:32:10 2006 UTC (17 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.301: +4 -0 lines
Diff to previous 1.301
*** empty log message ***


Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Thu May 25 16:48:05 2006 UTC (17 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.300: +5 -0 lines
Diff to previous 1.300
Remove mention of --seed.


Revision 1.300 - (view) (download) (annotate) - [select for diffs]
Thu May 4 12:55:54 2006 UTC (17 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.299: +4 -0 lines
Diff to previous 1.299
*** empty log message ***


Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Wed May 3 23:10:04 2006 UTC (17 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.298: +6 -0 lines
Diff to previous 1.298
(head invocation, tail invocation, sort invocation):
Give advice about porting to hosts that support only obsolete syntax.


Revision 1.298 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 21:47:00 2006 UTC (18 years ago) by meyering
Branch: MAIN
Changes since 1.297: +5 -0 lines
Diff to previous 1.297
*** empty log message ***


Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 23:24:49 2006 UTC (18 years ago) by eggert
Branch: MAIN
Changes since 1.296: +6 -0 lines
Diff to previous 1.296
Document filemode changes.


Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 23:14:57 2006 UTC (18 years ago) by meyering
Branch: MAIN
Changes since 1.295: +6 -0 lines
Diff to previous 1.295
*** empty log message ***


Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 04:01:47 2006 UTC (18 years ago) by eggert
Branch: MAIN
Changes since 1.294: +3 -0 lines
Diff to previous 1.294
(What information is listed): Document 'ls' type letters.


Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 07:47:11 2006 UTC (18 years ago) by eggert
Branch: MAIN
Changes since 1.293: +5 -0 lines
Diff to previous 1.293
(expr invocation): expr exit status is 3 only for
internal errors now; 2 is also for invalid values in expressions.


Revision 1.293 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 07:55:05 2006 UTC (18 years ago) by eggert
Branch: MAIN
Changes since 1.292: +5 -0 lines
Diff to previous 1.292
Add 'hostid' to System context menu line.


Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 09:47:56 2006 UTC (18 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.291: +4 -0 lines
Diff to previous 1.291
*** empty log message ***


Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Mon Mar 27 14:08:04 2006 UTC (18 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.290: +5 -0 lines
Diff to previous 1.290
*** empty log message ***


Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 12:09:09 2006 UTC (18 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.289: +5 -0 lines
Diff to previous 1.289
*** empty log message ***


Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Thu Mar 23 23:47:37 2006 UTC (18 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.288: +5 -0 lines
Diff to previous 1.288
nohup diagnostics are now more precise, and nohup now
redirects stderr to nohup.out if stdout is closed and stderr is a tty.


Revision 1.288 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 07:21:40 2006 UTC (18 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.287: +5 -0 lines
Diff to previous 1.287
(dd invocation): New flags directory, nolinks.
Alphabetize nofollow.


Revision 1.287 - (view) (download) (annotate) - [select for diffs]
Mon Feb 27 10:47:29 2006 UTC (18 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.286: +4 -0 lines
Diff to previous 1.286
*** empty log message ***


Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 16:50:14 2006 UTC (18 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.285: +5 -0 lines
Diff to previous 1.285
*** empty log message ***


Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 13:01:56 2006 UTC (18 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.284: +5 -0 lines
Diff to previous 1.284
*** empty log message ***


Revision 1.284 - (view) (download) (annotate) - [select for diffs]
Sun Feb 12 08:48:46 2006 UTC (18 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.283: +8 -0 lines
Diff to previous 1.283
*** empty log message ***


Revision 1.262.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 08:32:12 2006 UTC (18 years, 2 months ago) by meyering
Branch: b5_9x
CVS Tags: COREUTILS-5_94, COREUTILS-5_94-cvs, COREUTILS-5_95, COREUTILS-5_96
Changes since 1.262.2.3: +5 -0 lines
Diff to previous 1.262.2.3 , to branch point 1.262
*** empty log message ***


Revision 1.283 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 07:45:21 2006 UTC (18 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.282: +5 -0 lines
Diff to previous 1.282
(od invocation): Warn that -t a ignores the high order bit.


Revision 1.282 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 01:38:05 2006 UTC (18 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.281: +5 -0 lines
Diff to previous 1.281
(tail invocation): In the obsolete usage, the
count is optional, so put square brackets around it.


Revision 1.281 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 06:00:10 2006 UTC (18 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.280: +4 -0 lines
Diff to previous 1.280
(General date syntax): Invalid dates are rejected.
(Time of day items): Mention the possibility of leap seconds.
Problem reported by Dr. David Alan Gilbert.


Revision 1.280 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 00:46:11 2006 UTC (18 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.279: +5 -0 lines
Diff to previous 1.279
Explain date %g, %G a bit better.


Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 19:10:45 2006 UTC (18 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.278: +5 -0 lines
Diff to previous 1.278
*** empty log message ***


Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 07:30:27 2006 UTC (18 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.277: +7 -0 lines
Diff to previous 1.277
New approach to safer chmod.


Revision 1.277 - (view) (download) (annotate) - [select for diffs]
Thu Dec 29 21:44:35 2005 UTC (18 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.276: +5 -0 lines
Diff to previous 1.276
(sort invocation): Clarify that a blank is a space
or a tab.


Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 10:50:04 2005 UTC (18 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.275: +6 -0 lines
Diff to previous 1.275
*** empty log message ***


Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 10:47:37 2005 UTC (18 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.274: +5 -0 lines
Diff to previous 1.274
*** empty log message ***


Revision 1.262.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 10:47:06 2005 UTC (18 years, 4 months ago) by meyering
Branch: b5_9x
Changes since 1.262.2.2: +6 -0 lines
Diff to previous 1.262.2.2 , to branch point 1.262
*** empty log message ***


Revision 1.262.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 16 08:51:12 2005 UTC (18 years, 4 months ago) by eggert
Branch: b5_9x
Changes since 1.262.2.1: +5 -0 lines
Diff to previous 1.262.2.1 , to branch point 1.262
Remove documentation of SHA-1 and SHA-2
utilities that slipped in by accident in the b5_9x branch.


Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 22:41:56 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.273: +5 -0 lines
Diff to previous 1.273
Clarify sort -R.


Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Sat Dec 10 09:08:55 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.272: +4 -0 lines
Diff to previous 1.272
Add sort -R.


Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Wed Dec 7 21:11:27 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.271: +4 -0 lines
Diff to previous 1.271
* coreutils.texi (dd invocation): New noatime flag.


Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Sat Nov 26 07:53:40 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.270: +5 -0 lines
Diff to previous 1.270
Log today's changes.


Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 22:45:12 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.269: +2 -0 lines
Diff to previous 1.269
(tail invocation): Say that the obsolete form uses exactly one
option and at most one file.


Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 22:33:37 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.268: +5 -0 lines
Diff to previous 1.268
Improve quality of ln's diagnostics.


Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Sun Nov 13 18:57:09 2005 UTC (18 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.267: +5 -0 lines
Diff to previous 1.267
*** empty log message ***


Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Tue Nov 8 21:00:10 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.266: +6 -0 lines
Diff to previous 1.266
ls now defaults to --time-style='locale', which in turn acts
like --time-style='posix-long-iso' if the locale settings are messed up.


Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 21:56:49 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.265: +4 -0 lines
Diff to previous 1.265
rm -d no longer has any effect, and we plan to remove it (and maybe ln -d).


Revision 1.262.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 15:00:42 2005 UTC (18 years, 5 months ago) by meyering
Branch: b5_9x
CVS Tags: COREUTILS-5_93
Changes since 1.262: +10 -0 lines
Diff to previous 1.262
.


Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 23:43:38 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.264: +1 -0 lines
Diff to previous 1.264
"touch 0101000000" now operates as POSIX 1002.1-2001 requires.


Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Tue Nov 1 23:06:32 2005 UTC (18 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.263: +5 -0 lines
Diff to previous 1.263
"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.


Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Sun Oct 23 16:05:32 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.262: +4 -0 lines
Diff to previous 1.262
*** empty log message ***


Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Sun Oct 16 07:26:42 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_91, COREUTILS-5_92
Branch point for: b5_9x
Changes since 1.261: +5 -0 lines
Diff to previous 1.261
*** empty log message ***


Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 15:23:36 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.260: +1 -0 lines
Diff to previous 1.260
*** empty log message ***


Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Sat Oct 15 08:34:53 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.259: +5 -0 lines
Diff to previous 1.259
*** empty log message ***


Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Thu Oct 13 20:12:15 2005 UTC (18 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.258: +4 -0 lines
Diff to previous 1.258
*** empty log message ***


Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Sun Sep 25 06:11:45 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
CVS Tags: COREUTILS-5_90
Changes since 1.257: +5 -0 lines
Diff to previous 1.257
"touch -" now touches standard output.


Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Sat Sep 17 07:45:02 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.256: +4 -0 lines
Diff to previous 1.256
coreutils.texi (who invocation): Remove a stray '+'.


Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Thu Sep 15 19:56:35 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.255: +5 -0 lines
Diff to previous 1.255
uname -a no longer generates the -p and -i outputs if they are unknown.


Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 22:57:25 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.254: +2 -0 lines
Diff to previous 1.254
(uname invocation): Mention that Linux outputs "unknown" for -i and -p.


Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 22:09:25 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.253: +9 -0 lines
Diff to previous 1.253
Add date --rfc-3339.


Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Fri Sep 9 20:51:55 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.252: +5 -0 lines
Diff to previous 1.252
More nice fixes.


Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Thu Sep 8 06:52:09 2005 UTC (18 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.251: +6 -0 lines
Diff to previous 1.251
Use the phrase "niceness" instead of "nice value" to describe
the biased nice value that can go negative.  This corrects
a discrepancy with POSIX, which states that nice values are
nonnegative.


Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 08:41:24 2005 UTC (18 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.250: +5 -0 lines
Diff to previous 1.250
*** empty log message ***


Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Fri Aug 12 06:50:29 2005 UTC (18 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.249: +5 -0 lines
Diff to previous 1.249
*** empty log message ***


Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Tue Jul 19 07:35:51 2005 UTC (18 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.248: +5 -0 lines
Diff to previous 1.248
md5sum --check now accepts multiple input files.


Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Mon Jul 18 07:51:49 2005 UTC (18 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.247: +7 -0 lines
Diff to previous 1.247
Update true/false doc.


Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 21:55:32 2005 UTC (18 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.246: +5 -0 lines
Diff to previous 1.246
nohup no longer worries about POSIXLY_CORRECT.


Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Mon Jul 11 18:31:10 2005 UTC (18 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.245: +9 -0 lines
Diff to previous 1.245
Updates for cat and md5sum, for text vs binary.


Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Sun Jul 3 16:48:24 2005 UTC (18 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.244: +5 -0 lines
Diff to previous 1.244
*** empty log message ***


Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 08:05:54 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.243: +4 -0 lines
Diff to previous 1.243
*** empty log message ***


Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 15:00:35 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.242: +5 -0 lines
Diff to previous 1.242
*** empty log message ***


Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 13:39:54 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.241: +1 -0 lines
Diff to previous 1.241
*** empty log message ***


Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Sun Jun 19 13:37:41 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.240: +4 -0 lines
Diff to previous 1.240
*** empty log message ***


Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Fri Jun 17 13:12:21 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.239: +6 -0 lines
Diff to previous 1.239
*** empty log message ***


Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Thu Jun 16 09:16:25 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.238: +4 -0 lines
Diff to previous 1.238
*** empty log message ***


Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Tue Jun 7 06:41:18 2005 UTC (18 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.237: +4 -0 lines
Diff to previous 1.237
*** empty log message ***


Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Thu Jun 2 05:00:50 2005 UTC (18 years, 10 months ago) by eggert
Branch: MAIN
Changes since 1.236: +7 -0 lines
Diff to previous 1.236
Use "file name" when talking about file names, instead of "filename"
or "path", as per the GNU coding standards.


Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Wed May 11 20:25:01 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.235: +6 -0 lines
Diff to previous 1.235
* getdate.texi (General date syntax): Don't say that date
date --iso-8601=ns generates acceptable dates.


Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Fri May 6 17:57:45 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.234: +4 -0 lines
Diff to previous 1.234
* coreutils.texi (dd invocation): New flags "binary" and "text".


Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Wed May 4 17:23:38 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.233: +5 -0 lines
Diff to previous 1.233
chmod -w now complains if it differs from chmod a-w.


Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Mon May 2 18:41:53 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.232: +6 -0 lines
Diff to previous 1.232
ls --indicator-style=directory renamed to ls --indicator-style=slash.


Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 00:06:06 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.231: +18 -0 lines
Diff to previous 1.231
Log yesterday's changes.


Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 16:44:51 2005 UTC (19 years ago) by eggert
Branch: MAIN
Changes since 1.230: +19 -0 lines
Diff to previous 1.230
* coreutils.texi: Don't complain about head -10, etc.


Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 04:46:33 2005 UTC (19 years ago) by eggert
Branch: MAIN
Changes since 1.229: +9 -1 lines
Diff to previous 1.229
* coreutils.texi (install invocation): Use a= instead of 0 for
the point of departure for -m, and explain what it meeams.
(mkdir invocation, mkfifo invocation, mknod invocation):
The umask does not affect the point of departure.


Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 05:53:02 2005 UTC (19 years ago) by eggert
Branch: MAIN
Changes since 1.228: +5 -0 lines
Diff to previous 1.228
For consistency, standardize on "user ID" rather than "uid".


Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 11:57:02 2005 UTC (19 years ago) by meyering
Branch: MAIN
Changes since 1.227: +5 -0 lines
Diff to previous 1.227
*** empty log message ***


Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 05:00:40 2005 UTC (19 years ago) by eggert
Branch: MAIN
Changes since 1.226: +5 -0 lines
Diff to previous 1.226
Signal-handling cleanup motivated by core dumps in dd.


Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 22:20:31 2005 UTC (19 years ago) by eggert
Branch: MAIN
Changes since 1.225: +9 -0 lines
Diff to previous 1.225
Add examples to cat, chown, chgrp, basename, dirname.  Change ln examples
to match that format.


Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Sat Mar 26 18:43:30 2005 UTC (19 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.224: +4 -0 lines
Diff to previous 1.224
Clarify NUL vs null byte vs null character.


Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 00:46:29 2005 UTC (19 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.223: +4 -0 lines
Diff to previous 1.223
* coreutils.texi (nohup invocation): Clarify nohup.out creation.


Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Fri Mar 11 23:13:37 2005 UTC (19 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.222: +5 -0 lines
Diff to previous 1.222
* coreutils.texi (Formatting file timestamps): Very long timestamps
may be treated as errors.


Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Tue Mar 8 22:19:54 2005 UTC (19 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.221: +17 -0 lines
Diff to previous 1.221
Improve "date invocation" again.


Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 00:28:16 2005 UTC (19 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.220: +22 -0 lines
Diff to previous 1.220
* coreutils.texi: Adjust to match current strftime.c.


Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 18:25:47 2005 UTC (19 years, 3 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_3_0
Changes since 1.219: +5 -0 lines
Diff to previous 1.219
*** empty log message ***


Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 18:29:42 2005 UTC (19 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.218: +6 -0 lines
Diff to previous 1.218
*** empty log message ***


Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 22:08:29 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.217: +7 -0 lines
Diff to previous 1.217
* coreutils.texi: Fix minor problems in "ls" and "dircolors".


Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Sun Dec 12 07:25:01 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.216: +5 -0 lines
Diff to previous 1.216
* coreutils.texi (join invocation): Blank separators need quoting.


Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Sat Dec 11 00:09:29 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.215: +5 -0 lines
Diff to previous 1.215
* coreutils.texi (id invocation): -G also prints main group.


Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Thu Dec 9 17:51:23 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.214: +4 -0 lines
Diff to previous 1.214
ls now exits with status 1 if minor problem, 2 on serious trouble.


Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Wed Dec 8 22:26:53 2004 UTC (19 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.213: +5 -0 lines
Diff to previous 1.213
Add support for time zones like +HH:MM and UTC+HH:MM.


Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 14:23:51 2004 UTC (19 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.212: +5 -1 lines
Diff to previous 1.212
*** empty log message ***


Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 13:33:11 2004 UTC (19 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.211: +1 -11 lines
Diff to previous 1.211
*** empty log message ***


Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Sat Dec 4 13:32:53 2004 UTC (19 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.210: +15 -0 lines
Diff to previous 1.210
*** empty log message ***


Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Sat Nov 27 09:37:42 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.209: +8 -0 lines
Diff to previous 1.209
* coreutils.texi (du invocation): Minor cleanups.


Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 20:31:21 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.208: +9 -0 lines
Diff to previous 1.208
doc patches inspired by Debian coreutils 5.2.1-2.


Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 08:18:05 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.207: +5 -0 lines
Diff to previous 1.207
* getdate.texi (General date syntax): "next" is 1, not 2.


Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Tue Nov 16 07:49:15 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.206: +4 -0 lines
Diff to previous 1.206
* coreutils.texi (dd invocation): Reword the new dd message.


Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Mon Nov 15 06:50:44 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.205: +5 -0 lines
Diff to previous 1.205
dd now outputs total bytes, seconds, and bytes per second.


Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Wed Nov 3 17:39:23 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.204: +6 -0 lines
Diff to previous 1.204
* Makefile.am (_W, W_): New macros.


Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Fri Oct 29 23:46:23 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.203: +9 -0 lines
Diff to previous 1.203
Sync from gnulib (for getdate changes).


Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Thu Oct 28 07:51:25 2004 UTC (19 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.202: +9 -0 lines
Diff to previous 1.202
* coreutils.texi (Standards conformance): Use "head -10" rather
than "head -1".


Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 03:20:29 2004 UTC (19 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.201: +4 -0 lines
Diff to previous 1.201
* coreutils.texi (pathchk invocation): Options must precede operands.


Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 08:26:51 2004 UTC (19 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.200: +1 -1 lines
Diff to previous 1.200
*** empty log message ***


Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Mon Oct 18 06:33:20 2004 UTC (19 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.199: +9 -0 lines
Diff to previous 1.199
pathchk cleanups, gnulib merge


Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Fri Oct 15 19:31:26 2004 UTC (19 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.198: +5 -0 lines
Diff to previous 1.198
(printf invocation): Mention ISO/IEC 10646 as well as Unicode.


Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 23:05:08 2004 UTC (19 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.197: +5 -0 lines
Diff to previous 1.197
* coreutils.texi (sort invocation): Move LC_ALL, LC_COLLATE


Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 09:14:56 2004 UTC (19 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.196: +5 -0 lines
Diff to previous 1.196
(check-texinfo): Add `builtin' and `builtins' to the list of words to avoid.


Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 23:44:18 2004 UTC (19 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.195: +13 -0 lines
Diff to previous 1.195
* coreutils.texi (Special built-in utilities): New node.
Warn about env variable spelling.


Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Sun Sep 26 22:57:05 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.194: +4 -0 lines
Diff to previous 1.194
Add "ls --hide".


Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Fri Sep 24 23:35:13 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.193: +4 -0 lines
Diff to previous 1.193
"chmod -w file" doc


Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Thu Sep 23 20:27:15 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.192: +7 -0 lines
Diff to previous 1.192
Fix obsolete "tail" option description.


Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Tue Sep 21 05:56:21 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.191: +7 -0 lines
Diff to previous 1.191
* coreutils.texi (mv invocation, rm invocation): Say "the response
is affirmative" rather than "the response begins with y or Y".


Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Sun Sep 19 02:14:09 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.190: +6 -0 lines
Diff to previous 1.190
dd invocation fixes


Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 23:21:51 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.189: +1 -0 lines
Diff to previous 1.189
Document test -r, -w, -x more carefully.


Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 23:02:40 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.188: +5 -0 lines
Diff to previous 1.188
Revamp sort last-resort comparison description.


Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 04:15:32 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.187: +1 -0 lines
Diff to previous 1.187
Document that test -h and -L don't dereference.


Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Thu Sep 9 00:29:27 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.186: +12 -0 lines
Diff to previous 1.186
Mention option-reordering, particularly with tr.


Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Wed Sep 8 19:29:41 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.185: +5 -0 lines
Diff to previous 1.185
sort -u versus sort | uniq.


Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Mon Sep 6 07:47:21 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.184: +7 -0 lines
Diff to previous 1.184
Several od changes for POSIX and FreeBSD compatibility.


Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Mon Sep 6 01:03:29 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.183: +5 -0 lines
Diff to previous 1.183
Improve quoting doc.


Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Fri Sep 3 08:01:21 2004 UTC (19 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.182: +6 -0 lines
Diff to previous 1.182
dd conversion option cleanup.


Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Tue Aug 24 07:37:04 2004 UTC (19 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.181: +10 -0 lines
Diff to previous 1.181
POSIX-conformance fixes for "expand" and "unexpand".


Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Thu Aug 19 20:07:21 2004 UTC (19 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.180: +10 -0 lines
Diff to previous 1.180
Add support for "chown : file" and the like.
Also, fix a regression and some memory leaks.


Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 20:22:58 2004 UTC (19 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.179: +5 -0 lines
Diff to previous 1.179
* coreutils.texi (printf invocation): Clarify "printf".


Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 22:06:52 2004 UTC (19 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.178: +10 -0 lines
Diff to previous 1.178
POSIX-conformance fixes for "-" used as an operand.


Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 06:07:40 2004 UTC (19 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.177: +13 -2 lines
Diff to previous 1.177
Document portability and POSIX fixes for "nice".


Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Tue Jul 6 16:16:01 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.176: +5 -0 lines
Diff to previous 1.176
*** empty log message ***


Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 17:02:20 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.175: +8 -0 lines
Diff to previous 1.175
*** empty log message ***


Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 15:18:46 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.174: +3 -1 lines
Diff to previous 1.174
*** empty log message ***


Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Fri Jul 2 15:14:44 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.173: +53 -0 lines
Diff to previous 1.173
*** empty log message ***


Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 22:09:36 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.172: +5 -0 lines
Diff to previous 1.172
*** empty log message ***


Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Wed Jun 30 18:41:49 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.171: +12 -0 lines
Diff to previous 1.171
*** empty log message ***


Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 14:42:19 2004 UTC (19 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.170: +5 -0 lines
Diff to previous 1.170
*** empty log message ***


Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 14:40:51 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.169: +6 -0 lines
Diff to previous 1.169
*** empty log message ***


Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Mon Jun 7 08:21:10 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.168: +4 -0 lines
Diff to previous 1.168
*** empty log message ***


Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Sun Jun 6 19:31:46 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.167: +5 -0 lines
Diff to previous 1.167
*** empty log message ***


Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 21:23:42 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.166: +5 -0 lines
Diff to previous 1.166
*** empty log message ***


Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Wed Jun 2 08:35:27 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.165: +4 -0 lines
Diff to previous 1.165
*** empty log message ***


Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Tue Jun 1 12:47:37 2004 UTC (19 years, 10 months ago) by meyering
Branch: MAIN
Branch point for: acl
Changes since 1.164: +4 -0 lines
Diff to previous 1.164
*** empty log message ***


Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Mon May 17 12:07:30 2004 UTC (19 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.163: +5 -0 lines
Diff to previous 1.163
*** empty log message ***


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Fri May 14 07:33:23 2004 UTC (19 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.162: +5 -0 lines
Diff to previous 1.162
*** empty log message ***


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun May 9 19:43:27 2004 UTC (19 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.161: +1 -0 lines
Diff to previous 1.161
*** empty log message ***


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Sun May 9 19:42:23 2004 UTC (19 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.160: +4 -0 lines
Diff to previous 1.160
*** empty log message ***


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Mon Apr 26 15:38:16 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.159: +12 -0 lines
Diff to previous 1.159
*** empty log message ***


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 09:27:25 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.158: +3 -0 lines
Diff to previous 1.158
*** empty log message ***


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Mon Apr 12 09:22:08 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.157: +5 -0 lines
Diff to previous 1.157
*** empty log message ***


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 21:37:50 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.156: +4 -0 lines
Diff to previous 1.156
*** empty log message ***


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 15:35:46 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.155: +7 -0 lines
Diff to previous 1.155
*** empty log message ***


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Wed Apr 7 09:51:24 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.154: +4 -0 lines
Diff to previous 1.154
*** empty log message ***


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 16:24:29 2004 UTC (20 years ago) by meyering
Branch: MAIN
Changes since 1.153: +4 -0 lines
Diff to previous 1.153
*** empty log message ***


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 17:38:21 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.152: +4 -0 lines
Diff to previous 1.152
*** empty log message ***


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Wed Mar 24 15:12:14 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.151: +10 -0 lines
Diff to previous 1.151
*** empty log message ***


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Tue Mar 23 11:34:00 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.150: +5 -0 lines
Diff to previous 1.150
*** empty log message ***


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:27:37 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.149: +5 -0 lines
Diff to previous 1.149
*** empty log message ***


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sun Mar 21 18:48:21 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.148: +4 -0 lines
Diff to previous 1.148
*** empty log message ***


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Wed Mar 17 17:38:36 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.147: +22 -0 lines
Diff to previous 1.147
*** empty log message ***


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Mon Mar 15 13:03:19 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.146: +3 -0 lines
Diff to previous 1.146
*** empty log message ***


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Mon Mar 15 12:02:25 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.145: +5 -0 lines
Diff to previous 1.145
*** empty log message ***


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 17:53:57 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_2_1
Changes since 1.144: +4 -0 lines
Diff to previous 1.144
*** empty log message ***


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 09:51:30 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.143: +3 -0 lines
Diff to previous 1.143
*** empty log message ***


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Wed Mar 10 06:51:09 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.142: +6 -0 lines
Diff to previous 1.142
*** empty log message ***


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 07:53:24 2004 UTC (20 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.141: +6 -0 lines
Diff to previous 1.141
*** empty log message ***


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 15:37:54 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.140: +5 -0 lines
Diff to previous 1.140
*** empty log message ***


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 09:31:24 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.139: +8 -0 lines
Diff to previous 1.139
*** empty log message ***


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 18:17:31 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_2_0
Changes since 1.138: +5 -0 lines
Diff to previous 1.138
*** empty log message ***


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 11:22:18 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.137: +6 -0 lines
Diff to previous 1.137
(Formatting the file names):
Improve wording for --quoting-style documentation.
Suggestions by Bruno Haible.


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 08:42:43 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.136: +0 -6 lines
Diff to previous 1.136
*** empty log message ***


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 08:42:36 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.135: +11 -0 lines
Diff to previous 1.135
*** empty log message ***


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Feb 2 15:00:32 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_1_3
Changes since 1.134: +1 -1 lines
Diff to previous 1.134
.


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Mon Feb 2 13:20:55 2004 UTC (20 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.133: +7 -0 lines
Diff to previous 1.133
*** empty log message ***


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 12:53:29 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.132: +3 -0 lines
Diff to previous 1.132
*** empty log message ***


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Tue Jan 27 12:30:46 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.131: +4 -0 lines
Diff to previous 1.131
*** empty log message ***


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 22:13:33 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_1_2
Changes since 1.130: +15 -0 lines
Diff to previous 1.130
*** empty log message ***


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 07:53:22 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_1_1
Changes since 1.129: +5 -0 lines
Diff to previous 1.129
*** empty log message ***


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Jan 15 10:58:53 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.128: +8 -0 lines
Diff to previous 1.128
*** empty log message ***


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 21:49:58 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.127: +1 -0 lines
Diff to previous 1.127
.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 18:16:11 2004 UTC (20 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.126: +14 -0 lines
Diff to previous 1.126
*** empty log message ***


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 11:39:08 2003 UTC (20 years, 4 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_1_0
Changes since 1.125: +4 -0 lines
Diff to previous 1.125
.


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 08:37:41 2003 UTC (20 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.124: +9 -0 lines
Diff to previous 1.124
*** empty log message ***


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 07:52:48 2003 UTC (20 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.123: +9 -0 lines
Diff to previous 1.123
*** empty log message ***


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 10:58:20 2003 UTC (20 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.122: +7 -0 lines
Diff to previous 1.122
*** empty log message ***


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 12:42:09 2003 UTC (20 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.121: +10 -0 lines
Diff to previous 1.121
*** empty log message ***


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 07:43:07 2003 UTC (20 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.120: +5 -0 lines
Diff to previous 1.120
*** empty log message ***


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Wed Oct 8 17:53:28 2003 UTC (20 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.119: +6 -0 lines
Diff to previous 1.119
*** empty log message ***


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 20:15:40 2003 UTC (20 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.118: +4 -0 lines
Diff to previous 1.118
*** empty log message ***


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 20:30:47 2003 UTC (20 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.117: +5 -0 lines
Diff to previous 1.117
.


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 22:24:21 2003 UTC (20 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_0_91
Changes since 1.116: +9 -3 lines
Diff to previous 1.116
*** empty log message ***


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Mon Aug 18 09:46:12 2003 UTC (20 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.115: +6 -0 lines
Diff to previous 1.115
.


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 10:57:04 2003 UTC (20 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.114: +1 -1 lines
Diff to previous 1.114
.


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 09:52:37 2003 UTC (20 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.113: +5 -0 lines
Diff to previous 1.113
*** empty log message ***


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 22:38:50 2003 UTC (20 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.112: +6 -0 lines
Diff to previous 1.112
*** empty log message ***


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 20:33:48 2003 UTC (20 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.111: +5 -0 lines
Diff to previous 1.111
*** empty log message ***


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 19:38:34 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_0_90
Changes since 1.110: +5 -0 lines
Diff to previous 1.110
.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 10:15:14 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.109: +5 -0 lines
Diff to previous 1.109
*** empty log message ***


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 12:18:27 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.108: +4 -0 lines
Diff to previous 1.108
*** empty log message ***


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 09:29:15 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.107: +5 -0 lines
Diff to previous 1.107
*** empty log message ***


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sun Jul 20 11:19:12 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106
convert each 8-space prefix to a TAB


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Fri Jul 18 07:50:45 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.105: +6 -0 lines
Diff to previous 1.105
*** empty log message ***


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 06:39:54 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_0_1
Changes since 1.104: +5 -0 lines
Diff to previous 1.104
*** empty log message ***


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 09:38:07 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.103: +2 -0 lines
Diff to previous 1.103
*** empty log message ***


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 08:15:15 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.102: +6 -0 lines
Diff to previous 1.102
*** empty log message ***


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 20:16:41 2003 UTC (20 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.101: +6 -0 lines
Diff to previous 1.101
.


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 09:48:49 2003 UTC (20 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.100: +7 -0 lines
Diff to previous 1.100
*** empty log message ***


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 06:59:49 2003 UTC (20 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.99: +3 -2 lines
Diff to previous 1.99
*** empty log message ***


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 06:52:53 2003 UTC (20 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.98: +5 -0 lines
Diff to previous 1.98
*** empty log message ***


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Wed May 14 13:58:16 2003 UTC (20 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.97: +4 -0 lines
Diff to previous 1.97
*** empty log message ***


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Wed May 14 09:51:46 2003 UTC (20 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.96: +10 -0 lines
Diff to previous 1.96
.


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Tue May 13 12:42:16 2003 UTC (20 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.95: +0 -1 lines
Diff to previous 1.95
*** empty log message ***


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Tue May 13 12:42:13 2003 UTC (20 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.94: +9 -0 lines
Diff to previous 1.94
*** empty log message ***


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat May 10 06:27:08 2003 UTC (20 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.93: +5 -0 lines
Diff to previous 1.93
*** empty log message ***


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Mon Apr 21 18:00:49 2003 UTC (21 years ago) by meyering
Branch: MAIN
Changes since 1.92: +7 -0 lines
Diff to previous 1.92
*** empty log message ***


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 19:32:34 2003 UTC (21 years ago) by meyering
Branch: MAIN
Changes since 1.91: +3 -0 lines
Diff to previous 1.91
.


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 16:41:17 2003 UTC (21 years ago) by meyering
Branch: MAIN
Changes since 1.90: +4 -0 lines
Diff to previous 1.90
*** empty log message ***


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 15:22:28 2003 UTC (21 years ago) by meyering
Branch: MAIN
Changes since 1.89: +6 -0 lines
Diff to previous 1.89
*** empty log message ***


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Apr 2 18:19:56 2003 UTC (21 years ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-5_0
Changes since 1.88: +3 -0 lines
Diff to previous 1.88
*** empty log message ***


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Apr 1 22:16:15 2003 UTC (21 years ago) by meyering
Branch: MAIN
Changes since 1.87: +5 -0 lines
Diff to previous 1.87
*** empty log message ***


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 15:55:58 2003 UTC (21 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_12
Changes since 1.86: +1 -0 lines
Diff to previous 1.86
*** empty log message ***


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 13:59:17 2003 UTC (21 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.85: +5 -0 lines
Diff to previous 1.85
*** empty log message ***


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Thu Mar 13 13:16:04 2003 UTC (21 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_10, COREUTILS-4_5_11
Changes since 1.84: +5 -0 lines
Diff to previous 1.84
*** empty log message ***


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sun Mar 2 18:04:16 2003 UTC (21 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_9
Changes since 1.83: +5 -0 lines
Diff to previous 1.83
*** empty log message ***


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 12:24:32 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_8
Changes since 1.82: +1 -0 lines
Diff to previous 1.82
*** empty log message ***


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Fri Feb 21 08:27:09 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.81: +5 -0 lines
Diff to previous 1.81
*** empty log message ***


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 20:31:56 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_7
Changes since 1.80: +9 -0 lines
Diff to previous 1.80
*** empty log message ***


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Thu Feb 6 14:28:19 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.79: +5 -0 lines
Diff to previous 1.79
*** empty log message ***


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 20:40:04 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_6
Changes since 1.78: +3 -0 lines
Diff to previous 1.78
*** empty log message ***


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 20:37:29 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.77: +8 -0 lines
Diff to previous 1.77
*** empty log message ***


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 20:32:12 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.76: +0 -5 lines
Diff to previous 1.76
undo last change


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Wed Feb 5 20:29:17 2003 UTC (21 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.75: +5 -0 lines
Diff to previous 1.75
*** empty log message ***


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Sat Jan 25 16:31:35 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_5
Changes since 1.74: +5 -0 lines
Diff to previous 1.74
*** empty log message ***


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 13:49:41 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.73: +5 -1 lines
Diff to previous 1.73
*** empty log message ***


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri Jan 24 13:48:16 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.72: +7 -0 lines
Diff to previous 1.72
*** empty log message ***


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Sun Jan 19 08:52:25 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.71: +5 -0 lines
Diff to previous 1.71
*** empty log message ***


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Thu Jan 16 19:02:49 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.70: +9 -0 lines
Diff to previous 1.70
*** empty log message ***


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Wed Jan 15 13:09:04 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.69: +7 -0 lines
Diff to previous 1.69
*** empty log message ***


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Thu Jan 9 20:39:43 2003 UTC (21 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.68: +4 -0 lines
Diff to previous 1.68
*** empty log message ***


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 14:14:25 2002 UTC (21 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67
*** empty log message ***


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 13:31:18 2002 UTC (21 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
*** empty log message ***


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Dec 14 13:27:59 2002 UTC (21 years, 4 months ago) by meyering
Branch: MAIN
Changes since 1.65: +5 -0 lines
Diff to previous 1.65
*** empty log message ***


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Wed Nov 13 09:50:22 2002 UTC (21 years, 5 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_4
Changes since 1.64: +5 -0 lines
Diff to previous 1.64
*** empty log message ***


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 19:53:46 2002 UTC (21 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.63: +6 -0 lines
Diff to previous 1.63
*** empty log message ***


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 17:13:04 2002 UTC (21 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.62: +32 -32 lines
Diff to previous 1.62
use only my permanent address


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Wed Nov 6 10:37:29 2002 UTC (21 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.61: +6 -0 lines
Diff to previous 1.61
*** empty log message ***


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Nov 6 10:32:46 2002 UTC (21 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.60: +17 -0 lines
Diff to previous 1.60
*** empty log message ***


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Sep 13 09:31:32 2002 UTC (21 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_2, COREUTILS-4_5_3
Changes since 1.59: +2 -0 lines
Diff to previous 1.59
*** empty log message ***


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Fri Sep 13 08:51:27 2002 UTC (21 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.58: +5 -0 lines
Diff to previous 1.58
*** empty log message ***


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Aug 30 06:59:44 2002 UTC (21 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: COREUTILS-4_5_1
Changes since 1.57: +5 -0 lines
Diff to previous 1.57
*** empty log message ***


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri Aug 2 14:49:52 2002 UTC (21 years, 8 months ago) by meyering
Branch: MAIN
CVS Tags: SH-UTILS-2_0_14, SH-UTILS-2_0_15
Changes since 1.56: +4 -0 lines
Diff to previous 1.56
*** empty log message ***


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Jul 29 12:18:35 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.55: +9 -0 lines
Diff to previous 1.55
*** empty log message ***


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Wed Jul 24 08:33:27 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
CVS Tags: SH-UTILS-2_0_13, TEXTUTILS-2_1
Changes since 1.54: +5 -0 lines
Diff to previous 1.54
*** empty log message ***


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 19:58:34 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_11
Changes since 1.53: +6 -0 lines
Diff to previous 1.53
*** empty log message ***


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Tue Jul 16 06:53:00 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_10, TEXTUTILS-2_0_22
Changes since 1.52: +5 -0 lines
Diff to previous 1.52
.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 07:09:21 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.51: +7 -0 lines
Diff to previous 1.51
*** empty log message ***


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 15:35:29 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.50: +4 -0 lines
Diff to previous 1.50
*** empty log message ***


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Jul 3 08:44:34 2002 UTC (21 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.49: +5 -0 lines
Diff to previous 1.49
*** empty log message ***


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Wed Jun 26 07:38:23 2002 UTC (21 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.48: +5 -0 lines
Diff to previous 1.48
*** empty log message ***


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Fri Jun 21 15:21:49 2002 UTC (21 years, 10 months ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_9
Changes since 1.47: +4 -0 lines
Diff to previous 1.47
.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sat Jun 15 13:26:42 2002 UTC (21 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.46: +4 -0 lines
Diff to previous 1.46
*** empty log message ***


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Jun 3 11:07:02 2002 UTC (21 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.45: +5 -0 lines
Diff to previous 1.45
*** empty log message ***


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon May 27 20:05:16 2002 UTC (21 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.44: +6 -0 lines
Diff to previous 1.44
*** empty log message ***


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun May 26 15:29:17 2002 UTC (21 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.43: +4 -0 lines
Diff to previous 1.43
*** empty log message ***


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 21:57:52 2002 UTC (22 years ago) by meyering
Branch: MAIN
CVS Tags: SH-UTILS-2_0_12
Changes since 1.42: +4 -0 lines
Diff to previous 1.42
*** empty log message ***


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Apr 28 21:15:05 2002 UTC (22 years ago) by meyering
Branch: MAIN
Changes since 1.41: +5 -0 lines
Diff to previous 1.41
*** empty log message ***


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Apr 15 19:03:52 2002 UTC (22 years ago) by meyering
Branch: MAIN
Changes since 1.40: +5 -0 lines
Diff to previous 1.40
*** empty log message ***


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 12:40:43 2002 UTC (22 years ago) by meyering
Branch: MAIN
Changes since 1.39: +4 -0 lines
Diff to previous 1.39
*** empty log message ***


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Apr 8 09:39:19 2002 UTC (22 years ago) by meyering
Branch: MAIN
Changes since 1.38: +5 -0 lines
Diff to previous 1.38
*** empty log message ***


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 09:52:46 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_8
Changes since 1.37: +6 -0 lines
Diff to previous 1.37
*** empty log message ***


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Mar 6 08:56:50 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_7
Changes since 1.36: +6 -0 lines
Diff to previous 1.36
*** empty log message ***


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Mar 3 22:30:13 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_6
Changes since 1.35: +12 -0 lines
Diff to previous 1.35
*** empty log message ***


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Mar 2 17:36:04 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.34: +5 -0 lines
Diff to previous 1.34
*** empty log message ***


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 23:29:32 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.33: +1 -2 lines
Diff to previous 1.33
*** empty log message ***


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Mar 1 23:28:21 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.32: +6 -0 lines
Diff to previous 1.32
*** empty log message ***


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Feb 28 08:30:31 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.31: +5 -0 lines
Diff to previous 1.31
*** empty log message ***


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Feb 28 08:20:05 2002 UTC (22 years, 1 month ago) by meyering
Branch: MAIN
Changes since 1.30: +5 -0 lines
Diff to previous 1.30
*** empty log message ***


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 20:41:18 2002 UTC (22 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.29: +5 -0 lines
Diff to previous 1.29
*** empty log message ***


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 21:47:43 2002 UTC (22 years, 2 months ago) by meyering
Branch: MAIN
CVS Tags: TEXTUTILS-2_0_21
Changes since 1.28: +6 -0 lines
Diff to previous 1.28
*** empty log message ***


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 08:21:44 2002 UTC (22 years, 2 months ago) by meyering
Branch: MAIN
Changes since 1.27: +6 -1 lines
Diff to previous 1.27
*** empty log message ***


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 09:14:52 2002 UTC (22 years, 3 months ago) by meyering
Branch: MAIN
CVS Tags: TEXTUTILS-2_0_20
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
*** empty log message ***


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jan 16 23:14:24 2002 UTC (22 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.25: +7 -0 lines
Diff to previous 1.25
*** empty log message ***


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 22:33:09 2002 UTC (22 years, 3 months ago) by meyering
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 08:46:14 2001 UTC (22 years, 5 months ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_2, FILEUTILS-4_1_3, FILEUTILS-4_1_4, FILEUTILS-4_1_5, TEXTUTILS-2_0_17, TEXTUTILS-2_0_18, TEXTUTILS-2_0_19
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 09:29:42 2001 UTC (22 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.22: +5 -0 lines
Diff to previous 1.22
*** empty log message ***


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 5 10:12:06 2001 UTC (22 years, 5 months ago) by meyering
Branch: MAIN
Changes since 1.21: +7 -0 lines
Diff to previous 1.21
*** empty log message ***


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Oct 21 12:33:26 2001 UTC (22 years, 6 months ago) by meyering
Branch: MAIN
CVS Tags: FILEUTILS-4_1_1
Changes since 1.20: +4 -0 lines
Diff to previous 1.20
*** empty log message ***


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 10:24:13 2001 UTC (22 years, 6 months ago) by meyering
Branch: MAIN
Changes since 1.19: +9 -0 lines
Diff to previous 1.19
*** empty log message ***


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Sep 23 07:44:08 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
CVS Tags: TEXTUTILS-2_0_15, TEXTUTILS-2_0_16
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
*** empty log message ***


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 15:52:41 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.17: +5 -0 lines
Diff to previous 1.17
*** empty log message ***


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Sep 16 07:02:38 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.16: +5 -0 lines
Diff to previous 1.16
*** empty log message ***


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 07:31:25 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.15: +5 -0 lines
Diff to previous 1.15
*** empty log message ***


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 09:46:49 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.14: +11 -0 lines
Diff to previous 1.14
*** empty log message ***


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Sep 6 14:36:28 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.13: +6 -0 lines
Diff to previous 1.13
*** empty log message ***


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Aug 31 09:45:04 2001 UTC (22 years, 7 months ago) by meyering
Branch: MAIN
Changes since 1.12: +5 -0 lines
Diff to previous 1.12
*** empty log message ***


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 05:41:35 2001 UTC (22 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.11: +5 -0 lines
Diff to previous 1.11
*** empty log message ***


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 17:13:45 2001 UTC (22 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
*** empty log message ***


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Aug 25 17:13:30 2001 UTC (22 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
*** empty log message ***


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 24 07:58:21 2001 UTC (22 years, 8 months ago) by meyering
Branch: MAIN
Changes since 1.8: +5 -0 lines
Diff to previous 1.8
*** empty log message ***


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jul 14 13:09:40 2001 UTC (22 years, 9 months ago) by meyering
Branch: MAIN
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
*** empty log message ***


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 14:29:20 2001 UTC (22 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
*** empty log message ***


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 11:11:57 2001 UTC (22 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
*** empty log message ***


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 16 11:07:44 2001 UTC (22 years, 10 months ago) by meyering
Branch: MAIN
Changes since 1.4: +8 -0 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu May 24 21:58:45 2001 UTC (22 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu May 24 08:08:00 2001 UTC (22 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon May 21 12:38:25 2001 UTC (22 years, 11 months ago) by meyering
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1
.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon May 21 12:35:40 2001 UTC (22 years, 11 months ago) by meyering
Branch: MAIN
*** empty log message ***


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26