summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignore, remove bogus dependencyH. Peter Anvin2008-06-041-1/+0
* Makefile/dependency updatesH. Peter Anvin2008-06-041-3/+6
* qstring: first cut at full quoted string support in the preprocessorH. Peter Anvin2008-06-011-1/+1
* make alldepsH. Peter Anvin2008-05-271-1/+1
* Avoid #including .c files; instead compile as separate unitsH. Peter Anvin2008-05-201-19/+22
* Make insnsb.c an actual compilation unitH. Peter Anvin2008-05-131-7/+8
* Generate a byte array instead of using strings for the byte codesH. Peter Anvin2008-05-121-4/+8
* Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2008-04-101-2/+2
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Run "make alldeps"H. Peter Anvin2007-10-301-6/+6
* Suppress datarootdir warnings from configureCharles Crayne2007-10-181-0/+1
* make alldepsH. Peter Anvin2007-10-021-4/+4
* Run "make alldeps".H. Peter Anvin2007-10-021-3/+4
* Add substitutes for snprintf() and vsnprintf()H. Peter Anvin2007-09-281-5/+9
* Makefile.in: make "make install" create directoriesH. Peter Anvin2007-09-251-12/+19
* Support __float*__ for floating-point numbers in expressionsH. Peter Anvin2007-09-241-14/+20
* Update nasm.spec.in and make it handle rc releasesH. Peter Anvin2007-09-221-3/+5
* Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin2007-09-191-12/+15
* Sort dependency listsH. Peter Anvin2007-09-171-59/+58
* Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin2007-09-171-53/+58
* make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.makH. Peter Anvin2007-09-161-1/+1
* Run "make alldeps"H. Peter Anvin2007-09-161-1/+1
* Use the new hash table function library to store labelsH. Peter Anvin2007-09-141-2/+7
* Remove $Id$ tags (useless with git)H. Peter Anvin2007-09-121-1/+0
* Use enumerations where practical to ease debuggingH. Peter Anvin2007-09-121-19/+21
* Run "make alldeps"; add dependencies missing from the previous checkinH. Peter Anvin2007-09-121-1/+1
* Use a perfect hash to look up preprocessor directivesH. Peter Anvin2007-09-121-9/+18
* Fix "make tar"; useful for RPM testingH. Peter Anvin2007-09-051-1/+1
* Remove obsolete Serial: construct; we shouldn't need it anyway.H. Peter Anvin2007-09-051-1/+0
* phash.ph: use a bipartite graph to reduce the storage requirementsH. Peter Anvin2007-08-301-1/+1
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-8/+12
* Makefile rule for tokhash.cH. Peter Anvin2007-08-301-1/+6
* Create a Perl library directory, and add the Graph module to itH. Peter Anvin2007-08-291-1/+1
* Detect missing <inttypes.h> and include ersatz version if missingH. Peter Anvin2007-06-211-0/+1
* Update dependencies.H. Peter Anvin2007-05-301-2/+2
* Run "make alldeps"H. Peter Anvin2007-05-291-38/+40
* Initial support for ELF64Chuck Crayne2007-04-281-2/+5
* Remove @GCCFLAGS@H. Peter Anvin2007-04-151-1/+1
* Allow CFLAGS to be overridden from make.Eric Christopher2005-10-201-6/+9
* Add basic support for Mach-O file format.Eric Christopher2005-09-221-1/+1
* Update dependenciesbefore-reformat-2005-01H. Peter Anvin2005-01-141-41/+41
* Added "splint" as a target to simplify running splint on all sources.Ed Beroset2004-12-171-0/+3
* Don't delete config.h.in when doing "make spotless"H. Peter Anvin2003-09-121-1/+2
* Enable the use of a config.h file and autoheader. At this point we don'tH. Peter Anvin2003-09-011-0/+1
* Making the spec file part of dist is something for the Makefile, notH. Peter Anvin2003-08-291-1/+1
* Generate stabs format debugging info for ELFH. Peter Anvin2003-07-091-1/+1
* Fix ordering rule in "make spotless"H. Peter Anvin2002-09-131-1/+1
* Clean doc directory when making "make dist"H. Peter Anvin2002-09-131-0/+1
* Clean up unnecessary dependencies.H. Peter Anvin2002-09-121-31/+31
* This is the "megapatch":H. Peter Anvin2002-06-061-37/+92