summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2010-04-21Add generic ilog2 functionsH. Peter Anvin1-4/+6
2010-04-21Makefile: clean up the lib directory on make cleanH. Peter Anvin1-0/+1
2010-04-21make: Update pecoff.h related depsCyrill Gorcunov1-1/+1
2010-01-03output/outelfX.c: Use definitions from stabs.hCyrill Gorcunov1-4/+4
2009-11-30Run "make alldeps"H. Peter Anvin1-64/+70
2009-11-06Merge elf header filesCyrill Gorcunov1-5/+5
2009-08-10Add strlcpy() functionH. Peter Anvin1-9/+9
2009-07-18Run make alldepsH. Peter Anvin1-10/+10
2009-07-12Hash even backend-specific directives, unify null functionsH. Peter Anvin1-88/+96
2009-07-12Use a phash to decode directivesH. Peter Anvin1-4/+15
2009-07-08macho64: Manually merge macho64 branch with master branch.Keith Kanios1-7/+10
2009-06-27Run make alldepsH. Peter Anvin1-4/+7
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin1-26/+32
2009-06-25Handle the new ELF headers in the dependency generationH. Peter Anvin1-4/+9
2009-06-25ELF: add header files, begin merging common code, drop .commentH. Peter Anvin1-1/+1
2009-04-06nasm.nsi: add NASM Manual; automate version generationH. Peter Anvin1-1/+3
2008-11-06ELF: use rbtree for symbol searchesH. Peter Anvin1-2/+4
2008-10-31Move all version strings to a single compilation unit (ver.c)H. Peter Anvin1-43/+40
2008-10-30rbtree: drop the data pointer; instead rely on being embeddedH. Peter Anvin1-1/+1
2008-10-29Left-leaning red-black tree data structureH. Peter Anvin1-1/+2
2008-10-29make alldepsH. Peter Anvin1-6/+6
2008-10-27output: add common file outlib.c for common functions; realsize()H. Peter Anvin1-2/+4
2008-09-09Run "make alldeps"H. Peter Anvin1-2/+2
2008-07-16Add a 'make test' target.Victor van den Elzen1-0/+3
2008-07-13version.mak for the version Makefile fragmentH. Peter Anvin1-3/+3
2008-07-05Add version.make to PERLREQH. Peter Anvin1-3/+3
2008-06-21Run "make alldeps"H. Peter Anvin1-33/+39
2008-06-20Move the output format macros into the macros.pl mechanismH. Peter Anvin1-2/+3
2008-06-19macros.c: compress by tokenizing macro directivesH. Peter Anvin1-2/+4
2008-06-19preproc: add support for builtin include modules (%use)H. Peter Anvin1-4/+5
2008-06-15syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin1-2/+2
2008-06-15Script to automagically synchronize the object file listsH. Peter Anvin1-0/+3
2008-06-14Implement __utf16__() and __utf32__() for the DB familyH. Peter Anvin1-3/+5
2008-06-09Move all the RAA code out of nasmlibH. Peter Anvin1-8/+9
2008-06-09Move all the SAA code out of nasmlibH. Peter Anvin1-9/+10
2008-06-08Replace the WSAA macros with functionsH. Peter Anvin1-1/+2
2008-06-04Update .gitignore, remove bogus dependencyH. Peter Anvin1-1/+0
2008-06-04Makefile/dependency updatesH. Peter Anvin1-3/+6
2008-06-01qstring: first cut at full quoted string support in the preprocessorH. Peter Anvin1-1/+1
2008-05-27make alldepsH. Peter Anvin1-1/+1
2008-05-20Avoid #including .c files; instead compile as separate unitsH. Peter Anvin1-19/+22
2008-05-13Make insnsb.c an actual compilation unitH. Peter Anvin1-7/+8
2008-05-12Generate a byte array instead of using strings for the byte codesH. Peter Anvin1-4/+8
2008-04-10Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin1-2/+2
2007-12-29regularized spelling of license to match name of LICENSE fileBeroset1-1/+1
2007-10-30Run "make alldeps"H. Peter Anvin1-6/+6
2007-10-18Suppress datarootdir warnings from configureCharles Crayne1-0/+1
2007-10-02make alldepsH. Peter Anvin1-4/+4
2007-10-02Run "make alldeps".H. Peter Anvin1-3/+4
2007-09-28Add substitutes for snprintf() and vsnprintf()H. Peter Anvin1-5/+9