comparison src/ChangeLog @ 5315:2a7b6ddb8063

#'float: if handed a bigfloat, give the same bigfloat back. 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> * floatfns.c (Ffloat): If we've been handed a bigfloat here, it's appropriate to give the same bigfloat back.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 29 Dec 2010 23:51:08 +0000
parents c290121b0c3f
children 31be2a3d121d
comparison
equal deleted inserted replaced
5314:596011a8bf8f 5315:2a7b6ddb8063
1 2010-12-29 Aidan Kehoe <kehoea@parhasard.net>
2
3 * floatfns.c (Ffloat): If we've been handed a bigfloat here, it's
4 appropriate to give the same bigfloat back.
5
1 2010-11-30 Aidan Kehoe <kehoea@parhasard.net> 6 2010-11-30 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * fns.c (Ffill): 8 * fns.c (Ffill):
4 Move all declarations before statements, for the sake of the 9 Move all declarations before statements, for the sake of the
5 Visual Studio build. Thank you Vin! 10 Visual Studio build. Thank you Vin!