Commit graph

200 commits

Author SHA1 Message Date
Florian Gilcher 04e95373bf Document supported versions and test minimum 2017-12-05 08:29:24 +01:00
Ian Douglas Scott 1a28a48ca3
Merge branch 'master' into expr-regex 2017-10-01 10:09:06 -07:00
penguwin 7421f7c6aa README: Moved 'date' into the 'Semi-Done' section.
'date' has been partially implemented into the coreutils. According to
this I decided to move 'date' into the 'Semi-Done' section from the
readme utilities chart.
2017-08-06 20:54:18 +02:00
Alex Lyon 2c02fd3f0c Format list of complete and incomplete utils as a table 2017-07-27 00:56:31 -07:00
Alex Lyon 3d34d06a1e Add LOC counter to README 2017-07-26 19:43:21 -07:00
Arcterus 9abc3208d3 expr: implement regular expressions 2017-06-29 20:58:16 -07:00
Wim Hueskes 2550e0f3c7 od: several small changes after review
* update status in README.md
* enable busybox tests
  Adding `CONFIG_DESKTOP` and `CONFIG_LONG_OPTS` to busybox config.
  These flags also enable other tests, but those utilities are not
  included in `TEST_PROGS`. (eg. awk)
* fix whitespace and small issues
* fix Eq imp for FormatWriter on nightly + beta
* fix indention in multifilereader.rs
* fix intermittent errors in tests
2016-11-09 20:26:55 +01:00
Martin Kysel c522a62232 update documentation 2016-08-23 10:46:28 +01:00
Nathan Ross ae0e1c4768 Merge pull request #977 from knight42/chgrp
Implement chgrp
2016-08-21 06:39:54 -04:00
Knight 8cba71adb4 chgrp: add entries 2016-08-21 17:04:02 +08:00
Knight a4bf852207 mv: cleanup the code 2016-08-21 14:57:28 +08:00
Knight 6d7937b0dd README: make it more encouraging 2016-08-13 02:13:42 +08:00
Knight 8c6cd72848 who: add entries 2016-08-11 00:19:26 +08:00
Jian Zeng 8cb6b141f1 Update README 2016-08-07 02:02:52 +08:00
Knight 7c5416799e base32: add entries 2016-08-06 11:45:03 +08:00
Knight f13d1dc4ce README: correct TODO 2016-08-01 01:23:17 +08:00
mpkh da0de488e6 Merge pull request #913 from knight42/pinky
Implement pinky
2016-07-26 13:38:53 +04:00
Knight 50fcfac5d1 pinky: Add entries 2016-07-26 16:44:25 +08:00
Ben Eills 8c1f11bfda Remove install utility from README list 2016-07-12 20:59:59 +02:00
Saurav Sachidanand f17be8b4b2 Remove pathchk from TODO in README.md 2016-06-30 14:05:21 +05:30
Knight a651d3f6a7 Update README 2016-06-18 17:54:52 +08:00
Knight 5220fcc2c8 Update README 2016-06-12 15:04:45 +08:00
Heather ca78706246 Merge pull request #875 from knight42/dircolors
Implement dircolors
2016-05-10 22:18:40 +04:00
Knight c9f363d09c Add dircolors 2016-05-11 00:43:51 +08:00
Knight 948675b0e3 README: remove mknod from TODO list 2016-05-07 16:10:48 +08:00
Florian Gilcher d75cb627c9 Remove nightly note 2016-03-22 22:03:16 +01:00
Nathan Ross e32efaa5a1 allow feature-gated integration tests for unimplemented functionality 2016-02-15 23:48:37 -05:00
Michael Gehring f50eebb5f9 make: simplify make variables
Replace {,DONT_}{BUILD,INSTALL,TEST,BUSYTEST} with UTILS and SKIP_UTILS.
2016-01-19 03:07:45 +01:00
Arcterus 07e1f59833 Fix AppVeyor (hopefully) and change targeted Rust version 2016-01-10 13:42:32 -08:00
Arcterus bc40f93f7e chmod: implement --verbose, --changes, and --quiet 2016-01-05 14:08:24 -08:00
Sunrin SHIMURA (keen) 58d1d66d16 [mktemp] implement mktemp 2016-01-03 19:10:47 +09:00
Fort eb6453013e Implement shred 2015-12-29 13:30:05 -08:00
Michael Gehring e9c6392750 s/DESTDIR/PREFIX/g README.md 2015-12-25 08:03:36 +01:00
Nathan Ross 5c88a52c2f destdir revert, more specific clobbering 2015-12-25 00:13:29 -05:00
Nathan Ross d99d5c1338 fixes for linux install see notes
calling install goal overrides utility build settings with utility install settings
calling install goal defaults profile to --release
PROG_PREFIX is now applied to all utilities
modify uutils.rs to make symbolic link bins possible
binary install paths rmd first to prevent errors due to lns
simplify vars for more readable install target
other minor fixes
2015-12-24 00:13:16 -05:00
Nathan Ross 73cfb04d11 add busybox test instructions to README.md 2015-12-20 21:06:05 -05:00
Joseph Crail be6e835f79 Move contributing section into separate file.
GitHub uses CONTRIBUTING.md as the basis for a message to someone
creating a new issue. I made a few changes to modernize the contribution
section, but there's still room for updates.
2015-12-03 00:21:05 -05:00
Joseph Crail 089d15c4ca Remove non-fail-fast build and test rules. 2015-11-25 17:32:02 -05:00
Michael Gehring b2b1d62482 Merge pull request #669 from fahlmant/README-update
Updated README to reflect nightly build dependency
2015-07-31 23:22:12 +02:00
fahlmant 5d42ea0ea9 Updated README to reflect nightly build dependency 2015-07-31 14:18:38 -07:00
Joseph Crail b6b8b5b0c6 Add Windows CI support using AppVeyor. 2015-07-23 21:41:10 -04:00
Joseph Crail ed9dd20ab4 Remove ln from TODO. 2015-07-05 15:04:56 -04:00
Joseph Crail d457f796f8 Update README to reflect completion of ptx. 2015-06-03 02:31:25 -04:00
Joseph Crail 0736855c3d Add a new makefile rule to check for test errors.
This rule will test each program, ignore all output, and return pass or
fail depending on whether the test has errors. This is the equivalent of
"make build-check", but for tests.
2015-05-07 16:59:34 -04:00
Joseph Crail 61ddb04314 Add documentation for new rule. 2015-04-27 12:02:21 -04:00
Alex Lyon 2f0d8c89c9 Merge pull request #515 from keunwoo/merge-benhirsch-od-20150125
Merge benhirsch24 work on od
2015-01-27 21:24:42 -08:00
Keunwoo Lee 288179be49 address Arcterus comments on uutils/coreutils PR 515
Mostly style things.
2015-01-27 19:32:26 -08:00
dokaptur f00db372c9 remove stdbuf and libstdbuf from TODO list 2015-01-25 20:01:46 +01:00
Keunwoo Lee f1436f985d Merge branch 'master' of https://github.com/benhirsch24/coreutils into benhirsch-od
Conflicts:
	Makefile
