Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Upgrade v8 to 1.2.10 and libev to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 29, 2009
1 parent e876d66 commit e763efd
Show file tree
Hide file tree
Showing 162 changed files with 54,859 additions and 3,108 deletions.
17 changes: 17 additions & 0 deletions deps/libev/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Revision history for libev, a high-performance and full-featured event loop.

3.6 Tue Apr 28 02:49:30 CEST 2009
- multiple timers becoming ready within an event loop iteration
will be invoked in the "correct" order now.
- do not leave the event loop early just because we have no active
watchers, fixing a problem when embedding a kqueue loop
that has active kernel events but no registered watchers
(reported by blacksand blacksand).
- correctly zero the idx values for arrays, so destroying and
reinitialising the default loop actually works (patch by
Malek Hadj-Ali).
- implement ev_suspend and ev_resume.
- new EV_CUSTOM revents flag for use by applications.
- add documentation section about priorites.
- add a glossary to the dcoumentation.
- extend the ev_fork description slightly.
- optimize a jump out of call_pending.

3.53 Sun Feb 15 02:38:20 CET 2009
- fix a bug in event pipe creation on win32 that would cause a
failed assertion on event loop creation (patch by Malek Hadj-Ali).
Expand Down
Loading

0 comments on commit e763efd

Please sign in to comment.