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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-25
Make the LOCK and HLE warnings suppressable.
H. Peter Anvin
1
-1
/
+3
2011-12-05
Add WARN_IDX helper and ERR_WARN_TERM named constant
Cyrill Gorcunov
1
-1
/
+3
2011-06-25
nasmlib: Add list_reverse helper
Cyrill Gorcunov
1
-0
/
+13
2011-06-25
nasmlib: Add list_last helper
Cyrill Gorcunov
1
-0
/
+4
2011-06-25
Move numvalue herleper into nasmlib.h
Cyrill Gorcunov
1
-0
/
+2
2011-04-09
Revert "nasmlib: added string replace (strrep) utility function"
Keith Kanios
1
-5
/
+0
2011-04-08
nasmlib: added string replace (strrep) utility function
Keith Kanios
1
-0
/
+5
2010-06-03
nasmlib: Rename elements() macro to ARRAY_SIZE
Cyrill Gorcunov
1
-2
/
+1
2010-04-21
Add generic ilog2 functions
H. Peter Anvin
1
-0
/
+12
2010-04-11
nasmlib.c: Introduce nasm_get_word helper
Cyrill Gorcunov
1
-0
/
+1
2010-04-10
nasmlib: Introduce nasm_trim_spaces and nasm_opt_val helpers
Cyrill Gorcunov
1
-0
/
+2
2010-03-12
BR 2496848: Tighten ea checks
Victor van den Elzen
1
-0
/
+10
2010-02-11
nasmlib.h: Introduce ALIGN helpers
Cyrill Gorcunov
1
-0
/
+7
2009-11-11
Don't boundcheck 64-bit numbers, it gives problems due to overflows
Victor van den Elzen
1
-9
/
+27
2009-11-06
Introduce is_power2 helper
Cyrill Gorcunov
1
-0
/
+3
2009-11-05
nasmlib.h: Introduce nasm_build_assert
Cyrill Gorcunov
1
-0
/
+5
2009-10-31
nasmlib: Introduce idata_bytes helper
Cyrill Gorcunov
1
-0
/
+2
2009-10-13
nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
H. Peter Anvin
1
-1
/
+1
2009-10-13
nasmlib: introduce string helpers
Cyrill Gorcunov
1
-0
/
+5
2009-10-13
introduce "overflow" helpers
Cyrill Gorcunov
1
-0
/
+27
2009-10-13
style cleanup
Cyrill Gorcunov
1
-103
/
+103
2009-08-11
Fix some format strings for nasm_error
Victor van den Elzen
1
-0
/
+4
2009-07-20
nasmlib.h - introduce list iterator helpers
Cyrill Gorcunov
1
-0
/
+12
2009-07-18
Remove function pointers in output, simplify error handling
H. Peter Anvin
1
-6
/
+5
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
1
-12
/
+0
2009-07-05
Change noreturn macro to no_return to avoid header file problems
H. Peter Anvin
1
-1
/
+1
2009-07-03
nasmlib.h: add unlikely() to nasm_assert()
H. Peter Anvin
1
-2
/
+5
2009-07-01
nasmlib: add nasm_assert(); use const char * for filenames
H. Peter Anvin
1
-7
/
+14
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 prototypes for null_debug to outform.h and outlib.h
H. Peter Anvin
1
-14
/
+0
2009-06-27
debug: make *all* the null debug routines available as a library
H. Peter Anvin
1
-0
/
+10
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
/
+4
2008-10-06
Better warnings for out-of-range values
H. Peter Anvin
1
-3
/
+4
2008-09-30
Allow %warning output to be suppressed
H. Peter Anvin
1
-1
/
+2
2008-08-06
Add macro-defaults warning class and documentation.
Victor van den Elzen
1
-13
/
+14
2008-06-21
Fix a few more <ctype.h> instances
H. Peter Anvin
1
-3
/
+5
2008-06-21
ctype.h: wrapper ctype functions with a cast to (unsigned char)
H. Peter Anvin
1
-9
/
+15
2008-06-11
Use an explicit table for tolower() to avoid a function call
H. Peter Anvin
1
-0
/
+8
2008-06-10
Add %warning, saner unquoting of %error
H. Peter Anvin
1
-0
/
+1
2008-06-09
Move all the RAA code out of nasmlib
H. Peter Anvin
1
-50
/
+0
2008-06-09
Move all the SAA code out of nasmlib
H. Peter Anvin
1
-47
/
+1
2008-06-01
qstring: backquoted strings seem to work now...
H. Peter Anvin
1
-1
/
+3
2008-06-01
qstring: first cut at full quoted string support in the preprocessor
H. Peter Anvin
1
-1
/
+0
2008-04-10
Temporaries in macros need a unique prefix; WSAA*() macros to header
H. Peter Anvin
1
-34
/
+34
2008-02-24
Dwarf3 support for ELF32
Charles Crayne
1
-0
/
+2
2008-02-16
Clear up WRITE macros causing compile failures with Watcom
H. Peter Anvin
1
-32
/
+44
2008-01-21
RAA subsystem: use shift instead of divide
H. Peter Anvin
1
-7
/
+11
2008-01-21
nasmlib.h: nasm_zalloc() should call nasm_zalloc_log()
H. Peter Anvin
1
-1
/
+1
2007-12-29
regularized spelling of license to match name of LICENSE file
Beroset
1
-1
/
+1
[next]