OSDN Git Service

build: avoid new float-to-double warnings
[android-x86/external-parted.git] / parted / ChangeLog.0
1 2006-10-31  David Cantrell  <dcantrell@redhat.com>
2         * parted.c (do_print): Add device-mapper type to the transport type
3         list (from Debarshi Ray).
4
5 2006-10-09  David Cantrell  <dcantrell@redhat.com>
6         * parted.c (do_print): Define transport type list and display disk
7         model type and transport type (from Debarshi Ray).
8
9 2006-09-12  Anant Narayanan <anant@kix.in>
10         * ui.c (sig*_handler): fallback to signal() if sigaction() is not
11         available
12
13 2006-09-01  David Cantrell  <dcantrell@redhat.com>
14         * parted.c (do_print): wrap assignment-as-test in while statement.
15
16 2006-09-01  Darren Lavender  <dl1@hppine99.gbr.hp.com>
17         * ui.c  (command_line_get_ex_opt): fix SIGSEGV in parted 1.6.19
18         and assertion error in 1.7.0
19
20 2006-07-31  Leslie P. Polzer <polzer@gnu.org>
21         * parted.c (do_print): simplified a loop.
22
23 2006-05-15  Leslie P. Polzer <polzer@gnu.org>
24         * parted.c: fixed spelling of non-root message and made it non-fatal.
25
26 2006-05-13  Anant Narayanan <anant@kix.in>
27         * parted.c: Show a friendly message if parted is run as a non-root
28         user
29
30         * ../configure.ac: Check for presence of getuid()
31
32 2006-04-06  Leslie P. Polzer <polzer@gnu.org>
33         * ui.c (sigsegv_handler, sigfpe_handler, sigsegv_handler):
34         abort() immediately after printing error message.
35
36         * ui.c (sigint_handler, exception_handler):
37         return PED_EXCEPTION_UNHANDLED on SIGINT.
38
39 2006-04-04  Anant Narayanan <anant@kix.in>
40         * ui.c (sigint_handler, _readline): fall back to old signal API
41         for operating systems without sigaction().
42
43 2006-03-21  Anant Narayanan <anant@kix.in>
44         * ui.c: Added 'default' cases for Signal type handlers.
45
46 2006-03-13  Anant Narayanan <anant@kix.in>
47         * ui.c: Switched to sigaction() from signal() and catch SIGFPE
48         and SIGILL too.
49
50 2006-03-13  Anant Narayanan <anant@kix.in>
51         * parted.c: Intoduced a new "toggle" command, and reverted the
52         "set" command back to its old semantics.
53
54 2006-03-11  Leslie P. Polzer <polzer@gnu.org>
55         * parted.c (partition_print_flags): added some pointer juggling to
56         avoid problems with -fstrict-aliasing enabled.
57
58 2006-03-09  Leslie P. Polzer <polzer@gnu.org>
59         * parted.c (do_mkpart, do_mkpartfs): catch exceptions that occur.
60
61 2006-03-08  Leslie P. Polzer <polzer@gnu.org>
62         * table.h, table.c: use wide character version with ENABLE_NLS.
63         * parted.c: print wide character table with ENABLE_NLS.
64
65 2006-03-05 Anant Narayanan <anant@kix.in>
66         * ui.c: Added a SIGSEGV handler, implemented signal masking and
67         slightly modified the default bug message.
68
69 2006-02-27 Anant Narayanan <anant@kix.in>
70         * ui.c (command_line_get_partition): Automatically select the
71         partition if only one is present.
72
73 2006-02-25  Leslie P. Polzer <polzer@gnu.org>
74         * parted.c (do_mkpart, do_mkpartfs): offer the user an alternative
75         when his constraints can't be satisfied (this was the behaviour
76         before the introduction of PedUnit in 1.6.24).
77
78         * parted.c (partition_print_flags, do_print): fixed memory leak and
79         adapted function call to new signature.
80
81         * table.c (table_add_row): row vector is allocated correctly now.
82
83 2006-02-23  Leslie P. Polzer <polzer@gnu.org>
84         * parted.c: MEGABYTE_SECTORS is a function now, taking a PedDevice
85         and thereby returning the correct size for devices with block size
86         != 2^9.
87
88 2006-02-22  Leslie P. Polzer <polzer@gnu.org>
89         * table.h, table.c: added.
90         * parted.c (do_print): uses the table formatter now.
91         * parted.c (partition_print_flags): changed signature; this function
92         now returns a string instead of printing to stdout.
93
94 2006-02-20  Leslie P. Polzer <polzer@gnu.org>
95         * parted.c (do_mkpart): added new constraint from
96         ped_device_get_constraint
97
98 2006-02-14  Anant Narayanan <anant@kix.in>
99         * parted/parted.c: The "set" command now inverts the flags state
100         automatically, instead of prompting for its state.
101
102 2006-02-14  Anant Narayanan <anant@kix.in>
103         * parted/parted.c: Merged the "print-all" command into do_print
104         with [all] as an optional parameter to the "print" command.
105
106 2006-02-13  Anant Narayanan <anant@kix.in>
107         * parted/parted.c: Implemented the "print-all" command and fixed
108         indentation of commands and their descriptions.
109
110 2006-02-13  Anant Narayanan <anant@kix.in>
111         * parted/parted.c: Fixed 80-line breaks and copyright message.
112
113         * parted/ui.c: Modified bug message to point to website instead
114         of the mailing list.
115
116 2006-02-06  Anant Narayanan <anant@kix.in>
117         * parted/parted.c: Implemented the "version" command that displays
118         copyright and version info instead of at the beginning.
119
120         * parted/ui.c: Removed initial copyright message and created a
121         welcome message instead.
122 -----------------------------------------------------------------------------
123
124 This file is part of GNU Parted
125 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
126 Free Software Foundation Inc.
127
128 This file may be modified and/or distributed without restriction.  This is
129 not an invitation to misrepresent the history of GNU Parted.