Phil Shafer

Results 17 comments of Phil Shafer

Very strange, considering that dlfunc is meant to be cast: The dlfunc() function implements all of the behavior of dlsym(), but has a return type which can be cast to...

Sorry to be so insanely slow; Fixed in "develop". Thanks, Phil

On Oct 1, 2014, at 8:12 PM, Norio Kobota wrote: > I found the cause of this issue. Could you please share some details about the cause and the libc...

On Oct 2, 2014, at 8:24 AM, Norio Kobota @nori0428 wrote: > Closed #40 via 62d07f0. Using modulus avoids the invalid memory reference, but doesn't address the underlaying problem. When...

Running the command: ``` xohtml -c './test_05.test --libxo:HIPx' -f /tmp/foo.html ``` while just adding the 'k' to the first field makes it obvious that they length of the key is...

FWIW: tests/core/test_07.c can get the same behavior with the same "{:k}" change

Not sure what the problem here is, given that I don't include cdefs.h and the only place cplusplus is referenced is in xo_config.h.in:: % egrep 'cdefs|cplusplus' */*.[hc]* libxo/xo_config.h.in:#ifndef __cplusplus libxo/xo_config.h.in~:#ifndef...