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
/
labels.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-28
labels.c: cleanup
Cyrill Gorcunov
1
-90
/
+77
2010-04-21
labels.c: lookup_label -- should return bool unconditionally
Cyrill Gorcunov
1
-2
/
+3
2010-02-18
labels.c: Fix NULL dereference on too long identifiers
Cyrill Gorcunov
1
-1
/
+10
2009-08-11
Fix some format strings for nasm_error
Victor van den Elzen
1
-2
/
+2
2009-07-18
Drop the ofmt and errfunc arguments to label definition functions
H. Peter Anvin
1
-16
/
+13
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-07-05
BR 2817225: don't overrun a permts buffer with a maximum label
H. Peter Anvin
1
-3
/
+5
2009-06-28
Add copyright headers to the *.c/*.h files in the main directory
H. Peter Anvin
1
-5
/
+46
2009-06-27
BR 2781900: handle common labels while optimizing
H. Peter Anvin
1
-15
/
+25
2009-01-28
Allow global declaration after symbol definition
Charles Crayne
1
-3
/
+5
2009-01-27
Fix Bugs item #2537867
Charles Crayne
1
-1
/
+1
2008-09-11
Halt assembly if addresses are not converging.
Charles Crayne
1
-2
/
+2
2008-06-04
Remove EQU for critical expression list
Charles Crayne
1
-1
/
+1
2008-05-28
hash user allocates struct hash_table
H. Peter Anvin
1
-4
/
+4
2008-05-22
Use hash tables even for context-sensitive macros
H. Peter Anvin
1
-1
/
+1
2008-03-12
Display fully qualified local label in "not defined" message
Charles Crayne
1
-0
/
+5
2008-03-03
Eliminate duplicate symbol definitions
Charles Crayne
1
-1
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-5
/
+7
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-2
/
+2
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-14
/
+11
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-4
/
+4
2007-10-02
Portability fixes
H. Peter Anvin
1
-0
/
+2
2007-09-16
Switch the preprocessor over to using the hash table library
H. Peter Anvin
1
-2
/
+3
2007-09-16
Fix the handling of local labels
H. Peter Anvin
1
-22
/
+11
2007-09-14
Use the new hash table function library to store labels
H. Peter Anvin
1
-68
/
+62
2007-04-13
Fixed distinction between char and int8_t data types.
Keith Kanios
1
-19
/
+19
2007-04-12
General push for x86-64 support, dubbed 0.99.00.
Keith Kanios
1
-26
/
+28
2005-01-15
Apply Nindent to all .c and .h files
H. Peter Anvin
1
-149
/
+161
2004-12-15
changed sprintf to more secure snprintf to prevent vulnerability to buffer
Ed Beroset
1
-2
/
+2
2003-09-08
fixed bug #677841 by limiting the scanner to no more than 4095 characters for...
Ed Beroset
1
-0
/
+3
2002-04-30
NASM 0.98.09
H. Peter Anvin
1
-5
/
+0
2002-04-30
NASM 0.98.08
H. Peter Anvin
1
-18
/
+92
2002-04-30
NASM 0.98.03
H. Peter Anvin
1
-114
/
+123
2002-04-30
NASM 0.98
H. Peter Anvin
1
-6
/
+8
2002-04-30
NASM 0.98p3
H. Peter Anvin
1
-17
/
+100
2002-04-30
NASM 0.96
H. Peter Anvin
1
-33
/
+54
2002-04-30
NASM 0.95
H. Peter Anvin
1
-2
/
+4
2002-04-30
NASM 0.94
H. Peter Anvin
1
-0
/
+2
2002-04-30
NASM 0.91
H. Peter Anvin
1
-0
/
+292