Arcterus
|
a12fd89cb2
|
chmod, chroot, comm: fix build
|
2015-01-09 16:51:51 -08:00 |
|
Arcterus
|
4e0360c495
|
base64, cat: fix build for Rust alpha
|
2015-01-09 16:16:05 -08:00 |
|
Michael Gehring
|
b50a2639a9
|
base64, du, realpath: fix build
|
2015-01-10 00:13:16 +01:00 |
|
Michael Gehring
|
cb87309e92
|
cut: fix build
|
2015-01-09 14:09:12 +01:00 |
|
Michael Gehring
|
0a757b957f
|
Partially fixed build with rust master
String::from_raw_buf removal
Deprecated closure syntax
cmp::Ord -> cmp::Ordering
Vec::from_{elem,fn} removal
rand::TaskRng -> rand::ThreadRng
PtrExt::is_not_null removal
to_c_str removal
|
2015-01-09 09:41:49 +01:00 |
|
Michael Gehring
|
9aef41b8f6
|
<< precedence
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
f580275ef8
|
s/mod/self/ in imports
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
48f129ea49
|
std::char::UnicodeChar removal
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
b8a96da278
|
into_string -> to_string
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
fd69e7fa4a
|
str::from_str removal/changes
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
7d8053561e
|
Use new array syntax
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
074a58eafd
|
deriving is now called derive
|
2015-01-08 14:50:03 +01:00 |
|
Michael Gehring
|
1b381f49fa
|
Use new macro feature flags/attributes
|
2015-01-08 14:50:02 +01:00 |
|
Timofey Misarenkov
|
59710d5ff8
|
NULL-pointer check.
|
2015-01-08 00:32:30 +03:00 |
|
Michal Piekarz
|
61c2086310
|
Added verbose for split - prints created file name
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
93c3f02600
|
C flag for split
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
7945e3d51c
|
Removed deprecated calls.
|
2015-01-04 23:33:32 +01:00 |
|
Michal Piekarz
|
dbd1d34ba3
|
Added SIZE multiplier suffixes.
|
2015-01-04 23:33:32 +01:00 |
|
Stephan Jaensch
|
605c107258
|
Fix deprecation warnings with latest rust nightly
- from_str() -> parse()
- into_string() -> to_owned()
|
2015-01-01 12:14:28 +01:00 |
|
Florian Hahn
|
aff936da99
|
Update for recent std::ascii changes
|
2014-12-30 20:11:06 +01:00 |
|
Headless
|
0f2e20cc49
|
fix char_len warnings
3c60bc02ce/src/libcollections/str.rs (L1101)
|
2014-12-28 14:09:50 +03:00 |
|
Santiago Lapresta
|
d142168365
|
Fix deprecation warnings on latest nightlies
|
2014-12-25 19:55:32 +01:00 |
|
Haitao Li
|
b9e0ce0b1c
|
Fix build with rustc master
* core::slice::Items renamd to core::slice::Iter
* from_utf8 returns Result instead of Option
* Unique type per fn item. Rust Issue #19891
|
2014-12-24 20:55:32 +11:00 |
|
Haitao Li
|
75425f1fe8
|
Fix build with rust nightly Dec-20-2014
|
2014-12-22 12:27:03 +11:00 |
|
Haitao Li
|
8cb5d03d0c
|
Fix a mismatched types compilation error
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
872bb0010a
|
regex::Captures::{at,name} returns Option
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
5cfde0dcb9
|
Avoid shadowing lifetime names
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
9b67c372b2
|
Add semicolons to item macros
|
2014-12-22 10:54:29 +11:00 |
|
Haitao Li
|
0a64dbfe8b
|
Bump rust-crypto to v0.2.2
|
2014-12-22 10:54:26 +11:00 |
|
Arcterus
|
9ef8ea486b
|
Implement nice (resolves #215)
|
2014-12-15 21:00:16 -08:00 |
|
Arcterus
|
b8d67ea672
|
Update for latest Rust
|
2014-12-15 15:45:31 -08:00 |
|
Michael Gehring
|
842cc8b14c
|
Fix build with rust master
|
2014-12-11 07:51:37 +01:00 |
|
Cynede
|
9aec1611df
|
Merge pull request #466 from Arcterus/master
base64: fix build (assuming rust-lang/rust#19594 is merged)
|
2014-12-10 08:19:20 +03:00 |
|
Arcterus
|
798a873b59
|
Fix build for latest Rust
|
2014-12-08 23:45:03 -08:00 |
|
Arcterus
|
3f90b75ffc
|
base64: don't try to remove LF when decoding
|
2014-12-06 16:35:32 -08:00 |
|
Arcterus
|
9b638d99a7
|
base64: fix build (assuming rust-lang/rust#19594 is merged)
|
2014-12-06 10:59:56 -08:00 |
|
Arcterus
|
75b992feac
|
nohup: fix build on Macs (closes #463)
|
2014-12-05 16:32:45 -08:00 |
|
Arcterus
|
1c2b7fc160
|
tail: rewrite tail_bytes and tail_lines as one macro
|
2014-12-03 11:06:53 -08:00 |
|
Arcterus
|
db48d109e7
|
Use -O instead of --opt-level 3 (closes #194)
|
2014-12-03 10:13:10 -08:00 |
|
Arcterus
|
68fd0971d0
|
Fix build for latest Rust
|
2014-12-02 21:29:53 -08:00 |
|
Alex Lyon
|
23a4bc2d08
|
Merge pull request #454 from wikol/master
tail: added size suffixes handling
|
2014-12-02 20:45:28 -08:00 |
|
Wiktor Kuropatwa
|
0611a22cc2
|
tail: added size suffixes handling
|
2014-12-01 11:55:39 +01:00 |
|
Arcterus
|
f628e70d4a
|
tr: improve speed slightly
|
2014-11-30 20:03:44 -08:00 |
|
skv
|
388f6e3cf8
|
fix 32-bit kernel uptime error
error: mismatched types: expected `i64`, found `i32` (expected i64,
found i32)
|
2014-11-30 16:20:18 +03:00 |
|
Arcterus
|
31111ac199
|
Fix most deprecation warnings and remove hacky nohup code
|
2014-11-28 14:49:22 -08:00 |
|
dokaptur
|
e149be492d
|
tail: print bytes as char instead of u8
|
2014-11-25 19:13:21 +01:00 |
|
Arcterus
|
9a281adc1e
|
wc: boost speed to be nearly as fast as GNU
|
2014-11-23 21:57:33 -08:00 |
|
Arcterus
|
9b068aafee
|
sort: implement --reverse
|
2014-11-22 13:41:57 -08:00 |
|
Arcterus
|
ca82145f95
|
seq: allow inputs to have a unary plus
|
2014-11-22 13:20:23 -08:00 |
|
Arcterus
|
d47a174954
|
fold: actually print out empty lines
|
2014-11-22 13:18:14 -08:00 |
|