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
2009-07-15
changes: it's not just invalid UTF-8 sequences that are affected...
H. Peter Anvin
1
-2
/
+2
2009-07-15
NASM 2.07rc6
H. Peter Anvin
1
-1
/
+1
2009-07-15
changes: document fixed crash on invalid UTF-8 sequences
H. Peter Anvin
1
-0
/
+3
2009-07-15
quote: use nasm_assert() instead of plain assert()
H. Peter Anvin
1
-2
/
+1
2009-07-15
quote: we must do unsigned comparison to get length of octal escape
H. Peter Anvin
1
-11
/
+12
2009-07-15
quote: don't use sprintf()
H. Peter Anvin
1
-7
/
+17
2009-07-15
doc: use consistent title case
H. Peter Anvin
1
-4
/
+4
2009-07-15
doc: fix formatting of the bin multisection header
H. Peter Anvin
1
-1
/
+1
2009-07-15
NASM 2.07rc5
H. Peter Anvin
1
-1
/
+1
2009-07-13
gitignore: add test results, *.dbg
H. Peter Anvin
1
-0
/
+3
2009-07-13
ELF: add debug support for TY_YWORD
H. Peter Anvin
2
-0
/
+8
2009-07-13
elf32: debug32_typevalue - fix TY_OWORD size
Cyrill Gorcunov
1
-1
/
+1
2009-07-08
NASM 2.07rc4
H. Peter Anvin
1
-1
/
+1
2009-07-08
Document macho64 output format
H. Peter Anvin
2
-11
/
+22
2009-07-08
Revert "NASM 2.07rc4"
Keith Kanios
1
-1
/
+1
2009-07-08
NASM 2.07rc4
Keith Kanios
1
-1
/
+1
2009-07-08
macho64: Manually merge macho64 branch with master branch.
Keith Kanios
5
-25
/
+1594
2009-07-07
outmacho.c: fix section/relocation alignment issue
Keith Kanios
1
-3
/
+7
2009-07-07
NASM 2.07rc3
H. Peter Anvin
1
-1
/
+1
2009-07-07
changes: document listing fix
H. Peter Anvin
1
-0
/
+3
2009-07-07
preproc: revert to older form of preprocessor user error messages
H. Peter Anvin
1
-5
/
+5
2009-07-07
preproc: always reprocess smacros after %+ - pasting
H. Peter Anvin
1
-4
/
+5
2009-07-07
listing: preserve list file on error, include errors
H. Peter Anvin
3
-13
/
+57
2009-07-07
outdbg: be excrutiatingly correct...
H. Peter Anvin
1
-1
/
+1
2009-07-07
outdbg: fix OUT_REL*ADR, add OUT_REL8ADR
H. Peter Anvin
1
-3
/
+8
2009-07-06
outbin: be consistent in spelling "Intel hex" with those caps
H. Peter Anvin
1
-1
/
+1
2009-07-06
NASM 2.07rc2
H. Peter Anvin
1
-1
/
+1
2009-07-06
changes: add Mach-O alignment issue fix
H. Peter Anvin
1
-0
/
+2
2009-07-06
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasm
Keith Kanios
2
-4
/
+11
2009-07-06
outmacho: fixed section/relocation alignment issue
Keith Kanios
1
-4
/
+4
2009-07-06
changes: document %+ behavior revert
H. Peter Anvin
1
-0
/
+3
2009-07-06
preproc: don't handle %+ until the final phase of smacro expansion
H. Peter Anvin
1
-4
/
+8
2009-07-06
NASM 2.07rc1
H. Peter Anvin
1
-1
/
+1
2009-07-06
changes.src: document user-visible changes
H. Peter Anvin
1
-0
/
+20
2009-07-06
doc: update license and contact information
H. Peter Anvin
1
-26
/
+41
2009-07-06
spec: change License to BSD
H. Peter Anvin
1
-1
/
+1
2009-07-06
nasm.nsi: remove COPYING; add LICENSE
H. Peter Anvin
1
-2
/
+2
2009-07-06
NASM: relicense under the 2-clause BSD license
H. Peter Anvin
36
-916
/
+3
2009-07-06
outbin: minor cleanups
H. Peter Anvin
1
-6
/
+8
2009-07-05
BR 2817225: don't overrun a permts buffer with a maximum label
H. Peter Anvin
1
-3
/
+5
2009-07-05
nasm.nsi: in the "NASM shell", put NASM first in PATH
H. Peter Anvin
1
-1
/
+1
2009-07-05
Change noreturn macro to no_return to avoid header file problems
H. Peter Anvin
3
-4
/
+4
2009-07-05
nasm.nsi: use LZMA compression
H. Peter Anvin
1
-1
/
+1
2009-07-05
More "make install" fixes...
H. Peter Anvin
2
-1
/
+2
2009-07-05
rdf2bin: be smarter about extracting the format from argv[0]
H. Peter Anvin
1
-7
/
+26
2009-07-05
nasm.nsi: add additional rdf2bin aliases
H. Peter Anvin
1
-0
/
+4
2009-07-05
rdoff: fix "make install"
H. Peter Anvin
1
-1
/
+3
2009-07-05
test/Makefile: add ith and srec targets
H. Peter Anvin
1
-0
/
+6
2009-07-05
doc: S-records seems to usually be pluralized
H. Peter Anvin
1
-3
/
+3
2009-07-05
doc: srec produces S-records, not Intel hex...
H. Peter Anvin
1
-1
/
+1
[next]