diff src/ChangeLog @ 3485:e5d5848370c9

[project @ 2000-01-28 02:07:35 by jwe]
author jwe
date Fri, 28 Jan 2000 02:07:38 +0000
parents 8b1f46ac2b64
children cbee5fbb696d
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,19 +1,14 @@
 2000-01-27  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
-	* pt-walk.h (tree_walker::visit_do_while_command): New pure virtual.
-	(tree_walker::visit_do_until_command): Ditto.
-	* pt-pr-code.cc (tree_print_code::visit_do_while_command):
+	* pt-walk.h (tree_walker::visit_do_until_command): New pure virtual.
+	* pt-pr-code.cc (tree_print_code::visit_do_until_command):
 	New function.
-	(tree_print_code::visit_do_until_command): Ditto.
-	* pt-loop.h (tree_do_while_command): New class.
-	(tree_do_until_command): Ditto.
+	* pt-loop.h (tree_do_until_command): New class.
 	(tree_while_command::expr, tree_while_command::list):
 	Now protected instead of private.
-	* parse.y (make_do_while_command): New function.
-	(make_do_until_command): Ditto.
-	(loop_command): Recognize do-while and do-until statements.
+	* parse.y (make_do_until_command): New function.
+	(loop_command): Recognize do-until statement.
 	(DO, UNTIL): New tokens.
-	* Makefile.in (parse.cc): Expect 13 shift/reduce conflicts.
 
 	* input.cc (match_sans_spaces): Require non-blank part of test
 	string to match standard string exactly.