comparison src/ChangeLog @ 5813:36dddf9d90d1

Fix calculation of time zone string in Fencode_time.
author Marcus Crestani <marcus@crestani.de>
date Thu, 02 Oct 2014 10:19:00 +0200
parents be31f7878b0d
children a216b3c2b09e
comparison
equal deleted inserted replaced
5812:7b42a97af782 5813:36dddf9d90d1
1 2014-09-30 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * editfns.c (Fencode_time): Switch signs when calculating the time
4 zone string. (The offset indicates the value one must add to the
5 local time to arrive at UTC.)
6
1 2014-09-23 Jerry James <james@xemacs.org> 7 2014-09-23 Jerry James <james@xemacs.org>
2 8
3 * floatfns.c (round_two_bignum_1): Fix memory leak. 9 * floatfns.c (round_two_bignum_1): Fix memory leak.
4 (round_two_bigfloat): Ditto. 10 (round_two_bigfloat): Ditto.
5 11