summaryrefslogtreecommitdiff
path: root/output/outieee.c
Commit message (Expand)AuthorAgeFilesLines
* BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-271-2/+2
* ieee: Fix section index match in sectalign handlerCyrill Gorcunov2010-04-251-1/+1
* outieee: Implement sectalign handlerCyrill Gorcunov2010-04-251-1/+23
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-1/+1
* ofmt: Implement null_segalign stubsCyrill Gorcunov2010-04-211-0/+1
* Use fputs instead of fprintf for plain stringsVictor van den Elzen2009-08-131-1/+1
* output: change null_debug_routine to null_debug_directiveH. Peter Anvin2009-08-091-1/+1
* Drop the ofmt and errfunc arguments to label definition functionsH. Peter Anvin2009-07-181-3/+2
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-39/+28
* Hash even backend-specific directives, unify null functionsH. Peter Anvin2009-07-121-3/+7
* Don't fclose() the output in the backendH. Peter Anvin2009-07-121-1/+0
* Make it possible for outputs to be either text or binaryH. Peter Anvin2009-07-051-39/+39
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-6/+35
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-271-0/+1
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-1/+1
* output: call debug init from a central locationH. Peter Anvin2009-06-271-1/+1
* Fix BR #916647Victor van den Elzen2008-11-051-1/+1
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-311-2/+1
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-211-4/+4
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-1/+1
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-13/+11
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-4/+4
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-2/+2
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-6/+6
* More "bool" fixesH. Peter Anvin2007-10-111-1/+2
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-20/+19
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* c99 printf/fprintf compliance.Keith Kanios2007-04-141-12/+12
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-29/+29
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-74/+75
* Jindrich Novy's buffer overrun patch to outieee.cFrank Kotler2005-05-091-1/+1
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-798/+826
* Fix list iteratorH. Peter Anvin2003-09-121-1/+1
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-2/+2
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-301-0/+1461