along with this plugin; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+mit-scheme-pucked-glib 0.6 - Matt Birkholz, 2018-01-12
+======================================================
+
+Disable attempt to deduct time blocked in GLib. It stimulates too many
+warnings from the thread system's accounting.
+
mit-scheme-pucked-glib 0.5 - Matt Birkholz, 2016-06-12
======================================================
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme Pucked glib plugin],
- [0.5],
+ [0.6],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-glib])
AC_CONFIG_SRCDIR([glib.pkg])
+mit-scheme-pucked-glib (0.6) birchwood; urgency=low
+
+ * Disable attempt to deduct time blocked in GLib. It stimulates too
+ many warnings from the thread system's accounting.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Fri, 12 Jan 2018 00:00:00 -0700
+
mit-scheme-pucked-glib (0.5) birchwood; urgency=low
* Initial Debianization.
(timer-record/time timer-records))
-1)))
(%trace ";run-glib until "time"\n")
- (account-for-times self (get-system-times))
+ ;;(account-for-times self (get-system-times))
(run-glib (select-registry-handle io-registry) time)
- (record-start-times! self)
+ ;;(record-start-times! self)
(%trace ";run-glib done at "(real-time-clock)"\n"))))
(%trace ";run-glib yields\n")
(yield-current-thread)
run-glib-daemons)
(import (glib main)
run-glib)
- (import (runtime thread)
+ #;(import (runtime thread)
account-for-times
get-system-times
record-start-times!)
(with-loader-base-uri (system-library-uri "glib/")
(lambda ()
(load-package-set "glib")))
-(add-subsystem-identification! "GLib" '(0 5))
+(add-subsystem-identification! "GLib" '(0 6))
((access glib-start (->environment '(glib main))))
\ No newline at end of file