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
/
nasmlib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-27
Move backend-specific code to output/; break out null debug stuff
H. Peter Anvin
1
-54
/
+0
2009-02-21
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
H. Peter Anvin
1
-2
/
+2
2009-02-21
nasmlib: make nasm_strcat() take const arguments
H. Peter Anvin
1
-1
/
+1
2009-02-21
Unify all-zero buffers; add fwritezero()
H. Peter Anvin
1
-0
/
+23
2008-06-28
nasmlib: fix nasm_str[n]icmp()
H. Peter Anvin
1
-4
/
+4
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-2
/
+2
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-2
/
+17
2008-06-10
nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
H. Peter Anvin
1
-2
/
+2
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-93
/
+0
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-305
/
+0
2008-06-01
qstring: backquoted strings seem to work now...
H. Peter Anvin
1
-18
/
+45
2008-06-01
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
1
-225
/
+0
2008-06-01
qstring: add nasm_unquote() supporting `...`
H. Peter Anvin
1
-0
/
+205
2008-05-30
Introduce %depend and %pathsearch, and make incbin a macro
H. Peter Anvin
1
-0
/
+2
2008-05-04
First cut at AVX machinery.
H. Peter Anvin
1
-3
/
+3
2008-02-24
Dwarf3 support for ELF32
Charles Crayne
1
-0
/
+55
2008-01-21
RAA subsystem: use shift instead of divide
H. Peter Anvin
1
-16
/
+12
2008-01-21
nasmlib.c: log nasm_free() before calling free()
H. Peter Anvin
1
-1
/
+1
2008-01-08
BR 1864243: better warnings for out-of-range constants
H. Peter Anvin
1
-1
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
2007-11-19
BR 877583: Fix RAA memory leak
H. Peter Anvin
1
-3
/
+2
2007-11-17
Check in Keith's Fixes
Charles Crayne
1
-8
/
+5
2007-11-13
Clean up the fwrite*() function definitions somewhat
H. Peter Anvin
1
-16
/
+12
2007-11-13
x86-host-specific performance improvement
H. Peter Anvin
1
-0
/
+30
2007-11-13
Address data is int64_t; simplify writing an address object
H. Peter Anvin
1
-14
/
+16
2007-11-08
nasmlib.c: prefix_name(): use the elements() macro
H. Peter Anvin
1
-1
/
+1
2007-11-08
constipate the "str" argument to bsi() and bsii()
H. Peter Anvin
1
-2
/
+2
2007-11-07
Upgrade RAA functions to hold 64-bit data.
Charles Crayne
1
-2
/
+2
2007-11-05
Upgrade label functions to 64-bit
Charles Crayne
1
-1
/
+1
2007-10-26
readnum(): handle prefix-suffix collision like "0h"
H. Peter Anvin
1
-15
/
+11
2007-10-23
Slightly simplify the radix-detection code
H. Peter Anvin
1
-2
/
+4
2007-10-22
Unbreak particularly tricky hex constants
H. Peter Anvin
1
-7
/
+20
2007-10-22
More consistent handling of radix letters
H. Peter Anvin
1
-15
/
+31
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
1
-6
/
+6
2007-10-19
Allow underscores in numbers; better detection of FP
H. Peter Anvin
1
-11
/
+14
2007-10-15
Recognize 'd', 't' and 'y' as radix suffixes
H. Peter Anvin
1
-1
/
+3
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
1
-3
/
+3
2007-10-10
saa_fread/fwrite: when seeking, must set [rw]ptr as well
H. Peter Anvin
1
-0
/
+2
2007-10-10
Use the compiler-provided booleans if available, otherwise emulate
H. Peter Anvin
1
-8
/
+8
2007-10-08
saa_rstruct: fix overrun check
H. Peter Anvin
1
-1
/
+1
2007-10-07
saa_fpwrite: initializing "len" should be part of the loop
H. Peter Anvin
1
-2
/
+1
2007-10-07
Fix infinite loop in function saa_fpwrite
Charles Crayne
1
-0
/
+1
2007-10-04
Rewrite the handling of SAA's to allow random access
H. Peter Anvin
1
-134
/
+163
2007-10-02
Portability fixes
H. Peter Anvin
1
-3
/
+5
2007-09-28
Add substitutes for snprintf() and vsnprintf()
H. Peter Anvin
1
-1
/
+1
2007-09-25
Add nasm_zalloc() to nasmlib.c
H. Peter Anvin
1
-8
/
+23
2007-09-19
Make nasm_malloc() et al available from inside ndisasm
H. Peter Anvin
1
-146
/
+0
2007-08-31
Minor cleanup; remove duplication of names.c
H. Peter Anvin
1
-7
/
+1
2007-08-30
Finishing touches on perfect hash tokenizer; actually turn the thing on
H. Peter Anvin
1
-216
/
+1
2007-08-29
nasmlib: add bsii() case-insensitive version of bsi()
H. Peter Anvin
1
-0
/
+16
[next]