summaryrefslogtreecommitdiff
path: root/rdoff/rdoff.c
Commit message (Collapse)AuthorAgeFilesLines
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-281-8/+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>
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
|
* BR 1834056: Remove warnings in rdoff/rdoff.cH. Peter Anvin2007-11-181-6/+6
| | | | Remove warnings, especially the alias warnings in rdoff/rdoff.c.
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-3/+3
| | | | | "Stealth whitespace" makes it harder to read diffs, and just generally cause unwanted weirdness. Do a source-wide pass to get rid of it.
* Portability fixesH. Peter Anvin2007-10-021-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.)
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-2/+2
|
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-8/+8
|
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-8/+8
| | | | | | | | | | | - 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.
* Fixed c99 support for RDOFF ToolsKeith Kanios2007-04-121-0/+1
|
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-32/+32
|
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-255/+262
|
* outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets2004-09-151-206/+249
| | | | | | | | 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.
* Update rdoffFrank Kotler2003-12-121-0/+2
|
* Yuri's 12/3/2002 rdoff patches-Frank Kotler2002-12-041-24/+26
|
* RDOFF patch from Yuri Zaporogets:H. Peter Anvin2002-05-041-1/+1
| | | | | | | | | | - 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.
* NASM 0.98.22nasm-0.98.22H. Peter Anvin2002-04-301-4/+2
|
* NASM 0.98.08nasm-0.98.08H. Peter Anvin2002-04-301-3/+23
|
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-121/+235
|
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-11/+41
|
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+367