index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
text-utils
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-10
hexdump: add highlighting support
Ondrej Oprala
5
-1
/
+281
2014-01-24
include/c.h: prefer nanosleep() over usleep()
Karel Zak
1
-1
/
+1
2014-01-14
column: fix mem leak [coverity scan]
Karel Zak
1
-1
/
+3
2014-01-14
more: fix mem leak [coverity scan]
Karel Zak
1
-1
/
+3
2014-01-06
hexdump: convert a variable type according with fmt
Andrew Vagin
1
-6
/
+6
2014-01-06
hexdump: don't access hex after freeing it
Andrew Vagin
1
-1
/
+5
2014-01-06
hexdump: use xcalloc()
Karel Zak
1
-1
/
+2
2013-12-02
hexdump: Create struct hexdump containing previously global variables.
Ondrej Oprala
4
-89
/
+90
2013-12-02
hexdump: add __attribute__ ((__noreturn__)) to bad*() functions
Ondrej Oprala
1
-24
/
+20
2013-12-02
hexdump: rename struct _fs to struct hexdump_fs and remove its typedef
Ondrej Oprala
4
-15
/
+15
2013-12-02
hexdump: rename struct _fu to struct hexdump_fu and remove its typedef
Ondrej Oprala
4
-15
/
+15
2013-12-02
hexdump: Rename struct _pr to struct hexdump_pr and remove it's typedef
Ondrej Oprala
5
-18
/
+20
2013-12-02
hexdump: rename rewrite to rewrite_rules
Ondrej Oprala
3
-3
/
+3
2013-12-02
hexdump: rename add to add_fmt
Ondrej Oprala
3
-19
/
+19
2013-12-02
hexdump: Merge hexsyntax.c into hexdump.c
Ondrej Oprala
4
-163
/
+117
2013-12-02
hexdump: add the prefix 'hexdump-' to {conv,display,parse}.c
Ondrej Oprala
4
-3
/
+3
2013-11-08
hexdump: catch memory leaks
Ondrej Oprala
3
-4
/
+32
2013-11-08
hexdump: make addfile() variable names more hinting of their purpose
Ondrej Oprala
1
-6
/
+6
2013-11-08
hexdump: use skip_space() in add()
Ondrej Oprala
1
-9
/
+4
2013-11-08
hexdump: rename in() to first_letter()
Ondrej Oprala
1
-8
/
+8
2013-11-08
hexdump: get rid of redundant typecasts
Ondrej Oprala
2
-10
/
+10
2013-11-08
hexdump: minor formatting improvements in display()
Ondrej Oprala
1
-13
/
+22
2013-11-08
hexdump: rewrite cluttered case statements
Ondrej Oprala
1
-133
/
+104
2013-11-08
hexdump: use xasprintf in conv_c()
Ondrej Oprala
1
-2
/
+4
2013-11-08
hexdump: delete redundant typecasts
Ondrej Oprala
1
-10
/
+10
2013-11-08
hexdump: use GNU case ranges where possible
Ondrej Oprala
1
-4
/
+4
2013-11-08
hexdump: use xstrncpy in add()
Ondrej Oprala
1
-2
/
+2
2013-11-08
hexdump: simplify newsyntax arguments
Ondrej Oprala
3
-7
/
+5
2013-11-08
hexdump: minor formatting improvements
Ondrej Oprala
1
-18
/
+18
2013-11-08
hexdump: rename next{fs,fu,pr} to {fs,fu,pr}list
Ondrej Oprala
4
-33
/
+33
2013-11-08
hexdump: rewrite addfile() to use getline()
Ondrej Oprala
1
-9
/
+8
2013-11-08
hexdump: formatting and variable name cleanup
Ondrej Oprala
5
-27
/
+33
2013-11-08
hexdump: rewrite() formatting improvements
Ondrej Oprala
1
-29
/
+28
2013-11-08
hexdump: rewrite escape()
Ondrej Oprala
1
-1
/
+3
2013-11-08
hexdump: rewrite rewrite()
Ondrej Oprala
1
-105
/
+122
2013-11-08
hexdump:rewrite add()
Ondrej Oprala
1
-5
/
+3
2013-11-08
hexdump: rewrite next()
Ondrej Oprala
1
-1
/
+1
2013-11-08
hexdump: rewrite get()
Ondrej Oprala
1
-1
/
+2
2013-11-08
hexdump: rewrite addfile()
Ondrej Oprala
1
-6
/
+8
2013-11-08
hexdump: cleanup of redundant symbols/repeating literals
Ondrej Oprala
3
-26
/
+27
2013-11-08
hexdump: use list.h queues and rewrite redundant for cycles
Ondrej Oprala
5
-104
/
+141
2013-10-18
pg: use LC_ALL
Karel Zak
1
-1
/
+1
2013-10-15
more: fix warning when compiled --without-ncurses
Karel Zak
1
-1
/
+1
2013-10-15
docs: standardize the phrases for --help and --version in all man pages
Benno Schulenberg
7
-12
/
+12
2013-10-08
textual: use the standard angular brackets for non-literal arguments
Benno Schulenberg
1
-1
/
+1
2013-10-08
hexsyntax: in help text, wrap argument of option -e in angular brackets
Benno Schulenberg
1
-1
/
+1
2013-10-04
build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)
Karel Zak
1
-5
/
+20
2013-10-04
include: Add missing includes
Michael Forney
1
-0
/
+1
2013-09-30
clean up term lib handling
Mike Frysinger
1
-20
/
+7
2013-09-12
rev: fix new line regression
Sami Kerola
1
-1
/
+3
[next]