summaryrefslogtreecommitdiff
path: root/rdoff/symtab.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-281-5/+34
| | | | | | | | 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
|
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-2/+2
|
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-0/+7
| | | | | | | | | | | - 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.
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-4/+4
|
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-9/+7
|
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-2/+2
|
* NASM 0.91nasm-0.91H. Peter Anvin2002-04-301-0/+22