summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a way to link with specific system libraries (e.g. efence).H. Peter Anvin2002-05-261-2/+3
* Spec file now depends on version.pl tooH. Peter Anvin2002-05-211-1/+1
* Correct the generation of the spec file with a serial number.H. Peter Anvin2002-05-211-1/+3
* Accept X.YYplZ as a valid version number (equivalent to X.YY.0.Z) andH. Peter Anvin2002-05-211-1/+3
* Remove autom4te.cache when cleaning up config.*H. Peter Anvin2002-05-191-47/+51
* Cleaner way to handle the PERLREQ removalH. Peter Anvin2002-05-191-3/+3
* Fix so that the configure.in works with autoconf 2.5x; make sureH. Peter Anvin2002-05-191-2/+2
* Undo a change that wasn't meant for public consumption (yet.)H. Peter Anvin2002-05-171-1/+1
* Clean up the output/ and (to some degree) test/ directories.H. Peter Anvin2002-05-171-2/+6
* Separate out the "tar" operation from the "make dist" operationH. Peter Anvin2002-05-051-0/+2
* Update nasm.spec; preprocess it to use the version number from theH. Peter Anvin2002-05-041-0/+4
* Make all version information come from the single file "version".H. Peter Anvin2002-05-041-27/+35
* Handle separate source and object directories correctly.H. Peter Anvin2002-05-041-1/+1