comparison src/ChangeLog @ 5646:7aa144d1404b

Remove a redundant double division, number-mp.c:bignum_ceil(). src/ChangeLog addition: 2012-04-14 Aidan Kehoe <kehoea@parhasard.net> * number-mp.c (bignum_ceil): Remove a redundant double division from this function.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 14 Apr 2012 21:18:11 +0100
parents 611a6845ebee
children 1d9f603e9125
comparison
equal deleted inserted replaced
5645:5d3bb1100832 5646:7aa144d1404b
2 2
3 * sysproc.h: As of Cygwin 1.7.10, /usr/include/process.h has moved 3 * sysproc.h: As of Cygwin 1.7.10, /usr/include/process.h has moved
4 to /usr/include/cygwin/process.h, so sysproc.h could no longer 4 to /usr/include/cygwin/process.h, so sysproc.h could no longer
5 find it. It wasn't needed anyway, so remove the include under 5 find it. It wasn't needed anyway, so remove the include under
6 cygwin. 6 cygwin.
7
8 2012-04-14 Aidan Kehoe <kehoea@parhasard.net>
9
10 * number-mp.c (bignum_ceil): Remove a redundant double division
11 from this function.
7 12
8 2012-01-08 Aidan Kehoe <kehoea@parhasard.net> 13 2012-01-08 Aidan Kehoe <kehoea@parhasard.net>
9 14
10 * device-x.c: 15 * device-x.c:
11 * device-x.c (syms_of_device_x): 16 * device-x.c (syms_of_device_x):