Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
coreutils (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Aug 31 2012 21:58:10 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH 00/22] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
[PATCH 01/22] maint: add our 'bootstrap_post_import_hook' function
,
Stefano Lattarini
,
2012/08/31
[PATCH 02/22] build: refactor how lists of coreutils programs are defined
,
Stefano Lattarini
,
2012/08/31
[PATCH 04/22] build: fix generation of manpages for programs not built by default
,
Stefano Lattarini
,
2012/08/31
[PATCH 05/22] maint: improve remake rules for maintainers
,
Stefano Lattarini
,
2012/08/31
[PATCH 06/22] maint: remove unused target 'install-root'
,
Stefano Lattarini
,
2012/08/31
[PATCH 07/22] maint: fix and simplify maintainer checks
,
Stefano Lattarini
,
2012/08/31
[PATCH 09/22] maint: update gitignore entries
,
Stefano Lattarini
,
2012/08/31
[PATCH 08/22] maint: fix one stray reference to src/Makefile.am
,
Stefano Lattarini
,
2012/08/31
[PATCH 03/22] build: don't use recursive make to build the 'src' subdirectory
,
Stefano Lattarini
,
2012/08/31
[PATCH 10/22] build: simplify: get rid of some indirection variables
,
Stefano Lattarini
,
2012/08/31
[PATCH 12/22] build: one less unneeded make variable
,
Stefano Lattarini
,
2012/08/31
[PATCH 11/22] build: simplify and make more portable to non-GNU make
,
Stefano Lattarini
,
2012/08/31
[PATCH 13/22] build: rename dist_man1_MANS -> man1_MANS
,
Stefano Lattarini
,
2012/08/31
[PATCH 14/22] build: simplify: get rid of yet some more indirection variables
,
Stefano Lattarini
,
2012/08/31
[PATCH 15/22] build: enhance man pages cleaning and dependencies
,
Stefano Lattarini
,
2012/08/31
[PATCH 16/22] build: $(mandeps): new, factors out man pages dependencies
,
Stefano Lattarini
,
2012/08/31
[PATCH 17/22] maint: simplify declaration of "libexec" programs
,
Stefano Lattarini
,
2012/08/31
[PATCH 18/22] maint: typofix in comments
,
Stefano Lattarini
,
2012/08/31
[PATCH 19/22] maint: fix quoting problem in configure.ac
,
Stefano Lattarini
,
2012/08/31
[PATCH 20/22] build: fix VPATH issues in C compilation
,
Stefano Lattarini
,
2012/08/31
[PATCH 22/22] maint: avoid distcheck failure by properly cleaning $(EXTRA_MANS)
,
Stefano Lattarini
,
2012/08/31
[PATCH 21/22] maint: port manpages generation to VPATH builds
,
Stefano Lattarini
,
2012/08/31
[PATCH] build: work with new glibc when not optimizing
,
Eric Blake
,
2012/08/31
Re: [PATCH] build: work with new glibc when not optimizing
,
Jim Meyering
,
2012/08/31
Re: [PATCH] build: work with new glibc when not optimizing
,
Eric Blake
,
2012/08/31
[PATCH] scripts: allow user-specified make program in 'autotools-install'
,
Stefano Lattarini
,
2012/08/31
[PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
[PATCH 1/6] maint: add our 'bootstrap_post_import_hook' function
,
Stefano Lattarini
,
2012/08/31
[PATCH 6/6] maint: remove unused target 'install-root'
,
Stefano Lattarini
,
2012/08/31
[PATCH 4/6] build: fix generation of manpages for programs not built by default
,
Stefano Lattarini
,
2012/08/31
[PATCH 3/6] build: don't use recursive make to build the 'src' subdirectory
,
Stefano Lattarini
,
2012/08/31
[PATCH 5/6] maint: improve remake rules for maintainers
,
Stefano Lattarini
,
2012/08/31
[PATCH 2/6] build: refactor how lists of coreutils programs are defined
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH 0/6] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
[PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 1/9] maint: add our 'bootstrap_post_import_hook' function
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 3/9] build: don't use recursive make to build the 'src' subdirectory
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 2/9] build: refactor how lists of coreutils programs are defined
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 4/9] build: fix generation of manpages for programs not built by default
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 7/9] maint: fix and simplify maintainer checks
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 6/9] maint: remove unused target 'install-root'
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 5/9] maint: improve remake rules for maintainers
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 8/9] maint: fix one stray reference to src/Makefile.am
,
Stefano Lattarini
,
2012/08/31
[PATCH v2 9/9] maint: update gitignore entries
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Jim Meyering
,
2012/08/31
Re: [PATCH v2 0/9] Patches to avoid use of make recursion in the 'src/' subdir
,
Stefano Lattarini
,
2012/08/31
[PATCH] maint: make required gettext version consistent
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH] maint: make required gettext version consistent
,
Jim Meyering
,
2012/08/31
Re: [PATCH] maint: make required gettext version consistent
,
Jim Meyering
,
2012/08/31
Re: [PATCH] maint: make required gettext version consistent
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH] maint: make required gettext version consistent
,
Jim Meyering
,
2012/08/31
Re: [PATCH] maint: make required gettext version consistent
,
Jim Meyering
,
2012/08/31
[PATCH] scripts: add autotools-install, for those stuck with outdated tools
,
Jim Meyering
,
2012/08/31
Re: [PATCH] scripts: add autotools-install, for those stuck with outdated tools
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH] scripts: add autotools-install, for those stuck with outdated tools
,
Jim Meyering
,
2012/08/31
Re: [PATCH] scripts: add autotools-install, for those stuck with outdated tools
,
Stefano Lattarini
,
2012/08/31
[PATCH] maint: fixup: don't distribute a non-existent file
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH] maint: fixup: don't distribute a non-existent file
,
Jim Meyering
,
2012/08/31
Re: [PATCH] maint: fixup: don't distribute a non-existent file
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH] maint: fixup: don't distribute a non-existent file
,
Jim Meyering
,
2012/08/31
Re: [PATCH] maint: fixup: don't distribute a non-existent file
,
Stefano Lattarini
,
2012/08/31
[PATCH 0/7] Minor cleanup and refactoring.
,
Stefano Lattarini
,
2012/08/30
[PATCH 1/7] build: move definition of 'all_programs' in cfg.mk
,
Stefano Lattarini
,
2012/08/30
[PATCH 2/7] build: some refactorings in cfg.mk
,
Stefano Lattarini
,
2012/08/30
[PATCH 5/7] maint: more uses of $(ASSORT)
,
Stefano Lattarini
,
2012/08/30
[PATCH 4/7] maint: remove unused variable in src/Makefile.am
,
Stefano Lattarini
,
2012/08/30
[PATCH 7/7] maint: get rid of obsolete script 'cvsu'
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 7/7] maint: get rid of obsolete script 'cvsu'
,
Jim Meyering
,
2012/08/31
[PATCH 6/7] build: don't use '$<' in non-suffix rules
,
Stefano Lattarini
,
2012/08/30
[PATCH 3/7] build: don't use foo_LDADD if there's no foo program
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 0/7] Minor cleanup and refactoring.
,
Jim Meyering
,
2012/08/31
Re: [PATCH 0/7] Minor cleanup and refactoring.
,
Jim Meyering
,
2012/08/31
physmem: a new program to report memory information
,
Assaf Gordon
,
2012/08/30
Re: physmem: a new program to report memory information
,
Pádraig Brady
,
2012/08/31
[PATCH] build: enable the 'subdir-objects' Automake option globally
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH] build: enable the 'subdir-objects' Automake option globally
,
Jim Meyering
,
2012/08/30
Re: [PATCH] build: enable the 'subdir-objects' Automake option globally
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH] build: enable the 'subdir-objects' Automake option globally
,
Jim Meyering
,
2012/08/30
Re: [PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by
,
Jim Meyering
,
2012/08/30
Re: [PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by
,
Jim Meyering
,
2012/08/30
Re: [PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by
,
Jim Meyering
,
2012/08/30
[PATCH 0/7] Reorganization of the coreutils test harness
,
Stefano Lattarini
,
2012/08/30
[PATCH 1/7] tests: merge tests/check.mk into tests/Makefile.am
,
Stefano Lattarini
,
2012/08/30
[PATCH 2/7] tests: prefer AM_TESTS_ENVIRONMENT over TESTS_ENVIRONMENT
,
Stefano Lattarini
,
2012/08/30
[PATCH 4/7] tests: avoid use of '-T' in shebang line to enable perl taint mode
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 4/7] tests: avoid use of '-T' in shebang line to enable perl taint mode
,
Jim Meyering
,
2012/08/30
Re: [PATCH 4/7] tests: avoid use of '-T' in shebang line to enable perl taint mode
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 4/7] tests: avoid use of '-T' in shebang line to enable perl taint mode
,
Jim Meyering
,
2012/08/30
[PATCH 7/7] tests: get rid of the 'shell-or-perl' auxiliary script
,
Stefano Lattarini
,
2012/08/30
[PATCH 3/7] build: require Automake >= 1.11.6
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Jim Meyering
,
2012/08/30
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Bernhard Voelker
,
2012/08/30
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Jim Meyering
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Bernhard Voelker
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Jim Meyering
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Bernhard Voelker
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Jim Meyering
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Bernhard Voelker
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Erik Auerswald
,
2012/08/31
Re: [PATCH 3/7] build: require Automake >= 1.11.6
,
Jim Meyering
,
2012/08/31
[PATCH 5/7] tests: detect missing perl at configure runtime
,
Stefano Lattarini
,
2012/08/30
[PATCH 6/7] tests: add .sh and .pl suffixes to shell and perl tests, respectively
,
Stefano Lattarini
,
2012/08/30
[PATCH] scripts: git commit message hook: prohibit use of "Signed-off-by:"
,
Jim Meyering
,
2012/08/30
[PATCH] tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONMENT
,
Stefano Lattarini
,
2012/08/29
Re: [PATCH] tests: remove useless defn of REPLACE_GETCWD from TESTS_ENVIRONMENT
,
Jim Meyering
,
2012/08/30
[PATCH] tests: misc/sort-exit-early: do not run as root.
,
Nick Alcock
,
2012/08/29
Re: [PATCH] tests: misc/sort-exit-early: do not run as root.
,
Pádraig Brady
,
2012/08/29
Re: [PATCH] tests: misc/sort-exit-early: do not run as root.
,
Jim Meyering
,
2012/08/30
Re: [PATCH] tests: misc/sort-exit-early: do not run as root.
,
Nick Alcock
,
2012/08/30
[PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/29
[PATCH 02/22] maint: slightly improve .gitignore
,
Stefano Lattarini
,
2012/08/29
[PATCH 01/22] build: don't abuse Automake internals (with its 'check-am' rule)
,
Stefano Lattarini
,
2012/08/29
[PATCH 03/22] build: add extra *.texi files to coreutils_TEXINFOS, not EXTRA_DIST
,
Stefano Lattarini
,
2012/08/29
[PATCH 04/22] build: prefer '$(top_srcdir)/doc' over '$(srcdir)' in doc Makefile
,
Stefano Lattarini
,
2012/08/29
[PATCH 05/22] build: use 'check-local' to extend the 'check' target
,
Stefano Lattarini
,
2012/08/29
[PATCH 06/22] build: don't use recursive make to build the 'doc' subdirectory
,
Stefano Lattarini
,
2012/08/29
[PATCH 09/22] build: add an explicative comment
,
Stefano Lattarini
,
2012/08/29
[PATCH 07/22] build: don't define $(SUFFIXES) explicitly
,
Stefano Lattarini
,
2012/08/29
[PATCH 08/22] maint: simplify definition of $MAN in configure.ac
,
Stefano Lattarini
,
2012/08/29
[PATCH 10/22] build: fix a stray usage of uninitialized $(ME)
,
Stefano Lattarini
,
2012/08/29
[PATCH 12/22] maint: typofix: s/it's/its/
,
Stefano Lattarini
,
2012/08/29
[PATCH 11/22] build: rename common_dep -> mandep in man/Makefile
,
Stefano Lattarini
,
2012/08/29
[PATCH 14/22] build: make some rule less dependent of exact source tree layout
,
Stefano Lattarini
,
2012/08/29
[PATCH 13/22] build: rely on VPATH capabilities in man/Makefile
,
Stefano Lattarini
,
2012/08/29
[PATCH 15/22] build: convenience target 'all_programs' at top-level
,
Stefano Lattarini
,
2012/08/29
[PATCH 16/22] build: rework some recipes in main/Makefile.am, for future changes
,
Stefano Lattarini
,
2012/08/29
[PATCH 18/22] maint: move man-related syntax checks in cfg.mk
,
Stefano Lattarini
,
2012/08/29
[PATCH 20/22] maint: adjust syntax check 'sc_option_desc_uppercase'
,
Stefano Lattarini
,
2012/08/29
[PATCH 19/22] maint: adjust syntax check 'check-x-vs-1'
,
Stefano Lattarini
,
2012/08/29
[PATCH 17/22] build: don't use recursive make to build the 'man' subdirectory
,
Stefano Lattarini
,
2012/08/29
[PATCH 22/22] maint: update gitignore entries
,
Stefano Lattarini
,
2012/08/29
[PATCH 21/22] build: remove redundant indirection with variable '$(doc_srcdir)'
,
Stefano Lattarini
,
2012/08/29
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/29
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Bob Proulx
,
2012/08/31
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Jim Meyering
,
2012/08/31
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/31
Re: [PATCH 00/22] Towards a non-recursive build system for coreutils?
,
Stefano Lattarini
,
2012/08/30
sort: new feature: use environment variable to set buffer size
,
Assaf Gordon
,
2012/08/29
Re: sort: new feature: use environment variable to set buffer size
,
Pádraig Brady
,
2012/08/29
Re: sort: new feature: use environment variable to set buffer size
,
Jim Meyering
,
2012/08/30
Re: sort: new feature: use environment variable to set buffer size
,
Assaf Gordon
,
2012/08/30
`readlink -f` and trailing slash
,
Todd Partridge
,
2012/08/28
Re: `readlink -f` and trailing slash
,
Eric Blake
,
2012/08/29
Re: `readlink -f` and trailing slash
,
Bernhard Voelker
,
2012/08/29
[PATCH 1/3] tests: don't require @acronym{...} around POSIX
,
Jim Meyering
,
2012/08/26
[PATCH] df: allow translators to reorder "1K-blocks" header
,
Nguyễn Thái Ngọc Duy
,
2012/08/26
Re: [PATCH] df: allow translators to reorder "1K-blocks" header
,
Jim Meyering
,
2012/08/26
comm: use numeric sort (optionally)
,
Sam Steingold
,
2012/08/22
Re: comm: use numeric sort (optionally)
,
Pádraig Brady
,
2012/08/22
[PATCH] tests: correct print_ver_ arguments
,
Bernhard Voelker
,
2012/08/22
Re: [PATCH] tests: correct print_ver_ arguments
,
Jim Meyering
,
2012/08/22
Re: [PATCH] tests: correct print_ver_ arguments
,
Bernhard Voelker
,
2012/08/22
Re: [PATCH] tests: correct print_ver_ arguments
,
Jim Meyering
,
2012/08/22
Re: [PATCH] tests: correct print_ver_ arguments
,
Bernhard Voelker
,
2012/08/22
Re: [PATCH] tests: correct print_ver_ arguments
,
Jim Meyering
,
2012/08/22
Premature removal of su from coreutils
,
Philipp Thomas
,
2012/08/21
Re: Premature removal of su from coreutils
,
Pádraig Brady
,
2012/08/21
Re: removing "su" from coreutils [Re: Fwd: [PULL] su
,
Pádraig Brady
,
2012/08/20
Re: removing "su" from coreutils [Re: Fwd: [PULL] su
,
Karel Zak
,
2012/08/20
coreutils-8.19 released (fixes sort -u data loss bugs)
,
Jim Meyering
,
2012/08/20
[PATCH] tests: avoid split/filter test failure on very low-mem system
,
Jim Meyering
,
2012/08/19
new snapshot available: coreutils-8.18.10-46444
,
Jim Meyering
,
2012/08/18
Re: new snapshot available: coreutils-8.18.10-46444
,
Jim Meyering
,
2012/08/19
fix a few nits
,
Jim Meyering
,
2012/08/16
[PATCH 3/3] tests: reverse args in Coreutils.pm-invoked diff, for consistency
,
Jim Meyering
,
2012/08/16
[PATCH 1/3] maint: fix comment grammar to placate make syntax-check
,
Jim Meyering
,
2012/08/16
[PATCH 2/3] maint: correct a stale comment in sort.c
,
Jim Meyering
,
2012/08/16
df command should suppress duplicates
,
Ondrej Oprala
,
2012/08/15
Re: df command should suppress duplicates
,
Bernhard Voelker
,
2012/08/16
Re: df command should suppress duplicates
,
Ondrej Oprala
,
2012/08/16
Fixing default ACL behavior
,
Michael Orlitzky
,
2012/08/14
Re: [PATCH] rm: new option (-d) to remove empty directories
,
Krzysztof Goj
,
2012/08/13
Re: [PATCH] rm: new option (-d) to remove empty directories
,
Jim Meyering
,
2012/08/14
Re: [PATCH] rm: new option (-d) to remove empty directories
,
Krzysztof Goj
,
2012/08/14
Re: [PATCH] rm: new option (-d) to remove empty directories
,
Jim Meyering
,
2012/08/15
Message template for coreutils-8.18 missing
,
Philipp Thomas
,
2012/08/13
coreutils-8.18 released [stable]
,
Jim Meyering
,
2012/08/12
Various tests give illusory results
,
Ondrej Oprala
,
2012/08/09
Re: Various tests give illusory results
,
Bernhard Voelker
,
2012/08/10
Re: Various tests give illusory results
,
Ondrej Oprala
,
2012/08/14
Re: Various tests give illusory results
,
Bernhard Voelker
,
2012/08/14
Re: Various tests give illusory results
,
Ondrej Oprala
,
2012/08/14
Re: Various tests give illusory results
,
Jim Meyering
,
2012/08/14
Re: Various tests give illusory results
,
Ondrej Oprala
,
2012/08/15
Re: Various tests give illusory results
,
Jim Meyering
,
2012/08/15
using dd to prepare a file to be written to memory blocks(remove padding)
,
Justin Mattock
,
2012/08/08
Re: using dd to prepare a file to be written to memory blocks(remove padding)
,
Pádraig Brady
,
2012/08/08
Re: using dd to prepare a file to be written to memory blocks(remove padding)
,
Justin Mattock
,
2012/08/08
Re: using dd to prepare a file to be written to memory blocks(remove padding)
,
Jann Horn
,
2012/08/09
Re: using dd to prepare a file to be written to memory blocks(remove padding)
,
Justin P. Mattock
,
2012/08/09
Re: using dd to prepare a file to be written to memory blocks(remove padding)
,
ohav chochmah
,
2012/08/09
new snapshot available: coreutils-8.17.70-1bacb4
,
Jim Meyering
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Pádraig Brady
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Jim Meyering
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Bernhard Voelker
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Jim Meyering
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Bernhard Voelker
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Pádraig Brady
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Bernhard Voelker
,
2012/08/08
Re: new snapshot available: coreutils-8.17.70-1bacb4
,
Jim Meyering
,
2012/08/08
[PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Bernhard Voelker
,
2012/08/09
Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Bernhard Voelker
,
2012/08/14
Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Jim Meyering
,
2012/08/14
Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Bernhard Voelker
,
2012/08/14
Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Jim Meyering
,
2012/08/14
Re: [PATCH] df: fail when the mount list cannot be read but is needed [was: new snapshot available: coreutils-8.17.70-1bacb4]
,
Bernhard Voelker
,
2012/08/14
du bogus warning with bind mounts
,
Ondrej Oprala
,
2012/08/08
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/08
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/09
Re: du bogus warning with bind mounts
,
Ondrej Oprala
,
2012/08/09
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/09
Re: du bogus warning with bind mounts
,
Ondrej Oprala
,
2012/08/09
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/17
Re: du bogus warning with bind mounts
,
Ondrej Oprala
,
2012/08/15
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/17
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/17
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/17
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/20
Re: du bogus warning with bind mounts
,
Ondrej Oprala
,
2012/08/21
Re: du bogus warning with bind mounts
,
Jim Meyering
,
2012/08/21
cp preserves mode with --no-preserve=mode
,
Ondrej Oprala
,
2012/08/06
Re: cp preserves mode with --no-preserve=mode
,
Jim Meyering
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Pádraig Brady
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Jim Meyering
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Ondrej Oprala
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Bernhard Voelker
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Jim Meyering
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Ondrej Oprala
,
2012/08/07
Re: cp preserves mode with --no-preserve=mode
,
Bernhard Voelker
,
2012/08/07
RFC: enable potential checksum output buffering improvements
,
Pádraig Brady
,
2012/08/05
[PATCH] wc,*sum: indicate potentially more performant buffering
,
Pádraig Brady
,
2012/08/05
[PATCH] tests: printf-surprise: avoid unwarranted failure on FreeBSD 9.0
,
Jim Meyering
,
2012/08/05
Re: coreutils-8.15.74-be17e3 build failure on FreeBSD 9.0 x86
,
Jim Meyering
,
2012/08/05
[PATCH] truncate: don't leak a file descriptor with --ref=PIPE
,
Jim Meyering
,
2012/08/04
Re: [PATCH] truncate: don't leak a file descriptor with --ref=PIPE
,
Pádraig Brady
,
2012/08/04
Re: [PATCH] truncate: don't leak a file descriptor with --ref=PIPE
,
Jim Meyering
,
2012/08/04
Re: [PATCH] truncate: don't leak a file descriptor with --ref=PIPE
,
Pádraig Brady
,
2012/08/04
Re: [PATCH] truncate: don't leak a file descriptor with --ref=PIPE
,
Jim Meyering
,
2012/08/04
[PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Bernhard Voelker
,
2012/08/03
Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Pádraig Brady
,
2012/08/04
Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Jim Meyering
,
2012/08/04
Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Pádraig Brady
,
2012/08/04
Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Jim Meyering
,
2012/08/04
Re: [PATCH] df: fix exit code and ensure printing "unprocessed" msg when totaling
,
Bernhard Voelker
,
2012/08/05
[PATCH] tail: do not let failed lseek cause immediate exit
,
Jim Meyering
,
2012/08/03
[PATCH] tests: avoid FP ulimit failure with valgrind-wrapped tools
,
Jim Meyering
,
2012/08/03
Re: [PATCH] tests: avoid FP ulimit failure with valgrind-wrapped tools
,
Jim Meyering
,
2012/08/04
[PATCH] split: plug a nominal leak
,
Jim Meyering
,
2012/08/03
Re: [PATCH] split: plug a nominal leak
,
Pádraig Brady
,
2012/08/03
Re: [PATCH] split: plug a nominal leak
,
Jim Meyering
,
2012/08/04
Re: [PATCH] split: plug a nominal leak
,
Pádraig Brady
,
2012/08/04
[PATCH] tail: avoid rare error-path FD leak
,
Jim Meyering
,
2012/08/02
Re: [PATCH] tail: avoid rare error-path FD leak
,
Pádraig Brady
,
2012/08/02
Re: [PATCH] tail: avoid rare error-path FD leak
,
Jim Meyering
,
2012/08/02
expr: expr 3 \* 4 -> expr 3 x 4 ?
,
Jari Vuoksenranta
,
2012/08/01
Re: expr: expr 3 \* 4 -> expr 3 x 4 ?
,
Eric Blake
,
2012/08/01
Re: Bug#682969: timeout 20 /usr/sbin/ntpd -g -q gives wrong return code
,
Goswin von Brederlow
,
2012/08/01
coreutils-8.18: ready for release?
,
Jim Meyering
,
2012/08/01
Re: coreutils-8.18: ready for release?
,
Jim Meyering
,
2012/08/01
Re: coreutils-8.18: ready for release?
,
Pádraig Brady
,
2012/08/01
Re: RFE: hash-type in sum utils
,
Jim Meyering
,
2012/08/01
Re: RFE: hash-type in sum utils
,
Ondrej Oprala
,
2012/08/02
Re: RFE: hash-type in sum utils
,
Ondrej Oprala
,
2012/08/22
Re: RFE: hash-type in sum utils
,
Jim Meyering
,
2012/08/22
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/22
Re: RFE: hash-type in sum utils
,
Eric Blake
,
2012/08/22
Re: RFE: hash-type in sum utils
,
Jim Meyering
,
2012/08/22
Re: RFE: hash-type in sum utils
,
Ondrej Oprala
,
2012/08/23
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/23
Re: RFE: hash-type in sum utils
,
Ondrej Oprala
,
2012/08/23
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/23
Re: RFE: hash-type in sum utils
,
Ondrej Oprala
,
2012/08/23
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/24
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/24
Re: RFE: hash-type in sum utils
,
Pádraig Brady
,
2012/08/24
Re: sort -V and accents
,
Jim Meyering
,
2012/08/01
Re: sort -V and accents
,
Pierre-Jean
,
2012/08/01
Re: sort -V and accents
,
Eric Blake
,
2012/08/01
Re: sort -V and accents
,
Pierre-Jean
,
2012/08/01
Re: sort -V and accents
,
Jim Meyering
,
2012/08/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc