summaryrefslogtreecommitdiff
path: root/parted/ui.c
Commit message (Expand)AuthorAgeFilesLines
* maint: Update copyright statements to 2022Brian C. Lane2023-03-241-1/+1
* ui: Add checks for prompt being NULLBrian C. Lane2023-02-151-2/+5
* maint: Update copyright statements to 2022Brian C. Lane2022-03-231-1/+1
* parted: Allow empty string for partition nameArvin Schnell2021-08-251-2/+7
* parted: add --fix to "fix" in script modeCristian Klein2021-01-281-0/+7
* maint: Update copyright statements to 2021Brian C. Lane2021-01-181-1/+1
* maint: Update copyright statements to 2020Brian C. Lane2020-12-111-1/+2
* ui: Fix gcc 10 warning about snprintf truncating an intBrian C. Lane2020-11-201-2/+2
* ui: Fix command_line_get_disk_flagBrian C. Lane2020-11-201-1/+1
* maint: Update copyright statements to 2019Brian C. Lane2019-08-121-1/+1
* Remove trailing whitespaceBrian C. Lane2019-08-091-2/+2
* Fix potential command line buffer overflowSimon Xu2018-10-161-1/+1
* Fix set and disk_set to not crash when no flags are supportedPhillip Susi2018-06-051-2/+16
* parted/ui: remove unneccesary information of command lineWang Dong2017-05-011-0/+1
* clean the disk information when commands fail in interactive mode.Wang Dong2017-05-011-1/+7
* parted: fix crash due to improper partition number inputWang Dong2017-05-011-4/+22
* UI: Avoid memory leaks.Amarnath Valluri2015-08-031-1/+5
* maint: run "make update-copyright"Jim Meyering2014-05-251-1/+1
* parted: don't reload partition table on every commandPhillip Susi2014-05-221-4/+4
* ui: switch to new-style readline typedefGustavo Zacarias2014-03-051-1/+1
* parted: fix EOF and ctrl-c handlingPhillip Susi2013-11-231-10/+6
* maint: update all copyright year number rangesJim Meyering2013-01-061-1/+1
* gpt: add commands to manipulate pMBR boot flagMatthew Garrett2012-02-021-0/+29
* 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: mkpart: DWIM for IEC ending sector numbers like 2MiB and 9GiBPetr Uzel2011-11-021-2/+5
* parted: write a few errors and warnings to stderr instead of stdoutRichard W.M. Jones2011-10-141-4/+4
* parted: strlist print functions can now send output to any FILE *Richard W.M. Jones2011-10-141-2/+2
* UI: avoid leak when interactive sector selection matches defaultJim Meyering2011-05-271-0/+1
* UI: plug a leakJim Meyering2011-05-271-0/+1
* Remove PED_ASSERT action argumentBrian C. Lane2011-03-051-6/+5
* maint: update copyright year ranges to include 2011Jim Meyering2011-02-221-1/+1
* ui: make --help tell where to report bugsJim Meyering2010-04-281-0/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-081-1/+1
* ui: new command: align-check TYPE NJim Meyering2009-11-301-0/+46
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-071-3/+3
* maint: avoid false-positive NULL-deref warning from clangJim Meyering2009-10-011-6/+5
* maint: function returning "int", did not return a value.Jim Meyering2009-10-011-0/+1
* maint: update most copyright year lists to include 2009Jim Meyering2009-09-291-2/+1
* ui: do not initialize readline (which would output!) in --script modeJim Meyering2009-09-241-6/+12
* ui: avoid infloop in testingJim Meyering2009-07-241-1/+5
* parted/ui.c: Include <config.h> before everything elseJim Meyering2009-07-241-0/+1
* Rationalise linux-swap fs names, and add a "linux-swap" aliasColin Watson2009-07-101-0/+9
* remove all trailing blanksJim Meyering2009-03-051-18/+18
* * parted/ui.c: Include <config.h> before any other file.Jim Meyering2009-01-261-2/+3
* Use free, not ped_free.Jim Meyering2008-05-291-4/+4
* avoid const-related compiler warningsJim Meyering2008-05-291-5/+5
* Don't write into line[-1] when line starts with a NUL byte.Jim Meyering2008-02-041-1/+3
* #ifdef function definitions to match uses, to avoid compiler warnings.Jim Meyering2008-01-141-38/+41
* Updated GPL license boilerplate.David Cantrell2007-07-231-3/+2