From mboxrd@z Thu Jan 1 00:00:00 1970 From: shebs@sourceware.cygnus.com To: xconq-cvs@sourceware.cygnus.com Subject: xconq ./ChangeLog kernel/unit.h kernel/unit.c ... Date: Sat, 14 Oct 2000 10:49:00 -0000 Message-id: <20001014174954.28808.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00525.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 2000-10-14 10:49:54 Modified files: . : ChangeLog kernel : unit.h unit.c read.c write.c mkunits.c lib : nat-names.g u-e1-1998.g u-e50-1998.g doc : refman.texi Log message: Eliminate pointless unit extension property, make unit's possible sides list into a regular property. * unit.h (UnitExtras hook): Replace with field sides. (unit_hook): Remove. (unit_sides): Define. * unit.c (init_unit_extras): Init sides. (get_x_property, get_x_property_by_name): Remove. * read.c (default_unit_hook): Remove. (interp_unit_defaults): Remove K_X case. (interp_unit): Similarly, and add K_SIDES case. * mkunits.c (add_preexisting_units): Use it. * write.c (write_unit_properties): Write sides instead of hook. * nat-names.g: Remove useless units properties. * u-e1-1998.g, u-e50-1998.g: Change "x" props to "sides". * refman.texi: Update manual.