summaryrefslogtreecommitdiff
path: root/parted/strlist.c
Commit message (Expand)AuthorAgeFilesLines
* strlist: Handle realloc error in wchar_to_strBrian C. Lane2023-02-151-0/+2
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-2/+2
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+2
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* maint: remove unnecessary wcslen useJim Meyering2012-09-121-2/+2
* build: appease gcc's -Werror=suggest-attribute=pureJim Meyering2012-01-091-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: mark functions with "const" or "pure" attribute, per gcc warningsJim Meyering2011-12-031-2/+2
* parted: write a few errors and warnings to stderr instead of stdoutRichard W.M. Jones2011-10-141-2/+2
* parted: strlist print functions can now send output to any FILE *Richard W.M. Jones2011-10-141-9/+9
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-1/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-2/+1
* maint: remove useless definitionsJim Meyering2010-05-261-8/+0
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+2
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-071-2/+2
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-1/+1
* tests: enable a few syntax-checksJim Meyering2009-09-291-1/+2
* ui: avoid NULL dereference on realloc failureJim Meyering2009-07-111-2/+2
* remove all trailing blanksJim Meyering2009-03-051-1/+1
* Updated GPL license boilerplate.David Cantrell2007-07-231-3/+2
* Let "make distcheck" pass once again.Jim Meyering2007-07-061-2/+1
* Replace some malloc and strdup by xmalloc and xstrdup respectivelyDavid Vazquez2007-06-121-5/+6
* Fix off-by-one error in previous change.Jim Meyering2007-05-251-1/+1
* Remove a silly (and dangerous) function.Jim Meyering2007-05-251-20/+2
* Replaced [f]printf with fput[c|s] globally.Debarshi Ray2007-03-081-1/+1
* Use <config.h> consistently, not "config.h".Jim Meyering2007-03-071-1/+1
* Fix ChangeLogAnant Narayanan2006-09-141-0/+605