summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
...
* | hexdump: rename rewrite to rewrite_rulesOndrej Oprala2013-12-023-3/+3
* | hexdump: rename add to add_fmtOndrej Oprala2013-12-023-19/+19
* | hexdump: Merge hexsyntax.c into hexdump.cOndrej Oprala2013-12-024-163/+117Star
* | hexdump: add the prefix 'hexdump-' to {conv,display,parse}.cOndrej Oprala2013-12-024-3/+3
* | hexdump: catch memory leaksOndrej Oprala2013-11-083-4/+32
* | hexdump: make addfile() variable names more hinting of their purposeOndrej Oprala2013-11-081-6/+6
* | hexdump: use skip_space() in add()Ondrej Oprala2013-11-081-9/+4Star
* | hexdump: rename in() to first_letter()Ondrej Oprala2013-11-081-8/+8
* | hexdump: get rid of redundant typecastsOndrej Oprala2013-11-082-10/+10
* | hexdump: minor formatting improvements in display()Ondrej Oprala2013-11-081-13/+22
* | hexdump: rewrite cluttered case statementsOndrej Oprala2013-11-081-133/+104Star
* | hexdump: use xasprintf in conv_c()Ondrej Oprala2013-11-081-2/+4
* | hexdump: delete redundant typecastsOndrej Oprala2013-11-081-10/+10
* | hexdump: use GNU case ranges where possibleOndrej Oprala2013-11-081-4/+4
* | hexdump: use xstrncpy in add()Ondrej Oprala2013-11-081-2/+2
* | hexdump: simplify newsyntax argumentsOndrej Oprala2013-11-083-7/+5Star
* | hexdump: minor formatting improvementsOndrej Oprala2013-11-081-18/+18
* | hexdump: rename next{fs,fu,pr} to {fs,fu,pr}listOndrej Oprala2013-11-084-33/+33
* | hexdump: rewrite addfile() to use getline()Ondrej Oprala2013-11-081-9/+8Star
* | hexdump: formatting and variable name cleanupOndrej Oprala2013-11-085-27/+33
* | hexdump: rewrite() formatting improvementsOndrej Oprala2013-11-081-29/+28Star
* | hexdump: rewrite escape()Ondrej Oprala2013-11-081-1/+3
* | hexdump: rewrite rewrite()Ondrej Oprala2013-11-081-105/+122
* | hexdump:rewrite add()Ondrej Oprala2013-11-081-5/+3Star
* | hexdump: rewrite next()Ondrej Oprala2013-11-081-1/+1
* | hexdump: rewrite get()Ondrej Oprala2013-11-081-1/+2
* | hexdump: rewrite addfile()Ondrej Oprala2013-11-081-6/+8
* | hexdump: cleanup of redundant symbols/repeating literalsOndrej Oprala2013-11-083-26/+27
* | hexdump: use list.h queues and rewrite redundant for cyclesOndrej Oprala2013-11-085-104/+141
* | pg: use LC_ALLKarel Zak2013-10-181-1/+1
* | more: fix warning when compiled --without-ncursesKarel Zak2013-10-151-1/+1
* | docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-157-12/+12
* | textual: use the standard angular brackets for non-literal argumentsBenno Schulenberg2013-10-081-1/+1
* | hexsyntax: in help text, wrap argument of option -e in angular bracketsBenno Schulenberg2013-10-081-1/+1
* | build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)Karel Zak2013-10-041-5/+20
* | include: Add missing includesMichael Forney2013-10-041-0/+1
* | clean up term lib handlingMike Frysinger2013-09-301-20/+7Star
* | rev: fix new line regressionSami Kerola2013-09-121-1/+3
* | hexdump: revert global exitval variable changeSami Kerola2013-09-103-5/+6
* | more: make output redirection more efficientSami Kerola2013-08-051-3/+4
* | column: use variable lenght printf field width to wprint blanksSami Kerola2013-08-051-3/+2Star
* | more: guarantee space for multibyteKarel Zak2013-08-011-0/+6
* | more: check for buffer size when write multibyte charKarel Zak2013-08-011-1/+2
* | rev: use string printing rather than character outputSami Kerola2013-08-011-8/+13
* | more: fix buffer overflowKarel Zak2013-08-011-1/+2
* | more: use variable lenght printf field width to print blanksSami Kerola2013-07-091-2/+1Star
* | column: dereference of null pointer [clang-analyzer]Sami Kerola2013-07-091-1/+1
* | ul: use string printing functionSami Kerola2013-07-091-4/+2Star
* | ul: use correct typesSami Kerola2013-07-091-3/+3
* | more: assigned value is never read [clang-analyzer]Sami Kerola2013-07-091-1/+1