pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-EV



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Dec  2 15:47:42 UTC 2010

Modified Files:
        pkgsrc/devel/p5-EV: Makefile distinfo

Log Message:
Update to 4.00:

4.00 Mon Oct 25 13:30:09 CEST 2010
        - many API changes, see the manual.
        - (libev) lots and lots of bugfixes, see the ev documentation.
        - fix a bug where inotify usage would parse the same event
          multiple times, causing various forms of breakage.
        - greatly reduce stack usage for inotify (8kb to <0.5kb).
        - expose ev_depth and ev_verify via the XS API.
        - implement ev_cleanup watchers.
        - (libev) ev_embed_stop did not correctly stop the watcher.
        - (libev) disable poll backend on AIX.
        - (libev) rename EV_TIMEOUT to EV_TIMER.
        - (libev) add section on accept() problems to the manpage.
        - (libev) no child watchers on win32.
        - make code more aliasing compliant, in case perl is ever
          translated to C.
        - document the EV::CHECK runtime unavailability.
        - ported to minix 3.1.7.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-EV/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-EV/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index