summaryrefslogtreecommitdiffstats
path: root/lib/strutils.c
Commit message (Expand)AuthorAgeFilesLines
* lib/strutil: fix parse_switch resource leak [coverity scan]Andreas Henriksson2015-08-311-2/+5
* lib/strutils: make strmode() more genericKarel Zak2015-06-301-17/+19
* rtcwake: improve read_clock_mode()Sami Kerola2015-06-291-0/+12
* lib/strv: add new functions (from systemd)Karel Zak2015-05-151-0/+100
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-3/+2Star
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-6/+24
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-0/+8
* lib/strutils: accept not just 'B' but also lowercase 'b' in a size suffixBenno Schulenberg2015-02-021-2/+2
* textual: fix some typosSami Kerola2014-07-131-1/+1
* libsmartcols: rewrite test code to tree(1)-like utilKarel Zak2014-04-081-1/+1
* lib/strutils: fix parse_size() return codeKarel Zak2014-03-111-1/+3
* lib/strutils: support dec.points in parse_size()Karel Zak2014-03-111-2/+43
* lib/strutils: use proper return codes in parse_size()Karel Zak2014-03-111-9/+14
* lib/strutils: optimalize {starts,ends}with()Karel Zak2013-09-101-66/+0Star
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-291-0/+67
* lib/strutils: add strtotimeval_or_err()Karel Zak2013-03-131-0/+10
* lib/strutils: simplify strtosize(), return info about suffixKarel Zak2013-03-111-37/+28Star
* fdisk: add callback for ask-numbers APIKarel Zak2013-03-111-0/+10
* Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien2013-01-311-0/+7
* lib/strutils: add string_add_to_idarray() - parse and add to id listMilan Broz2012-07-261-0/+27
* lib/strutils: circumvent missing localeconv()maximilian attems2012-06-051-1/+1
* lib/strutils: create type specific strtoxx_or_err()Karel Zak2012-05-151-21/+74
* lib/strutils: add string_to_bitmask()Karel Zak2012-05-031-0/+43
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* strutils: return success on test programDavidlohr Bueso2012-04-101-1/+1
* 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