summaryrefslogtreecommitdiff
path: root/output/outform.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up backend format namesH. Peter Anvin2019-08-101-2/+2
* Additional listing options, improve help output, fix macro limitsH. Peter Anvin2019-08-101-9/+26
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-271-1/+0
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-1/+1
* lib: split library into stdlib and nasmlib; header handling fixesH. Peter Anvin2016-03-081-1/+0
* More constification, mostly of struct dfmtH. Peter Anvin2016-02-181-6/+10
* output: make all instances of struct ofmt readonlyH. Peter Anvin2016-02-171-6/+6
* Remove ofmt->current_dfmt indirectionH. Peter Anvin2016-02-171-1/+1
* ofmt: Alias shortname must be used for __OUTPUT_FORMAT__ macroCyrill Gorcunov2011-04-061-3/+7
* nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov2010-06-031-2/+2
* ofmt: Introduce output format aliasesCyrill Gorcunov2010-04-101-2/+23
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-32/+23
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-6/+35
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-0/+72