summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-13Fix non-Linux buildSamuel Thibault2-4/+7
2012-08-13lib/tt: always escape '\' to simplify parsing in scriptsKarel Zak1-14/+3
2012-08-08lib/tt: fix \x%02x usageKarel Zak1-4/+4
2012-08-07include/tt: improve work with non-utf8 charsKarel Zak1-9/+23
2012-08-06lib/tt: count read cells, improve \x?? hex encodingKarel Zak1-14/+161
2012-07-30build-sys: move tests to check_PROGRAMSKarel Zak1-3/+3
2012-07-26lib/strutils: add string_add_to_idarray() - parse and add to id listMilan Broz1-0/+27
2012-07-16lib/match: fix compiler warning [-Wmissing-prototypes]Karel Zak1-0/+2
2012-07-16translation: unify file open error messagesSami Kerola2-3/+3
2012-07-16lib/loopdev: minor bug fix: add missing semicolonSami Kerola1-1/+1
2012-07-16lib/pager: minor compiler warning fixesSami Kerola1-1/+3
2012-07-09fix buffer overrun in some calls to sscanfKarel Zak2-2/+2
2012-06-26build-sys: cleanup .gitignore filesKarel Zak1-1/+0
2012-06-26build-sys: convert lib/ to libcommon.laKarel Zak1-13/+42
2012-06-26build-sys: define per-test -DTEST_PROGRAM in lib/Karel Zak1-4/+21
2012-06-26build-sys: convert lib/ to moduleKarel Zak2-61/+64
2012-06-21lib/loopdev: use warn_unused_result forimportant functionsKarel Zak1-24/+41
2012-06-21lib/sysfs: use warn_unused_result for sysfs_init()Karel Zak1-1/+2
2012-06-21lib/mangle: fix a memory leak in the test caseCong Wang1-2/+6
2012-06-21lib/sysfs: check if cxt->dir_path is NULL in sysfs_readlink()Cong Wang1-0/+3
2012-06-17lib/mbsalign: abort() when non-expected case is encounteredSami Kerola1-0/+2
2012-06-15lib/blkdev: return static strings by blkdev_scsi_type_to_name()Karel Zak1-22/+19
2012-06-15Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak5-4/+54
2012-06-12losetup: improve -a to report loopdevs < 512 bytesKarel Zak1-17/+95
2012-06-11blkdev: add blkdev_scsi_type_to_name()Sami Kerola1-1/+47
2012-06-11sysfs: fix printf format warningsSami Kerola1-1/+1
2012-06-11build: fix unused parameter warningsSami Kerola2-2/+4
2012-06-11build: fix redundant redeclaration warningsSami Kerola1-0/+2
2012-06-05Merge branch '2012wk22' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak1-3/+9
2012-06-05lib/strutils: circumvent missing localeconv()maximilian attems1-1/+1
2012-06-02fileutils: xmkstemp() interface changeDave Reisner1-3/+9
2012-05-29lib/pager: repair build for non-Linux.Thomas Schwinge1-1/+1
2012-05-28libmount: add MNT_ERR_LOOPDEVKarel Zak1-0/+4
2012-05-22lib/tt: export tt_fputs_{quoted,nonblank} functionKarel Zak1-4/+4
2012-05-15lib/strutils: create type specific strtoxx_or_err()Karel Zak1-21/+74
2012-05-15include: move get_terminal_width() to ttyutils.hPetr Uzel1-27/+1
2012-05-15include: rename writeall.h to all-io.hPetr Uzel1-1/+1
2012-05-15lib/mangle: check for end of string on every iterationDave Reisner1-4/+5
2012-05-10libuuid: avoid double open and leaking fd (reworked)Petr Uzel1-5/+3
2012-05-04libuuid: avoid double open and leaking descriptorPetr Uzel1-3/+5
2012-05-03lib/strutils: add string_to_bitmask()Karel Zak1-0/+43
2012-05-03include/tt: remove obsolete stuffKarel Zak1-1/+1
2012-04-26lib/tt: check for non-printable chars for raw/export formatKarel Zak1-3/+3
2012-04-26lib/tt: encode data for RAW and EXPORT formatKarel Zak1-2/+30
2012-04-26lib/mangle: cleanup, add unhexmangleKarel Zak1-18/+39
2012-04-23lib/fileutils: add get_fd_tabsize()Karel Zak1-0/+24
2012-04-23Fix typos found by misspellingsBernhard Voelker1-1/+1
2012-04-23lib/pager: fix compiler warningsKarel Zak1-4/+2
2012-04-23lib: add pager functionalityDavidlohr Bueso2-0/+216
2012-04-10lib: random utilitiesDavidlohr Bueso2-0/+122