viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instr


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue-6329ca01-implement-i-o-instructions updated. v0.9.0-2546-ga44c5a4
Date: Wed, 18 Sep 2019 20:25:37 +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, issue-6329ca01-implement-i-o-instructions has been updated
       via  a44c5a43b2a2f13b90f48cf1f599fdc3ff5ed428 (commit)
       via  a218e611189610a37823fa159cb29296c06faac4 (commit)
       via  b635ac4ba7d3051cda3b7e657973b5c970c48d5f (commit)
       via  72d6fc265019697e32314ac8e2ba371abb0ac22e (commit)
      from  be9797950e8855d19313cfe21e68e63a690b764b (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 a44c5a43b2a2f13b90f48cf1f599fdc3ff5ed428
Author: Marek Marecki <address@hidden>
Date:   Wed Sep 18 20:24:26 2019 +0200

    Remove useless print

commit a218e611189610a37823fa159cb29296c06faac4
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 14 18:07:00 2019 +0200

    Fix crash when void was used as target of io_wait instruction
    
    The VM would crash on null pointer dereference.

commit b635ac4ba7d3051cda3b7e657973b5c970c48d5f
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 14 18:06:31 2019 +0200

    Update the "Hello World!" example in README
    
    It was using the print instruction but we have something better now.

commit 72d6fc265019697e32314ac8e2ba371abb0ac22e
Author: Marek Marecki <address@hidden>
Date:   Sat Sep 14 17:30:28 2019 +0200

    Implement io_close instruction

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

Summary of changes:
 README.asm               | 43 +++++++++++++++++++++++++------------------
 README.markdown          | 45 ++++++++++-----------------------------------
 include/viua/types/io.h  |  3 +++
 net_server.asm           |  3 ---
 src/process/instr/io.cpp | 12 ++++++++++--
 src/types/io.cpp         |  9 ++++++---
 6 files changed, 54 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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