[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] MIG branch, master, updated. v1.6-5-g7f10b4e
From: |
Samuel Thibault |
Subject: |
[SCM] MIG branch, master, updated. v1.6-5-g7f10b4e |
Date: |
Sat, 19 Mar 2016 23:21:06 +0000 |
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 "MIG".
The branch, master has been updated
via 7f10b4ed6a557b7a1fd1083939156a3dcf8b377e (commit)
via 90963b533e0e8c1dccfcf79afe55d6b0a9c55d79 (commit)
from 8023ec242f1442159ba68d793447b9b3dc8db0aa (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 7f10b4ed6a557b7a1fd1083939156a3dcf8b377e
Author: Flavio Cruz <address@hidden>
Date: Tue Mar 15 05:31:41 2016 -0400
Remove functions, procedures and simple procedures.
This has been tested by cross-compiling a base Hurd system to make sure
these kinds of routines are no longer used.
* lexxer.l: Remove tokens.
* parser.y: Remove token types and production rules.
* routine.c: Remove rtMakeProcedure, rtMakeSimpleProcedure,
rtMakeFunction.
* routine.h: Remove enum values rkSimpleProcedure, rkProcedure,
rkFunction. Remove dead fields from struct routine.
* user.c: Simplify and remove dead code.
commit 90963b533e0e8c1dccfcf79afe55d6b0a9c55d79
Author: Flavio Cruz <address@hidden>
Date: Tue Mar 15 05:06:12 2016 -0400
Simpler lexer regexps of case insensitive keywords.
* lexxer.l: Use (?i) for matching case insensitive keywords.
* README: Fix typo.
-----------------------------------------------------------------------
Summary of changes:
README | 2 +-
lexxer.l | 97 +++++++++++++++++++++++++++++-------------------------------
parser.y | 19 ------------
routine.c | 85 ++++-------------------------------------------------
routine.h | 22 ++-----------
user.c | 32 +++++---------------
6 files changed, 66 insertions(+), 191 deletions(-)
hooks/post-receive
--
MIG
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] MIG branch, master, updated. v1.6-5-g7f10b4e,
Samuel Thibault <=