r76786 - in /branches/upstream/libcoro-perl/current: ./ Coro/ Coro/libcoro/ EV/ Event/ eg/ t/

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Thu Jun 30 12:28:37 UTC 2011


Author: ghedo-guest
Date: Thu Jun 30 12:28:33 2011
New Revision: 76786

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76786
Log:
[svn-upgrade] new version libcoro-perl (6.000)

Added:
    branches/upstream/libcoro-perl/current/Coro/ecb.h
    branches/upstream/libcoro-perl/current/Coro/jit-amd64-unix.pl   (with props)
    branches/upstream/libcoro-perl/current/Coro/jit-x86-unix.pl   (with props)
    branches/upstream/libcoro-perl/current/t/20_mutual_cancel.t
Modified:
    branches/upstream/libcoro-perl/current/Changes
    branches/upstream/libcoro-perl/current/Coro.pm
    branches/upstream/libcoro-perl/current/Coro/AIO.pm
    branches/upstream/libcoro-perl/current/Coro/AnyEvent.pm
    branches/upstream/libcoro-perl/current/Coro/BDB.pm
    branches/upstream/libcoro-perl/current/Coro/Channel.pm
    branches/upstream/libcoro-perl/current/Coro/CoroAPI.h
    branches/upstream/libcoro-perl/current/Coro/Debug.pm
    branches/upstream/libcoro-perl/current/Coro/Handle.pm
    branches/upstream/libcoro-perl/current/Coro/Intro.pod
    branches/upstream/libcoro-perl/current/Coro/LWP.pm
    branches/upstream/libcoro-perl/current/Coro/MakeMaker.pm
    branches/upstream/libcoro-perl/current/Coro/Makefile.PL
    branches/upstream/libcoro-perl/current/Coro/RWLock.pm
    branches/upstream/libcoro-perl/current/Coro/Select.pm
    branches/upstream/libcoro-perl/current/Coro/Semaphore.pm
    branches/upstream/libcoro-perl/current/Coro/SemaphoreSet.pm
    branches/upstream/libcoro-perl/current/Coro/Signal.pm
    branches/upstream/libcoro-perl/current/Coro/Socket.pm
    branches/upstream/libcoro-perl/current/Coro/Specific.pm
    branches/upstream/libcoro-perl/current/Coro/State.pm
    branches/upstream/libcoro-perl/current/Coro/State.xs
    branches/upstream/libcoro-perl/current/Coro/Storable.pm
    branches/upstream/libcoro-perl/current/Coro/Timer.pm
    branches/upstream/libcoro-perl/current/Coro/Util.pm
    branches/upstream/libcoro-perl/current/Coro/libcoro/coro.c
    branches/upstream/libcoro-perl/current/Coro/libcoro/coro.h
    branches/upstream/libcoro-perl/current/Coro/schmorp.h
    branches/upstream/libcoro-perl/current/Coro/state.h
    branches/upstream/libcoro-perl/current/EV/EV.pm
    branches/upstream/libcoro-perl/current/Event/Event.pm
    branches/upstream/libcoro-perl/current/MANIFEST
    branches/upstream/libcoro-perl/current/META.json
    branches/upstream/libcoro-perl/current/Makefile.PL
    branches/upstream/libcoro-perl/current/README
    branches/upstream/libcoro-perl/current/eg/bench
    branches/upstream/libcoro-perl/current/t/08_join.t

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

Modified: branches/upstream/libcoro-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Changes?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/AIO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/AIO.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/AnyEvent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/AnyEvent.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/BDB.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/BDB.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Channel.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Channel.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/CoroAPI.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/CoroAPI.h?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Debug.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Debug.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Handle.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Handle.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Intro.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Intro.pod?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/LWP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/LWP.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/MakeMaker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/MakeMaker.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Makefile.PL?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/RWLock.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/RWLock.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Select.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Select.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Semaphore.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Semaphore.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/SemaphoreSet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/SemaphoreSet.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Signal.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Signal.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Socket.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Socket.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Specific.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Specific.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/State.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/State.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/State.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/State.xs?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Storable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Storable.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Timer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Timer.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/Util.pm?rev=76786&op=diff

Added: branches/upstream/libcoro-perl/current/Coro/ecb.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/ecb.h?rev=76786&op=file

Added: branches/upstream/libcoro-perl/current/Coro/jit-amd64-unix.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/jit-amd64-unix.pl?rev=76786&op=file

Added: branches/upstream/libcoro-perl/current/Coro/jit-x86-unix.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/jit-x86-unix.pl?rev=76786&op=file

Modified: branches/upstream/libcoro-perl/current/Coro/libcoro/coro.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/libcoro/coro.c?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/libcoro/coro.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/libcoro/coro.h?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/schmorp.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/schmorp.h?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Coro/state.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Coro/state.h?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/EV/EV.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/EV/EV.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Event/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Event/Event.pm?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/MANIFEST?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/META.json?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/Makefile.PL?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/README?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/eg/bench
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/eg/bench?rev=76786&op=diff

Modified: branches/upstream/libcoro-perl/current/t/08_join.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/t/08_join.t?rev=76786&op=diff

Added: branches/upstream/libcoro-perl/current/t/20_mutual_cancel.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcoro-perl/current/t/20_mutual_cancel.t?rev=76786&op=file




More information about the Pkg-perl-cvs-commits mailing list