Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 check-ins using file work/.cvsignore version 9b3209eb72
|
2004-05-17
| ||
| 00:58 | Added dact_init_net() function. check-in: 6a71e95c04 user: rkeene tags: trunk | |
|
2004-04-21
| ||
| 11:30 | Fixed newly introduced bug in parse.c, blah check-in: 156aeaeae2 user: rkeene tags: trunk | |
| 09:29 | Fixed bug in parse.c where @@ at the end of `src' parameter to the substitution routine caused issues. check-in: 33e1f74378 user: rkeene tags: trunk | |
|
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 | |