/[suikacvs]/messaging/manakai/lib/Message/Field/ValueParams.pm
Suika

Log of /messaging/manakai/lib/Message/Field/ValueParams.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Aug 3 04:57:59 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD, before-dis2-200411, manakai-200612, manakai-release-0-3-1, manakai-release-0-3-2, manakai-release-0-4-0, msg-0-1
Branch point for: branch-suikawiki-1, experimental-xml-parser-200401, stable
Changes since 1.11: +4 -2 lines
Diff to previous 1.11
2002-08-03  Wakaba <w@suika.fam.cx>

	* Status.pm: New module.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 10:30:43 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +4 -2 lines
Diff to previous 1.10
2002-06-29  Wakaba <w@suika.fam.cx>

	* ContentType.pm, Params.pm, ValueParams.pm,
	XMoe.pm: Rewritten.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 09:31:46 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +91 -90 lines
Diff to previous 1.9
2002-06-29  Wakaba <w@suika.fam.cx>

	* ContentType.pm, Params.pm, ValueParams.pm,
	XMoe.pm: Rewritten.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 23 12:10:16 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
2002-06-23  Wakaba <w@suika.fam.cx>

	* AngleQuoted.pm (%REG): Don't define regex locally.
	(Moved to Message::Util).
	* ContentType.pm, Date.pm, UA.pm,
	ValueParams.pm: Fix some codes not to be warned
	as 'Use of uninitialized value'.
	* Structured.pm 
	(header_default_charset, header_default_charset_input):
	New options.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 11:08:28 2002 UTC (22 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +16 -4 lines
Diff to previous 1.7
2002-06-09  wakaba <w@suika.fam.cx>

	* Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
	* ContentType.pm:
	- (_save_param): Call _parse_param_value if parse_all.
	- (_parse_value): New function.  Check Message::MIME::MediaType.
	* CSV.pm (use_comment): New option.
	* Date.pm:
	- (zone): New method.
	- (set_datetime): Likewise.
	* Mailbox.pm (display_name): New method.
	* Numval.pm (use_comment): New option.
	* Param.pm (_parse_param_value): New function.
	* Structured.pm:
	- (_add_return_value, _replace_return_value): New functions.
	- (_parse_value): Sync with Message::Entity's.
	- (option): Sync with Message::Entity's.
	- (option): '-recursive': new option.
	- (_option_recursive): New function.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Apr 22 08:28:20 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.6: +6 -3 lines
Diff to previous 1.6
2002-04-22  wakaba <w@suika.fam.cx>

	* Makefile: New file.
	
	* Received.pm: Reformed.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Apr 21 04:27:42 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.5: +158 -77 lines
Diff to previous 1.5
2002-04-21  wakaba <w@suika.fam.cx>

	* ValueParams.pm: Merged ContentDisposition.pm.
	* ContentDisposition.pm: Removed.
	* ContentType.pm: Reformed.


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Apr 1 05:32:15 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4
2002-03-31  wakaba <w@suika.fam.cx>

	* URI.pm: New module.
	* Numval.pm: Likewise.


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 31 13:11:55 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +20 -26 lines
Diff to previous 1.3
2002-03-31  wakaba <w@suika.fam.cx>

	* URI.pm: New module.


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 05:31:56 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
2002-03-26  wakaba <w@suika.fam.cx>

	* UA.pm: New module.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 25 10:15:26 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +26 -5 lines
Diff to previous 1.1
2002-03-25  wakaba <w@suika.fam.cx>

	* Address.pm, CSV.pm, Params.pm, Unstructured.pm,
	ValueParams.pm: Call hook function for character
	code convertion and decoding encoded-word when
	parse or stringify.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 11:41:36 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
2002-03-23  wakaba <w@suika.fam.cx>

	* Params.pm, ContentType.pm, ContentDisposition.pm,
	ValueParams.pm: New files.


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