[DGD] [SCM] DGD branch, master, updated. a86becac7135f4fc0d7ce65e35d876d78f379bae

Felix A. Croes dworkin-sf at users.sourceforge.net
Wed Jun 22 16:14:48 CEST 2011


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 "DGD".

The branch, master has been updated
       via  a86becac7135f4fc0d7ce65e35d876d78f379bae (commit)
       via  4d43a0e3c6fd942be390cf359ab2a4bfc9392111 (commit)
       via  9c512e61eedf7cf9f88444cbeefbe633e1eb28a6 (commit)
       via  7b540e79277edc77dbf7ad3d600b84a112edf408 (commit)
       via  67fc01174a6f3a5f25e643229af92c08ae9c5d4e (commit)
       via  5b0cb2e2b975ab61963145156312f85d1565f9d4 (commit)
       via  7b946720cec3746657305d6f0cb308d2c5cb140c (commit)
       via  763f1e4b921017a6906c1ccb27525dff9c289d1a (commit)
       via  bccb31ef85bdf518c9d5bd2a31242aff8da0212f (commit)
       via  4f4c4069107128164e5225b45558d414bfbc425d (commit)
       via  3931f177ec95e6f65944156d5ae75f2dc42b5917 (commit)
       via  660615ac5e2f6f46788f157120a3d5c3aefcdecb (commit)
       via  032bbd9fffb219f1388d0122fc2fab87d4277217 (commit)
       via  f697867b4fc7422117e9e7aff97a63a7b3eeb3d1 (commit)
      from  d6f140936c4ca7c1452c994a527b8ba87b50804f (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 a86becac7135f4fc0d7ce65e35d876d78f379bae
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Wed Jun 22 16:13:21 2011 +0200

    Document function pointers in Changelog.

commit 4d43a0e3c6fd942be390cf359ab2a4bfc9392111
Merge: d6f140936c4ca7c1452c994a527b8ba87b50804f 9c512e61eedf7cf9f88444cbeefbe633e1eb28a6
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Wed Jun 22 15:57:52 2011 +0200

    Merge branch 'functionp'

commit 9c512e61eedf7cf9f88444cbeefbe633e1eb28a6
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Wed Jun 22 15:57:35 2011 +0200

    Tidy up.

commit 7b540e79277edc77dbf7ad3d600b84a112edf408
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 15:19:28 2011 +0200

    Allow &(*funcptr)().

commit 67fc01174a6f3a5f25e643229af92c08ae9c5d4e
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 14:33:36 2011 +0200

    Improve typechecking at compile time.

commit 5b0cb2e2b975ab61963145156312f85d1565f9d4
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 13:26:24 2011 +0200

    Improve comments and handling of destructed objects.

commit 7b946720cec3746657305d6f0cb308d2c5cb140c
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 02:37:33 2011 +0200

    Get function pointers to work in light-weight objects, too.

commit 763f1e4b921017a6906c1ccb27525dff9c289d1a
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 02:07:50 2011 +0200

    FUNCTIONP => CLOSURES
    
    Also, update copyrights.

commit bccb31ef85bdf518c9d5bd2a31242aff8da0212f
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 01:59:51 2011 +0200

    Bugfix in type generated for function keyword.

commit 4f4c4069107128164e5225b45558d414bfbc425d
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Tue Jun 21 00:49:06 2011 +0200

    Fix bugs and add better typechecking.

commit 3931f177ec95e6f65944156d5ae75f2dc42b5917
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jun 20 23:36:09 2011 +0200

    Add '&', '*' and 'function' to the compiler.

commit 660615ac5e2f6f46788f157120a3d5c3aefcdecb
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jun 20 22:30:19 2011 +0200

    Add 'function' as a builtin type.

commit 032bbd9fffb219f1388d0122fc2fab87d4277217
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jun 20 16:33:09 2011 +0200

    Add support for a 'function' keyword to the lexical scanner.

commit f697867b4fc7422117e9e7aff97a63a7b3eeb3d1
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jun 20 16:17:13 2011 +0200

    Create 'functionp' branch.

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

Summary of changes:
 Changelog           |   16 +++++
 src/Makefile        |    2 +-
 src/comp/compile.c  |   95 ++++++++++++++++++++++++++-
 src/comp/compile.h  |    5 +-
 src/comp/parser.y   |   18 ++++-
 src/kfun/std.c      |  178 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lex/ppcontrol.c |   30 ++++++---
 src/object.c        |    5 ++
 src/object.h        |    7 ++-
 9 files changed, 335 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
DGD



More information about the DGD mailing list