summaryrefslogtreecommitdiff
path: root/rdoff/rdx.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-10-02Portability fixesH. Peter Anvin1-0/+2
Concentrate compiler dependencies to compiler.h; make sure compiler.h is included first in every .c file (since some prototypes may depend on the presence of feature request macros.) Actually use the conditional inclusion of various functions (totally broken in previous releases.)
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin1-2/+2
- Remove obsolete types like "uint32"; use "uint32_t" consistently. - Make sure we include <inttypes.h> where needed. - Header file guards should be FOO_H or SUBDIR_FOO_H; _FOO_H infringes on the C implementation's namespace and should only be used when writing libc! - Change a few "int8_t" back to "char" where appropriate. There are a lot more places where that should be done, though. - Clean up the check for getuid/getgid in rdoff/rdlar.h.
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-2/+2
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-17/+18
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets1-8/+3
Export/import/common label size is increased from 33 to 64. Fixed the bug that caused wrong behavior of rdfgetheaderrec() if label length was 32. Changed error codes from numeric values to symbolic constants. Moved some routines from rdfdump.c to rdoff.c. They will be utilized also by rdfdisasm, which is being developed.
2002-04-30NASM 0.98H. Peter Anvin1-2/+2
2002-04-30NASM 0.91H. Peter Anvin1-0/+61