Commit Graph
297 Commits
Author SHA1 Message Date
benhirsch24 2b8602fd4d Merge branch 'master' of https://github.com/uutils/coreutils 2014-07-10 13:50:13 -07:00
benhirsch24 cfc7b21498 Started od, have at least octal working! 2014-07-10 13:49:20 -07:00
Heather 35431d6520 Merge pull request #346 from Arcterus/shuf
Implement shuf
2014-07-10 06:36:50 +04:00
Arcterus 304ba5f4dc Implement shuf 2014-07-09 18:19:59 -07:00
Arcterus eb15cc32de Merge pull request #342 from ebfe/deprecation
Update for crate_id changes
2014-07-06 03:39:39 -07:00
Michael Gehring a0b3b710c2 Update for crate_id related changes 2014-07-06 12:34:50 +02:00
Chirag Jadwani fc027254df uniq - Add initial implementation 2014-07-06 12:48:14 +05:30
Akira Hayakawa 16463243e3 split: Initial import
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
2014-07-02 07:30:08 +09:00
Arcterus 47896a6a69 Allow installation of the multicall binary 2014-07-01 01:07:16 -07:00
Arcterus 5abb69df0d uutils: auto-generate programs to be built 2014-06-30 20:45:51 -07:00
Arcterus 141e858407 Modify Makefile to build correctly when using BUILD 2014-06-30 17:41:15 -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 8b1ff08bd5 Add cut_characters implementation, based on cut_bytes
This implementation uses rust's concept of characters and fails if the
input isn't valid utf-8. GNU cut implements '--characters' as an alias
for '--bytes' and thus has different semantics, for this option, from
this implemtation.
2014-06-27 17:39:49 +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 9fb33699b1 nohup implementation 2014-06-26 10:41:32 +04:00
Heather 4aa009995b move sync to PROGS 2014-06-26 10:05:31 +04:00
Michael Gehring dd4ace3251 Implement link 2014-06-23 09:38:30 +02:00
Arcterus fc26e0cfea Merge pull request #294 from ebfe/mkfifo
Implement mkfifo
2014-06-22 22:11:47 -07:00
Vsevolod Velichko fc9e4403df hashsum and its aliases 2014-06-23 00:27:52 +04:00
Michael Gehring d97c34d0b2 Implement mkfifo 2014-06-22 14:40:02 +02:00
Arcterus b3f83378b7 Prevent rebuilding of up-to-date utilities 2014-06-20 14:50:32 -07:00
Arcterus eb5f199c8f Fix build dependencies in the Makefile 2014-06-20 14:31:55 -07:00
Michael Gehring 63825f96d5 uutils: add md5sum 2014-06-20 14:49:49 +02:00