2015-01-24 23:14:57 -08:00
Haitao Li a6750e90a7 Implement readlink
Fixes #111
2015-01-13 22:21:23 +11:00
Arcterus c4baf79c53 Update time for latest Rust 2014-12-17 18:49:43 -08:00
Heather 7ad692c8e4 Update README.md 2014-10-26 07:54:37 +03:00
Michael Gehring 09af3ecaa2 add nproc 2014-10-25 17:33:09 +02:00
Alex Lyon 270f680cbc Merge pull request #226 from neyer/master
Update README.md to avoid redirects to the Rust website
2014-09-19 00:10:02 -07:00
Virgile Andreani 49a733a864 Implement unexpand 2014-07-28 19:36:33 +02:00
Virgile Andreani 69cb8da6ed Implement expand 2014-07-26 12:57:26 +02:00
Arcterus a38ee8a007 Implement timeout (resolves #364) 2014-07-21 18:55:52 -07:00
Arcterus af40114664 Add stripping and LTO options to Makefile 2014-07-20 01:27:47 -07:00
Arcterus 35f43126e4 Remove tsort from to-do list 2014-07-19 20:47:03 -07:00
Julian Orth a4eb5c16f9 add test 2014-07-15 14:56:21 +02:00
benhirsch24 10dc7a2deb Added more options, removed od from README 2014-07-10 16:17:09 -07:00
Arcterus 0b76c70aaa Add shuf to Cargo.toml and remove shuf from to-do list 2014-07-09 19:45:12 -07:00
Arcterus 47896a6a69 Allow installation of the multicall binary 2014-07-01 01:07:16 -07:00
Vsevolod Velichko c6f75a1419 relpath implementation 2014-06-29 23:59:25 +04:00
Vsevolod Velichko c7e93c009e realpath implementation 2014-06-29 23:57:54 +04:00
Arcterus 8fd455f8e5 Merge pull request #234 from polyphemus/cut
Implement cut - implement #165
2014-06-27 09:30:53 -07:00
polyphemus a470c330e6 Add cut to Cargo.toml, remove cut from To Do list 2014-06-27 17:39:59 +02:00
Michael Gehring 30bba07f9c always build multicall binary
squashed:
	a2c6b27 - build: automatically generate main() files
	c942f0f - remove MULTICALL=1 build from travis
	cb7b35b - make: remove unnecessary shell command
	69bbb31 - update README
	03a3168 - all: move main() into separate file that links against util crate
	8276384 - make: always build multicall binary
	aa4edeb - make: avoid 'rustc --crate-file-name'
2014-06-26 10:26:16 +02:00
Vsevolod Velichko ff44e28a4d README: added notice about uutils to contributions guide 2014-06-26 10:41:32 +04:00
Vsevolod Velichko 3da3d7333c nohup removed from README 2014-06-26 10:41:32 +04:00
Alan Andrade c2dd4c8f2a drop stty
Get rid of the in progress for stty.
2014-06-25 16:12:49 -07:00
Michael Gehring edd0378e70 update readme 2014-06-23 09:38:30 +02:00
kwantam 6228bb4b85 remove fmt from README.md, add to Makefile 2014-06-18 20:56:53 -04:00
Vsevolod Velichko 301256d0f0 Remove chroot from todo list 2014-06-17 02:05:36 +04:00
Alexander Fomin 8b73b7881d GNU sync implementation 2014-06-15 18:25:00 +04:00
Arcterus aaf2d837aa Remove a bunch of non-utils from the to-do list 2014-06-13 18:03:42 -07:00
Arcterus a55508fba0 Merge pull request #225 from molysgaard/master
Rudamentary tail implementation.
2014-06-12 23:13:49 -07:00
Arcterus 18fda74885 Clarify uninstallation instructions 2014-06-12 19:49:00 -07:00
Arcterus 986d7cba79 Add some installation instructions 2014-06-12 19:14:56 -07:00
Mark P Neyer af4003deeb Update README.md to fix link to rust website
the rust-lang.org site requires www and doesn't redirect.
2014-06-12 14:59:12 -07:00
Morten Olsen Lysgaard 17afa8a1fd Rudamentary tail implementation.
For specific info on missing features and optimizations,
look at tail/README.md
2014-06-12 23:29:50 +02:00
Thaddee Tyl cc102a87b0 Readme: Use an SVG badge. 2014-06-12 15:48:41 +02:00
T. Jameson Little b321a1a5c0 add factor 2014-06-05 14:14:04 -06:00
Julian Orth 9526b044cc remove todo 2014-05-29 21:03:03 +02:00
Arcterus 2065b31f8b Merge pull request #191 from beatgammit/master
add sum
2014-05-27 21:01:19 -07:00
T. Jameson Little aa51311f83 add sum 2014-05-27 22:00:28 -06:00
Arcterus 98e7d19594 Don't bother implementing make-prime-list 2014-05-27 18:31:50 -07:00
Nick Platt ccc327f0f8 Implement touch
Squashed commit of the following:

commit 7b7981d315dd7748287bedc8f6417bbc2f9cb1ee
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sat May 24 00:33:49 2014 -0400

    Last minute touchups

commit dae70f52e2b485695e8c7e2ce8d2997f571afcab
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Fri May 23 23:43:24 2014 -0400

    Minor indentation fixes

commit 782a02fe2768cf9e457bb6db9e8a63615c3a4bd1
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Fri May 23 23:40:57 2014 -0400

    Fixes for latest rust

commit 51b0e59f75352bf65c89d2ab8cf0948da8404753
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 15:15:29 2014 -0400

    Fixups

commit 9efd1f4c07f4610e3067a5b2bd047eb117344cdf
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 14:20:11 2014 -0400

    Basic date and timestamp support

commit a354bc9c07a6ed2cd2748f1734a1ce0f6683e58c
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sun Apr 27 01:37:37 2014 -0400

    Primary functionality in place

commit 8bbaa0caa34fbca129db0c86f32d376d6eafbe18
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Sat Apr 26 22:23:16 2014 -0400

    Support creating files

commit 5bf47c3c790b556b596d25a05cd74ca4c06b6d67
Author: Nick Platt <platt.nicholas@gmail.com>
Date:   Mon Apr 21 00:24:49 2014 -0400

    Add touch with basic usage text
2014-05-24 00:47:42 -04:00
zvms ee98e49514 Add unlink command. 2014-05-16 16:57:03 -07:00
Michael Gehring d4cb1d0185 add cksum 2014-05-16 23:03:13 +02:00
Michael Gehring dc8dc5a483 add comm 2014-05-16 20:04:46 +02:00
Maciej Dziardziel fda88ec9c6 implement hostid 2014-04-03 22:31:46 +01:00
Maciej Dziardziel 8f4d9ea42e implement kill 2014-04-03 16:30:39 +00:00
joaoxsouls 677caaaec0 implement uname 2014-04-03 01:18:39 +01:00
Arcterus dc29eb5928 Implement fold (closes #146) 2014-03-26 18:35:24 -07:00
Arcterus bf4b67e8d7 Remove uptime from to-do list 2014-03-24 20:01:54 -07:00
Arcterus df9a296100 Implement md5sum (closes #47) 2014-03-24 16:53:35 -07:00
Daryl Yeo 8c2f980130 expand in progress 2014-03-08 22:38:47 -08:00
Alan Andrade 278d21d299 stty in progress 2014-03-01 17:21:15 -08:00
Arcterus e442cadbaf Remove paste from the to-do list 2014-02-28 10:13:54 -08:00