ack/modules/src/object
George Koehler 0720671f7a Fix wr_ranlib() for big-endian machines.
With this change, I built and ran ack on a big-endian PowerPC Linux
machine.  I used gcc 4.9.4 to build ack, and I only built the linuxppc
back end.

Before this change, wr_ranlib() corrupted a value by changing it from
0x66 to 0x66000066.  This value was too big, so led made a fatal
error, "bad ranlib string offset".
2018-03-08 11:49:40 -05:00
..
build.lua Make possible to #include <object.h>. 2016-11-22 11:13:14 -05:00
obj.h Add missing headers. 2017-08-05 21:46:43 +02:00
object.3 Added prototyping stuff 1993-11-10 11:40:41 +00:00
object.h Add more const in <object.h>. 2017-11-11 13:08:13 -05:00
rd.c Add more const in <object.h>. 2017-11-11 13:08:13 -05:00
rd_arhdr.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_bytes.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_int2.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_long.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_ranlib.c Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00
rd_unsig2.c Header --> Id 1994-06-24 11:31:16 +00:00
wr.c Add more const in <object.h>. 2017-11-11 13:08:13 -05:00
wr_arhdr.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_bytes.c Add more const in <object.h>. 2017-11-11 13:08:13 -05:00
wr_int2.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_long.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_putc.c Add more const in <object.h>. 2017-11-11 13:08:13 -05:00
wr_ranlib.c Fix wr_ranlib() for big-endian machines. 2018-03-08 11:49:40 -05:00