summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-0/+6
* Merge branch '170424' of github.com:jwpi/util-linuxKarel Zak2017-06-201-103/+77Star
|\
| * parse-date: time_zone_hhmm() bug fixesJ William Piggott2017-06-151-35/+33Star
| * parse-date: remove unused ordinal_day_seenJ William Piggott2017-06-151-6/+0Star
| * parse-date: remove unused year_seenJ William Piggott2017-06-151-3/+0Star
| * parse-date: refactor tm_diff()J William Piggott2017-06-151-3/+2Star
| * parse-date: use to_uchar() instead of assignment.J William Piggott2017-06-151-4/+2Star
| * parse-date: use uintmax_t where appropriateJ William Piggott2017-06-151-4/+4
| * parse-date: use int where appropriateJ William Piggott2017-06-151-6/+6
| * parse-date: use intmax_t where appropriateJ William Piggott2017-06-151-28/+28
| * parse-date: remove unused EPOCH_YEARJ William Piggott2017-06-151-1/+0Star
| * parse-date: replace ISDIGIT with c_isdigitJ William Piggott2017-06-151-18/+7Star
* | lib: style cosmetics plymouth-ctrl.cRuediger Meier2017-06-151-11/+7Star
|/
* lib: remove _RLD_ from forbid environment variable listSami Kerola2017-06-141-1/+0Star
* lib: simplify cpuset if clauses that returnSami Kerola2017-06-141-7/+5Star
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* misc: fix gcc-7 snprintf warnings -Wformat-truncationRuediger Meier2017-06-142-3/+3
* lib/ttyutils: return terminal lines tooKarel Zak2017-06-121-19/+49
* lib/pager: use xallocKarel Zak2017-06-021-1/+1
* lib/pager: don't use pager if command not availableKarel Zak2017-06-011-0/+36
* misc: fix some warningsRuediger Meier2017-06-011-1/+2
* build-sys: fix library order when linkingRuediger Meier2017-06-011-1/+1
* build-sys: ncurses headers cleanupKarel Zak2017-05-311-4/+11
* lib/colors: fix test compilationKarel Zak2017-05-311-2/+2
* lib/colors: ncurses cleanupKarel Zak2017-05-302-9/+27
* lib/loopdev: remove unnecessary headerKarel Zak2017-05-301-1/+0Star
* lib/parse-date: don't use xalloc in lib-like codeKarel Zak2017-05-121-3/+12
* build-sys: remove duplicate includesKarel Zak2017-05-121-1/+0Star
* lib/mbsedit: fix typo in commentSami Kerola2017-05-101-1/+1
* lib/timer: add commentKarel Zak2017-04-281-0/+17
* lib/timer.c: prevent pathological race conditionRasmus Villemoes2017-04-261-4/+6
* lib/timer.c: remove bogus SA_SIGINFO from timer_settime callRasmus Villemoes2017-04-261-1/+1
* parse-date: remove extraneous form feedJ William Piggott2017-04-101-2/+0Star
* Merge branch '2017wk13' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-04-041-1/+0Star
|\
| * lib/cpuset: stop changing variable that is not readSami Kerola2017-04-011-1/+0Star
* | lib/strutils: fix typos in huge size suffixesKarel Zak2017-04-031-3/+3
|/
* agetty: fix characters reorder in login promptKarel Zak2017-03-271-4/+0Star
* Merge branch '2017wk11' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2017-03-242-9/+9
|\
| * tests: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-03-172-9/+9
* | Merge remote-tracking branch 'jwpi/hwclock-date7'Karel Zak2017-03-233-0/+1647
|\ \ | |/ |/|
| * build-sys: add parse-date.yKarel Zak2017-03-042-0/+2
| * lib: add parse-date.yJ William Piggott2017-03-041-0/+1645
* | lib/colors: assert rathen than overflow [-Wnull-dereference]Karel Zak2017-03-131-1/+4
|/
* lib/idcache: add void to function declaration [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-202-2/+2
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-202-3/+3
* lib/mbsedit: add simple buffer editorKarel Zak2017-02-162-0/+223
* lib/randutils: glibc 2.25 has getrandom(2) declarationSami Kerola2017-02-131-1/+1
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* lib: add timegm() portability function to lib/timeutils.cSami Kerola2017-02-031-0/+19