index
:
platform/upstream/nasm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
pristine-tar
sandbox/kevinthierry/bump-2.11.06
sandbox/kevinthierry/upstream
sandbox/pcoval/devel
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
upstream-2.10.07
Domain: System / Toolchain;
Dongkyun Son <dongkyun.s@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nasm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-08
nasm.c: fix stack overrun in assemble_file
H. Peter Anvin
1
-15
/
+31
2009-07-31
nasm.c: consistently use the 'murrican spelling "optimize"
H. Peter Anvin
1
-1
/
+1
2009-07-31
nasm.c -- update info on -O cmdline option
Cyrill Gorcunov
1
-1
/
+4
2009-07-30
Merge commit 'cyr/hpa-list'
H. Peter Anvin
1
-4
/
+2
2009-07-31
nasm.c -- update help message
Cyrill Gorcunov
1
-3
/
+11
2009-07-27
nasm.c -- use list helpers
Cyrill Gorcunov
1
-4
/
+2
2009-07-18
Drop efunc and evalfunc as input to the preprocessor
H. Peter Anvin
1
-13
/
+8
2009-07-18
Drop efunc and evaluate argument to parse_line()
H. Peter Anvin
1
-3
/
+1
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-15
/
+9
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-102
/
+86
2009-07-17
Merge commit 'nasm-2.07rc7' into new-preproc
H. Peter Anvin
1
-1
/
+2
2009-07-16
BR 2822263: don't re-invoke ofmt->symdef() in pass2 unless "special"
H. Peter Anvin
1
-1
/
+2
2009-07-14
Don't try to fclose() the output if ofile is NULL
H. Peter Anvin
1
-4
/
+6
2009-07-12
Hash even backend-specific directives, unify null functions
H. Peter Anvin
1
-2
/
+2
2009-07-12
Don't fclose() the output in the backend
H. Peter Anvin
1
-8
/
+11
2009-07-12
Use a phash to decode directives
H. Peter Anvin
1
-18
/
+10
2009-07-07
listing: preserve list file on error, include errors
H. Peter Anvin
1
-9
/
+15
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-07-05
Make it possible for outputs to be either text or binary
H. Peter Anvin
1
-1
/
+1
2009-07-01
Fix early report_error(); avoid nuisance phase warnings
H. Peter Anvin
1
-14
/
+19
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-5
/
+46
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-1
/
+1
2009-06-27
output: call debug init from a central location
H. Peter Anvin
1
-0
/
+1
2009-06-27
BR 2781900: handle common labels while optimizing
H. Peter Anvin
1
-55
/
+56
2009-06-27
nasm.c: clean up pass exit logic
H. Peter Anvin
1
-26
/
+25
2009-03-07
BR 2672117: handle long lines for db/dw/etc.
H. Peter Anvin
1
-13
/
+13
2009-02-26
nasm.c: another readability cleanup
H. Peter Anvin
1
-3
/
+2
2009-02-26
nasm.c: readability cleanup for seg:off parsing
H. Peter Anvin
1
-14
/
+8
2009-02-13
BR 2593349: Move version message back to stdout
H. Peter Anvin
1
-2
/
+2
2009-01-05
Fix the [warning] directive
H. Peter Anvin
1
-30
/
+28
2008-11-05
Fix BR #916647
Victor van den Elzen
1
-2
/
+0
2008-11-03
Prevent erroneous extra "final" pass
Charles Crayne
1
-1
/
+1
2008-10-31
Move all version strings to a single compilation unit (ver.c)
H. Peter Anvin
1
-10
/
+3
2008-10-26
Better description of the number-overflow warning
H. Peter Anvin
1
-1
/
+1
2008-10-26
BR: 2196966: make the -w/-W options work again
H. Peter Anvin
1
-3
/
+3
2008-10-06
Better warnings for out-of-range values
H. Peter Anvin
1
-1
/
+2
2008-09-30
Put the static information about warnings in a structure
H. Peter Anvin
1
-57
/
+48
2008-09-30
Allow %warning output to be suppressed
H. Peter Anvin
1
-3
/
+6
2008-09-25
Set __PASS__ to 3 for preprocess only
H. Peter Anvin
1
-1
/
+1
2008-09-11
Halt assembly if addresses are not converging.
Charles Crayne
1
-11
/
+14
2008-09-11
Limit number of passes to 1000
Victor van den Elzen
1
-3
/
+13
2008-09-11
Remove obsolete ROL-EQU hack
Victor van den Elzen
1
-29
/
+0
2008-09-10
Decouple forward references from optimization
Charles Crayne
1
-6
/
+5
2008-08-06
Add macro-defaults warning class and documentation.
Victor van den Elzen
1
-4
/
+5
2008-07-16
Fix multipass inline warning (dis/en)abling
Victor van den Elzen
1
-15
/
+28
2008-07-16
Fix fclose bug on error.
Victor van den Elzen
1
-4
/
+5
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-12
/
+12
2008-06-11
Make -F imply -g (BR 1991213)
H. Peter Anvin
1
-0
/
+1
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-0
/
+2
2008-06-10
Add %warning, saner unquoting of %error
H. Peter Anvin
1
-1
/
+3
[prev]
[next]