index
:
delta/nasm.git
avx512
baserock/morph
branch-0_98-j
branch-0_98-j5
branch-0_98_24-gasalign
branch-0_98bf
branch-0_98e
buildfix-2.03rc4
ctype
defid
elf
elf16
elfmerge
evalmacro
evalstr
extnames
indirect
insns
insns-flags
latex
loops
macho64
machofix
machomerge
master
mempool
mkwarnings
nasm-0.98.x
nasm-2.03.x
nasm-2.05.xx
nasm-2.07.xx
nasm-2.08.xx
nasm-2.09.xx
nasm-2.10.xx
nasm-2.11.xx
nasm-2.12.xx
nasm-2.13.xx
nasm-2.14.xx
nasm-2.15.xx
nasm-2.15.xx-pre
new-preproc
newaddr
note
nsis
nsis2
owc
path
phi
pp-inline
pragma
preproc-paste-fix
preproc-rewrite
reldef
signrel
sse5
repo.or.cz: nasm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a 'make test' target.
Victor van den Elzen
2008-07-16
1
-0
/
+3
*
version.mak for the version Makefile fragment
H. Peter Anvin
2008-07-13
1
-3
/
+3
*
Add version.make to PERLREQ
H. Peter Anvin
2008-07-05
1
-3
/
+3
*
Run "make alldeps"
H. Peter Anvin
2008-06-21
1
-33
/
+39
*
Move the output format macros into the macros.pl mechanism
H. Peter Anvin
2008-06-20
1
-2
/
+3
*
macros.c: compress by tokenizing macro directives
H. Peter Anvin
2008-06-19
1
-2
/
+4
*
preproc: add support for builtin include modules (%use)
H. Peter Anvin
2008-06-19
1
-4
/
+5
*
syncfiles: use #-- ... --# for consistency with mkdep.pl
H. Peter Anvin
2008-06-15
1
-2
/
+2
*
Script to automagically synchronize the object file lists
H. Peter Anvin
2008-06-15
1
-0
/
+3
*
Implement __utf16__() and __utf32__() for the DB family
H. Peter Anvin
2008-06-14
1
-3
/
+5
*
Move all the RAA code out of nasmlib
H. Peter Anvin
2008-06-09
1
-8
/
+9
*
Move all the SAA code out of nasmlib
H. Peter Anvin
2008-06-09
1
-9
/
+10
*
Replace the WSAA macros with functions
H. Peter Anvin
2008-06-08
1
-1
/
+2
*
Update .gitignore, remove bogus dependency
H. Peter Anvin
2008-06-04
1
-1
/
+0
*
Makefile/dependency updates
H. Peter Anvin
2008-06-04
1
-3
/
+6
*
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
2008-06-01
1
-1
/
+1
*
make alldeps
H. Peter Anvin
2008-05-27
1
-1
/
+1
*
Avoid #including .c files; instead compile as separate units
H. Peter Anvin
2008-05-20
1
-19
/
+22
*
Make insnsb.c an actual compilation unit
H. Peter Anvin
2008-05-13
1
-7
/
+8
*
Generate a byte array instead of using strings for the byte codes
H. Peter Anvin
2008-05-12
1
-4
/
+8
*
Temporaries in macros need a unique prefix; WSAA*() macros to header
H. Peter Anvin
2008-04-10
1
-2
/
+2
*
regularized spelling of license to match name of LICENSE file
Beroset
2007-12-29
1
-1
/
+1
*
Run "make alldeps"
H. Peter Anvin
2007-10-30
1
-6
/
+6
*
Suppress datarootdir warnings from configure
Charles Crayne
2007-10-18
1
-0
/
+1
*
make alldeps
H. Peter Anvin
2007-10-02
1
-4
/
+4
*
Run "make alldeps".
H. Peter Anvin
2007-10-02
1
-3
/
+4
*
Add substitutes for snprintf() and vsnprintf()
H. Peter Anvin
2007-09-28
1
-5
/
+9
*
Makefile.in: make "make install" create directories
H. Peter Anvin
2007-09-25
1
-12
/
+19
*
Support __float*__ for floating-point numbers in expressions
H. Peter Anvin
2007-09-24
1
-14
/
+20
*
Update nasm.spec.in and make it handle rc releases
H. Peter Anvin
2007-09-22
1
-3
/
+5
*
Make nasm_malloc() et al available from inside ndisasm
H. Peter Anvin
2007-09-19
1
-12
/
+15
*
Sort dependency lists
H. Peter Anvin
2007-09-17
1
-59
/
+58
*
Cleaner way to handle MSVC's _snprintf() underscore damage
H. Peter Anvin
2007-09-17
1
-53
/
+58
*
make alldeps: change Mkfiles/Makefile.* to Mkfiles/*.mak
H. Peter Anvin
2007-09-16
1
-1
/
+1
*
Run "make alldeps"
H. Peter Anvin
2007-09-16
1
-1
/
+1
*
Use the new hash table function library to store labels
H. Peter Anvin
2007-09-14
1
-2
/
+7
*
Remove $Id$ tags (useless with git)
H. Peter Anvin
2007-09-12
1
-1
/
+0
*
Use enumerations where practical to ease debugging
H. Peter Anvin
2007-09-12
1
-19
/
+21
*
Run "make alldeps"; add dependencies missing from the previous checkin
H. Peter Anvin
2007-09-12
1
-1
/
+1
*
Use a perfect hash to look up preprocessor directives
H. Peter Anvin
2007-09-12
1
-9
/
+18
*
Fix "make tar"; useful for RPM testing
H. Peter Anvin
2007-09-05
1
-1
/
+1
*
Remove obsolete Serial: construct; we shouldn't need it anyway.
H. Peter Anvin
2007-09-05
1
-1
/
+0
*
phash.ph: use a bipartite graph to reduce the storage requirements
H. Peter Anvin
2007-08-30
1
-1
/
+1
*
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
2007-08-30
1
-8
/
+12
*
Makefile rule for tokhash.c
H. Peter Anvin
2007-08-30
1
-1
/
+6
*
Create a Perl library directory, and add the Graph module to it
H. Peter Anvin
2007-08-29
1
-1
/
+1
*
Detect missing <inttypes.h> and include ersatz version if missing
H. Peter Anvin
2007-06-21
1
-0
/
+1
*
Update dependencies.
H. Peter Anvin
2007-05-30
1
-2
/
+2
*
Run "make alldeps"
H. Peter Anvin
2007-05-29
1
-38
/
+40
*
Initial support for ELF64
Chuck Crayne
2007-04-28
1
-2
/
+5
[next]