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
/
nasm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Improve process_ea and introduce -OL"
H. Peter Anvin
2010-07-25
1
-16
/
+7
*
Improve process_ea and introduce -OL
Victor van den Elzen
2010-07-24
1
-7
/
+16
*
Make -Ox the default
preproc-paste-fix
H. Peter Anvin
2010-07-15
1
-5
/
+14
*
No need for \n at __OUTPUT_FORMAT__ macro end
Cyrill Gorcunov
2010-07-13
1
-1
/
+1
*
Rename SEGALIGN to SECTALIGN
Cyrill Gorcunov
2010-04-21
1
-3
/
+3
*
ofmt: Implement null_segalign stubs
Cyrill Gorcunov
2010-04-21
1
-0
/
+2
*
Introduce SEGALIGN directive
Cyrill Gorcunov
2010-04-21
1
-1
/
+13
*
nasm.c: Delete redundant goto
Cyrill Gorcunov
2010-04-21
1
-2
/
+2
*
nasm.c: smarter handling of missing directives
H. Peter Anvin
2010-04-07
1
-4
/
+7
*
Distinguish no directive present from unknown directive
H. Peter Anvin
2010-04-06
1
-4
/
+4
*
nasm.c: Restore strings broken by `indent`
Cyrill Gorcunov
2010-01-09
1
-30
/
+14
*
nasm.c: Use copy_filename to set error message file
Cyrill Gorcunov
2009-12-04
1
-1
/
+1
*
stdscan: switch to stdscan_get/set routines
Cyrill Gorcunov
2009-10-31
1
-2
/
+2
*
nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
H. Peter Anvin
2009-10-13
1
-1
/
+1
*
nasm.c: use string helpers
Cyrill Gorcunov
2009-10-13
1
-19
/
+7
*
nasm.c: getkw -- use string helpers
Cyrill Gorcunov
2009-10-13
1
-36
/
+27
*
nasm.c: fix stack overrun in assemble_file
H. Peter Anvin
2009-08-08
1
-15
/
+31
*
nasm.c: consistently use the 'murrican spelling "optimize"
H. Peter Anvin
2009-07-31
1
-1
/
+1
*
nasm.c -- update info on -O cmdline option
Cyrill Gorcunov
2009-07-31
1
-1
/
+4
*
Merge commit 'cyr/hpa-list'
H. Peter Anvin
2009-07-30
1
-4
/
+2
|
\
|
*
nasm.c -- use list helpers
Cyrill Gorcunov
2009-07-27
1
-4
/
+2
*
|
nasm.c -- update help message
Cyrill Gorcunov
2009-07-31
1
-3
/
+11
|
/
*
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
2009-07-18
1
-13
/
+8
*
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
2009-07-18
1
-3
/
+1
*
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
2009-07-18
1
-15
/
+9
*
Remove function pointers in output, simplify error handling
H. Peter Anvin
2009-07-18
1
-102
/
+86
*
Merge commit 'nasm-2.07rc7' into new-preproc
H. Peter Anvin
2009-07-17
1
-1
/
+2
|
\
|
*
BR 2822263: don't re-invoke ofmt->symdef() in pass2 unless "special"
H. Peter Anvin
2009-07-16
1
-1
/
+2
*
|
Don't try to fclose() the output if ofile is NULL
H. Peter Anvin
2009-07-14
1
-4
/
+6
*
|
Hash even backend-specific directives, unify null functions
H. Peter Anvin
2009-07-12
1
-2
/
+2
*
|
Don't fclose() the output in the backend
H. Peter Anvin
2009-07-12
1
-8
/
+11
*
|
Use a phash to decode directives
H. Peter Anvin
2009-07-12
1
-18
/
+10
|
/
*
listing: preserve list file on error, include errors
H. Peter Anvin
2009-07-07
1
-9
/
+15
*
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
2009-07-06
1
-12
/
+0
*
Make it possible for outputs to be either text or binary
H. Peter Anvin
2009-07-05
1
-1
/
+1
*
Fix early report_error(); avoid nuisance phase warnings
H. Peter Anvin
2009-07-01
1
-14
/
+19
*
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
2009-06-28
1
-5
/
+46
*
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
2009-06-27
1
-1
/
+1
*
output: call debug init from a central location
H. Peter Anvin
2009-06-27
1
-0
/
+1
*
BR 2781900: handle common labels while optimizing
H. Peter Anvin
2009-06-27
1
-55
/
+56
*
nasm.c: clean up pass exit logic
H. Peter Anvin
2009-06-27
1
-26
/
+25
*
BR 2672117: handle long lines for db/dw/etc.
H. Peter Anvin
2009-03-07
1
-13
/
+13
*
nasm.c: another readability cleanup
H. Peter Anvin
2009-02-26
1
-3
/
+2
*
nasm.c: readability cleanup for seg:off parsing
H. Peter Anvin
2009-02-26
1
-14
/
+8
*
BR 2593349: Move version message back to stdout
H. Peter Anvin
2009-02-13
1
-2
/
+2
*
Fix the [warning] directive
H. Peter Anvin
2009-01-05
1
-30
/
+28
*
Fix BR #916647
Victor van den Elzen
2008-11-05
1
-2
/
+0
*
Prevent erroneous extra "final" pass
Charles Crayne
2008-11-03
1
-1
/
+1
*
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
2008-10-31
1
-10
/
+3
*
Better description of the number-overflow warning
H. Peter Anvin
2008-10-26
1
-1
/
+1
[next]