evdispatch 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. data/History.txt +3 -0
  2. data/Manifest.txt +32 -32
  3. data/ext/revdispatch/extconf.rb +1 -1
  4. data/ext/revdispatch/libdispatch-0.1/Changelog +1 -0
  5. data/ext/revdispatch/libdispatch-0.1/configure +1 -1
  6. data/ext/revdispatch/libdispatch-0.1/configure.ac +1 -1
  7. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/Changes +24 -0
  8. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/Makefile.in +172 -234
  9. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/aclocal.m4 +6449 -6665
  10. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/autogen.sh +1 -2
  11. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/config.guess +3 -3
  12. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/config.h.in +6 -0
  13. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/config.sub +3 -3
  14. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/configure +496 -783
  15. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/configure.ac +1 -1
  16. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev++.h +32 -8
  17. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev.3 +91 -23
  18. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev.c +119 -22
  19. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev.h +59 -37
  20. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev.pod +96 -20
  21. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_poll.c +17 -14
  22. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_vars.h +3 -0
  23. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_wrap.h +2 -0
  24. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/event.c +1 -1
  25. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/libev.m4 +2 -2
  26. data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ltmain.sh +92 -151
  27. data/ext/revdispatch/libdispatch-0.1/src/ev_http.cc +11 -6
  28. data/ext/revdispatch/libdispatch-0.1/test/stress_test.cc +1 -1
  29. data/ext/revdispatch/server.rb +11 -23
  30. data/ext/revdispatch/stest.rb +3 -3
  31. data/lib/evdispatch/version.rb +1 -1
  32. data/website/index.html +1 -1
  33. metadata +35 -35
  34. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/LICENSE +0 -0
  35. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/Makefile.am +0 -0
  36. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/README +0 -0
  37. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_epoll.c +0 -0
  38. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_kqueue.c +0 -0
  39. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_port.c +0 -0
  40. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_select.c +0 -0
  41. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/ev_win32.c +0 -0
  42. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/event.h +0 -0
  43. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/install-sh +0 -0
  44. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/missing +0 -0
  45. /data/ext/revdispatch/libdispatch-0.1/{libev-3.2 → libev-3.31}/mkinstalldirs +0 -0
@@ -1,7 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- aclocal
4
3
  libtoolize --force
5
- automake --add-missing --copy
4
+ automake --add-missing
6
5
  autoreconf
7
6
 
@@ -4,7 +4,7 @@
4
4
  # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
  # Inc.
6
6
 
7
- timestamp='2007-05-17'
7
+ timestamp='2007-07-22'
8
8
 
9
9
  # This file is free software; you can redistribute it and/or modify it
10
10
  # under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
330
330
  sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
331
331
  echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332
332
  exit ;;
333
- i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
333
+ i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334
334
  echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335
335
  exit ;;
336
336
  sun4*:SunOS:6*:*)
@@ -793,7 +793,7 @@ EOF
793
793
  exit ;;
794
794
  *:Interix*:[3456]*)
795
795
  case ${UNAME_MACHINE} in
796
- x86)
796
+ x86)
797
797
  echo i586-pc-interix${UNAME_RELEASE}
798
798
  exit ;;
799
799
  EM64T | authenticamd)
@@ -9,6 +9,9 @@
9
9
  /* Define to 1 if you have the `epoll_ctl' function. */
10
10
  #undef HAVE_EPOLL_CTL
11
11
 
12
+ /* Define to 1 if you have the `eventfd' function. */
13
+ #undef HAVE_EVENTFD
14
+
12
15
  /* Define to 1 if you have the `inotify_init' function. */
13
16
  #undef HAVE_INOTIFY_INIT
14
17
 
@@ -60,6 +63,9 @@
60
63
  /* Define to 1 if you have the <sys/epoll.h> header file. */
61
64
  #undef HAVE_SYS_EPOLL_H
62
65
 
66
+ /* Define to 1 if you have the <sys/eventfd.h> header file. */
67
+ #undef HAVE_SYS_EVENTFD_H
68
+
63
69
  /* Define to 1 if you have the <sys/event.h> header file. */
64
70
  #undef HAVE_SYS_EVENT_H
65
71
 
@@ -4,7 +4,7 @@
4
4
  # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
  # Inc.
6
6
 
7
- timestamp='2007-04-29'
7
+ timestamp='2007-06-28'
8
8
 
9
9
  # This file is (in principle) common to ALL GNU software.
10
10
  # The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@ case $basic_machine in
475
475
  basic_machine=craynv-cray
476
476
  os=-unicosmp
477
477
  ;;
478
- cr16c)
479
- basic_machine=cr16c-unknown
478
+ cr16)
479
+ basic_machine=cr16-unknown
480
480
  os=-elf
481
481
  ;;
482
482
  crds | unos)