aboutsummaryrefslogtreecommitdiff
path: root/coff.h
Commit message (Collapse)AuthorAgeFilesLines
* Spelling fixes in C comments onlyLarry Doolittle2017-05-071-1/+1
|
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+446
|
* Reorganize the source tree.gus knight2015-07-271-446/+0
| | | | | | | | | | * Documentation is now in "docs". * Source code is now in "src". * Misc. fixes here and there so that everything still works. I think I got everything in this commit, but I only tested this on Linux (Make) and Windows (CMake), so I might've messed something up on other platforms...
* Clean up lots of rogue tabs.gus knight2015-07-271-1/+1
| | | | | | Still some more tabs to be taken care of. arm-gen.c and tcccoff.c have so many style issues that I'm just going to throw clang-format at them.
* Trim trailing spaces everywhere.gus knight2015-07-271-6/+6
|
* add version number to manpageUrs Janssen2013-02-171-3/+3
| | | | | | | avoid c++/c99 style comments in preprocessor directives avoid leadings whitespaces in preprocessor directives mention implemented variable length arrays in documentation fixed ambiguous option in texi2html call (Austin English)
* C67 COFF executable format support (TK)bellard2004-10-051-0/+446