SHA256
1
0
forked from pool/coreutils

Commit Graph

  • 7cb32ebe33 Updating link to change in openSUSE:Factory/coreutils revision 58.0 OBS User buildservice-autocommit 2011-04-15 18:12:27 +00:00
  • 815244e381 Accepting request 67545 from Base:System Marcus Rueckert 2011-04-15 18:12:13 +00:00
  • bd4b144bf7 generated via source service OBS User _service 2011-04-15 14:49:32 +00:00
  • 9d1d687974 - Update to 8.11: * Bug fixes Philipp Thomas 2011-04-15 14:49:23 +00:00
  • 67203158cf generated via source service OBS User _service 2011-04-06 10:05:28 +00:00
  • f19a02ccbe Modified via webui Philipp Thomas 2011-04-06 10:05:19 +00:00
  • e7798bd2db generated via source service OBS User _service 2011-04-05 13:15:07 +00:00
  • c0a3b320ba - Adapt coreutils-testsuite.spec to changes in patches. Philipp Thomas 2011-04-05 13:15:05 +00:00
  • 1aa6c6309a generated via source service OBS User _service 2011-04-05 10:41:59 +00:00
  • 8c9ae2e2ee - Remove unneeded split_suffix patch. Philipp Thomas 2011-04-05 10:41:52 +00:00
  • e7a9719a8c generated via source service OBS User _service 2011-04-04 14:16:27 +00:00
  • d51035ad4f - Remove the last patch as it isn't needed. It was an old patch that removed the documentation for both hostname and hostid. I've modified that to only remove the hostname documentation. Philipp Thomas 2011-04-04 14:16:21 +00:00
  • f015ba3e75 Autobuild autoformatter for 65763 Sascha Peilicke 2011-04-01 14:48:50 +00:00
  • a30c0ec113 Updating link to change in openSUSE:Factory/coreutils revision 56.0 OBS User buildservice-autocommit 2011-04-01 14:48:50 +00:00
  • d9026b7a95 Accepting request 65763 from Base:System Sascha Peilicke 2011-04-01 14:48:36 +00:00
  • e5d1f0598e generated via source service OBS User _service 2011-04-01 13:36:11 +00:00
  • 3d239bfe49 - Remove obsolete and unused german translation. Philipp Thomas 2011-04-01 13:36:03 +00:00
  • ca2ced524a generated via source service OBS User _service 2011-04-01 12:50:06 +00:00
  • 387bb85a8e - Readd documentation of hostname and hostid to texinfo documentation. Philipp Thomas 2011-04-01 12:49:59 +00:00
  • fd50bf498c Autobuild autoformatter for 60526 Ruediger Oertel 2011-02-18 12:41:06 +00:00
  • 4e3b89385d Updating link to change in openSUSE:Factory/coreutils revision 54.0 OBS User buildservice-autocommit 2011-02-18 12:41:06 +00:00
  • 00a9562ffe Accepting request 60526 from Base:System Ruediger Oertel 2011-02-18 12:40:57 +00:00
  • 0237919393 generated via source service OBS User _service 2011-02-10 16:07:35 +00:00
  • 25c036ae9b - Fix i18n patch for join. Philipp Thomas 2011-02-10 16:07:27 +00:00
  • 73a1df795d generated via source service OBS User _service 2011-02-10 13:38:00 +00:00
  • dd0fb52757 - Add upstream patch that fixes a segfault in cut. - Add upstream patch to fix sparse fiemap tests. Philipp Thomas 2011-02-10 13:37:51 +00:00
  • 684f50643c generated via source service OBS User _service 2011-02-10 10:52:28 +00:00
  • 4388b70b89 Remove the tarball, fix service Philipp Thomas 2011-02-10 10:52:21 +00:00
  • c5c2b7cf88 generated via source service OBS User _service 2011-02-10 10:50:36 +00:00
  • a545111d8c - Update to 8.10: * Bug fixes - du would abort with a failed assertion when two conditions are met: part of the hierarchy being traversed is moved to a higher level in the directory tree, and there is at least one more command line directory argument following the one containing the moved sub-tree. [bug introduced in coreutils-5.1.0] - join --header now skips the ordering check for the first line even if the other file is empty. [bug introduced in coreutils-8.5] - rm -f no longer fails for EINVAL or EILSEQ on file systems that reject file names invalid for that file system. - uniq -f NUM no longer tries to process fields after end of line. [bug introduced in coreutils-7.0] * New features - cp now copies sparse files efficiently on file systems with FIEMAP support (ext4, btrfs, xfs, ocfs2). Before, it had to read 2^20 bytes when copying a 1MiB sparse file. Now, it copies bytes only for the non-sparse sections of a file. Similarly, to induce a hole in the output file, it had to detect a long sequence of zero bytes. Now, it knows precisely where each hole in an input file is, and can reproduce them efficiently in the output file. mv also benefits when it resorts to copying, e.g., between file systems. - join now supports -o 'auto' which will automatically infer the output format from the first line in each file, to ensure the same number of fields are output for each line. * Changes in behavior - join no longer reports disorder when one of the files is empty. Philipp Thomas 2011-02-10 10:50:29 +00:00
  • bba3cd0802 Accepting request 10077 from home:llunak:virtuoso Marcus Rueckert 2011-01-14 13:58:48 +00:00
  • 802e1a9b2a Updating link to change in openSUSE:Factory/coreutils revision 51.0 OBS User buildservice-autocommit 2011-01-14 13:58:48 +00:00
  • f0069e9572 generated via source service OBS User _service 2011-01-10 14:00:50 +00:00
  • b5b7dff385 prepare_spec Stephan Kulow 2011-01-10 14:00:43 +00:00
  • 41a367e4cd Autobuild autoformatter for 57153 Berthold Gunreben 2011-01-07 08:34:54 +00:00
  • ea32df477f Accepting request 57153 from Base:System Berthold Gunreben 2011-01-07 08:34:48 +00:00
  • 5f159dea2d generated via source service OBS User _service 2011-01-05 13:32:04 +00:00
  • 921495db7a - Update to 8.9: Bug fixes split no longer creates files with a suffix length that is dependent on the number of bytes or lines per file. [bug introduced in coreutils-8.8] Philipp Thomas 2011-01-05 13:31:58 +00:00
  • 4f07b6c990 generated via source service OBS User _service 2011-01-03 19:39:12 +00:00
  • c09ae1bc93 - Update to 8.8. Changes since 8.6: ** Bug fixes cp -u no longer does unnecessary copying merely because the source has finer-grained time stamps than the destination. od now prints floating-point numbers without losing information, and it no longer omits spaces between floating-point columns in some cases. sort -u with at least two threads could attempt to read through a corrupted pointer. [bug introduced in coreutils-8.6] sort with at least two threads and with blocked output would busy-loop (spinlock) all threads, often using 100% of available CPU cycles to do no work. I.e., "sort < big-file | less" could waste a lot of power. [bug introduced in coreutils-8.6] sort with at least two threads no longer segfaults due to use of pointers into the stack of an expired thread. [bug introduced in coreutils-8.6] sort --compress no longer mishandles subprocesses' exit statuses, no longer hangs indefinitely due to a bug in waiting for subprocesses, and no longer generates many more than NMERGE subprocesses. sort -m -o f f ... f no longer dumps core when file descriptors are limited. csplit no longer corrupts heap when writing more than 999 files, nor does it leak memory for every chunk of input processed [the bugs were present in the initial implementation] tail -F once again notices changes in a currently unavailable remote directory [bug introduced in coreutils-7.5] ** Changes in behavior sort will not create more than 8 threads by default due to diminishing performance gains. Also the --parallel option is no longer restricted to the number of available processors. cp --attributes-only now completely overrides --reflink. Previously a reflink was needlessly attempted. Philipp Thomas 2011-01-03 19:39:07 +00:00
  • bdfd30b9a0 generated via source service OBS User _service 2010-12-22 15:54:24 +00:00
  • 3fbfe64e60 - Don't use version specific patches as it breaks automatic updates. Philipp Thomas 2010-12-22 15:54:18 +00:00
  • fd8dcc9d8e Add version update service Philipp Thomas 2010-12-22 15:41:30 +00:00
  • 90f58e2851 generated via source service OBS User _service 2010-12-22 15:40:10 +00:00
  • 3accaad735 Modified via webui Philipp Thomas 2010-12-22 15:40:04 +00:00
  • 78dbb6ac39 Edit services Philipp Thomas 2010-12-22 15:38:56 +00:00
  • 6f463a2e2b generated via source service OBS User _service 2010-12-22 15:37:53 +00:00
  • 82883acc3d Modified via webui Philipp Thomas 2010-12-22 15:37:48 +00:00
  • bc6014123a Modified via webui Philipp Thomas 2010-12-22 15:37:33 +00:00
  • bbc5ef6e85 - Remove coreutils tarball. Philipp Thomas 2010-12-22 15:36:41 +00:00
  • d81fe41946 generated via source service OBS User _service 2010-12-22 15:33:03 +00:00
  • 54e87c07dd Modified via webui Philipp Thomas 2010-12-22 15:32:59 +00:00
  • 2592a6b413 generated via source service OBS User _service 2010-12-22 15:30:36 +00:00
  • c4c2984c06 Fix service definition Philipp Thomas 2010-12-22 15:30:30 +00:00
  • e127edf0cf OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=54 Philipp Thomas 2010-12-22 15:29:08 +00:00
  • 1134551b66 generated via source service OBS User _service 2010-12-22 15:28:04 +00:00
  • 34c5692f83 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=51 Philipp Thomas 2010-12-22 15:28:02 +00:00
  • 1398654c09 generated via source service OBS User _service 2010-12-22 15:27:29 +00:00
  • aafa4f62a1 - Use software services. Philipp Thomas 2010-12-22 15:27:27 +00:00
  • 0a6f9f1894 generated via source service OBS User _service 2010-12-22 15:22:14 +00:00
  • 481ed217b7 Modified via webui Philipp Thomas 2010-12-22 15:22:12 +00:00
  • 6fbdb753e4 generated via source service OBS User _service 2010-12-22 15:21:38 +00:00
  • 45738c7921 Modified via webui Philipp Thomas 2010-12-22 15:21:37 +00:00
  • 2441db72ca generated via source service OBS User _service 2010-12-22 15:21:27 +00:00
  • 20de74dbb2 OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=41 Philipp Thomas 2010-12-22 15:21:27 +00:00
  • 7b71d455fe generated via source service OBS User _service 2010-12-22 15:21:22 +00:00
  • 2d1e576e41 Modified via webui Philipp Thomas 2010-12-22 15:21:21 +00:00
  • 4cd50b702e generated via source service OBS User _service 2010-12-22 15:17:22 +00:00
  • 34d1fedcb4 Modified via webui Philipp Thomas 2010-12-22 15:17:21 +00:00
  • fd9ad6021a generated via source service OBS User _service 2010-12-22 14:56:12 +00:00
  • efc444d457 generated via source service OBS User _service 2010-12-22 14:25:13 +00:00
  • d3b633436c Modified via webui Philipp Thomas 2010-12-22 14:25:12 +00:00
  • 229130f26c generated via source service OBS User _service 2010-12-22 14:24:57 +00:00
  • 7dedc70b37 Modified via webui Philipp Thomas 2010-12-22 14:24:56 +00:00
  • a34d7dbada generated via source service OBS User _service 2010-12-22 14:24:21 +00:00
  • 218707c5aa Modified via webui Philipp Thomas 2010-12-22 14:24:19 +00:00
  • 943e464a64 generated via source service OBS User _service 2010-12-22 14:23:58 +00:00
  • 28a3d039ee Modified via webui Philipp Thomas 2010-12-22 14:23:57 +00:00
  • 20550edb2e generated via source service OBS User _service 2010-12-22 14:22:09 +00:00
  • b9fb0a8625 Modified via webui Philipp Thomas 2010-12-22 14:22:08 +00:00
  • 559b18477a Autobuild autoformatter for 53230 OBS User autobuild 2010-11-17 09:42:38 +00:00
  • b4428d1720 Updating link to change in openSUSE:Factory/coreutils revision 48.0 OBS User buildservice-autocommit 2010-11-17 09:42:38 +00:00
  • cc41a764f6 Accepting request 53230 from Base:System Ruediger Oertel 2010-11-17 09:42:25 +00:00
  • c01438738c - remove the prerequire on permissions - this will create a bad cycle, coreutils is just too core Stephan Kulow 2010-11-17 08:33:42 +00:00
  • e908c3f93e Accepting request 53149 from home:lnussel:Factory Cristian Rodríguez 2010-11-16 13:35:27 +00:00
  • 8484a864f6 Autobuild autoformatter for 52848 OBS User autobuild 2010-11-15 16:53:05 +00:00
  • 8123be34c1 Updating link to change in openSUSE:Factory/coreutils revision 46.0 OBS User buildservice-autocommit 2010-11-15 16:53:05 +00:00
  • 9ef972c2cf Accepting request 52848 from Base:System Ruediger Oertel 2010-11-15 16:52:55 +00:00
  • 71aad29bc4 Superceded Philipp Thomas 2010-11-11 17:27:30 +00:00
  • 3ff964d7f9 - Update to 8.6: o bugfixes * du no longer multiply counts a file that is a directory or whose link count is 1. * du -H and -L now consistently count pointed-to files instead of symbolic links, and correctly diagnose dangling symlinks. * du --ignore=D now ignores directory D even when that directory is found to be part of a directory cycle. * split now diagnoses read errors rather than silently exiting. * tac would perform a double-free when given an input line longer than 16KiB. * tail -F once again notices changes in a currently unavailable directory, and works around a Linux kernel bug where inotify runs out of resources. * tr now consistently handles case conversion character classes. o New features * cp now accepts the --attributes-only option to not copy file data. * du recognizes -d N as equivalent to --max-depth=N * sort now accepts the --debug option, to highlight the part of the line significant in the sort, and warns about questionable options. * sort now supports -d, -f, -i, -R, and -V in any combination. * stat now accepts the %m format directive to output the mount point for a file. It also accepts the %w and %W format directives for outputting the birth time of a file, if one is available. o Changes in behavior * df now consistently prints the device name for a bind mounted file, rather than its aliased target. * du now uses less than half as much memory when operating on trees with many hard-linked files. Philipp Thomas 2010-11-11 17:25:53 +00:00
  • 96f82d547f Accepting request 48660 from Base:System OBS User autobuild 2010-09-21 16:10:54 +00:00
  • 8b1adf3413 Updating link to change in openSUSE:Factory/coreutils revision 44.0 OBS User buildservice-autocommit 2010-09-21 16:10:54 +00:00
  • a5f1d85bab Accepting request 48660 from Base:System OBS User autobuild 2010-09-21 16:10:53 +00:00
  • 7fc1102af0 Accepting request 46780 from home:a_jaeger:branches:openSUSE:Factory Dirk Mueller 2010-08-31 13:26:36 +00:00
  • 7ea9295348 Accepting request 42907 from Base:System OBS User autobuild 2010-07-19 12:13:47 +00:00
  • 74bac430a8 Updating link to change in openSUSE:Factory/coreutils revision 43.0 OBS User buildservice-autocommit 2010-07-19 12:13:47 +00:00
  • 769e06bec7 Accepting request 42907 from Base:System OBS User autobuild 2010-07-19 12:12:47 +00:00
  • e5d1a797ba OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=14 Ruediger Oertel 2010-07-14 13:13:42 +00:00
  • 5ae8424cb7 Accepting request 42399 from home:jengelh:smp Philipp Thomas 2010-07-02 09:36:06 +00:00
  • c50a85acdd - Fix typo in spec file (% missing from version). Philipp Thomas 2010-06-28 10:54:49 +00:00