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

Felix A. Croes dworkin-sf at users.sourceforge.net
Sun Sep 16 13:04:18 CEST 2012


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  dbebd8d388cf8b7c437963b34e50ab46ed8f5106 (commit)
       via  020546d695f81e1e755e6d9f52201df793e71d32 (commit)
      from  06df3ffd637533a50e50ff14b36f5c8239839563 (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 dbebd8d388cf8b7c437963b34e50ab46ed8f5106
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sun Sep 16 11:52:52 2012 +0200

    Reflect the move to Github.

commit 020546d695f81e1e755e6d9f52201df793e71d32
Author: Felix A. Croes <felix at dworkin.nl>
Date:   Sun Sep 16 11:08:42 2012 +0200

    Switch submodule lpc-doc to github.

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

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


hooks/post-receive
-- 
DGD



More information about the DGD mailing list