summaryrefslogtreecommitdiff
path: root/rdoff
Commit message (Expand)AuthorAgeFilesLines
* rdoff.c: one more unsafe use of fread()H. Peter Anvin2017-04-171-1/+5
* rdflib.c: fix(?) one more unsafe use of fread()H. Peter Anvin2017-04-171-1/+3
* rdoff: add back rdfutils.h missing from previous checkinH. Peter Anvin2017-04-171-0/+165
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-1719-476/+185
* rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin2017-04-061-119/+0
* Makefiles: distribute file generation rules via syncfiles.plH. Peter Anvin2017-04-031-12/+13
* rdoff: check return value of freopenMartin Lindhe2017-01-051-1/+5
* rdoff/rdlar.h: include "compiler.h" not "config.h"H. Peter Anvin2016-10-061-4/+1
* Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-10-041-1/+3
|\
| * ldrdf: Remove output file if there are any errorsDaniel Lundqvist2016-10-041-1/+3
* | Merge branch 'nasm-2.12.xx'Cyrill Gorcunov2016-07-271-1/+1
|\ \ | |/
| * rdoff: Add rdf2bin input dependencyFabian Giesen2016-07-271-4/+4
| * Add explicit void parameter to newmembuf() function declaration.bcallah@devio.us2016-07-141-1/+1
* | rdoff: Add rdf2bin input dependencyFabian Giesen2016-07-181-4/+4
* | Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-252-298/+7
* | Merge remote-tracking branch 'origin/nasm-2.12.xx'H. Peter Anvin2016-05-161-1/+1
|\ \ | |/
| * Unbreak building in a separate object directoryH. Peter Anvin2016-05-161-1/+1
* | autoconf improvements: @SET_MAKE@, library extensionH. Peter Anvin2016-03-091-1/+1
* | lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-088-9/+0
* | Makefiles: use actual archive managersH. Peter Anvin2016-03-081-15/+29
* | Move file I/O related functions out of nasmlib.cH. Peter Anvin2016-03-081-1/+1
|/
* 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