-
0cbafaecb6
cp: print error to stderr and continue
Hiltjo Posthuma
2014-08-02 14:40:04 +00:00
-
a9c9681f95
Fixup README
sin
2014-07-26 15:44:13 +01:00
-
323c45edb7
cp: improvements
Hiltjo Posthuma
2014-07-21 16:27:20 +00:00
-
35959cd1c4
ls: improve default format
Hiltjo Posthuma
2014-07-21 13:42:33 +00:00
-
81bb8422a5
ln: allow with one argument
Hiltjo Posthuma
2014-07-10 21:00:02 +00:00
-
72b909df9c
chown: update usage
Hiltjo Posthuma
2014-07-10 20:31:51 +00:00
-
ba8ca986a4
util/enmasse: fix double /
Hiltjo Posthuma
2014-07-10 20:30:47 +00:00
-
f67320ce93
cp: add -v, fix manpage info
Hiltjo Posthuma
2014-07-10 20:30:30 +00:00
-
ac402965d5
Fix comment style and nuke stray whitespace
sin
2014-07-16 20:42:46 +01:00
-
b3a63a60e4
Improved tr
Adria Garriga
2014-07-15 00:49:42 +02:00
-
8b3a9c1971
cp: add -a, -d, -p
Hiltjo Posthuma
2014-07-09 21:28:43 +00:00
-
8e8d8ff242
Only check errno if getpw*() fails
sin
2014-07-09 14:48:59 +01:00
-
7872986dd2
Add at(1) to TODO
sin
2014-07-07 07:36:24 +01:00
-
7fdbdd0770
ls: add -1 for compatibility (ignore)
Hiltjo Posthuma
2014-07-05 14:35:34 +00:00
-
5df631ac09
Use /dev/fd/0 as opposed to /dev/stdin
sin
2014-07-04 23:10:14 +01:00
-
f02f2190f0
fixed incorrect fday handling in dayofweek() function
Willem van de Krol
2014-07-04 22:23:52 +02:00
-
5721deb2c4
optimized isleap() function
Willem van de Krol
2014-07-04 22:00:04 +02:00
-
5dc02f757b
Add support for '-' to cat
sin
2014-07-04 16:45:20 +01:00
-
a62eda512c
Don't require two C-d to exit the loop
sin
2014-07-04 16:42:31 +01:00
-
f5ac08cc04
Only use /tmp if template is a file and not a path
sin
2014-07-04 15:55:31 +01:00
-
8eea7f74e9
A plain rm -f is valid and should not be considered an error
sin
2014-07-04 14:50:20 +01:00
-
75382abbf3
Add some error checking to util/recurse.c
sin
2014-06-30 15:58:00 +01:00
-
df1b25a187
No need to include unistd.h in echo(1)
sin
2014-06-25 21:27:13 +01:00
-
696cbdbb68
util.h, mode_t: sys/types.h defines mode_t
Hiltjo Posthuma
2014-06-16 23:38:57 +02:00
-
8f7bc0db35
Refactor rmdir
FRIGN
2014-06-09 21:03:42 +02:00
-
612e09af7e
Implement -i flag for expand
Tuukka Kataja
2014-06-09 16:54:45 +01:00
-
6561567597
Fix expand when one of multiple files can't be opened
Tuukka Kataja
2014-06-09 16:53:55 +01:00
-
8b87d0098a
Add unexpand(1)
Tuukka Kataja
2014-06-09 16:52:20 +01:00
-
7f7e7dcbb9
cols: simplify filling with spaces
Jakob Kramer
2014-06-04 17:46:22 +02:00
-
2e1580ed2d
remove unnecessary calls to realloc from tee
Jakob Kramer
2014-06-03 00:15:52 +02:00
-
7d1fd2621e
add -t flag to sort
Jakob Kramer
2014-05-15 20:08:17 +02:00
-
2ab2d2ee3b
remove afgets
Hiltjo Posthuma
2014-06-01 15:12:33 +02:00
-
fab4b384e7
use agetline instead of agets
Hiltjo Posthuma
2014-06-01 15:04:32 +02:00
-
eac0f658cf
check snprintf error aswell, handle as truncation error
Hiltjo Posthuma
2014-06-01 15:01:09 +02:00
-
953ebf3573
code style
Hiltjo Posthuma
2014-06-01 14:59:47 +02:00
-
97ca7c8b6d
cut: improvements
Hiltjo Posthuma
2014-06-01 14:39:34 +02:00
-
97fb4a1f9c
grep: improvements
Hiltjo Posthuma
2014-06-01 14:03:10 +02:00
-
d12e953f18
add agetline, separate estrtod to util
Hiltjo Posthuma
2014-06-01 13:57:22 +02:00
-
daad071b31
cut, uudecode: free buf after use
Hiltjo Posthuma
2014-06-01 13:49:07 +02:00
-
2dbb694932
strlcat, strlcpy style
Hiltjo Posthuma
2014-06-01 13:35:58 +02:00
-
07dd658f0d
Use -std=c99 by default
sin
2014-05-31 17:55:25 +01:00
-
69cde23703
Proper copyright header for strlcpy and strlcat
sin
2014-05-28 11:11:35 +01:00
-
4896bdf6de
Revert "Make grep more memory-efficient"
sin
2014-05-12 11:59:39 +01:00
-
5b3a0a9382
build warnings: initialise values...
Hiltjo Posthuma
2014-05-12 11:01:47 +00:00
-
11eef783fe
Declare error buffer at start of block
sin
2014-05-12 00:39:56 +01:00
-
fb1bfe24bb
Make grep more memory-efficient
FRIGN
2014-05-12 00:31:07 +02:00
-
8ea17b2a7d
Switching to real name
FRIGN
2014-05-11 10:56:18 +02:00
-
9366f48b1f
sort: simplify linecmp, rename curr => tail
Jakob Kramer
2014-05-06 18:47:02 +02:00
-
8a44c352ee
renice(1): renice is not PASTE
Jakob Kramer
2014-05-06 16:13:22 +02:00
-
6f7e9a5078
sort: add support for "per-keydef" flags
Jakob Kramer
2014-05-06 16:07:05 +02:00
-
109e8963f5
sort: ignore trailing newline while sorting
Jakob Kramer
2014-05-06 13:37:05 +02:00
-
0723c8d32e
sort: work with signed integers as well
Jakob Kramer
2014-05-06 13:35:06 +02:00
-
9694305e05
Chop one level of indentation
sin
2014-05-05 15:07:55 +01:00
-
b257f7a05f
cp: Don't try to open the file twice in case we did not provide -f
sin
2014-05-05 15:02:16 +01:00
-
02918a46e8
Implement cp -f
sin
2014-05-05 14:58:14 +01:00
-
c323f6f233
Support reading checksums from stdin
Daniel Bainton
2014-05-05 11:11:37 +03:00
-
9ad5ca5a15
Add breaks to the sha*sum arg cases
Daniel Bainton
2014-05-05 11:05:01 +03:00
-
814b04e710
sort: document -b
Jakob Kramer
2014-05-03 20:42:33 +02:00
-
a2da9edb99
sort: simplify skip_columns
Jakob Kramer
2014-05-03 20:39:45 +02:00
-
d965985a52
sort: add -b flag; don't use it as default
Jakob Kramer
2014-05-03 20:24:08 +02:00
-
a62a2197a8
sort: don't evaluate if clause
Jakob Kramer
2014-05-03 19:06:20 +02:00
-
e535e8d88a
sort: replace loop with MIN()
Jakob Kramer
2014-05-03 18:52:18 +02:00
-
56e1616486
sort: remove 'rest' variable
Jakob Kramer
2014-05-03 18:44:10 +02:00
-
56b9a26de9
sort: don't repeat skipping columns logic
Jakob Kramer
2014-05-03 18:34:51 +02:00
-
c4e5354a32
sort: linebuf is no global
Jakob Kramer
2014-05-03 18:28:20 +02:00
-
f23409f65a
Break long line in mktemp(1)
sin
2014-05-02 21:38:03 +01:00
-
0bc6b1377b
sort: readability; check strndup return value
Jakob Kramer
2014-04-30 16:08:11 +02:00
-
f8a216a18c
Add -D_GNU_SOURCE to config.mk for tcc
sin
2014-04-29 22:30:44 +01:00
-
60e972c229
Update tr.1 man page
Silvan Jegen
2014-04-27 11:23:18 +02:00
-
997f4f006c
chown: return EXIT_FAILURE if one file failed.
Hiltjo Posthuma
2014-04-23 22:48:04 +02:00
-
90861840b7
chmod: process file series behaviour
Hiltjo Posthuma
2014-04-23 22:00:08 +02:00
-
bd99b92e91
parsemode: rework
Hiltjo Posthuma
2014-04-23 21:28:59 +02:00
-
a1b62b2282
sort: style, explicitly state type
Hiltjo Posthuma
2014-04-23 16:00:34 +02:00
-
459161481a
use always static for usage and keep usage definition above main
dwts
2014-04-22 16:44:16 +03:00
-
575b38391c
keep usage definition above main
dwts
2014-04-22 15:13:51 +03:00
-
f488547779
Don't bail out if chmod(2) or chown(2) fails
sin
2014-04-22 12:11:46 +01:00
-
b700d5a8ed
minor style changes
dwts
2014-04-22 13:43:01 +03:00
-
59d0b5cd97
chown: add -R for compatability
Hiltjo Posthuma
2014-04-18 19:46:33 +02:00
-
cd194d96ad
chown: fix out-of-bounds ((null) bad address error)
Hiltjo Posthuma
2014-04-18 19:46:02 +02:00
-
1d5663672e
Minor style changes to sort
sin
2014-04-18 17:21:31 +01:00
-
98a12cc146
sort: add -k, fix -u
Jakob Kramer
2014-04-12 17:53:10 +02:00
-
02d91696b4
Fix char **argv to char *argv[]
sin
2014-04-18 11:51:18 +01:00
-
4e13ff39c3
Wrap mbtowc to check for errors
Silvan Jegen
2014-04-12 20:50:51 +02:00
-
bc13aa5960
No need to cast return value of mmap() in tr
sin
2014-04-12 20:32:39 +01:00
-
9ad06c3aef
update TODO file
Hiltjo Posthuma
2014-04-12 13:18:25 +02:00
-
1599880c93
update some man pages
Hiltjo Posthuma
2014-04-12 13:17:10 +02:00
-
a8f45b4568
tr: change delete behaviour
Hiltjo Posthuma
2014-04-12 12:56:56 +02:00
-
16cf92119f
Fix missing '-' in usage
sin
2014-04-09 18:20:24 +01:00
-
1be58188ad
xargs: implement -n
Hiltjo Posthuma
2014-04-09 17:35:29 +02:00
-
6dd138613e
cmp: suppress file open error with sflag
Hiltjo Posthuma
2014-04-09 15:28:16 +02:00
-
560340341f
make parsemode() generic
Hiltjo Posthuma
2014-04-09 15:17:20 +02:00
-
ff474a8cbc
tr: add dflag, error with usage() on invalid flag combination
Hiltjo Posthuma
2014-04-09 14:12:34 +02:00
-
3e49e946b7
tr: fix escape code handling in set2
Hiltjo Posthuma
2014-04-09 14:03:02 +02:00
-
e3c62682ff
Don't bail out if the username/group name does not exist in ls(1)
sin
2014-04-05 19:22:56 +01:00
-
81f9cf2a33
Fix style issue in crypt.c
sin
2014-04-04 11:09:46 +01:00
-
fbf71521f1
Rename variable
dif' to
diff' in comm(1)
sin
2014-04-04 11:05:47 +01:00
-
eee182cdd7
cmp: fix missing braces
Hiltjo Posthuma
2014-04-01 16:55:37 +02:00
-
6b45824463
cmp: fix wrong rebase, missing line, sorry
Hiltjo Posthuma
2014-04-01 16:53:15 +02:00
-
bd9a81951f
split: dont use table lookup for size
Hiltjo Posthuma
2014-04-01 15:30:17 +02:00
-
f7403ce6c6
style: whitespace fixes
Hiltjo Posthuma
2014-04-01 15:26:10 +02:00