viuavm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-974-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-974-g2985215
Date: Tue, 4 Apr 2017 20:28:52 +0200 (CEST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Viua VM".

The branch, text-and-utf8 has been updated
       via  2985215117a91a227a6511c0d04adb35cdadb481 (commit)
       via  3156d0e149f3fff31bde15986e8b4294391c6655 (commit)
       via  f3ad97d3d310088735acb3ce6e2aeaefe376dc3f (commit)
       via  937cc4dd61e46b5a63ba518837760d9e4f926f58 (commit)
       via  0ebc21dc6a86eeee9a91b27f75a6f0065f6ad00e (commit)
       via  8ac20ae6c5c07a06e768f0a37c9d9d4ba302bd75 (commit)
       via  4f893c7d370a2a1304b78b276bebde271ee431b0 (commit)
       via  b50a515e2e07f74689fd312b39a0ad1472431dae (commit)
       via  6d549612c56a067c4fd7bfc441b1f36b1bfab522 (commit)
       via  4762066af10d5b9fbe0ca4e871fa607fb311d3f9 (commit)
       via  1e131c7ac1e3e43e228389c25514898f70f8ea2d (commit)
       via  27275fe7ebf0538233980c614b1cc6c70dee20a7 (commit)
       via  0ce7cc2d4235f7ef286f5b02a8a5fe9ff9bd9546 (commit)
       via  21a9e309cea3e838d81cec2a2f3ddc7e5612c5aa (commit)
       via  7dcf5d91512602a9d5e27cae521da7d8a5bfe1d1 (commit)
      from  525c2a944c1bec3e911fd68b79483f3968f622f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2985215117a91a227a6511c0d04adb35cdadb481
Merge: 525c2a9 3156d0e
Author: Marek Marecki <address@hidden>
Date:   Tue Apr 4 20:24:42 2017 +0200

    Merge branch 'devel' into text-and-utf8

commit 3156d0e149f3fff31bde15986e8b4294391c6655
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 2 20:59:26 2017 +0200

    Fix prevent Pointer::authenticate() from marking invalid pointers as safe

-----------------------------------------------------------------------

Summary of changes:
 Changelog.markdown                  |  4 ++++
 include/viua/bytecode/maps.h        |  3 ---
 include/viua/bytecode/opcodes.h     |  3 +--
 include/viua/process.h              |  1 -
 include/viua/types/pointer.h        | 23 +++++++++++++++--------
 include/viua/types/reference.h      |  1 +
 include/viua/types/type.h           |  6 +++++-
 sample/asm/pointers/hello_world.asm |  2 +-
 sample/asm/pointers/if.asm          |  8 ++++----
 src/bytecode/decoder/operands.cpp   | 10 ++++++++--
 src/cg/lex.cpp                      |  2 ++
 src/front/dis.cpp                   |  8 ++++----
 src/process/instr/object.cpp        |  2 +-
 src/process/instr/registers.cpp     |  2 +-
 src/process/instr/vector.cpp        |  2 +-
 src/stdlib/io.cpp                   |  4 ++--
 src/types/pointer.cpp               | 21 +++++++++++++++++----
 src/types/reference.cpp             |  1 -
 src/types/string.cpp                |  8 ++++----
 src/types/type.cpp                  |  4 ++--
 20 files changed, 73 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]