diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-04-23 23:58:42 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-23 23:58:42 +0800 |
commit | f30be523d2cd3e066d110c4036bf1db5401f69bb (patch) | |
tree | b3fe29ea09a113ed9acd79041a23794ad22603ca /ChangeLog | |
parent | 5fc2a350d18184211a7a20d865944b575fd84a14 (diff) | |
download | gsoc2013-evolution-f30be523d2cd3e066d110c4036bf1db5401f69bb.tar.gz gsoc2013-evolution-f30be523d2cd3e066d110c4036bf1db5401f69bb.tar.zst gsoc2013-evolution-f30be523d2cd3e066d110c4036bf1db5401f69bb.zip |
Utility functions to parse URLs. Stolen shamelessly from gzilla
1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/url-util.[ch]:
Utility functions to parse URLs.
Stolen shamelessly from gzilla (www.gzilla.com)
written by Raph Levien <raph@acm.org>
* camel/Makefile.am: added url-util.[ch]
compilation.
svn path=/trunk/; revision=871
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 1999-04-23 bertrand <Bertrand.Guiheneuf@inria.fr> + * camel/url-util.[ch]: + Utility functions to parse URLs. + Stolen shamelessly from gzilla (www.gzilla.com) + written by Raph Levien <raph@acm.org> + + * camel/Makefile.am: added url-util.[ch] + compilation. + * Makefile.am (SUBDIRS): removed devel-docs until I come up with a correct Makefile.am |