diff src/ChangeLog @ 3480:45742a3b1f7c

[project @ 2000-01-26 06:16:41 by jwe]
author jwe
date Wed, 26 Jan 2000 06:16:44 +0000
parents 32dd5d5e8c8f
children 1bb6e519a4a2
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 26 04:08:07 2000 +0000
+++ b/src/ChangeLog	Wed Jan 26 06:16:44 2000 +0000
@@ -1,5 +1,13 @@
 2000-01-25  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* xdiv.cc (result_ok): Just check value of info.
+	(solve_singularity_warning): New function.
+	(xleftdiv, xdiv): Pass pointer to solve_singularity_warning to
+	solve function.	
+
+	* lex.l (handle_identifier): Set next_tok_is_eq if we are looking
+	at `=', but not if we are looking at `=='.
+
 	* pt-pr-code.cc (tree_print_code::visit_unwind_protect_command): 
 	Print `unwind_protect_cleanup', not `cleanup_code'.