summaryrefslogtreecommitdiff
path: root/rdoff
Commit message (Expand)AuthorAgeFilesLines
* error: replace nasm_verror() indirection with preproc callbackH. Peter Anvin2019-08-281-8/+9
* errors: be more robust in handling unexpected fatal errorsH. Peter Anvin2019-08-281-2/+8
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-269-9/+0
* errors: change the severity parameter from "int" to "errflags"H. Peter Anvin (Intel)2018-12-131-1/+1
* Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-131-3/+0
|\
| * malloc: handle potential infinite loop in nasm_alloc_failed()H. Peter Anvin (Intel)2018-12-131-3/+0
* | errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin2018-06-151-1/+1
|/
* Fix implicit fallthrough that trips -WerrorH. Peter Anvin2018-05-081-0/+3
* Revert "Use fallthrough() to placate compiler"Cyrill Gorcunov2018-02-251-2/+0
* Use fallthrough() to placate compilerCyrill Gorcunov2018-02-251-0/+2
* 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