Mercurial > gftp.yaz
comparison ChangeLog @ 676:72a6de68d9c8
2005-1-24 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the
URL is parsed from right to left instead of left to right. There are
more checks done to the URL.
author | masneyb |
---|---|
date | Tue, 25 Jan 2005 01:55:01 +0000 |
parents | 84d38c525f46 |
children | 8990a8a26ccf |
comparison
equal
deleted
inserted
replaced
675:84d38c525f46 | 676:72a6de68d9c8 |
---|---|
1 2005-1-24 Brian Masney <masneyb@gftp.org> | 1 2005-1-24 Brian Masney <masneyb@gftp.org> |
2 * lib/protocols.c (gftp_parse_url) - rewrote the URL parser so that the | |
3 URL is parsed from right to left instead of left to right. There are | |
4 more checks done to the URL. | |
5 | |
2 * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string) | 6 * src/text/gftp-text.c (gftp_text_ask_question, gftp_text_write_string) |
3 - convert the string from UTF8 to the users' current locale before it is | 7 - convert the string from UTF8 to the users' current locale before it is |
4 displayed | 8 displayed |
5 | 9 |
6 * src/text/gftp-text.c src/text/gftp-text.h - fixed signed/unsigned | 10 * src/text/gftp-text.c src/text/gftp-text.h - fixed signed/unsigned |
3245 | 3249 |
3246 * configure.in - link in gthread | 3250 * configure.in - link in gthread |
3247 | 3251 |
3248 * cvsclean - added this script | 3252 * cvsclean - added this script |
3249 | 3253 |
3250 * *.[ch] - added $Id: ChangeLog,v 1.397 2005/01/25 01:10:59 masneyb Exp $ tags | 3254 * *.[ch] - added $Id: ChangeLog,v 1.398 2005/01/25 01:55:01 masneyb Exp $ tags |
3251 | 3255 |
3252 * debian/* - updated files from Debian maintainer | 3256 * debian/* - updated files from Debian maintainer |
3253 | 3257 |
3254 2002-10-03 Brian Masney <masneyb@gftp.org> | 3258 2002-10-03 Brian Masney <masneyb@gftp.org> |
3255 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | 3259 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) |