diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-08 02:29:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-08 02:29:26 +0800 |
commit | fc43959180e0ab748ba68fa4834e6913f2aba74e (patch) | |
tree | d3656b3e13170a0c86008a4d690227dbc47054ef /e-util/ChangeLog | |
parent | 7eaa10884a75068e6e6032455363f57f79718f00 (diff) | |
download | gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.gz gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.bz2 gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.lz gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.xz gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.zst gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.zip |
Added e_strsplit to work around a bug in g_strsplit.
2000-07-07 Christopher James Lahey <clahey@helixcode.com>
* e-util.c, e-util.h: Added e_strsplit to work around a bug in
g_strsplit.
svn path=/trunk/; revision=3953
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4a19bb7207..582155a13f 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,10 @@ 2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * e-util.c, e-util.h: Added e_strsplit to work around a bug in + g_strsplit. + +2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * e-iterator.c, e-iterator.h, e-list-iterator.c, e-list-iterator.h: Added last and insert functions. |