diff src/ChangeLog @ 2014:92f7301e4a23

[xemacs-hg @ 2004-04-15 15:27:34 by james] Fix GMP workaround to also work for negative numbers.
author james
date Thu, 15 Apr 2004 15:27:38 +0000
parents f2fdfc131770
children 2364237fbc0f
line wrap: on
line diff
--- a/src/ChangeLog	Wed Apr 14 22:50:54 2004 +0000
+++ b/src/ChangeLog	Thu Apr 15 15:27:38 2004 +0000
@@ -1,3 +1,8 @@
+2004-04-15  Jerry James  <james@xemacs.org>
+
+	* data.c (Fstring_to_number): Skip leading '-' when finding the
+	end of a number.
+
 2004-04-14  Jerry James  <james@xemacs.org>
 
 	* data.c (Fstring_to_number): Work around limitations of GMP