Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2013:f2fdfc131770 | 2014:92f7301e4a23 |
---|---|
1 2004-04-15 Jerry James <james@xemacs.org> | |
2 | |
3 * data.c (Fstring_to_number): Skip leading '-' when finding the | |
4 end of a number. | |
5 | |
1 2004-04-14 Jerry James <james@xemacs.org> | 6 2004-04-14 Jerry James <james@xemacs.org> |
2 | 7 |
3 * data.c (Fstring_to_number): Work around limitations of GMP | 8 * data.c (Fstring_to_number): Work around limitations of GMP |
4 string to number converting functions. | 9 string to number converting functions. |
5 * lread.c (read_atom): Comment fix: the behavior is not random. | 10 * lread.c (read_atom): Comment fix: the behavior is not random. |