summaryrefslogtreecommitdiffstats
path: root/lib/strutils.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib/strutils: add strtosize_or_err, clean upKarel Zak2012-03-301-37/+45
* lib/strutils: move array bounds check in string_to_idarray() to appropriate p...Chandan B Rajenda2012-02-231-2/+2
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-0/+32
* lib,strutils: add default value to parse_range()Davidlohr Bueso2011-10-171-3/+4
* lib,strutils: share parse_range()Davidlohr Bueso2011-10-121-1/+44
* lib: [strutils] add strtod_or_err() functionSami Kerola2011-09-291-0/+24
* lib: [strutils.c] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* include: [strutils.c] add list parsersKarel Zak2011-07-271-0/+95
* lib: add strtoul_or_err() functionSami Kerola2011-06-011-0/+24
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-261-8/+25
* lib: [strutils.c] more robust strtol checksKarel Zak2011-02-211-2/+2
* strutils: new wrapper function strtoll_or_errSami Kerola2011-02-211-0/+24
* lib: [strutils] avoid integer overflow on large valuesDave Reisner2011-02-151-4/+14
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* remove duplicate includesKarel Zak2011-01-041-4/+0Star
* tests: fix strtosize() testKarel Zak2011-01-031-0/+24
* partx: complete rewriteDavidlohr Bueso2010-12-091-0/+49
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-0/+40
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-0/+186