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

Felix A. Croes dworkin-sf at users.sourceforge.net
Mon Jan 24 20:55:13 CET 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  d4809e14dfff802d446d9bc147e5d72f6a2686bd (commit)
       via  f01e36bfc96a502214753d5a342fc38f66e513b1 (commit)
       via  844d220312c97e338aa17f6b31ec7258ad63392c (commit)
       via  81b5c224cf00add0610d4e6b8ee6555631349249 (commit)
       via  dcee363e2f1ab71d49445eb3ebbdabbf7c04fc31 (commit)
       via  a7a2601b72f0ef8b02c7a2272a7a0f0c48921bc0 (commit)
       via  d2f225b1a2c0adc638bec969b0597c44e1a0b69c (commit)
       via  e6d28301586506c11be0d55a9577149759715cfb (commit)
       via  181edc11825078ded24bbaa7dee4cdf7b19295e1 (commit)
       via  c47b94067c6e932360c4d9bf64b7206687901162 (commit)
       via  095a6f97c1946cf8ed29905d7185f410a16ee768 (commit)
       via  9558c0d9b59fae160aefeae79407a522221e9921 (commit)
       via  a58ad7521cf0540283a78e8bfe6932ccbf4c2396 (commit)
      from  c73b4d8929aa58334e66619fabafb502896bbcb0 (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 d4809e14dfff802d446d9bc147e5d72f6a2686bd
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 24 20:53:39 2011 +0100

    Update Changelog and copyright notices.

commit f01e36bfc96a502214753d5a342fc38f66e513b1
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 24 20:16:35 2011 +0100

    unsigned char => char
    
    Signed-off-by: Felix A. Croes <felix at dworkin.nl>

commit 844d220312c97e338aa17f6b31ec7258ad63392c
Merge: 81b5c224cf00add0610d4e6b8ee6555631349249 dcee363e2f1ab71d49445eb3ebbdabbf7c04fc31
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 24 20:09:38 2011 +0100

    Merge branch 'jit'

commit 81b5c224cf00add0610d4e6b8ee6555631349249
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 24 19:26:59 2011 +0100

    Add float- and string-specific builtin kfuns.
    
    Signed-off-by: Felix A. Croes <felix at dworkin.nl>

commit dcee363e2f1ab71d49445eb3ebbdabbf7c04fc31
Merge: a7a2601b72f0ef8b02c7a2272a7a0f0c48921bc0 59646dae6044bf4bedb005ef24a5941ba13228f4
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sun Oct 3 20:58:50 2010 +0000

    Resync branches with trunk.

commit a7a2601b72f0ef8b02c7a2272a7a0f0c48921bc0
Merge: d2f225b1a2c0adc638bec969b0597c44e1a0b69c 270573ae0fc29210a17632eaa89dfe5a312c1c1c
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sat Sep 25 16:43:33 2010 +0000

    Fix xpatch and branch syncs from trunk.

commit d2f225b1a2c0adc638bec969b0597c44e1a0b69c
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sat Sep 25 15:39:59 2010 +0000

    Clean up svn:mergeinfo property all over.

commit e6d28301586506c11be0d55a9577149759715cfb
Merge: 181edc11825078ded24bbaa7dee4cdf7b19295e1 c6e64c98e1abe6442362e2e996b462c196b15f40
Author: Bart van Leeuwen <aidil at wotf.org>
Date:   Mon May 3 21:09:52 2010 +0000

    Resynced jit, net and xpatch branches with trunk

commit 181edc11825078ded24bbaa7dee4cdf7b19295e1
Merge: c47b94067c6e932360c4d9bf64b7206687901162 96992d07cce82356e11670798e716382f85065a3
Author: Bart van Leeuwen <aidil at wotf.org>
Date:   Mon Apr 5 15:36:46 2010 +0000

    resynced closures, net, jit and xpatch branches to trunk

commit c47b94067c6e932360c4d9bf64b7206687901162
Author: Carter Cheng <cartercheng at gmail.com>
Date:   Sun Apr 4 13:43:51 2010 +0000

    ok used trunk as reference source instead of baseline hopefully this fixes the rollback problem for builtin.c

commit 095a6f97c1946cf8ed29905d7185f410a16ee768
Author: Carter Cheng <cartercheng at gmail.com>
Date:   Sun Apr 4 13:21:57 2010 +0000

    fixed bug in N_ADD_FLOAT N_SUB_FLOAT. fixed partial rollback in builtin.c

commit 9558c0d9b59fae160aefeae79407a522221e9921
Author: Carter Cheng <cartercheng at gmail.com>
Date:   Sun Apr 4 12:18:27 2010 +0000

    added opcodes for floats

commit a58ad7521cf0540283a78e8bfe6932ccbf4c2396
Author: Bart van Leeuwen <aidil at wotf.org>
Date:   Sun Apr 4 11:57:15 2010 +0000

    Created 'jit' branch

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

Summary of changes:
 Changelog           |    7 +
 src/comp/codegeni.c |  151 ++++++++++++-
 src/comp/node.h     |  229 ++++++++++--------
 src/comp/parser.y   |   24 ++
 src/kfun/builtin.c  |  664 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/kfun/table.h    |   32 +++-
 6 files changed, 992 insertions(+), 115 deletions(-)


hooks/post-receive
-- 
DGD



More information about the DGD mailing list