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-1029


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch text-and-utf8 updated. v0.8.4-1029-g700c23c
Date: Sun, 9 Apr 2017 13:50:38 +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  700c23c2b0676953adb5c7dd30aef3a6b1961b87 (commit)
       via  2721d76749b67c75a561063e40e99e4842d7a470 (commit)
      from  7296b8446e577e9e7135cde5d09ab44112e333ba (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 700c23c2b0676953adb5c7dd30aef3a6b1961b87
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 9 13:57:51 2017 +0200

    Implement TEXTLENGTH instruction

commit 2721d76749b67c75a561063e40e99e4842d7a470
Author: Marek Marecki <address@hidden>
Date:   Sun Apr 9 13:57:17 2017 +0200

    Add missing frontend for TEXTLENGTH

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

Summary of changes:
 include/viua/process.h                         |  1 +
 include/viua/types/text.h                      |  1 +
 sample/asm/text/{textat.asm => textlength.asm} | 12 +++++-------
 src/front/asm/assemble_instruction.cpp         |  8 ++++++++
 src/process/dispatch.cpp                       |  3 +++
 src/process/instr/text.cpp                     | 13 +++++++++++++
 src/types/text.cpp                             |  4 ++++
 tests/tests.py                                 |  3 +++
 8 files changed, 38 insertions(+), 7 deletions(-)
 copy sample/asm/text/{textat.asm => textlength.asm} (80%)


hooks/post-receive
-- 
Viua VM



reply via email to

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