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/c2b71ff7/create-and-enforce-


From: git
Subject: [Viuavm-commits] [SCM] Viua VM branch issue/c2b71ff7/create-and-enforce-a-consistent-coding-style updated. v0.9.0-1247-g9b02a67
Date: Fri, 16 Mar 2018 19:41:48 +0100 (CET)

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/c2b71ff7/create-and-enforce-a-consistent-coding-style has 
been updated
       via  9b02a6703c9ff3a9db5a480a25c179d3fc2a166b (commit)
       via  e1a03247ae8c70c0c0bb738b7e9bc4178113faa3 (commit)
       via  6d1b033d7060087b97c70d984ea5244a604d0d9b (commit)
       via  5d212970219ae9dc5f167c955928f0ca2c2e4efd (commit)
       via  9c308d59f446750d4fd5ab6a68a9310d0223f93c (commit)
       via  803de217db789501852b6d517608e79dc2e7c7e3 (commit)
       via  c6b1a4dda2ad1b071a730713d0a91346c40e8dcd (commit)
       via  55d44fc2f9c7dae6caff21bd07f3d115465d1322 (commit)
       via  e40f1748928dfd29884418a3b56dbe4f47897508 (commit)
       via  cfd7c985dce855f04e3b6a617f1b592322d6331b (commit)
       via  717eb0ddf9b3ee99abe1ff09e16929319dbdddb8 (commit)
       via  9e527c5285d9215a30cc57745c09f2c786cb53f0 (commit)
       via  693200b1bc5493867af63b9cc8762d939c0729c7 (commit)
       via  da8b849e6c7ad5758a398b1eb2541b211ae46748 (commit)
       via  7da284c1bed363538bf70d5a6cf66284eb5f362d (commit)
       via  04cf50fda81f8a9bd6fdfba7a4d076b1ae22b4e7 (commit)
       via  6aebbd779b2ac99eff3ca52f0ba76a88aa2feb03 (commit)
       via  fc4bb26e0d49f30e9d445bfdd82d9c16b48ae88b (commit)
       via  b55e8e3d09c40152af1226f18a27ac607d3b9e27 (commit)
       via  c814d4f0eec29706a6d982bed2ce3335ddbbb8d8 (commit)
       via  6d0b8854a6f68d2b3b9582e6ac9367a6c2af3673 (commit)
       via  a5d922503ad8e8a8939bad5b53866e1385ea5427 (commit)
       via  0c5c9bcc241cc0765f270648fe6dfffe68cf0aba (commit)
       via  cd4095f0a7df48577eb07668df52a471a4dd47f6 (commit)
       via  4dfee643b13d03477f63b8bdc86c937081a8a360 (commit)
       via  d577890a4524e9ec488051af25aa8aeb27c005d5 (commit)
       via  8f7a8b2da8fde7f12d7f98fea685b36820686181 (commit)
       via  254b2568abbc8b7d617d878a5e1b71d7406a85d3 (commit)
       via  5df5773bc9d92dee206a812a6e0ec2c9ffce9e1c (commit)
       via  341536bd37f3ba795c3d67bc9dbe873ef6530764 (commit)
       via  3cd7bf01deadbdb52ad2d7236301195d0e21bdd1 (commit)
       via  db565c2713af5f8486234cafbb251b0662745175 (commit)
       via  cc385d409152dd94e9b17e25f621996fd5d251ed (commit)
       via  0882cc7c68256ed82252585e9aa5855217f3dd94 (commit)
       via  8c544b76ab94740d0ff06ce4ef62234091ccf499 (commit)
       via  be0200cc12f8fdda2818b58e1ef79860e14d3eed (commit)
       via  1fde679e8ba04e6742591cf3d06487b531d178ea (commit)
       via  23fa76bb8d1236b99d207e28f8ed9a36870280a2 (commit)
      from  de7ae12911ab0f4f47317e1ab090dbe95d7eaaa8 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 docs/man-pages/man1/viua-asm.1.txt            | 148 ------------
 docs/manual/introduction                      |  18 --
 docs/manual/opcodes/tailcall/description      |   4 +
 docs/manual/opcodes/{call => tailcall}/groups |   0
 docs/manual/opcodes/tailcall/syntax           |   1 +
 docs/manual/opcodes/throw/description         |   7 +
 docs/manual/opcodes/{draw => throw}/groups    |   0
 docs/manual/opcodes/throw/syntax              |   1 +
 docs/manual/sections/introduction/text        | 334 ++++++++++++++++++++++++++
 docs/manual/sections/introduction/title       |   1 +
 docs/manual/sections/register_access/text     | 197 ---------------
 docs/manual/sections/register_access/title    |   1 -
 docs/manual/sections/the_environment/text     |  58 +++--
 docs/manual/view.py                           | 104 ++++----
 include/viua/version.h                        |   2 +-
 15 files changed, 450 insertions(+), 426 deletions(-)
 delete mode 100644 docs/man-pages/man1/viua-asm.1.txt
 delete mode 100644 docs/manual/introduction
 create mode 100644 docs/manual/opcodes/tailcall/description
 copy docs/manual/opcodes/{call => tailcall}/groups (100%)
 create mode 100644 docs/manual/opcodes/tailcall/syntax
 create mode 100644 docs/manual/opcodes/throw/description
 copy docs/manual/opcodes/{draw => throw}/groups (100%)
 create mode 100644 docs/manual/opcodes/throw/syntax
 create mode 100644 docs/manual/sections/introduction/text
 create mode 100644 docs/manual/sections/introduction/title
 delete mode 100644 docs/manual/sections/register_access/text
 delete mode 100644 docs/manual/sections/register_access/title


hooks/post-receive
-- 
Viua VM



reply via email to

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