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
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-20
Allow CFLAGS to be overridden from make.
Eric Christopher
2
-8
/
+14
2005-10-07
Added section attributes, in particular S_ATTR_SOME_INSTRUCTIONS and update ....
Eric Christopher
1
-35
/
+281
2005-09-26
Break macho_cleanup into separate functions.
Eric Christopher
1
-264
/
+314
2005-09-22
Run misc/Nindent on outmacho.c
Eric Christopher
1
-525
/
+530
2005-09-22
Add basic support for Mach-O file format.
Eric Christopher
3
-2
/
+940
2005-06-08
fix outobj.c bug - every 256th extern crashed nasm
Frank Kotler
2
-3
/
+6
2005-05-09
Jindrich Novy's buffer overrun patch to outieee.c
Frank Kotler
1
-1
/
+1
2005-03-10
add John Coffman's optimizer documentation
Frank Kotler
1
-0
/
+114
2005-02-04
Update "version" to 0.98.40
Frank Kotler
1
-1
/
+1
2005-01-17
update my address in AUTHORS
Frank Kotler
1
-1
/
+1
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
66
-18370
/
+18643
2005-01-14
Update dependencies
H. Peter Anvin
19
-741
/
+737
2005-01-14
Fix comment
H. Peter Anvin
1
-1
/
+1
2005-01-14
Update to match SF changes
H. Peter Anvin
1
-1
/
+1
2005-01-14
Consistent capitalization
H. Peter Anvin
1
-2
/
+2
2005-01-13
update "CHANGES"
Frank Kotler
1
-0
/
+1
2005-01-01
Dummy change to test CVS mail
H. Peter Anvin
1
-0
/
+1
2004-12-31
Document maximum identifier length
Frank Kotler
1
-1
/
+2
2004-12-29
Script to format the source code in a standard format
H. Peter Anvin
1
-0
/
+2
2004-12-29
Add ieee_ prefix to filenames with otherwise highly ambiguous names;
H. Peter Anvin
1
-26
/
+26
2004-12-21
Andreas Ericsson's patch to misc/nasm.sl
Frank Kotler
1
-26
/
+26
2004-12-17
Added "splint" as a target to simplify running splint on all sources.
Ed Beroset
1
-0
/
+3
2004-12-17
Placed guards around strdup declaration to avoid compiler errors on sane
Ed Beroset
1
-0
/
+2
2004-12-15
Added todo item to point out the somewhat tricky fact about snprintf's
Ed Beroset
1
-0
/
+7
2004-12-15
added checks for vsnprintf and snprintf (ISO C99) and changed gcc
Ed Beroset
1
-1
/
+11
2004-12-15
Corrected typo in variable name.
Ed Beroset
1
-35
/
+35
2004-12-15
changed last sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
1
-1
/
+1
2004-12-15
changed sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
1
-39
/
+39
2004-12-15
added buffer length parameter to prevent vulnerability to buffer
Ed Beroset
1
-2
/
+2
2004-12-15
added buffer length parameters to prevent vulnerability to buffer
Ed Beroset
1
-3
/
+3
2004-12-15
changed sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
2
-3
/
+3
2004-12-15
changed sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
1
-1
/
+1
2004-12-15
cleaned up most but not all sprintf() and vsprintf() calls to avoid
Ed Beroset
1
-8
/
+8
2004-12-15
replaced vsprintf() with vsnprintf() to avoid buffer overflow exploit
Ed Beroset
1
-1
/
+1
2004-09-15
outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.
Yuri Zaporogets
22
-883
/
+905
2004-08-08
Removed old header that was once used by ldrdf.
Yuri Zaporogets
1
-27
/
+0
2004-05-15
Include <string.h> to get rid of compiler warnings
Yuri Zaporogets
1
-1
/
+2
2004-05-15
Fix of the critical bug in ldrdf.c
Yuri Zaporogets
1
-2
/
+2
2004-04-25
fix as86 .bss handling per John Coffman's patch
Frank Kotler
2
-3
/
+20
2004-01-07
fix man page per Eric Raymond
Frank Kotler
2
-2
/
+2
2003-12-12
Touch up docs
Frank Kotler
1
-25
/
+25
2003-12-12
Update rdoff
Frank Kotler
9
-247
/
+269
2003-09-26
For compatibility with older code removed feature:
Nickolay Yurchenko
2
-32
/
+33
2003-09-26
Backed out another patch =)
Stanislav Karchebny
1
-1
/
+1
2003-09-25
Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string const
Stanislav Karchebny
11
-15
/
+4
2003-09-25
Consistency fix
Stanislav Karchebny
10
-11
/
+11
2003-09-24
Added _NASM_FORMAT_ macro
Stanislav Karchebny
10
-0
/
+26
2003-09-21
* Unterminated string auto termination.
Nickolay Yurchenko
2
-9
/
+28
2003-09-12
Document fix
H. Peter Anvin
1
-0
/
+4
2003-09-12
Don't delete config.h.in when doing "make spotless"
H. Peter Anvin
1
-1
/
+2
[next]