viuavm-commits
[Top][All Lists]
Advanced

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

[Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2661-g712204


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch devel updated. v0.9.0-2661-g7122045
Date: Mon, 6 Apr 2020 19:59:33 +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, devel has been updated
       via  71220456451ec455c39748299da06d5b0a737088 (commit)
       via  e85303e8ac5e160448489c50019deb0d7de8e739 (commit)
       via  92df7ec591dcea15c316e87e34e8bdc6615c9898 (commit)
      from  0861bbd3afb9143e9041053f36248d7aba490051 (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 71220456451ec455c39748299da06d5b0a737088
Author: Marek Marecki <address@hidden>
Date:   Tue Mar 31 09:59:54 2020 +0200

    Use new string decoding function
    
    The new version is able to decode \ooo (octal) and \xhh (hex) sequences.

commit e85303e8ac5e160448489c50019deb0d7de8e739
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:17:27 2020 +0200

    Add path normalisation functions to std::os module

commit 92df7ec591dcea15c316e87e34e8bdc6615c9898
Author: Marek Marecki <address@hidden>
Date:   Fri Apr 3 09:16:53 2020 +0200

    Add String::make() helper function
    
    This way we do not have to manually spell out that we're making a
    std::unique_ptr<String>.

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

Summary of changes:
 Makefile                       |   1 +
 include/viua/types/string.h    |   2 +
 include/viua/util/string/ops.h |   1 +
 src/process/instr/str.cpp      |   4 +-
 src/stdlib/os.cpp              |  33 ++++++++++++
 src/types/string.cpp           |   5 ++
 src/util/string/ops.cpp        | 112 +++++++++++++++++++++++++++++++++++++----
 7 files changed, 145 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Viua VM



reply via email to

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