[Pkg-haskell-commits] r897 - in /packages/c2hs/branches/upstream/current: ./ c2hs/c/ c2hs/tests/ c2hs/toplevel/ dist/ dist/build/ dist/build/c2hs/ dist/build/c2hs/c2hs-tmp/ doc/ doc/man1/ doc/users_guide/

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Sun Jan 6 22:11:31 UTC 2008


Author: arjan
Date: Sun Jan  6 22:11:30 2008
New Revision: 897

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=897
Log:
[svn-upgrade] Integrating new upstream version, c2hs (0.15.1)

Added:
    packages/c2hs/branches/upstream/current/AUTHORS
    packages/c2hs/branches/upstream/current/INSTALL
    packages/c2hs/branches/upstream/current/README
    packages/c2hs/branches/upstream/current/README.CTKlight
    packages/c2hs/branches/upstream/current/c2hs/c/CLexer.hs
    packages/c2hs/branches/upstream/current/c2hs/c/CParser.hs
    packages/c2hs/branches/upstream/current/c2hs/tests/
    packages/c2hs/branches/upstream/current/c2hs/tests/Calls.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Calls.hs
    packages/c2hs/branches/upstream/current/c2hs/tests/Cpp.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Enums.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Makefile
    packages/c2hs/branches/upstream/current/c2hs/tests/Marsh.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Pointer.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Simple.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/Structs.chs
    packages/c2hs/branches/upstream/current/c2hs/tests/calls.h
    packages/c2hs/branches/upstream/current/c2hs/tests/cpp.h
    packages/c2hs/branches/upstream/current/c2hs/tests/enums.c
    packages/c2hs/branches/upstream/current/c2hs/tests/enums.h
    packages/c2hs/branches/upstream/current/c2hs/tests/marsh.h
    packages/c2hs/branches/upstream/current/c2hs/tests/pointer.c
    packages/c2hs/branches/upstream/current/c2hs/tests/pointer.h
    packages/c2hs/branches/upstream/current/c2hs/tests/simple.c
    packages/c2hs/branches/upstream/current/c2hs/tests/simple.h
    packages/c2hs/branches/upstream/current/c2hs/tests/structs.c
    packages/c2hs/branches/upstream/current/c2hs/tests/structs.h
    packages/c2hs/branches/upstream/current/dist/
    packages/c2hs/branches/upstream/current/dist/build/
    packages/c2hs/branches/upstream/current/dist/build/c2hs/
    packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/
    packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CLexer.hs
    packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CParser.hs
    packages/c2hs/branches/upstream/current/doc/
    packages/c2hs/branches/upstream/current/doc/Makefile
    packages/c2hs/branches/upstream/current/doc/c2hs.xml
    packages/c2hs/branches/upstream/current/doc/man1/
    packages/c2hs/branches/upstream/current/doc/man1/c2hs.1
    packages/c2hs/branches/upstream/current/doc/users_guide/
    packages/c2hs/branches/upstream/current/doc/users_guide/bugs.html
    packages/c2hs/branches/upstream/current/doc/users_guide/copyright.html
    packages/c2hs/branches/upstream/current/doc/users_guide/fptools.css
    packages/c2hs/branches/upstream/current/doc/users_guide/gfdl.html
    packages/c2hs/branches/upstream/current/doc/users_guide/implementing.html
    packages/c2hs/branches/upstream/current/doc/users_guide/index.html
    packages/c2hs/branches/upstream/current/doc/users_guide/release-notes.html
    packages/c2hs/branches/upstream/current/doc/users_guide/usage.html
Removed:
    packages/c2hs/branches/upstream/current/CLexer.hs
    packages/c2hs/branches/upstream/current/CParser.hs
Modified:
    packages/c2hs/branches/upstream/current/c2hs.cabal
    packages/c2hs/branches/upstream/current/c2hs/c/CPretty.hs
    packages/c2hs/branches/upstream/current/c2hs/toplevel/C2HSConfig.hs

[This mail would be too long, it was shortened to contain the URLs only.]

Added: packages/c2hs/branches/upstream/current/AUTHORS
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/AUTHORS?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/INSTALL
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/INSTALL?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/README?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/README.CTKlight
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/README.CTKlight?rev=897&op=file

Modified: packages/c2hs/branches/upstream/current/c2hs.cabal
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs.cabal?rev=897&op=diff

Added: packages/c2hs/branches/upstream/current/c2hs/c/CLexer.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/c/CLexer.hs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/c/CParser.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/c/CParser.hs?rev=897&op=file

Modified: packages/c2hs/branches/upstream/current/c2hs/c/CPretty.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/c/CPretty.hs?rev=897&op=diff

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Calls.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Calls.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Calls.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Calls.hs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Cpp.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Cpp.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Enums.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Enums.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Makefile
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Makefile?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Marsh.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Marsh.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Pointer.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Pointer.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Simple.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Simple.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/Structs.chs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/Structs.chs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/calls.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/calls.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/cpp.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/cpp.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/enums.c
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/enums.c?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/enums.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/enums.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/marsh.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/marsh.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/pointer.c
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/pointer.c?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/pointer.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/pointer.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/simple.c
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/simple.c?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/simple.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/simple.h?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/structs.c
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/structs.c?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/c2hs/tests/structs.h
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/tests/structs.h?rev=897&op=file

Modified: packages/c2hs/branches/upstream/current/c2hs/toplevel/C2HSConfig.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/c2hs/toplevel/C2HSConfig.hs?rev=897&op=diff

Added: packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CLexer.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CLexer.hs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CParser.hs
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/dist/build/c2hs/c2hs-tmp/CParser.hs?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/Makefile
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/Makefile?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/c2hs.xml
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/c2hs.xml?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/man1/c2hs.1
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/man1/c2hs.1?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/bugs.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/bugs.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/copyright.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/copyright.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/fptools.css
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/fptools.css?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/gfdl.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/gfdl.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/implementing.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/implementing.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/index.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/index.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/release-notes.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/release-notes.html?rev=897&op=file

Added: packages/c2hs/branches/upstream/current/doc/users_guide/usage.html
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/c2hs/branches/upstream/current/doc/users_guide/usage.html?rev=897&op=file




More information about the Pkg-haskell-commits mailing list