/[suikacvs]/messaging/manakai/lib/Message/URI/URIReference.pm
Suika

Log of /messaging/manakai/lib/Message/URI/URIReference.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 05:30:59 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
++ manakai/lib/Message/CGI/ChangeLog	10 Nov 2008 05:30:33 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* HTTP.pm (request_uri): Percent-escape non-ASCII octets in
	REQUEST_URI to avoid they become unclear whether they are bytes or
	characters in later processing.

++ manakai/lib/Message/URI/ChangeLog	10 Nov 2008 05:30:51 -0000
2008-11-10  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pm (is_relative_iri_reference_3987): Escapes in
	$ucschar was not expanded.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Aug 11 13:06:39 2007 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-4-0
Changes since 1.5: +15 -12 lines
Diff to previous 1.5
++ manakai/lib/Message/CGI/ChangeLog	11 Aug 2007 13:05:16 -0000
2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* ChangeLog: New file.

	* HTTP.pm: New Perl module (a copy of
	SuikaWiki |lib/SuikaWiki/Input/HTTP.pm|).


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Jul 16 11:58:02 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +39 -333 lines
Diff to previous 1.4
++ manakai/lib/Message/DOM/ChangeLog	16 Jul 2007 11:37:33 -0000
2007-07-16  Wakaba  <wakaba@suika.fam.cx>

	* DOMElement.pm: Incorrect module was referenced.

	* DOMImplementation.pm: References to
	the |Message::Charset::Encode| module has been removed.

++ manakai/lib/Message/URI/ChangeLog	16 Jul 2007 11:57:14 -0000
2007-07-16  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pm: Don't throw exception if read-only
	attribute is tried to set.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jun 13 12:04:51 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +7 -7 lines
Diff to previous 1.3
++ manakai/t/ChangeLog	13 Jun 2007 12:04:43 -0000
2007-06-13  Wakaba  <wakaba@suika.fam.cx>

	* DOM-DOMImplementation.t: New test.

2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* IMT-InternetMediaType.t: Tests for |add_parameter| are added.

++ manakai/lib/Message/IMT/ChangeLog	13 Jun 2007 12:03:40 -0000
	* InternetMediaType.pm (add_paremter): New method.

2007-05-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	13 Jun 2007 12:02:59 -0000
2007-06-13  Wakaba  <wakaba@suika.fam.cx>

	* DOMImplementation.pm, Node.pm, DOMDocument.pm,
	DOMElement.pm, Attr.pm, DocumentType.pm,
	DOMCharacterData.pm, Text.pm, Comment.pm: Copied
	from <http://suika.fam.cx/gate/cvs/*checkout*/markup/html/whatpm/Whatpm/NanoDOM.pm?rev=1.9>.

2007-06-10  Wakaba  <wakaba@suika.fam.cx>

	* XMLParser.dis: Default to "1.0" if <?xml version=""?>
	specifies unknown value and trys to recover from the error.

++ manakai/lib/Message/URI/ChangeLog	13 Jun 2007 12:04:07 -0000
2007-06-13  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pm (Message::IF::URIReference):
	Renamed from |Message::DOM::IF::URIReference|.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat May 26 06:34:46 2007 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +6 -2 lines
Diff to previous 1.2
++ manakai/t/ChangeLog	26 May 2007 06:33:33 -0000
2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* IMT-InternetMediaType.t: New test.

++ manakai/lib/Message/ChangeLog	26 May 2007 05:29:38 -0000
2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* IMT/: New directory.

++ manakai/lib/Message/IMT/ChangeLog	26 May 2007 06:34:11 -0000
	* InternetMediaType.pm: New module.

2007-05-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/URI/ChangeLog	26 May 2007 06:34:40 -0000
2007-05-26  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pm (___report_error): New method.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue May 22 11:23:24 2007 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +42 -179 lines
Diff to previous 1.1
++ manakai/lib/Message/URI/ChangeLog	22 May 2007 11:23:13 -0000
	* URIReference.pm: Now this module defines a
	class |Message::URI::URIReference| as well as
	a method addition to |Message::DOM::DOMImplementation|.
	It no longer depends on |Message::DOM::DOMCore|.
	(get_iri_reference_3987): Don't use |chr|, use |pack|
	instead, to avoid a byte string is eventually converted to
	a utf8 string.

2007-05-22  Wakaba  <wakaba@suika.fam.cx>


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue May 22 10:22:59 2007 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
++ manakai/lib/Message/DOM/ChangeLog	22 May 2007 10:22:50 -0000
2007-05-13  Wakaba  <wakaba@suika.fam.cx>

	* TreeCore.dis (manakaiLocalName): New attribute.

++ manakai/lib/Message/URI/ChangeLog	22 May 2007 10:21:34 -0000
2007-05-22  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pm: New module (copy of |Generic.pm|).


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24