Permalink
master
Commits on Feb 19, 2018
Commits on Sep 5, 2017
Commits on Mar 20, 2017
Commits on Jun 2, 2016
Commits on Apr 18, 2016
Commits on Mar 10, 2016
Commits on Feb 24, 2016
Commits on Dec 30, 2015
Commits on Nov 10, 2015
Commits on Nov 6, 2015
Commits on Mar 12, 2015
Commits on Feb 24, 2015
Commits on Jan 2, 2015
Commits on Nov 11, 2014
Commits on Sep 12, 2014
-
Update gdb scripts for gdb-7.7+
Also, move gdb scripts to debuginfo package where they belong.
Commits on Jul 18, 2014
-
The underlying issues are fixed in Cygwin 1.7.31.
Commits on Apr 2, 2014
-
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.
Commits on Mar 25, 2014
Commits on Mar 12, 2014
Commits on Dec 1, 2013
-
This broke GIMP plug-in menu registration: http://article.gmane.org/gmane.os.cygwin.ports.general/1330
Commits on Oct 25, 2013
Commits on Oct 23, 2013
Commits on Aug 12, 2013
-
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).
Commits on Aug 7, 2013
Commits on Aug 5, 2013
Commits on Jun 20, 2013
Commits on Jun 18, 2013
Commits on May 6, 2013
Commits on Apr 16, 2013
Commits on Apr 15, 2013
Commits on Dec 17, 2012
Commits on Jul 31, 2012
Commits on Jun 14, 2012
-
Credit to Ken Brown for tracking this down and submitting the patch.