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/conq.h kernel/nlang.c ... Date: Tue, 08 Aug 2000 10:11:00 -0000 Message-id: <20000808171153.12221.qmail@sourceware.cygnus.com> X-SW-Source: 2000/msg00354.html List-Id: CVSROOT: /cvs/xconq Module name: xconq Changes by: shebs@sourceware.cygnus.com 2000-08-08 10:11:52 Modified files: . : ChangeLog kernel : conq.h nlang.c plan.c read.c read2.c run.c side.c side.h unit.c unit.h write.c Log message: * nlang.c (tooling_desc): New function. (notify_doctrine): List contents of all doctrines. (notify_doctrine_1): List construction run lengths. * plan.c (est_completion_time): Move to here from nlang.c. * read.c (read_default_doctrine): Rename from read_general_doctrine, don't try to handle property values here. (read_utype_doctrine): Similarly. (utype_from_name): Handle empty strings. * read2.c (interp_utype_list): Move to here from unit.c. * side.h (Side numlive): Remove field, never used. (for_all_doctrines): New macro. * side.c (init_sides): Set next_doctrine_id to 1, so save/restore doesn't get confused. (create_side): Don't alloc space for numlive. (become_designer): Don't enable may_set_show_all if see_all. (cover_area): Test side->see_all instead of g_see_all. (new_doctrine): Ensure new doctrine has unique id. (clone_doctrine): Comment out, never used. * unit.c (set_unit_side): Remove adjust of numlive. (find_unit_name): Remove, unused and useless. (num_occupants, num_units_at, get_x_property_by_name): Comment out, never used. * write.c: Cosmetic improvements. * conq.h, unit.h: Update to reflect movements.