summaryrefslogtreecommitdiff
path: root/text-utils
AgeCommit message (Expand)AuthorFilesLines
2014-02-10hexdump: add highlighting supportOndrej Oprala5-1/+281
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak1-1/+1
2014-01-14column: fix mem leak [coverity scan]Karel Zak1-1/+3
2014-01-14more: fix mem leak [coverity scan]Karel Zak1-1/+3
2014-01-06hexdump: convert a variable type according with fmtAndrew Vagin1-6/+6
2014-01-06hexdump: don't access hex after freeing itAndrew Vagin1-1/+5
2014-01-06hexdump: use xcalloc()Karel Zak1-1/+2
2013-12-02hexdump: Create struct hexdump containing previously global variables.Ondrej Oprala4-89/+90
2013-12-02hexdump: add __attribute__ ((__noreturn__)) to bad*() functionsOndrej Oprala1-24/+20
2013-12-02hexdump: rename struct _fs to struct hexdump_fs and remove its typedefOndrej Oprala4-15/+15
2013-12-02hexdump: rename struct _fu to struct hexdump_fu and remove its typedefOndrej Oprala4-15/+15
2013-12-02hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedefOndrej Oprala5-18/+20
2013-12-02hexdump: rename rewrite to rewrite_rulesOndrej Oprala3-3/+3
2013-12-02hexdump: rename add to add_fmtOndrej Oprala3-19/+19
2013-12-02hexdump: Merge hexsyntax.c into hexdump.cOndrej Oprala4-163/+117
2013-12-02hexdump: add the prefix 'hexdump-' to {conv,display,parse}.cOndrej Oprala4-3/+3
2013-11-08hexdump: catch memory leaksOndrej Oprala3-4/+32
2013-11-08hexdump: make addfile() variable names more hinting of their purposeOndrej Oprala1-6/+6
2013-11-08hexdump: use skip_space() in add()Ondrej Oprala1-9/+4
2013-11-08hexdump: rename in() to first_letter()Ondrej Oprala1-8/+8
2013-11-08hexdump: get rid of redundant typecastsOndrej Oprala2-10/+10
2013-11-08hexdump: minor formatting improvements in display()Ondrej Oprala1-13/+22
2013-11-08hexdump: rewrite cluttered case statementsOndrej Oprala1-133/+104
2013-11-08hexdump: use xasprintf in conv_c()Ondrej Oprala1-2/+4
2013-11-08hexdump: delete redundant typecastsOndrej Oprala1-10/+10
2013-11-08hexdump: use GNU case ranges where possibleOndrej Oprala1-4/+4
2013-11-08hexdump: use xstrncpy in add()Ondrej Oprala1-2/+2
2013-11-08hexdump: simplify newsyntax argumentsOndrej Oprala3-7/+5
2013-11-08hexdump: minor formatting improvementsOndrej Oprala1-18/+18
2013-11-08hexdump: rename next{fs,fu,pr} to {fs,fu,pr}listOndrej Oprala4-33/+33
2013-11-08hexdump: rewrite addfile() to use getline()Ondrej Oprala1-9/+8
2013-11-08hexdump: formatting and variable name cleanupOndrej Oprala5-27/+33
2013-11-08hexdump: rewrite() formatting improvementsOndrej Oprala1-29/+28
2013-11-08hexdump: rewrite escape()Ondrej Oprala1-1/+3
2013-11-08hexdump: rewrite rewrite()Ondrej Oprala1-105/+122
2013-11-08hexdump:rewrite add()Ondrej Oprala1-5/+3
2013-11-08hexdump: rewrite next()Ondrej Oprala1-1/+1
2013-11-08hexdump: rewrite get()Ondrej Oprala1-1/+2
2013-11-08hexdump: rewrite addfile()Ondrej Oprala1-6/+8
2013-11-08hexdump: cleanup of redundant symbols/repeating literalsOndrej Oprala3-26/+27
2013-11-08hexdump: use list.h queues and rewrite redundant for cyclesOndrej Oprala5-104/+141
2013-10-18pg: use LC_ALLKarel Zak1-1/+1
2013-10-15more: fix warning when compiled --without-ncursesKarel Zak1-1/+1
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg7-12/+12
2013-10-08textual: use the standard angular brackets for non-literal argumentsBenno Schulenberg1-1/+1
2013-10-08hexsyntax: in help text, wrap argument of option -e in angular bracketsBenno Schulenberg1-1/+1
2013-10-04build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)Karel Zak1-5/+20
2013-10-04include: Add missing includesMichael Forney1-0/+1
2013-09-30clean up term lib handlingMike Frysinger1-20/+7
2013-09-12rev: fix new line regressionSami Kerola1-1/+3