| Commit message (Expand) | Author | Age | Files | Lines |
* | hexdump: add --color to the man page | Karel Zak | 2014-05-13 | 1 | -9/+8 |
* | hexdump: use new colors API | Karel Zak | 2014-05-13 | 1 | -1/+1 |
* | column: inform user when multibyte conversion error occurs | Sami Kerola | 2014-05-07 | 1 | -1/+7 |
* | textual: remove square brackets from around three dots | Benno Schulenberg | 2014-05-06 | 1 | -1/+1 |
* | Merge branch 'pg-manual-page-long-options' of https://github.com/jaalto/util-... | Karel Zak | 2014-04-01 | 1 | -6/+12 |
|\ |
|
| * | pg.1: Move (plus) options near (minus) option at the beginning | Jari Aalto | 2013-06-18 | 1 | -8/+8 |
| * | pg.1: Add -h, --help, -V, --version | Jari Aalto | 2013-06-18 | 1 | -0/+6 |
* | | lib/colors: add info to man pages, add terminal-colors.d.5 | Karel Zak | 2014-03-11 | 1 | -0/+11 |
* | | lib/colors: check for /etc/terminal-colors.d/[util].disable | Ondrej Oprala | 2014-03-11 | 1 | -2/+2 |
* | | docs: fix two command representations in the man page of more | Benno Schulenberg | 2014-03-04 | 1 | -24/+14 |
* | | hexdump: color unit may now be longer than the corresponding format unit | Ondrej Oprala | 2014-03-04 | 2 | -3/+16 |
* | | more: fix double free crash | Sami Kerola | 2014-02-21 | 1 | -1/+0 |
* | | more: improve formatting and wording of man page and help text | Benno Schulenberg | 2014-02-21 | 2 | -34/+35 |
* | | docs: make hexdump.1 color specification easier to understand | Sami Kerola | 2014-02-17 | 1 | -36/+36 |
* | | hexdump: add highlighting support | Ondrej Oprala | 2014-02-10 | 5 | -1/+281 |
* | | include/c.h: prefer nanosleep() over usleep() | Karel Zak | 2014-01-24 | 1 | -1/+1 |
* | | column: fix mem leak [coverity scan] | Karel Zak | 2014-01-14 | 1 | -1/+3 |
* | | more: fix mem leak [coverity scan] | Karel Zak | 2014-01-14 | 1 | -1/+3 |
* | | hexdump: convert a variable type according with fmt | Andrew Vagin | 2014-01-06 | 1 | -6/+6 |
* | | hexdump: don't access hex after freeing it | Andrew Vagin | 2014-01-06 | 1 | -1/+5 |
* | | hexdump: use xcalloc() | Karel Zak | 2014-01-06 | 1 | -1/+2 |
* | | hexdump: Create struct hexdump containing previously global variables. | Ondrej Oprala | 2013-12-02 | 4 | -89/+90 |
* | | hexdump: add __attribute__ ((__noreturn__)) to bad*() functions | Ondrej Oprala | 2013-12-02 | 1 | -24/+20 |
* | | hexdump: rename struct _fs to struct hexdump_fs and remove its typedef | Ondrej Oprala | 2013-12-02 | 4 | -15/+15 |
* | | hexdump: rename struct _fu to struct hexdump_fu and remove its typedef | Ondrej Oprala | 2013-12-02 | 4 | -15/+15 |
* | | hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedef | Ondrej Oprala | 2013-12-02 | 5 | -18/+20 |
* | | hexdump: rename rewrite to rewrite_rules | Ondrej Oprala | 2013-12-02 | 3 | -3/+3 |
* | | hexdump: rename add to add_fmt | Ondrej Oprala | 2013-12-02 | 3 | -19/+19 |
* | | hexdump: Merge hexsyntax.c into hexdump.c | Ondrej Oprala | 2013-12-02 | 4 | -163/+117 |
* | | hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c | Ondrej Oprala | 2013-12-02 | 4 | -3/+3 |
* | | hexdump: catch memory leaks | Ondrej Oprala | 2013-11-08 | 3 | -4/+32 |
* | | hexdump: make addfile() variable names more hinting of their purpose | Ondrej Oprala | 2013-11-08 | 1 | -6/+6 |
* | | hexdump: use skip_space() in add() | Ondrej Oprala | 2013-11-08 | 1 | -9/+4 |
* | | hexdump: rename in() to first_letter() | Ondrej Oprala | 2013-11-08 | 1 | -8/+8 |
* | | hexdump: get rid of redundant typecasts | Ondrej Oprala | 2013-11-08 | 2 | -10/+10 |
* | | hexdump: minor formatting improvements in display() | Ondrej Oprala | 2013-11-08 | 1 | -13/+22 |
* | | hexdump: rewrite cluttered case statements | Ondrej Oprala | 2013-11-08 | 1 | -133/+104 |
* | | hexdump: use xasprintf in conv_c() | Ondrej Oprala | 2013-11-08 | 1 | -2/+4 |
* | | hexdump: delete redundant typecasts | Ondrej Oprala | 2013-11-08 | 1 | -10/+10 |
* | | hexdump: use GNU case ranges where possible | Ondrej Oprala | 2013-11-08 | 1 | -4/+4 |
* | | hexdump: use xstrncpy in add() | Ondrej Oprala | 2013-11-08 | 1 | -2/+2 |
* | | hexdump: simplify newsyntax arguments | Ondrej Oprala | 2013-11-08 | 3 | -7/+5 |
* | | hexdump: minor formatting improvements | Ondrej Oprala | 2013-11-08 | 1 | -18/+18 |
* | | hexdump: rename next{fs,fu,pr} to {fs,fu,pr}list | Ondrej Oprala | 2013-11-08 | 4 | -33/+33 |
* | | hexdump: rewrite addfile() to use getline() | Ondrej Oprala | 2013-11-08 | 1 | -9/+8 |
* | | hexdump: formatting and variable name cleanup | Ondrej Oprala | 2013-11-08 | 5 | -27/+33 |
* | | hexdump: rewrite() formatting improvements | Ondrej Oprala | 2013-11-08 | 1 | -29/+28 |
* | | hexdump: rewrite escape() | Ondrej Oprala | 2013-11-08 | 1 | -1/+3 |
* | | hexdump: rewrite rewrite() | Ondrej Oprala | 2013-11-08 | 1 | -105/+122 |
* | | hexdump:rewrite add() | Ondrej Oprala | 2013-11-08 | 1 | -5/+3 |