summaryrefslogtreecommitdiffstats
path: root/text-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-1/+1
* build-sys: add BUILD_{COL,COLCRT,COLRM,COLUMN,HEXDUMP,REV,TAILF}Karel Zak2014-05-211-20/+28
* hexdump: add --color to the man pageKarel Zak2014-05-131-9/+8Star
* hexdump: use new colors APIKarel Zak2014-05-131-1/+1
* column: inform user when multibyte conversion error occursSami Kerola2014-05-071-1/+7
* textual: remove square brackets from around three dotsBenno Schulenberg2014-05-061-1/+1
* Merge branch 'pg-manual-page-long-options' of https://github.com/jaalto/util-...Karel Zak2014-04-011-6/+12
|\
| * pg.1: Move (plus) options near (minus) option at the beginningJari Aalto2013-06-181-8/+8
| * pg.1: Add -h, --help, -V, --versionJari Aalto2013-06-181-0/+6
* | lib/colors: add info to man pages, add terminal-colors.d.5Karel Zak2014-03-111-0/+11
* | lib/colors: check for /etc/terminal-colors.d/[util].disableOndrej Oprala2014-03-111-2/+2
* | docs: fix two command representations in the man page of moreBenno Schulenberg2014-03-041-24/+14Star
* | hexdump: color unit may now be longer than the corresponding format unitOndrej Oprala2014-03-042-3/+16
* | more: fix double free crashSami Kerola2014-02-211-1/+0Star
* | more: improve formatting and wording of man page and help textBenno Schulenberg2014-02-212-34/+35
* | docs: make hexdump.1 color specification easier to understandSami Kerola2014-02-171-36/+36
* | hexdump: add highlighting supportOndrej Oprala2014-02-105-1/+281
* | include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-1/+1
* | column: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* | more: fix mem leak [coverity scan]Karel Zak2014-01-141-1/+3
* | hexdump: convert a variable type according with fmtAndrew Vagin2014-01-061-6/+6
* | hexdump: don't access hex after freeing itAndrew Vagin2014-01-061-1/+5
* | hexdump: use xcalloc()Karel Zak2014-01-061-1/+2
* | hexdump: Create struct hexdump containing previously global variables.Ondrej Oprala2013-12-024-89/+90
* | hexdump: add __attribute__ ((__noreturn__)) to bad*() functionsOndrej Oprala2013-12-021-24/+20Star
* | hexdump: rename struct _fs to struct hexdump_fs and remove its typedefOndrej Oprala2013-12-024-15/+15
* | hexdump: rename struct _fu to struct hexdump_fu and remove its typedefOndrej Oprala2013-12-024-15/+15
* | hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedefOndrej Oprala2013-12-025-18/+20
* | 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