summaryrefslogtreecommitdiff
path: root/rdoff/rdoff.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-28Add new copyright headers to the rdoff codeH. Peter Anvin1-9/+33
To the best of my knowledge, the only file which we don't have 2-BSD relicensing permission for at this stage is rdf2ihx.c. That file probably should just be rewritten, if anyone cares. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-2/+2
"Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it.
2007-04-13Fixed distinction between char and int8_t data types.Keith Kanios1-12/+12
2007-04-12Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin1-44/+40
- 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-12Fixed c99 support for RDOFF ToolsKeith Kanios1-1/+1
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-33/+33
2005-01-15Apply Nindent to all .c and .h filesH. Peter Anvin1-93/+90
2004-12-17Placed guards around strdup declaration to avoid compiler errors on saneEd Beroset1-0/+2
systems.
2004-09-15outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets1-49/+117
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.
2003-12-12Update rdoffFrank Kotler1-3/+5
2002-12-04Yuri's 12/3/2002 rdoff patches-Frank Kotler1-29/+25
2002-05-04RDOFF patch from Yuri Zaporogets:H. Peter Anvin1-3/+6
- Panos Minos's LDRDF fix (correct export of relocation records); - Panos Minos's symtab.c verbose dump fix; - Librarian (rdflib) now puts a signature block when creating a library (instead of creating an empty file). In theory it doesn't break binary compatibility, but due to a bug in the original 'rdlib.c' you can't use old LDRDF with new libraries. Fix this bug as well. - Other minor changes in LDRDF.
2002-04-30NASM 0.98.22H. Peter Anvin1-0/+6
2002-04-30NASM 0.98.16H. Peter Anvin1-106/+199
2002-04-30NASM 0.98.11H. Peter Anvin1-199/+106
2002-04-30NASM 0.98.08H. Peter Anvin1-2/+31
2002-04-30NASM 0.98H. Peter Anvin1-23/+75
2002-04-30NASM 0.94H. Peter Anvin1-1/+7
2002-04-30NASM 0.91H. Peter Anvin1-0/+112