summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-25Makefile.in: make "make install" create directoriesH. Peter Anvin1-12/+19
2007-09-24Support __float*__ for floating-point numbers in expressionsH. Peter Anvin1-14/+20
2007-09-22Update nasm.spec.in and make it handle rc releasesH. Peter Anvin1-3/+5
2007-09-19Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin1-12/+15
2007-09-17Sort dependency listsH. Peter Anvin1-59/+58
2007-09-17Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin1-53/+58
2007-09-16make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.makH. Peter Anvin1-1/+1
2007-09-16Run "make alldeps"H. Peter Anvin1-1/+1
2007-09-14Use the new hash table function library to store labelsH. Peter Anvin1-2/+7
2007-09-12Remove $Id$ tags (useless with git)H. Peter Anvin1-1/+0
2007-09-12Use enumerations where practical to ease debuggingH. Peter Anvin1-19/+21
2007-09-12Run "make alldeps"; add dependencies missing from the previous checkinH. Peter Anvin1-1/+1
2007-09-12Use a perfect hash to look up preprocessor directivesH. Peter Anvin1-9/+18
2007-09-05Fix "make tar"; useful for RPM testingH. Peter Anvin1-1/+1
2007-09-05Remove obsolete Serial: construct; we shouldn't need it anyway.H. Peter Anvin1-1/+0
2007-08-30phash.ph: use a bipartite graph to reduce the storage requirementsH. Peter Anvin1-1/+1
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin1-8/+12
2007-08-30Makefile rule for tokhash.cH. Peter Anvin1-1/+6
2007-08-29Create a Perl library directory, and add the Graph module to itH. Peter Anvin1-1/+1
2007-06-21Detect missing <inttypes.h> and include ersatz version if missingH. Peter Anvin1-0/+1
2007-05-30Update dependencies.H. Peter Anvin1-2/+2
2007-05-29Run "make alldeps"H. Peter Anvin1-38/+40