summaryrefslogtreecommitdiff
path: root/rdoff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: hopefully fix rdoff parallel build problemsH. Peter Anvin2011-06-231-11/+9
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-131-1/+1
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-061-4/+1
* More "make install" fixes...H. Peter Anvin2009-07-051-1/+1
* rdf2bin: be smarter about extracting the format from argv[0]H. Peter Anvin2009-07-051-7/+26
* rdoff: fix "make install"H. Peter Anvin2009-07-051-1/+3
* rdf2bin.1: add missing spaceH. Peter Anvin2009-07-031-1/+1
* rdoff/test/Makefile: actually do build testsH. Peter Anvin2009-07-031-1/+9
* rdf2bin: update man page, add link pages for aliasesH. Peter Anvin2009-07-034-6/+43
* Correct the legacy name rdf2ihx (as opposed to rdf2ith)H. Peter Anvin2009-07-031-1/+1
* rdf2bin: revamp so it can output bin, ith, or srecH. Peter Anvin2009-07-032-67/+313
* rdfload: make the base addresses unsignedH. Peter Anvin2009-07-031-3/+3
* Remove rdf2ihx.c, since it looks unlikely we'll get it relicensed.H. Peter Anvin2009-07-031-237/+0
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-2817-55/+579
* Unify all-zero buffers; add fwritezero()H. Peter Anvin2009-02-211-1/+2
* rdx: Add cast avoid warning from gccH. Peter Anvin2008-05-201-1/+1
* Avoid some warnings in rdoff/rdf2bin.cBo Borgerson2008-04-121-3/+3
* Define MKDIR for rdoff make fileCharles Crayne2007-12-301-0/+1
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-2914-14/+14
* rdoff: add man pages from the Debian project.H. Peter Anvin2007-12-187-0/+160
* Clean up remaining build warningsH. Peter Anvin2007-11-181-1/+3
* BR 1834056: Remove warnings in rdoff/rdoff.cH. Peter Anvin2007-11-181-6/+6
* Actually shut up the warning in rdfload.cH. Peter Anvin2007-10-281-3/+3
* Fix warning about cast to pointer in rdfload.cH. Peter Anvin2007-10-281-3/+3
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-197-15/+15
* Suppress datarootdir warnings from configureCharles Crayne2007-10-181-0/+1
* Fix invocation of readnum()H. Peter Anvin2007-10-182-12/+12
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-39/+36
* Portability fixesH. Peter Anvin2007-10-0214-1/+29
* Remove $Id$ tags (useless with git)H. Peter Anvin2007-09-121-1/+0
* remove "#include <unistd.h> from rdoff directory - two places - it annoyed Wi...Frank Kotler2007-08-262-2/+0
* ldrdf: cast output of sizeof() before passing to printf(), to avoid warning.H. Peter Anvin2007-08-201-2/+3
* Get rid of @GCCFLAGS@H. Peter Anvin2007-04-151-1/+1
* c99 printf/fprintf compliance.Keith Kanios2007-04-148-32/+37
* AIf we have config.h, we should actually include it!!H. Peter Anvin2007-04-131-0/+1
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-1315-92/+92
* Remove redundant inclusion of <inttypes.h>H. Peter Anvin2007-04-121-2/+0
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-1219-97/+125
* Fixed c99 support for RDOFF ToolsKeith Kanios2007-04-125-4/+8
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-1222-258/+258
* Allow CFLAGS to be overridden from make.Eric Christopher2005-10-201-2/+5
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-1523-2825/+2840
* Placed guards around strdup declaration to avoid compiler errors on saneEd Beroset2004-12-171-0/+2
* outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets2004-09-1521-652/+704
* Removed old header that was once used by ldrdf.Yuri Zaporogets2004-08-081-27/+0
* Include <string.h> to get rid of compiler warningsYuri Zaporogets2004-05-151-1/+2
* Fix of the critical bug in ldrdf.cYuri Zaporogets2004-05-151-2/+2
* Update rdoffFrank Kotler2003-12-127-233/+226
* Remove "malloc.h" from rdoff/symtab.c - BSD build problem?Frank Kotler2003-04-011-1/+0
* Add missing header filesH. Peter Anvin2002-12-052-0/+2