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-2527-g9db35b0
Date: Fri, 30 Aug 2019 17:06:36 +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  9db35b003cbf5efd2b0f617074aeb3ab25c03382 (commit)
       via  a58155761160ba6e2a48eaa3a5aeb188ccac96cb (commit)
       via  f5441fa5a602ae63760629e9ca5c4859436d3777 (commit)
       via  cf99a5bdee0b066ed3f1d513f18521dd3fa27a22 (commit)
      from  88cc36746afb8b506b5f4f9b3cc73cd1641bd13a (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 9db35b003cbf5efd2b0f617074aeb3ab25c03382
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 30 17:04:45 2019 +0200

    Use std::posix::io::open/1 in I/O example
    
    The file descriptor is leaked. I/O open should return IO_fd port instead
    of a bare integer.

commit a58155761160ba6e2a48eaa3a5aeb188ccac96cb
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 30 17:03:36 2019 +0200

    Add a module with POSIX I/O functions
    
    This should implement and expose not only functions, but also ports to
    be used by the I/O instructions.

commit f5441fa5a602ae63760629e9ca5c4859436d3777
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 30 17:01:25 2019 +0200

    Update copyright notice

commit cf99a5bdee0b066ed3f1d513f18521dd3fa27a22
Author: Marek Marecki <address@hidden>
Date:   Fri Aug 30 16:50:24 2019 +0200

    Read from supplied file descriptor instead of stdin
    
    Hardcoded value was useful to make testing easy, but now it's time to
    move beyond that.

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

Summary of changes:
 Makefile                                    |  2 ++
 io.asm                                      | 24 ++++++++++-----
 src/stdlib/{typesystem.cpp => posix/io.cpp} | 48 ++++++++++++++---------------
 src/stdlib/posix/network.cpp                |  2 +-
 4 files changed, 44 insertions(+), 32 deletions(-)
 copy src/stdlib/{typesystem.cpp => posix/io.cpp} (54%)


hooks/post-receive
-- 
Viua VM



reply via email to

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