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
2007-10-19
Formatting: kill off "stealth whitespace"
H. Peter Anvin
44
-245
/
+235
2007-10-19
test/floatx.asm: fix test case
H. Peter Anvin
1
-1
/
+1
2007-10-19
uscore.asm: Fix test case
H. Peter Anvin
1
-1
/
+1
2007-10-19
float.c: mark read_exponent() static
H. Peter Anvin
1
-1
/
+1
2007-10-19
Don't confuse suffixed hexadecimal with floating-point
H. Peter Anvin
2
-3
/
+24
2007-10-19
Anchor filename locations in .gitignore
H. Peter Anvin
1
-46
/
+46
2007-10-19
test/Makefile: Use -Ox instead of -O999
H. Peter Anvin
1
-1
/
+1
2007-10-19
Test of underscored constants
H. Peter Anvin
1
-0
/
+10
2007-10-19
Allow underscores in numbers; better detection of FP
H. Peter Anvin
3
-78
/
+110
2007-10-19
Modernize nasm.spec.in and make it closer to the Fedora version
H. Peter Anvin
1
-33
/
+32
2007-10-18
Suppress datarootdir warnings from configure
Charles Crayne
3
-0
/
+3
2007-10-18
Suppress signedness warnings in disassembler
Charles Crayne
2
-5
/
+5
2007-10-18
Cleaner solution for MinGW handling of __STRICT_ANSI__
H. Peter Anvin
2
-3
/
+5
2007-10-18
configure: Undefine __STRICT_ANSI__ for mingw's benefit
H. Peter Anvin
1
-0
/
+3
2007-10-18
Fix invocation of readnum()
H. Peter Anvin
2
-12
/
+12
2007-10-18
Suppress a few signedness warnings
Charles Crayne
3
-5
/
+5
2007-10-18
Avoid unnecessary warning on redefinition of section (bug 801180)
root
2
-5
/
+11
2007-10-17
Generate stabs entries for any executable section
Charles Crayne
2
-14
/
+14
2007-10-16
NASM 0.99.05
H. Peter Anvin
1
-1
/
+1
2007-10-16
Tests of obscenely large exponents
H. Peter Anvin
1
-14
/
+24
2007-10-16
Comma-separate contents of __FLOAT__
H. Peter Anvin
1
-1
/
+1
2007-10-16
Implement floating-point option control directive
H. Peter Anvin
5
-4
/
+98
2007-10-16
Floating-point warning fixes; fix round-to-overflow
H. Peter Anvin
3
-13
/
+40
2007-10-16
Handle rounding of denorms correctly; make fp overflow a warning
H. Peter Anvin
4
-26
/
+59
2007-10-16
Additional entries for .gitignore
H. Peter Anvin
1
-2
/
+10
2007-10-16
Refactor floating-point formatting code; fix 80-bit denorms
H. Peter Anvin
1
-181
/
+152
2007-10-16
Add 1.5 as a test case: representative of an exact fraction
H. Peter Anvin
1
-0
/
+15
2007-10-15
Recognize 'd', 't' and 'y' as radix suffixes
H. Peter Anvin
1
-1
/
+3
2007-10-15
Fix FISTTP opcodes (BR 689695)
H. Peter Anvin
1
-3
/
+3
2007-10-15
New floating-point conversion routines
H. Peter Anvin
2
-303
/
+536
2007-10-15
Add testnos3 from the gdtoa package (floating-point test)
H. Peter Anvin
1
-0
/
+972
2007-10-13
.gitignore file doesn't need to be in the release file
H. Peter Anvin
1
-1
/
+1
2007-10-13
Add .gitignore file so "git status" produces something sane
H. Peter Anvin
1
-0
/
+49
2007-10-13
autoconf: drop AC_USE_SYSTEM_EXTENSIONS to support autoconf 2.59
H. Peter Anvin
1
-3
/
+5
2007-10-13
Fix 32-bit types in preproc.c and eval.c
Keith Kanios
2
-19
/
+19
2007-10-11
Must define types before using them
Charles Crayne
3
-0
/
+3
2007-10-11
preproc.c: move smacro define/undef to separate functions
H. Peter Anvin
1
-149
/
+82
2007-10-11
preproc.c: PP_DEFINE and PP_XDEFINE are case-sensitive
H. Peter Anvin
1
-1
/
+1
2007-10-11
preproc.c: normalize the handling of case sensitivity
H. Peter Anvin
1
-17
/
+23
2007-10-11
Define macros necessary for <inttypes.h> on C++
H. Peter Anvin
1
-0
/
+7
2007-10-11
More "bool" fixes
H. Peter Anvin
2
-2
/
+3
2007-10-11
preproc.c: allow 64-bit repeat counts
H. Peter Anvin
1
-10
/
+11
2007-10-11
preproc.c: For an SMacro, in_progress really is a boolean (no %rep)
H. Peter Anvin
1
-1
/
+1
2007-10-11
Additional uses of bool and enum
H. Peter Anvin
14
-70
/
+77
2007-10-11
preproc.c: MMacro.in_progress is not a boolean
H. Peter Anvin
1
-1
/
+1
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
25
-410
/
+403
2007-10-10
owlinux.mak: don't clean things we won't be able to
H. Peter Anvin
1
-4
/
+5
2007-10-10
configure.in: looks like we need autoconf 2.61 :(
H. Peter Anvin
1
-2
/
+2
2007-10-10
Create option -Ox to tell NASM to do unlimited passes
H. Peter Anvin
2
-29
/
+46
[next]