Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5401:4486ba63476b
Fix compile issues for C89 compilers. Use log() instead of log2().
author | Jeff Sparkes <jsparkes@gmail.com> |
---|---|
date | Sun, 17 Apr 2011 16:27:02 -0400 |
parents | 5ec4534daf16 |
children | 413bf5efaedb |
comparison
equal
deleted
inserted
replaced
5400:aa78b0b0b289 | 5401:4486ba63476b |
---|---|
1 2011-04-17 Jeff Sparkes <jsparkes@gmail.com> | |
2 | |
3 * device-tty.c (tty_device_system_metrics): Fix compile issues for | |
4 C89 compilers. Use log() instead of log2(). | |
5 | |
1 2011-04-04 Aidan Kehoe <kehoea@parhasard.net> | 6 2011-04-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * fns.c (count_with_tail): | 8 * fns.c (count_with_tail): |
4 This can be legitimately called from #'delete* with a specified | 9 This can be legitimately called from #'delete* with a specified |
5 COUNT keyword value, accept this in the assertion. | 10 COUNT keyword value, accept this in the assertion. |