summaryrefslogtreecommitdiffstats
path: root/text-utils/ul.c
Commit message (Expand)AuthorAgeFilesLines
* ul: make sure buffers are zeroized [coverity scan]Karel Zak2019-05-281-2/+2
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-4/+4
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-2/+2
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+4
* text-utils: use proper paths to term.hKarel Zak2017-05-301-1/+8
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-23/+22Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-5/+5
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* ul: Fix buffer overflowTobias Stoeckmann2016-09-291-10/+4Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-5/+5
* ul: remove unexplained TERM=lpr overrideSami Kerola2015-01-071-9/+0Star
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+4
* ul: fix filter() indentationSami Kerola2014-10-201-85/+75Star
* textual: use version printing macro everywhereSami Kerola2014-10-011-2/+1Star
* ul: use string printing functionSami Kerola2013-07-091-4/+2Star
* ul: use correct typesSami Kerola2013-07-091-3/+3
* ul: enhance command performanceSami Kerola2013-07-011-4/+4
* ul: cleanup usage() and man pageKarel Zak2013-04-051-10/+11
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* ul: fix shadow declarationSami Kerola2012-07-261-3/+3
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* text-utils: verify writing to streams was successfulSami Kerola2012-04-041-3/+2Star
* ul: remove superfluous return as usage() does not returnBenno Schulenberg2011-08-151-2/+1Star
* ul: make usage() say that more than one input file is allowedBenno Schulenberg2011-08-151-1/+1
* ul: in usage() not overwriting but overriding is meantBenno Schulenberg2011-08-151-2/+2
* ul.c: warn user when command chooses term typeSami Kerola2011-05-171-2/+5
* ul.c: escape handling refactoredSami Kerola2011-05-171-34/+42
* ul.c: close files and free memory after usageSami Kerola2011-05-171-0/+2
* ul.c: code style and comment fixesSami Kerola2011-05-171-72/+94
* ul.c: fix compier warningsSami Kerola2011-05-171-2/+2
* ul.c: magic constant removalSami Kerola2011-05-171-8/+7Star
* ul.c: use long optionsSami Kerola2011-05-171-5/+35
* ul.c: convert definition to functionSami Kerola2011-05-171-16/+22
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* ul: use xalloc for memory allocationDavidlohr Bueso2010-11-011-7/+4Star
* remove free() from atexit() callbacksKarel Zak2010-10-291-7/+0Star
* use _exit() instead of exit() in sighandlersMarek Polacek2010-10-291-1/+1
* ul: use atexit() to deallocate buffer, print errors by err()Karel Zak2010-09-171-35/+25Star
* ul: fix memory leak.Davidlohr Bueso2010-09-171-1/+22
* replace bcopy,bzero,index and rindexDaniel Mierswa2009-08-171-1/+1
* build-sys: fix ifdef ENABLE_WIDECHAR usageKarel Zak2007-01-301-1/+1
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-3/+1Star
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-47/+81
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-10/+8Star