Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/ChangeLog')
-rw-r--r--eglib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/eglib/ChangeLog b/eglib/ChangeLog
index f4e8140792a..f7c08f6fa9b 100644
--- a/eglib/ChangeLog
+++ b/eglib/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-05 Miguel de Icaza <miguel@novell.com>
+
+ * src/gpath.c: Avoid situations where we add the separator if one
+ of the elements is the separator.
+
+2009-04-02 Miguel de Icaza <miguel@novell.com>
+
+ * src/gpath.c: If the first element is NULL, return an empty
+ string.
+
2009-02-19 Gonzalo Paniagua Javier <gonzalo@novell.com>
* src/gstr.c: use memset in g_strnfill.