From 5e836ee59cbbe4f3959c2acbbe5b5d107d276e72 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 18 Feb 2000 22:11:02 +0000 Subject: make the / between the host and the path part of the path: it's wrong according to rfc1738, but convenient svn path=/trunk/; revision=1840 --- camel/url-util.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'camel/url-util.c') diff --git a/camel/url-util.c b/camel/url-util.c index 39294e0d36..5fea4d6542 100644 --- a/camel/url-util.c +++ b/camel/url-util.c @@ -125,7 +125,7 @@ Gurl *g_url_new (const gchar* url_string) } if (slash && *(slash + 1)) - g_url->path = g_strdup (slash + 1); + g_url->path = g_strdup (slash); else g_url->path = NULL; @@ -135,7 +135,7 @@ Gurl *g_url_new (const gchar* url_string) gchar * g_url_to_string (const Gurl *url, gboolean show_passwd) { - return g_strdup_printf("%s%s%s%s%s%s%s%s%s%s%s%s%s", + return g_strdup_printf("%s%s%s%s%s%s%s%s%s%s%s%s", url->protocol ? url->protocol : "", url->protocol ? "://" : "", url->user ? url->user : "", @@ -147,7 +147,6 @@ g_url_to_string (const Gurl *url, gboolean show_passwd) url->host, url->port ? ":" : "", url->port ? url->port : "", - url->path ? "/" : "", url->path ? url->path : ""); } -- cgit 5d73fe1ab90e54cff238f5284408'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use USE_QT.asami1998-08-151-3/+2
* mkdir /var/run/canna at startup script.kuriyama1998-08-153-3/+9
* Update to 1.10.kuriyama1998-08-153-25/+37
* Update to new perl5 scheme.asami1998-08-154-15/+12
* Move pythonqt to x11-toolkits.asami1998-08-152-3/+3
* Upgrade to 0.86.0.tg1998-08-143-75/+23
* upgrade to 3.21.33thepish1998-08-1440-280/+320
* original distribution updated (0.72 -> 0.73)itojun1998-08-142-5/+4
* Upgrade to 0.9.12.vanilla1998-08-142-4/+4
* Change library name to libgtk11.vanilla1998-08-1410-49/+182
* Change library name to libglib11.vanilla1998-08-147-27/+208
* * expmed.c (expand_mult): Use 0 as add_target if should preserveobrien1998-08-141-0/+37
* Upgrade to 2.1.0obrien1998-08-142-5/+3
* Yet Another LaTeX mode on Emacs (including another html-mode)kuriyama1998-08-143-0/+41
* Activate ja-yatex and ja-yatex-xemacs.kuriyama1998-08-141-1/+3
* put NO_LATEST_LINK backache1998-08-141-0/+1
* Activate yatex.kuriyama1998-08-141-1/+2
* Yet Another LaTeX mode on Emacs (including another html-mode)kuriyama1998-08-146-0/+279
* remove NO_LATEST_LINK - this port not conflicts with existen ncftp*ache1998-08-141-2/+1
* cosmetiqueache1998-08-141-2/+1
* turn on ncurses supportache1998-08-142-9/+5
* Removed manpages from pkg/PLISTobrien1998-08-1412-33/+5
* Remove manpages from pkg/PLISTobrien1998-08-1416-111/+0
* Remove manpages from pkg/PLISTobrien1998-08-146-10/+6
* * Minor bug fixes from OpenBSD (and some stuff to ease diff'ing in the future)obrien1998-08-1413-11/+488
* Add ``osfnc.h'' from glibc++ 2.7.2 (of FBSD 2.2.7 fame) soobrien1998-08-143-2/+24
* upgrade original distribution to 980813.itojun1998-08-132-4/+4
* Remove manpages that are define in MAN? macros in korean Makefiles.asami1998-08-138-46/+0
* Activate qclock.jkoshy1998-08-131-1/+2
* Can't fetch....asami1998-08-131-1/+3
* Import of `qclock', a text based clock.jkoshy1998-08-135-0/+28
* LN is defined in bsd.port.mk. Change "ln -s" to "ln -sf" to make thisasami1998-08-131-4/+2
* Upgrade port to pine-4.02a.jkoshy1998-08-1310-34/+223
* use non-relative -L dir for libtoolache1998-08-131-2/+2
* No need to use += for variables defined only once.asami1998-08-131-3/+3
* Oops, missed the commit message the last time around. No need to useasami1998-08-131-1/+1
* Oops, missed the commit message the last time around. No need to useasami1998-08-132-2/+2
* *** empty log message ***asami1998-08-133-6/+6
* Oops, add -Lmagick/.libs to wrong place, must go to LDFLAGSache1998-08-131-1/+2
* Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-1376-137/+8
* Remove p5-B and p5-Data-Dumper, they were removed.asami1998-08-131-3/+1
* Oops, forgot to commit this.asami1998-08-131-0/+5
* Make this port non-interactive. The configuration script isasami1998-08-133-38/+56
* Convert all (:) archivers/p5-* ports to new perl scheme.asami1998-08-132-10/+10
* Remove gimp-devel, it's called gimp1 now.asami1998-08-131-2/+1
* Add Mesa3. Mark it MANUAL_PACKAGE_BUILD for now (shlib version overridesasami1998-08-133-4/+8
* Add gtk11, now that it's a "real" port.asami1998-08-131-1/+2
* do not attempt to recurse in non-writeable directoriesache1998-08-131-1/+18
* update to new perl pathache1998-08-131-2/+2
* Change maintainer (as requested by the previous maintainer)obrien1998-08-133-6/+6
* Activate ja-p5-jcode.pl.kuriyama1998-08-121-1/+2
* Perl5 library for Japanese character code conversionkuriyama1998-08-125-0/+50
* Make tksol dockable under WindowMaker. Update maintainer's address.tg1998-08-122-260/+166
* Upgrade to 1.1.1.vanilla1998-08-1214-670/+688
* Update for perl version 5.00501. Requires latest bsd.port.mk. I'masami1998-08-1268-348/+293
* Merge 1.227.2.45 (perl version substitution in PLIST).asami1998-08-121-3/+8
* Replace qt dependencies with USE_QT.asami1998-08-1268-272/+199
* Fix Version-required comment.jdp1998-08-1220-40/+40
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-1247-148/+0
* Merge 1.227.2.44.asami1998-08-121-28/+55
* Use "ftpsearch.ntnu.no" as the default server. Seems to be quite fast andobrien1998-08-121-1/+1
* Activate XttXF86srv-*.kuriyama1998-08-111-1/+16
* A X True Type Font Server.kuriyama1998-08-114-0/+33
* Common files for X True Type Servers.kuriyama1998-08-1121-0/+1184
* A X True Type Server for W32 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for VGA16 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for SVGA Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for S3V Graphics Boards.kuriyama1998-08-114-0/+32
* A X True Type Server for S3 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for P9000 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for Mono Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for Mach8 Graphics Boards.kuriyama1998-08-114-0/+32
* A X True Type Server for Mach64 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for Mach32 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for AGX Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for 8514 Graphics Boards.kuriyama1998-08-114-0/+30
* A X True Type Server for I128 Graphics Boards.kuriyama1998-08-114-0/+30
* use PREFIX instead of a mix of X11BASE and PREFIXandreas1998-08-117-28/+28
* Update info.obrien1998-08-113-21/+45
* Upgrade to version 1.80.obrien1998-08-119-51/+155
* Add an additional install target (install-man) to the ports Makefileandreas1998-08-111-1/+4
* Activate iconmaker.tg1998-08-111-1/+2
* (1) Configure looks first for tiff, then tiff34...so if you have an oldtg1998-08-113-4/+62
* Upgrade to the 19980803 snapshot.obrien1998-08-1160-3780/+3740
* Some fixes: depend on libImlib, get the correct linker pathtg1998-08-114-16/+8
* Activate 8hz-mp3.mph1998-08-111-1/+2
* Activate ntop.mph1998-08-111-1/+2
* Import of ntop, a program for showing network information, similarmph1998-08-115-0/+32
* A terminal-based World-Wide Web Client with multi-byte modifications.kuriyama1998-08-116-0/+109
* Activate ja-lynx-current.kuriyama1998-08-111-1/+2
* A terminal-based World-Wide Web Client with multi-byte modifications.kuriyama1998-08-117-0/+158
* Activate ja-lynx.kuriyama1998-08-111-1/+2
* Use the homepage instead.steve1998-08-101-2/+2
* Upgrade, 3.0pl61 -> 3.0pl63.max1998-08-103-9/+9
* remove bogus comment.itojun1998-08-101-3/+3
* Update (?) to version 0.4.steve1998-08-105-43/+57
* Update to version 2.0.3.steve1998-08-1010-380/+460
* Update to version 0.4.steve1998-08-104-17/+24
* Find the distfile again and handle NOPORTDOCS.steve1998-08-102-3/+5
* Find the distfile again.steve1998-08-101-2/+3
* Find the distfile again and portlint while I'm here.steve1998-08-103-10/+118
* Find the distfile again and redo the checksum.steve1998-08-102-4/+4
* Find the distfile again.steve1998-08-101-2/+2
* Find the distfile again.steve1998-08-102-7/+4
* Find the distfile again.steve1998-08-101-2/+2
* Correct paths in man page.obrien1998-08-102-0/+40
* Use OPSYS rather than call `uname' directly.obrien1998-08-102-4/+4
* $DISTNAME and the path changed. Minor cleanups while I'm here.tg1998-08-103-56/+43
* Activate wmtimebomb.tg1998-08-101-1/+2
* New port wmtimebomb. Another entry for the still missingtg1998-08-105-0/+31
* Something's not reinstall friendly....asami1998-08-101-1/+3
* I presume Satoshi wanted ``uname -r'' for OSREL not ``uname -s''obrien1998-08-101-2/+2
* gnucash moves from misc -> deskutilsobrien1998-08-105-9/+9
* Turn on xenmenu.steve1998-08-101-1/+2
* Initial import of xenmenu version 0.8b.steve1998-08-106-0/+165
* Oops, you can't use the name of the port in the comment.steve1998-08-101-1/+1
* Turn on geg.steve1998-08-101-1/+2
* Initial import of geg version 0.01steve1998-08-105-0/+36
* Turn on asapm.steve1998-08-101-1/+2
* Initial import of asapm version 1.4.steve1998-08-106-0/+41
* Turn on hexedit.steve1998-08-101-1/+2
* Initial import of hexedit version 0.9.3.steve1998-08-106-0/+68
* Turn on ezfm.steve1998-08-101-1/+2
* Initial import of ezfm version 0.1.steve1998-08-1011-0/+522
* Turn on jafm.steve1998-08-101-1/+2
* Initial import of jafm version 0.5.steve1998-08-106-0/+92
* Turn on sc.steve1998-08-101-1/+2
* Initial import of sc version 6.21.steve1998-08-107-0/+179
* Turn on cgiwrap.steve1998-08-10