Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
7 check-ins using file parse.c version 4660494708
|
2004-04-18
| ||
| 21:38 | Fixed compilation bugs, when no ar/ranlib is found, they're replaced with #, which creates a Makefile line like: AR = # (where # starts a comment) net.c: Fixed #ifdef's check-in: 4a1d504ec5 user: rkeene tags: trunk | |
| 21:36 | Changed version from 0.8.39 to 0.8.40 check-in: 1d6b5622f7 user: rkeene tags: trunk, 0.8.40 | |
|
2004-04-16
| ||
| 21:41 | Modified Makefile to allow libdact.so installation failure, since it really doesn't matter. check-in: 4d4d0b3c0b user: rkeene tags: trunk | |
| 09:03 | Fixed many 64bit problems, including: write_de() took the value to write as a uint32_t, and only had a 4 byte buffer. dact_common: Was not lseek()'ing properly for the new stream sizes. net.c: Made lseek_net() allow forward seeking in streams check-in: ad581b297e user: rkeene tags: trunk | |
| 00:46 | Fixed some UI annoyances. check-in: aefdaed272 user: rkeene tags: trunk | |
| 00:17 | More work on making DACT 64bit/largefile compatible. check-in: 5c0d91e52a user: rkeene tags: trunk | |
|
2004-04-14
| ||
| 17:14 | DACT is now 64-bit filesize friendly.. I hope. I changed the CRC algorithm to Adler32, and added a check for old versions of DACT to use the old CRC algorithm. I renamed stdint.h to dact_stdint.h (though this file isn't used anymore?) I changed the old CRC algorithm function from `ELFCRC' to `elfcrc' check-in: fa46591195 user: rkeene tags: trunk | |