From: nasm-bot f. C. G. <gor...@gm...> - 2018-09-23 20:33:18
|
Commit-ID: 10c0f665709f99cb901786154ce39474aff32e38 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=10c0f665709f99cb901786154ce39474aff32e38 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 23 Sep 2018 23:30:44 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 23 Sep 2018 23:30:44 +0300 doc: changes -- Add a few more bullets Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 8c2d7f1..facc743 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -9,6 +9,12 @@ since 2007. \S{cl-2.14} Version 2.14 +\b Fixed buffer underflow in float parsing. + +\b Added \c{SGX} (Intel Software Guard Extensions) instructions. + +\b Added \c{+n} syntax for multiple contiguous registers. + \b Fixed \c{subsections_via_symbols} for \c{macho} object format. \b Added the \c{--gprefix}, \c{--gpostfix}, \c{--lprefix}, and |