summaryrefslogtreecommitdiff
path: root/rdoff/rdflib.c
Commit message (Expand)AuthorAgeFilesLines
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+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
* rdflib.c: fix(?) one more unsafe use of fread()H. Peter Anvin2017-04-171-1/+3
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-171-8/+9
* rdoff: check return value of freopenMartin Lindhe2017-01-051-1/+5
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-2/+0
* rdflib: actually get the timemachomergeH. Peter Anvin2016-02-121-1/+2
* Add missing static declarations in rdoff/rdflib.cH. Peter Anvin2014-11-251-2/+2
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-131-1/+1
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-281-0/+33
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* remove "#include <unistd.h> from rdoff directory - two places - it annoyed Wi...Frank Kotler2007-08-261-1/+0
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-2/+4
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-8/+8
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-2/+3
* Fixed c99 support for RDOFF ToolsKeith Kanios2007-04-121-2/+3
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-28/+28
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-314/+297
* Update rdoffFrank Kotler2003-12-121-1/+1
* Add missing header filesH. Peter Anvin2002-12-051-0/+1
* Yuri's 12/3/2002 rdoff patches-Frank Kotler2002-12-041-4/+3
* Use tmpfile() instead of tmpnam()H. Peter Anvin2002-09-121-5/+3
* This file needs <stdlib.h>H. Peter Anvin2002-05-261-0/+1
* RDOFF patch from Yuri Zaporogets:H. Peter Anvin2002-05-041-6/+22
* NASM 0.98.22nasm-0.98.22H. Peter Anvin2002-04-301-22/+128
* NASM 0.98.16nasm-0.98.16fork-0.98eH. Peter Anvin2002-04-301-1/+0
* NASM 0.98.11nasm-0.98.11H. Peter Anvin2002-04-301-0/+1
* NASM 0.98nasm-0.98fork-0.98bfH. Peter Anvin2002-04-301-46/+97
* NASM 0.94nasm-0.94H. Peter Anvin2002-04-301-0/+235