Project "aegis.3.15" Page 1 List of Changes Tue Jun 15 12:49:46 1999 Change State Description ------- ------- ------------- 10 completed prepare for release 11 completed user guide corrections 12 completed raise default filename length 15 completed check change state before checking partial build files 16 completed debug link hassle 17 completed integrate builds 18 completed build time adjust notify command 19 completed WindowsNT 20 completed whiteout 21 completed aedist 22 completed spif-up web page 23 completed project branches report 25 completed wcwidth 26 completed minor bug fixes 27 completed wrap bug 28 completed tkaeca 29 completed fix tkaeca Project "aegis.3.15", Change 10 Page 1 Change Details Tue Jun 15 12:49:46 1999 NAME Project "aegis.3.15", Delta 1, Change 10. SUMMARY prepare for release DESCRIPTION This change prepares Aegis for the next public release. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source create 1 etc/CHANGES.3.12 source modify 6 -> 7 lib/en/man1/aenpr.1 source modify 6 -> 7 lib/en/readme/new.3.12.so source create 1 lib/en/readme/new.3.15.so HISTORY What When Who Comment ------ ------ ----- --------- new_change Sun May 2 pmiller 20:58:34 1999 develop_begin Sun May 2 pmiller Elapsed time: 0.446 20:58:49 1999 days. develop_end Mon May 3 pmiller 00:19:36 1999 review_pass Mon May 3 pmiller 00:19:49 1999 integrate_begin Mon May 3 pmiller Elapsed time: 1.000 00:19:59 1999 days. integrate_pass Mon May 3 pmiller 08:42:14 1999 Project "aegis.3.15", Change 11 Page 1 Change Details Tue Jun 15 12:49:47 1999 NAME Project "aegis.3.15", Delta 2, Change 11. SUMMARY user guide corrections DESCRIPTION This change makes some small corrections to the User Guide. My thanks to Ralf Fassel for reporting these problems. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by external_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 4 -> 5 lib/en/user-guide/c10.0.so source modify 4 -> 5 lib/en/user-guide/c10.1.so source modify 4 -> 5 lib/en/user-guide/c5.0.so source modify 6 -> 7 lib/en/user-guide/c9.0.so HISTORY What When Who Comment ------ ------ ----- --------- new_change Thu May 6 pmiller 08:31:11 1999 develop_begin Thu May 6 pmiller Elapsed time: 0.032 08:31:22 1999 days. develop_end Thu May 6 pmiller Elapsed time: 3.000 08:45:50 1999 days. review_pass Mon May 10 pmiller 16:46:36 1999 integrate_begin Mon May 10 pmiller Elapsed time: 0.051 16:46:45 1999 days. integrate_pass Mon May 10 pmiller 17:09:42 1999 Project "aegis.3.15", Change 12 Page 1 Change Details Tue Jun 15 12:49:47 1999 NAME Project "aegis.3.15", Delta 3, Change 12. SUMMARY raise default filename length DESCRIPTION This change raises the default filename length limit from 14 to 255. The short length was there for historical reasons, but pathconf will pick up shorter limits. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 8 -> 9 config source modify 6 -> 7 lib/en/faq/main.roff source modify 5 -> 6 lib/en/man1/z_filesize.so source modify 13 -> 14 lib/en/man5/aepconf.5 source modify 1 -> 2 lib/en/readme/new.3.15.so source modify 1 -> 2 libaegis/change/pconf/get.c source modify 12 -> 13 libaegis/os.c source modify 9 -> 10 libaegis/pconf.def HISTORY What When Who Comment ------ ------ ----- --------- new_change Mon May 10 pmiller 08:27:19 1999 develop_begin Mon May 10 pmiller Elapsed time: 0.232 08:27:28 1999 days. develop_end Mon May 10 pmiller Elapsed time: 0.880 10:11:40 1999 days. review_pass Mon May 10 pmiller Elapsed time: 0.051 16:47:42 1999 days. integrate_begin Mon May 10 pmiller Elapsed time: 0.681 17:10:26 1999 days. integrate_pass Mon May 10 pmiller 22:16:45 1999 Project "aegis.3.15", Change 15 Page 1 Change Details Tue Jun 15 12:49:47 1999 NAME Project "aegis.3.15", Delta 4, Change 15. SUMMARY check change state before checking partial build files DESCRIPTION This change fixes a bug where aeb would resolve file filenames for a partial build before checking that the change was in a buildable state. My thanks to aaron.tovo@endocardial.com for reporting this problem. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by external_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 9 -> 10 aegis/aeb.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Mon May 10 pmiller 10:23:04 1999 develop_begin Mon May 10 pmiller Elapsed time: 0.165 10:23:11 1999 days. develop_end Mon May 10 pmiller Elapsed time: 0.691 11:37:14 1999 days. review_pass Mon May 10 pmiller Elapsed time: 0.732 16:48:14 1999 days. integrate_begin Mon May 10 pmiller Elapsed time: 0.160 22:17:48 1999 days. integrate_pass Mon May 10 pmiller 23:29:37 1999 Project "aegis.3.15", Change 16 Page 1 Change Details Tue Jun 15 12:49:47 1999 NAME Project "aegis.3.15", Delta 5, Change 16. SUMMARY debug link hassle DESCRIPTION Compiling Aegis-3.15 fails due to linking errors (unresolved symbol references) if compiled with egcs-1.1.1 (aka gcc-2.91) using debugging option '-g' and *NO* optimization (no -Ox options). For example, set 'CFLAGS=-g' in the Makefile. Typical unresolved symbols are 'input_getc', 'input_name', 'output_filename', 'output_fputc'. I expect the same problem with other GCC versions which provide for inlining of C- functions (gcc-2.8.1). My thanks to Leo Razoumov for reporting this problem. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by external_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 7 -> 8 libaegis/input.c source modify 2 -> 3 libaegis/output.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Mon May 10 pmiller 13:25:10 1999 develop_begin Mon May 10 pmiller Elapsed time: 0.123 13:25:20 1999 days. develop_end Mon May 10 pmiller Elapsed time: 0.330 14:20:29 1999 days. review_pass Mon May 10 pmiller Elapsed time: 0.892 16:48:53 1999 days. integrate_begin Mon May 10 pmiller Elapsed time: 0.414 23:30:13 1999 days. integrate_pass Tue May 11 pmiller 02:36:19 1999 Project "aegis.3.15", Change 17 Page 1 Change Details Tue Jun 15 12:49:48 1999 NAME Project "aegis.3.15", Delta 7, Change 17. SUMMARY integrate builds DESCRIPTION This change updates Aegis' own integration build, to take advantage of the new ``cook -fp-update'' option. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_improvement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 9 -> 11 config source modify 10 -> 11 libaegis/lex.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Mon May 10 pmiller 17:29:57 1999 develop_begin Mon May 10 pmiller Elapsed time: 3.000 17:30:19 1999 days. develop_end Thu May 13 pmiller Elapsed time: 0.026 17:26:46 1999 days. review_pass Thu May 13 pmiller 17:38:32 1999 integrate_begin Thu May 13 pmiller Elapsed time: 0.571 17:38:40 1999 days. integrate_fail Thu May 13 pmiller need to tickle the 21:55:43 1999 cook -fp-update command develop_end Thu May 13 pmiller 22:02:28 1999 review_pass Thu May 13 pmiller 22:03:49 1999 integrate_begin Thu May 13 pmiller Elapsed time: 0.030 22:03:57 1999 days. integrate_fail Thu May 13 pmiller fingerprints are 22:17:37 1999 tricky things Elapsed time: 0.216 days. develop_end Thu May 13 pmiller Elapsed time: 0.450 23:54:46 1999 days. review_pass Fri May 14 pmiller Project "aegis.3.15", Change 17 Page 2 Change Details Tue Jun 15 12:49:48 1999 What When Who Comment ------ ------ ----- --------- 03:17:20 1999 integrate_begin Fri May 14 pmiller Elapsed time: 0.508 03:17:30 1999 days. integrate_pass Fri May 14 pmiller 07:06:12 1999 Project "aegis.3.15", Change 18 Page 1 Change Details Tue Jun 15 12:49:48 1999 NAME Project "aegis.3.15", Delta 6, Change 18. SUMMARY build time adjust notify command DESCRIPTION This change adds the build_time_adjust_notify_command to the ptoject config file. It is un at integrate pass time, once the file mod times have been adjusted. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 7 -> 8 aegis/aeip.c source modify 14 -> 15 lib/en/man5/aepconf.5 source modify 9 -> 10 libaegis/change.h source create 1 libaegis/change/build/run_time_ com.c source modify 10 -> 11 libaegis/pconf.def HISTORY What When Who Comment ------ ------ ----- --------- new_change Mon May 10 pmiller Elapsed time: 1.460 17:36:32 1999 days. develop_begin Tue May 11 pmiller Elapsed time: 0.327 21:03:31 1999 days. develop_end Tue May 11 pmiller 23:30:37 1999 review_pass Tue May 11 pmiller 23:30:44 1999 integrate_begin Tue May 11 pmiller Elapsed time: 1.000 23:30:51 1999 days. integrate_pass Wed May 12 pmiller 22:21:56 1999 Project "aegis.3.15", Change 19 Page 1 Change Details Tue Jun 15 12:49:48 1999 NAME Project "aegis.3.15", Delta 9, Change 19. SUMMARY WindowsNT DESCRIPTION This is not a WindowsNT port. Sorry. This change corrects some problems while trying to get a single-user Aegis working under WindowsNT. It doesn't solve all the problems, it just makes more tests pass. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 3 -> 4 common/config.messy.h source modify 1 -> 2 common/exeext.c source modify 6 -> 7 common/wstr.c source modify 17 -> 18 etc/configure.in source modify 14 -> 15 lib/en/building/main.man source create 1 lib/en/building/windows-nt.so source modify 6 -> 7 libaegis/gonzo.c source modify 7 -> 8 libaegis/lock.c source modify 14 -> 15 libaegis/os.c source create 1 libaegis/os/mkdir_betwen.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Tue May 11 pmiller 21:43:33 1999 develop_begin Tue May 11 pmiller Elapsed time: 4.000 21:43:49 1999 days. develop_end Mon May 17 pmiller 16:45:13 1999 review_pass Mon May 17 pmiller 16:46:00 1999 integrate_begin Mon May 17 pmiller Elapsed time: 1.000 16:46:07 1999 days. integrate_pass Tue May 18 pmiller 09:43:36 1999 Project "aegis.3.15", Change 20 Page 1 Change Details Tue Jun 15 12:49:49 1999 NAME Project "aegis.3.15", Delta 8, Change 20. SUMMARY whiteout DESCRIPTION 1. This change adds the -whiteout and -no-whiteout options to the aerm and aemv commands, and the whiteout_preference to the user preferences file. 2. This change adds the whiteout_template field to the project config file. 3. This change adds documentation to the aerm and aemv man pages regarding the presence and purpose of the whiteout files. My thanks to Wayne Collins for prompting this work. This change must pass a full regression test. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 4 -> 5 aegis/aemv.c source modify 4 -> 5 aegis/aenf.c source modify 6 -> 7 aegis/aerm.c source modify 16 -> 17 lib/en/LC_MESSAGES/aegis.po source modify 15 -> 16 lib/en/LC_MESSAGES/libaegis.po source modify 4 -> 5 lib/en/man1/aemv.1 source modify 4 -> 5 lib/en/man1/aerm.1 source create 1 lib/en/man1/o_whiteout.so source create 1 lib/en/man1/z_whiteout.so source modify 15 -> 16 lib/en/man5/aepconf.5 source modify 7 -> 8 lib/en/man5/aeuconf.5 source modify 2 -> 3 lib/en/readme/new.3.15.so source modify 9 -> 10 libaegis/arglex2.c source modify 9 -> 10 libaegis/arglex2.h source modify 10 -> 11 libaegis/change.h source create 1 libaegis/change/file/whiteout.c source modify 1 -> 2 libaegis/file/from_string.c source modify 6 -> 7 libaegis/glue.c source modify 4 -> 5 libaegis/glue.h source modify 13 -> 14 libaegis/os.c source modify 5 -> 6 libaegis/os.h source modify 11 -> 12 libaegis/pconf.def source modify 6 -> 7 libaegis/uconf.def source modify 9 -> 10 libaegis/user.c Project "aegis.3.15", Change 20 Page 2 Change Details Tue Jun 15 12:49:49 1999 Type Action Edit File Name ------- -------- ------- ----------- source modify 6 -> 7 libaegis/user.h HISTORY What When Who Comment ------ ------ ----- --------- new_change Thu May 13 pmiller 09:10:18 1999 develop_begin Thu May 13 pmiller Elapsed time: 1.071 09:10:22 1999 days. develop_end Fri May 14 pmiller 09:42:16 1999 review_pass Fri May 14 pmiller 09:42:34 1999 integrate_begin Fri May 14 pmiller Elapsed time: 1.000 09:42:42 1999 days. integrate_pass Fri May 14 pmiller 23:50:42 1999 Project "aegis.3.15", Change 21 Page 1 Change Details Tue Jun 15 12:49:49 1999 NAME Project "aegis.3.15", Delta 10, Change 21. SUMMARY aedist DESCRIPTION This change corrects a bug in the uncopy unchanged portion of aedist. Typical presentation was ``aedist: libaegis/os.c: 821: user permissions not set (bug)'' My thanks to Florian Xhumari (and a host of others) for reporting this problem. This change must pass a full regression test. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by external_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 14 -> 15 aedist/receive.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Sun May 16 pmiller 21:13:48 1999 develop_begin Sun May 16 pmiller Elapsed time: 5.194 21:13:52 1999 days. develop_end Fri May 21 pmiller 22:41:04 1999 review_pass Fri May 21 pmiller 22:41:08 1999 integrate_begin Fri May 21 pmiller Elapsed time: 1.000 22:41:51 1999 days. integrate_pass Sun May 23 pmiller 07:32:07 1999 Project "aegis.3.15", Change 22 Page 1 Change Details Tue Jun 15 12:49:49 1999 NAME Project "aegis.3.15", Delta 11, Change 22. SUMMARY spif-up web page DESCRIPTION This change has the web page making clearer claims. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 9 -> 10 etc/aegis.html HISTORY What When Who Comment ------ ------ ----- --------- new_change Sun May 23 pmiller 07:34:41 1999 develop_begin Sun May 23 pmiller Elapsed time: 0.171 07:35:07 1999 days. develop_end Sun May 23 pmiller 08:52:02 1999 review_pass Sun May 23 pmiller 08:53:12 1999 integrate_begin Sun May 23 pmiller Elapsed time: 0.050 08:53:26 1999 days. integrate_pass Sun May 23 pmiller 09:15:54 1999 Project "aegis.3.15", Change 23 Page 1 Change Details Tue Jun 15 12:49:49 1999 NAME Project "aegis.3.15", Delta 12, Change 23. SUMMARY project branches report DESCRIPTION This change adds the project branches report, used to list the (active) branches of a project. My thanks to jerry.pendergraft@endocardial.com for this suggestion. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by external_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 3 -> 4 lib/en/readme/new.3.15.so source modify 2 -> 3 lib/report.index source create 1 lib/report/proj_bran.rpt source create 1 lib/report/proj_brana.rpt HISTORY What When Who Comment ------ ------ ----- --------- new_change Sun May 23 pmiller 09:19:27 1999 develop_begin Sun May 23 pmiller Elapsed time: 0.515 09:19:33 1999 days. develop_end Sun May 23 pmiller 13:11:10 1999 review_pass Sun May 23 pmiller 13:12:12 1999 integrate_begin Sun May 23 pmiller Elapsed time: 0.080 13:12:19 1999 days. integrate_pass Sun May 23 pmiller 13:48:25 1999 Project "aegis.3.15", Change 25 Page 1 Change Details Tue Jun 15 12:49:49 1999 NAME Project "aegis.3.15", Delta 13, Change 25. SUMMARY wcwidth DESCRIPTION Use the wcwidth function, if the system has one. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 3 -> 4 common/ac/wchar.c source modify 2 -> 3 common/column_width.c source remove 1 common/column_width.h source modify 5 -> 6 common/wstr.h source create 1 common/wstr/column_width.c source modify 18 -> 19 etc/configure.in source modify 6 -> 7 libaegis/col.c source modify 19 -> 20 libaegis/sub.c HISTORY What When Who Comment ------ ------ ----- --------- new_change Fri May 28 pmiller 07:17:16 1999 develop_begin Fri May 28 pmiller Elapsed time: 5.000 07:17:28 1999 days. develop_end Thu Jun 3 pmiller Elapsed time: 0.034 22:45:47 1999 days. review_pass Thu Jun 3 pmiller 23:01:04 1999 integrate_begin Thu Jun 3 pmiller Elapsed time: 1.000 23:01:12 1999 days. integrate_pass Fri Jun 4 pmiller 12:31:57 1999 Project "aegis.3.15", Change 26 Page 1 Change Details Tue Jun 15 12:49:50 1999 NAME Project "aegis.3.15", Delta 14, Change 26. SUMMARY minor bug fixes DESCRIPTION This change fixes a minor bug where the input optimization macros were the wrong way around. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 7 -> 8 lib/en/release/main.man source modify 6 -> 7 libaegis/input.h HISTORY What When Who Comment ------ ------ ----- --------- new_change Wed Jun 2 pmiller 08:56:45 1999 develop_begin Wed Jun 2 pmiller Elapsed time: 2.813 08:57:59 1999 days. develop_end Fri Jun 4 pmiller 15:03:58 1999 review_pass Fri Jun 4 pmiller 15:04:02 1999 integrate_begin Fri Jun 4 pmiller Elapsed time: 0.070 15:04:09 1999 days. integrate_pass Fri Jun 4 pmiller 15:35:35 1999 Project "aegis.3.15", Change 27 Page 1 Change Details Tue Jun 15 12:49:50 1999 NAME Project "aegis.3.15", Delta 17, Change 27. SUMMARY wrap bug DESCRIPTION This change fixes a bug in the wrap function which made blank lines between paragraphs vanish. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_bug. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 5 -> 6 libaegis/aer/func/wrap.c test create 1 test/01/t0103a.sh HISTORY What When Who Comment ------ ------ ----- --------- new_change Thu Jun 3 pmiller 17:56:29 1999 develop_begin Thu Jun 3 pmiller Elapsed time: 8.000 17:56:33 1999 days. develop_end Tue Jun 15 pmiller 09:48:20 1999 review_pass Tue Jun 15 pmiller 09:48:23 1999 integrate_begin Tue Jun 15 pmiller Elapsed time: 0.051 09:48:30 1999 days. integrate_pass Tue Jun 15 pmiller 10:11:17 1999 Project "aegis.3.15", Change 28 Page 1 Change Details Tue Jun 15 12:49:50 1999 NAME Project "aegis.3.15", Delta 15, Change 28. SUMMARY tkaeca DESCRIPTION This change adds the tkaeca chmmand, a tk-tcl-based aeca command. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by internal_enhancement. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 1 -> 2 lib/aegis.icon source create 1 lib/en/man1/tkaeca.1 source modify 1 -> 2 lib/en/man1/tkaegis.1 source modify 4 -> 5 lib/en/readme/new.3.15.so source create 1 lib/wish/chan_attr.rpt source create 1 lib/wish/chan_list.rpt source create 1 lib/wish/proj_list.rpt source create 1 script/tkaeca.in source modify 1 -> 2 script/tkaegis.in HISTORY What When Who Comment ------ ------ ----- --------- new_change Thu Jun 3 pmiller 20:46:35 1999 develop_begin Thu Jun 3 pmiller Elapsed time: 1.000 20:47:37 1999 days. develop_end Fri Jun 4 pmiller Elapsed time: 0.263 13:06:59 1999 days. review_pass Fri Jun 4 pmiller Elapsed time: 0.076 15:05:08 1999 days. integrate_begin Fri Jun 4 pmiller Elapsed time: 0.094 15:39:13 1999 days. integrate_pass Fri Jun 4 pmiller 16:21:34 1999 Project "aegis.3.15", Change 29 Page 1 Change Details Tue Jun 15 12:49:50 1999 NAME Project "aegis.3.15", Delta 16, Change 29. SUMMARY fix tkaeca DESCRIPTION This change corrects a few minor problems with the new aeca command. This change is exempt from testing against the development directory. This change is exempt from testing against the baseline. ARCHITECTURE This change must build and test in the "linux-i486" architecture. CAUSE This change was caused by chain. FILES Type Action Edit File Name ------- -------- ------- ----------- source modify 1 -> 2 script/tkaeca.in HISTORY What When Who Comment ------ ------ ----- --------- new_change Fri Jun 4 pmiller 16:27:37 1999 develop_begin Fri Jun 4 pmiller Elapsed time: 0.347 16:27:41 1999 days. develop_end Fri Jun 4 pmiller 19:03:57 1999 review_pass Fri Jun 4 pmiller 19:04:04 1999 integrate_begin Fri Jun 4 pmiller Elapsed time: 0.152 19:04:15 1999 days. integrate_pass Fri Jun 4 pmiller 20:12:43 1999