From b05bef4a6106c4346ceea3cea8341fe828819670 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 30 Apr 2005 14:31:48 +0000 Subject: [project @ 2005-04-30 14:31:48 by bursa] Fix bug in url_up_re which caused /xy/../ not to be recognised when xy was 2 characters. Add defines for match part numbers. Simplify part 6(g) of url_join(). svn path=/import/netsurf/; revision=1704 --- utils/url.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/url.h') diff --git a/utils/url.h b/utils/url.h index 6bd536cb2..8ebc1e3f2 100644 --- a/utils/url.h +++ b/utils/url.h @@ -2,7 +2,8 @@ * This file is part of NetSurf, http://netsurf.sourceforge.net/ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license - * Copyright 2004 James Bursa + * Copyright 2005 James Bursa + * Copyright 2005 John M Bell */ /** \file -- cgit v1.2.3