summaryrefslogtreecommitdiff
path: root/rdoff
Commit message (Expand)AuthorAgeFilesLines
* rdflib: actually get the timemachomergeH. Peter Anvin2016-02-121-1/+2
* rdoff/ldrdf.c: Add option to specify target RDF module name in command lineYuri Zaporozhets2015-01-201-9/+51
* Correct name spelling and email addressYuri Zaporozhets2015-01-182-15/+15
* rdoff: increase EXIM_LABEL_MAX to 256 bytesYuri Zaporozhets2015-01-111-1/+1
* rdoff/rdlib.c: Remove unused function rdl_close()H. Peter Anvin2015-01-051-7/+0
* Add missing static declarations in rdoff/segtab.cH. Peter Anvin2014-11-251-3/+3
* Add missing static declarations in rdoff/rdoff.cH. Peter Anvin2014-11-251-6/+6
* Add missing static declaration in rdoff/rdlib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declarations in rdoff/rdflib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declaration in rdoff/rdfdump.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declarations in rdoff/ldrdf.cH. Peter Anvin2014-11-251-8/+8
* rdoff: don't check fwritezero() return value.Jim Kukunas2014-11-101-2/+1
* Fixed two more resource leaks in rdoff/rdlib.cPhilipp Kloke2013-04-011-0/+2
* Fixed three possible buffer overflowsPhilipp Kloke2013-04-011-3/+3
* Fixed several resource and memory leaksPhilipp Kloke2013-04-013-1/+5
* rdoff: add missing dependency in MakefileH. Peter Anvin2011-06-231-1/+1
* 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