34 Commits (master)

Author SHA1 Message Date
Michael Forney 92f17ad648 paste: Minor style tweaks
3 years ago
Richard Ipsum 2f0b15201d paste: Support -d '\0'
3 years ago
Pieter Kockx d90ba15f29 Fix segmentation fault in paste(1)
6 years ago
Robert Karl 60da4fb049 paste: fix warning on indentation in parallel()
6 years ago
FRIGN 0b87cd4c61 Properly use delimlen instead of len in paste(1)
7 years ago
FRIGN 5b7df455f8 Change paste(1) a bit to prepare libutf changes
7 years ago
sin 2366164de7 No need for semicolon after ARGEND
8 years ago
FRIGN d23cc72490 Simplify return & fshut() logic
8 years ago
FRIGN 9a074144c9 Remove handrolled strcmp()'s
8 years ago
FRIGN 0545d32ce9 Handle '-' consistently
8 years ago
FRIGN 11e2d472bf Add *fshut() functions to properly flush file streams
8 years ago
Hiltjo Posthuma 398598dbbe paste: fix crash with empty delimiter
8 years ago
FRIGN 1bc002b44a Audit paste(1)
8 years ago
FRIGN 833c2aebb4 Remove mallocarray(...) and use reallocarray(NULL, ...)
8 years ago
FRIGN 3c33abc520 Implement mallocarray()
8 years ago
FRIGN 3b825735d8 Implement reallocarray()
8 years ago
FRIGN 31572c8b0e Clean up #includes
8 years ago
FRIGN 73577f10a0 Scrap chartorunearr(), introducing utftorunestr()
8 years ago
FRIGN 7c578bf5b0 Scrap writerune(), introducing fputrune()
8 years ago
FRIGN a5ae899a48 Scrap readrune(), introducing fgetrune()
8 years ago
sin 0779d69df7 paste: No need to make an exception for stdin, just close it at the end
8 years ago
FRIGN b8b9d983c8 Add unescape() to libutil
8 years ago
FRIGN cdbc0d5035 Add UTF8-support to paste(1) and refactor parallel()
8 years ago
FRIGN e17b9cdd0a Convert codebase to use emalloc.c utility-functions
8 years ago
FRIGN ec8246bbc6 Un-boolify sbase
8 years ago
FRIGN eee98ed3a4 Fix coding style
8 years ago
sin 0c5b7b9155 Stop using EXIT_{SUCCESS,FAILURE}
9 years ago
Hiltjo Posthuma 953ebf3573 code style
9 years ago
Hiltjo Posthuma f7403ce6c6 style: whitespace fixes
9 years ago
sin b5a511dacf Exit with EXIT_SUCCESS/EXIT_FAILURE instead of 0 and 1
10 years ago
stateless 7216a53a7e Remove unnecessary exit(1) in usage()
10 years ago
Christoph Lohmann 4d38f60685 Eliminating the getopt disgrace.
10 years ago
Christoph Lohmann f648c7fa71 Fixing whitespaces.
10 years ago
Lorenzo Cogotti c451683c3f Added POSIX paste(1) command implementation.
10 years ago