summaryrefslogtreecommitdiff
path: root/Mkfiles
AgeCommit message (Expand)AuthorFilesLines
2013-11-24"make alldeps"H. Peter Anvin4-105/+117
2013-11-24"make alldeps"H. Peter Anvin4-24/+40
2013-11-24make: Update depsCyrill Gorcunov4-100/+115
2013-11-24iflag: Start using new instruction flags engineCyrill Gorcunov4-11/+28
2013-10-24Run "make alldeps" to update dependenciesH. Peter Anvin4-156/+170
2013-06-30make: Fix nasm build with MSVCMarat Dukhan1-2/+14
2012-05-07preproc: Move NOP preprocessor into separate fileCyrill Gorcunov4-4/+16
2012-02-03backend: add support for x32 ELFH.J. Lu4-0/+19
2011-09-20BR3411280: Fix incorrect compiler option for OS/2 target in Open Watcom makefileJiri Malak1-1/+1
2011-03-15openwcom.mak: Update to use features from newer WMAKEJiri Malak1-212/+260
2010-11-23make: Lift up openwcom.mak for build on FreeDOSAnthony Williams1-2/+2
2010-06-15openwcom.mak: drop /f from delete commandsH. Peter Anvin1-30/+30
2010-06-15Rename filenames to 8.3 formatH. Peter Anvin4-250/+244
2010-04-21Add generic ilog2 functionsH. Peter Anvin4-8/+17
2010-04-21Makefile: clean up the lib directory on make cleanH. Peter Anvin3-0/+9
2010-04-21make: Update pecoff.h related depsCyrill Gorcunov4-4/+4
2010-01-03Mkfiles: Add depends on stabs.h for Elf outputCyrill Gorcunov4-14/+14
2009-11-30Run "make alldeps"H. Peter Anvin4-222/+230
2009-11-06Merge elf header filesCyrill Gorcunov4-13/+13
2009-08-10Add strlcpy() functionH. Peter Anvin4-33/+36
2009-07-18Run make alldepsH. Peter Anvin4-56/+56
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin4-337/+365
2009-07-12Use a phash to decode directivesH. Peter Anvin4-39/+69
2009-06-27Run make alldepsH. Peter Anvin4-16/+23
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin4-88/+108
2009-06-25Handle the new ELF headers in the dependency generationH. Peter Anvin4-12/+28
2008-11-06ELF: use rbtree for symbol searchesH. Peter Anvin4-8/+8
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin4-151/+160
2008-10-30rbtree: drop the data pointer; instead rely on being embeddedH. Peter Anvin4-4/+4
2008-10-29Left-leaning red-black tree data structureH. Peter Anvin4-4/+8
2008-10-29make alldepsH. Peter Anvin4-27/+28
2008-10-27output: add common file outlib.c for common functions; realsize()H. Peter Anvin4-8/+16
2008-09-09Run "make alldeps"H. Peter Anvin4-4/+8
2008-07-13version.mak for the version Makefile fragmentH. Peter Anvin1-2/+2
2008-06-21Run "make alldeps"H. Peter Anvin4-157/+162
2008-06-19preproc: add support for builtin include modules (%use)H. Peter Anvin4-4/+4
2008-06-15syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin4-8/+8
2008-06-15syncfiles: handle the case of the null path separatorH. Peter Anvin1-5/+5
2008-06-15Script to automagically synchronize the object file listsH. Peter Anvin4-15/+27
2008-06-15Update Mkfiles/*.makH. Peter Anvin4-8/+8
2008-06-14Implement __utf16__() and __utf32__() for the DB familyH. Peter Anvin4-4/+12
2008-06-09Move all the RAA code out of nasmlibH. Peter Anvin4-32/+36
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin4-36/+40
2008-06-08Replace the WSAA macros with functionsH. Peter Anvin4-4/+8
2008-06-04Update .gitignore, remove bogus dependencyH. Peter Anvin4-4/+0
2008-06-04Makefile/dependency updatesH. Peter Anvin4-19/+27
2008-05-27make alldepsH. Peter Anvin4-4/+4
2008-05-20openwcom.mak: wmake uses & for continuation, not \ (sigh)H. Peter Anvin1-3/+3
2008-05-20netware.mak: correct dependenciesH. Peter Anvin1-26/+26
2008-05-20Avoid #including .c files; instead compile as separate unitsH. Peter Anvin4-107/+93