- expect major portability issues in this release: please test and report.
- converted from the veritable io manager event loop to
the high performance libev (http://software.schmorp.de/pkg/libev).
- - automove-background functionality re-implemented internaly using :root op in pixmap
- geometry string. For example: rxvt -pixmap "image.jpg;:root"
+ - fix memory leak in pixmap code.
- fix a serious bug while setting the XIM destroy callback
on (typical) 64 bit systems.
- - fix memory leak in pixmap code.
+ - automove-background functionality re-implemented internaly using :root op in pixmap
+ geometry string. For example: rxvt -pixmap "image.jpg;:root"
- do not link rxvtc against every lib on the planet anymore.
8.4 Sat Oct 27 14:02:13 CEST 2007
/* Define to 1 if you have the `openpty' function. */
#undef HAVE_OPENPTY
+/* Define to 1 if you have the `poll' function. */
+#undef HAVE_POLL
+
+/* Define to 1 if you have the <poll.h> header file. */
+#undef HAVE_POLL_H
+
/* Define to 1 if you have the `port_create' function. */
#undef HAVE_PORT_CREATE
/* Define to 1 if you have the `revoke' function. */
#undef HAVE_REVOKE
+/* Define to 1 if you have the `select' function. */
+#undef HAVE_SELECT
+
/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID
-for ac_header in sys/epoll.h sys/event.h sys/queue.h port.h
+
+
+for ac_header in sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
-for ac_func in epoll_ctl kqueue port_create
+
+
+for ac_func in epoll_ctl kqueue port_create poll select
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5