summaryrefslogtreecommitdiffstats
path: root/include/strutils.h
Commit message (Expand)AuthorAgeFilesLines
* include/strutils: fix potential null pointer dereferenceSami Kerola2019-05-161-1/+3
* lscpu: move trailing null after removing characters from a stringSami Kerola2019-05-161-0/+1
* include/strutils: add functions to replace and remove chars from stringKarel Zak2019-04-111-0/+16
* lib/strutils: support two decimal places in size_to_human_string() outputKarel Zak2019-02-121-3/+4
* include/c: add str2memcpy() and mem2strcpy()Karel Zak2018-10-031-0/+28
* lib/strutils: return from xstrmode()Karel Zak2018-09-141-1/+1
* include/strutils: remove unnecessary castKarel Zak2018-07-201-2/+2
* fdisk: use strutils to trim whitespace from inputVaclav Dolezal2017-08-291-1/+1
* lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-5/+2Star
* lib/strutils: return end pointer by isdigit_string()Karel Zak2017-01-281-2/+6
* lib,strutils: add strtoux[16|32|64]_or_err functionsHeiko Carstens2016-11-091-0/+3
* lib/strutils: make left and right trims more robustSami Kerola2016-09-291-2/+7
* libmount: ignore redundant slashesKarel Zak2016-08-081-1/+1
* lib/timeutils: add strxxx_iso() functionsKarel Zak2016-05-111-0/+2
* libmount: remove duplicate codeKarel Zak2016-04-221-4/+9
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+1
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-1/+1
* rtcwake: improve read_clock_mode()Sami Kerola2015-06-291-0/+3
* lib/strv: add new functions (from systemd)Karel Zak2015-05-151-0/+4
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-1/+1
* lib/strutils: extend parse_switch() to accept more optionsKarel Zak2015-02-241-1/+1
* lib/strutils: move parse_switch() from setterm(1) to librarySami Kerola2015-02-241-0/+2
* strutils: fix unsigned integer overflows [AddressSanitizer]Sami Kerola2014-12-191-3/+6
* libblkid: move string trim function to strutils.hKarel Zak2014-08-251-0/+37
* strutils: add skip_space() functionOndrej Oprala2013-11-081-0/+18
* lib/strutils: optimalize {starts,ends}with()Karel Zak2013-09-101-3/+40
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-291-0/+4
* lib/strutils: add strtotimeval_or_err()Karel Zak2013-03-131-0/+3
* lib/strutils: simplify strtosize(), return info about suffixKarel Zak2013-03-111-0/+21
* fdisk: add callback for ask-numbers APIKarel Zak2013-03-111-0/+2
* Implement mempcpy() in terms of memcpy() if mempcpy() is unavailableDaniel Trebbien2013-01-311-0/+3
* lib/strutils: add string_add_to_idarray() - parse and add to id listMilan Broz2012-07-261-0/+4
* lib/strutils: create type specific strtoxx_or_err()Karel Zak2012-05-151-2/+12
* lib/strutils: add string_to_bitmask()Karel Zak2012-05-031-0/+3
* lib/strutils: add strtosize_or_err, clean upKarel Zak2012-03-301-0/+7
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-0/+2
* lib,strutils: add default value to parse_range()Davidlohr Bueso2011-10-171-1/+1
* lib,strutils: share parse_range()Davidlohr Bueso2011-10-121-0/+2
* lib: [strutils] add strtod_or_err() functionSami Kerola2011-09-291-0/+1
* include: [strutils.c] add list parsersKarel Zak2011-07-271-0/+5
* lib: add strtoul_or_err() functionSami Kerola2011-06-011-0/+1
* This adds a second parameter to size_to_human_string() to return aFrancesco Cosoleto2011-05-261-1/+10
* strutils: new wrapper function strtoll_or_errSami Kerola2011-02-211-0/+1
* partx: complete rewriteDavidlohr Bueso2010-12-091-0/+1
* lib: [strutils] move strmode() from namei.c to strutils.cKarel Zak2010-11-241-0/+4
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-0/+26