summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* ELF: use rbtree for symbol searchesH. Peter Anvin2008-11-061-2/+4
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-311-43/+40
* rbtree: drop the data pointer; instead rely on being embeddedH. Peter Anvin2008-10-301-1/+1
* Left-leaning red-black tree data structureH. Peter Anvin2008-10-291-1/+2
* make alldepsH. Peter Anvin2008-10-291-6/+6
* output: add common file outlib.c for common functions; realsize()H. Peter Anvin2008-10-271-2/+4
* Run "make alldeps"H. Peter Anvin2008-09-091-2/+2
* Add a 'make test' target.Victor van den Elzen2008-07-161-0/+3
* version.mak for the version Makefile fragmentH. Peter Anvin2008-07-131-3/+3
* Add version.make to PERLREQH. Peter Anvin2008-07-051-3/+3
* Run "make alldeps"H. Peter Anvin2008-06-211-33/+39
* Move the output format macros into the macros.pl mechanismH. Peter Anvin2008-06-201-2/+3
* macros.c: compress by tokenizing macro directivesH. Peter Anvin2008-06-191-2/+4
* preproc: add support for builtin include modules (%use)H. Peter Anvin2008-06-191-4/+5
* syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin2008-06-151-2/+2
* Script to automagically synchronize the object file listsH. Peter Anvin2008-06-151-0/+3
* Implement __utf16__() and __utf32__() for the DB familyH. Peter Anvin2008-06-141-3/+5
* Move all the RAA code out of nasmlibH. Peter Anvin2008-06-091-8/+9
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-9/+10
* Replace the WSAA macros with functionsH. Peter Anvin2008-06-081-1/+2
* 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