Mercurial > gftp.yaz
diff lib/cache.c @ 33:c8ec7877432e
2002-10-06 Brian Masney <masneyb@gftp.org>
* src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c,
src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE}
* configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS
2002-10-03 Brian Masney <masneyb@gftp.org>
* Makefile.am - remove intl and m4 directory from subdirs. autogen.sh
will automagically add these for me.
* autogen.sh - remove check for libtool
* configure.in - link in gthread
* cvsclean - added this script
* *.[ch] - added $Id$ tags
* debian/* - updated files from Debian maintainer
| author | masneyb |
|---|---|
| date | Mon, 07 Oct 2002 10:40:43 +0000 |
| parents | 8b1883341c6f |
| children | eec25f215772 |
line wrap: on
line diff
--- a/lib/cache.c Thu Oct 03 12:06:18 2002 +0000 +++ b/lib/cache.c Mon Oct 07 10:40:43 2002 +0000 @@ -18,7 +18,7 @@ /*****************************************************************************/ #include "gftp.h" - +static const char cvsid[] = "$Id$"; char * gftp_cache_get_url_prefix (gftp_request * request)
