summaryrefslogtreecommitdiffstats
path: root/lib/strutils.c
Commit message (Expand)AuthorAgeFilesLines
* lib/strutils: keep static analyzer happy [coverity scan]Karel Zak2019-05-151-1/+3
* lib/strutils: parse_size() fix frac digit calculationKarel Zak2019-05-131-10/+32
* lib/strutils: parse_size() fix frac with zerosKarel Zak2019-05-131-7/+12
* lib/strutils: support two decimal places in size_to_human_string() outputKarel Zak2019-02-121-4/+11
* lib/strutils: return from xstrmode()Karel Zak2018-09-141-1/+3
* lib/strutils: follow const in parse_size()Karel Zak2018-07-201-13/+15
* lib/strutils: remove redundant conditionKarel Zak2018-07-181-1/+1
* lib/strutils: fix strnlen() fallbackKarel Zak2018-05-281-2/+2
* lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-0/+6
* lib/strutils: fix typos in huge size suffixesKarel Zak2017-04-031-3/+3
* lib/strutils: return end pointer by isdigit_string()Karel Zak2017-01-281-2/+7
* lib: use unique ifdefs for testsKarel Zak2017-01-041-2/+2
* lib,strutils: add strtoux[16|32|64]_or_err functionsHeiko Carstens2016-11-091-6/+38
* libmount: ignore redundant slashesKarel Zak2016-08-081-28/+72
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* lib/timeutils: add strxxx_iso() functionsKarel Zak2016-05-111-0/+17
* lib/strutils: use int for fgetc()Karel Zak2016-04-041-1/+1
* partx: fix --nr usageKarel Zak2016-03-221-1/+1
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+9
* misc: never cast void* from malloc(3) and friendsRuediger Meier2016-03-071-1/+1
* lib/strutils: parse_size(), sync errno and return valueRuediger Meier2016-02-211-2/+4
* lib/strutils: add more ERANGE messagesRuediger Meier2016-02-211-12/+16
* lib/strutils: fix errno usage in strtoint functionsRuediger Meier2016-02-211-10/+11
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-1/+1
* misc: fix some printf format stringsRuediger Meier2016-02-111-1/+1
* 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