commit | de5dc0509c345bccef3bcd90cda7a6945847a08b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Jun 09 09:44:03 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Jun 09 11:22:27 2012 +0200 |
tree | e5b7ff6fb88852d8cfd1921a6ec0a3e71d8a2e3f | |
parent | 96596aeeadcb94c87ffe7ee2ecdfef5da122fe9e [diff] |
MINOR: halog: use the more recent dual-mode fgets2 implementation This version implements both 32 and 64 bit versions at once, it avoids the need to have two separate output files. It also improves efficiency on i386 platforms by adding a little bit of assembly where gcc isn't efficient.