Bug#979108: memtool: 64 bit memory reads may be split on 32 bit systems

2021-01-02 Thread Gergely Peli
ould convince gcc to generate a single "ldrd" instruction instead, which uses a 64 bit memory transfer. See below a proposed patch. Adding volatile to all 4 cases may be an overkill, but can't hurt. Cheers, Gergely Peli --- memtool-2016.10.0.orig/memtool.c +++ memtool-201

Bug#646931: Debianized web2py requires python-gtk2 for startup

2011-10-28 Thread Gergely Peli
command line switch is given, this class won't even be used, so the code should compile and run without depending on the python-gtk2 package. Best regards Gergely Peli -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#416177: Daylight saving miscomputed

2008-03-30 Thread Gergely Peli
Unfortunately we run logrotate more than once a day, and it was bogus all day after turning daylight saving on. It seems to be because the "struct tm" fields are initialized with the current date, time 0:00, but with the current time's daylight saving settings. But at 0:00 the tm_isdst was di