[DGD] [SCM] DGD branch, master, updated. 92df74db75ef66d82225393cbc58abb6200e1285

Felix A. Croes dworkin-sf at users.sourceforge.net
Mon Jan 3 12:26:19 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  92df74db75ef66d82225393cbc58abb6200e1285 (commit)
       via  d62acd3c554228e7d66cb7b6a83ce1a676106dff (commit)
      from  e8d108bd1997109e2b49d7c66866756089b91f10 (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 92df74db75ef66d82225393cbc58abb6200e1285
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 3 12:24:42 2011 +0100

    Update Changelog.

commit d62acd3c554228e7d66cb7b6a83ce1a676106dff
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Mon Jan 3 12:20:34 2011 +0100

    Add an explicit copyright statement for changes made since OSR.

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

Summary of changes:
 Changelog                |    8 ++++++++
 src/Makefile             |    1 +
 src/alloc.c              |    1 +
 src/alloc.h              |    1 +
 src/array.c              |    1 +
 src/array.h              |    1 +
 src/asn.h                |    1 +
 src/call_out.c           |    1 +
 src/call_out.h           |    1 +
 src/comm.c               |    1 +
 src/comm.h               |    1 +
 src/comp/Makefile        |    1 +
 src/comp/codegen.h       |    1 +
 src/comp/codegenc.c      |    1 +
 src/comp/codegeni.c      |    1 +
 src/comp/comp.c          |    1 +
 src/comp/comp.h          |    1 +
 src/comp/compile.c       |    1 +
 src/comp/compile.h       |    1 +
 src/comp/control.c       |    1 +
 src/comp/control.h       |    1 +
 src/comp/csupport.c      |    1 +
 src/comp/csupport.h      |    1 +
 src/comp/node.c          |    1 +
 src/comp/node.h          |    1 +
 src/comp/optimize.c      |    1 +
 src/comp/optimize.h      |    1 +
 src/comp/parser.y        |    1 +
 src/config.c             |    1 +
 src/config.h             |    1 +
 src/data.c               |    1 +
 src/data.h               |    1 +
 src/dgd.c                |    1 +
 src/dgd.h                |    1 +
 src/ed/Makefile          |    1 +
 src/ed/buffer.c          |    1 +
 src/ed/buffer.h          |    1 +
 src/ed/cmdsub.c          |    1 +
 src/ed/ed.h              |    1 +
 src/ed/edcmd.c           |    1 +
 src/ed/edcmd.h           |    1 +
 src/ed/fileio.c          |    1 +
 src/ed/fileio.h          |    1 +
 src/ed/line.c            |    1 +
 src/ed/line.h            |    1 +
 src/ed/regexp.c          |    1 +
 src/ed/regexp.h          |    1 +
 src/ed/vars.c            |    1 +
 src/ed/vars.h            |    1 +
 src/editor.c             |    1 +
 src/editor.h             |    1 +
 src/error.c              |    1 +
 src/error.h              |    1 +
 src/ext.c                |    1 +
 src/hash.c               |    1 +
 src/hash.h               |    1 +
 src/host.h               |    1 +
 src/host/Makefile        |    1 +
 src/host/Makefile.bsd    |    1 +
 src/host/Makefile.sysv   |    1 +
 src/host/asn.c           |    1 +
 src/host/crypt.c         |    1 +
 src/host/simfloat.c      |    1 +
 src/host/telnet.h        |    1 +
 src/host/unix/connect.c  |    1 +
 src/host/unix/direct.c   |    1 +
 src/host/unix/dirent.c   |    1 +
 src/host/unix/dload.c    |    1 +
 src/host/unix/local.c    |    1 +
 src/host/unix/lrand48.c  |    1 +
 src/host/unix/random.c   |    1 +
 src/host/unix/time.c     |    1 +
 src/host/win32/connect.c |    1 +
 src/host/win32/dload.c   |    1 +
 src/host/win32/dosfile.c |    1 +
 src/host/win32/local.c   |    1 +
 src/host/win32/time.c    |    1 +
 src/host/win32/windgd.c  |    1 +
 src/interpret.c          |    1 +
 src/interpret.h          |    1 +
 src/kfun/Makefile        |    1 +
 src/kfun/builtin.c       |    1 +
 src/kfun/debug.c         |    1 +
 src/kfun/extra.c         |    1 +
 src/kfun/file.c          |    1 +
 src/kfun/kfun.h          |    1 +
 src/kfun/math.c          |    1 +
 src/kfun/std.c           |    1 +
 src/kfun/table.c         |    1 +
 src/kfun/table.h         |    1 +
 src/lex/Makefile         |    1 +
 src/lex/lex.h            |    1 +
 src/lex/macro.c          |    1 +
 src/lex/macro.h          |    1 +
 src/lex/ppcontrol.c      |    1 +
 src/lex/ppcontrol.h      |    1 +
 src/lex/ppstr.c          |    1 +
 src/lex/ppstr.h          |    1 +
 src/lex/special.c        |    1 +
 src/lex/special.h        |    1 +
 src/lex/token.c          |    1 +
 src/lex/token.h          |    1 +
 src/lpc/Makefile         |    1 +
 src/lpc/list             |    1 +
 src/lpc/lpc.c            |    1 +
 src/lpc/lpc_ext.h        |    1 +
 src/object.c             |    1 +
 src/object.h             |    1 +
 src/parser/Makefile      |    1 +
 src/parser/dfa.c         |    1 +
 src/parser/dfa.h         |    1 +
 src/parser/grammar.c     |    1 +
 src/parser/grammar.h     |    1 +
 src/parser/parse.c       |    1 +
 src/parser/parse.h       |    1 +
 src/parser/srp.c         |    1 +
 src/parser/srp.h         |    1 +
 src/path.c               |    1 +
 src/path.h               |    1 +
 src/sdata.c              |    1 +
 src/str.c                |    1 +
 src/str.h                |    1 +
 src/swap.c               |    1 +
 src/swap.h               |    1 +
 src/version.h            |    1 +
 src/xfloat.h             |    1 +
 126 files changed, 133 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DGD



More information about the DGD mailing list