Skip to content
Permalink
master

Commits on Feb 19, 2018

  1. glib2.0 2.54.3

    yselkowitz committed Feb 19, 2018

Commits on Sep 5, 2017

  1. glib2.0 2.52.3

    yselkowitz committed Sep 5, 2017

Commits on Mar 20, 2017

  1. glib2.0 2.50.3

    yselkowitz committed Mar 20, 2017

Commits on Jun 2, 2016

Commits on Apr 18, 2016

  1. s/tzcode/tzdata/

    yselkowitz committed Apr 18, 2016

Commits on Mar 10, 2016

  1. Add perpetual postinstalls

    yselkowitz committed Mar 10, 2016

Commits on Feb 24, 2016

Commits on Dec 30, 2015

Commits on Nov 10, 2015

  1. glib2.0 2.46.2

    yselkowitz committed Nov 10, 2015

Commits on Nov 6, 2015

  1. glib2.0 2.46.1

    yselkowitz committed Nov 6, 2015

Commits on Mar 12, 2015

  1. glib2.0 2.42.2

    yselkowitz committed Mar 12, 2015

Commits on Feb 24, 2015

Commits on Jan 2, 2015

  1. glib2.0 2.42.1

    yselkowitz committed Jan 2, 2015

Commits on Nov 11, 2014

  1. Add requires: tzcode

    yselkowitz committed Nov 11, 2014

Commits on Sep 12, 2014

  1. Update gdb scripts for gdb-7.7+

    Also, move gdb scripts to debuginfo package where they belong.
    yselkowitz committed Sep 12, 2014

Commits on Jul 18, 2014

  1. Drop GMutex patch

    The underlying issues are fixed in Cygwin 1.7.31.
    yselkowitz committed Jul 18, 2014

Commits on Apr 2, 2014

  1. Fix handling of four-slash file: URIs

    GnuCash creates reports in HTML, then (since 2.6) hands them off to a
    WebKitWebView for viewing with a URI of file:///%s.  The third slash
    is added for compatibility with Win32, where it represents the system
    root ("My Computer") and, for the purposes of URIs, C: (or the archaic
    C|) is seen as a top-level directory thereof.
    
    On *NIX systems, the filename already includes a leading slash (e.g.
    /tmp/gnc-report-RANDOM.html), so the result is four leading slashes,
    the first two of which are dropped, leaving what Cygwin sees as a UNC
    address.  However, this is an incorrect assumption in this case, as a
    file: URI (just like other protocols) is officially of the form
    file://hostname/path, with hostname being optional when referring to the
    local system, hence the customary three leading slashes.  So a UNC URI
    would have only two leading slashes, and anything more than three should
    be treated simply as extras.
    yselkowitz committed Apr 2, 2014

Commits on Mar 25, 2014

  1. Fix GMutex patch

    yselkowitz committed Mar 25, 2014

Commits on Mar 12, 2014

  1. glib2.0 2.38.2

    yselkowitz committed Mar 12, 2014

Commits on Dec 1, 2013

  1. Fix for g_utf8_collate_key

    This broke GIMP plug-in menu registration:
    http://article.gmane.org/gmane.os.cygwin.ports.general/1330
    yselkowitz committed Dec 1, 2013

Commits on Oct 25, 2013

Commits on Oct 23, 2013

Commits on Aug 12, 2013

  1. Remove dbus dependency

    Not all consumers of GLib use GDBus, which does require a dbus-daemon.
    We'll move this dependency up the stack instead (e.g. anything providing
    a DBus service file, or anything providing an X session).
    yselkowitz committed Aug 12, 2013

Commits on Aug 7, 2013

  1. glib2.0 2.36.4

    yselkowitz committed Aug 7, 2013

Commits on Aug 5, 2013

  1. glib2.0 2.36.3

    yselkowitz committed Aug 5, 2013

Commits on Jun 18, 2013

  1. Disable useless libelf dep

    yselkowitz committed Jun 18, 2013

Commits on May 6, 2013

Commits on Apr 16, 2013

Commits on Apr 15, 2013

  1. Use standalone libffi

    yselkowitz committed Apr 15, 2013

Commits on Dec 17, 2012

  1. glib2.0 2.34.3

    yselkowitz committed Dec 17, 2012

Commits on Jul 31, 2012

  1. glib2.0 2.32.4

    yselkowitz committed Jul 31, 2012

Commits on Jun 14, 2012

  1. Fix for bgo 678052

    Credit to Ken Brown for tracking this down and submitting the patch.
    yselkowitz committed Jun 14, 2012

Commits on May 15, 2012

  1. glib2.0 2.32.3

    yselkowitz committed May 15, 2012
Older