From 9b6e4c02a2b1a518bedd5a3999e6a5b7da2ba935 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Mon, 29 Sep 2008 12:13:45 +0000 Subject: [PATCH] Remove use of non-greedy matching in error_regex - this doesn't seem to be supported by common versions of glibc (thanks to AC for reporting). git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3020 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 8 + doc/geany.html | 1082 ++++++++++++++++++++++++------------------------ doc/geany.txt | 6 +- 3 files changed, 552 insertions(+), 544 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9dcceb9..6df6301a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-09-29 Nick Treleaven + + * doc/geany.txt, doc/geany.html: + Remove use of non-greedy matching in error_regex - this doesn't seem + to be supported by common versions of glibc (thanks to AC for + reporting). + + 2008-09-28 Enrico Tröger * geany.glade, src/interface.c, src/notebook.c: diff --git a/doc/geany.html b/doc/geany.html index a5fe1e50..d341fb19 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -3,10 +3,10 @@ - + Geany - +