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

Log of /messaging/manakai/lib/Message/Field/Subject.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]
Wed Nov 13 08:08:52 2002 UTC (22 years ago) by wakaba
Branch: MAIN
CVS Tags: msg-0-1
Branch point for: stable
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
2002-08-05  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
	instead of Message::Util::unquote_if_quoted_string.
	- (Message::Util::Wide): New package.
	- (%Message::Util::Wide::REG): New hash.
	- (Message::Util::unquote_if_quoted_string): New function.
	- NOTE: "Wide" package is created to support utf8 string
	of perl 5.7.3 or later.  Utf8 string does not work
	only for [\x00-\xFF] regex of current functions,
	and this regex is used as (?:.|\x0D|\x0A).  (Without
	's' option, "." does not match with newline character.)
	When we can do away problematic code from all
	Message::* modules, we can also do away "Wide" package.


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Aug 29 12:30:46 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
2002-08-05  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
	instead of Message::Util::unquote_if_quoted_string.
	- (Message::Util::Wide): New package.
	- (%Message::Util::Wide::REG): New hash.
	- (Message::Util::unquote_if_quoted_string): New function.
	- NOTE: "Wide" package is created to support utf8 string
	of perl 5.7.3 or later.  Utf8 string does not work
	only for [\x00-\xFF] regex of current functions,
	and this regex is used as (?:.|\x0D|\x0A).  (Without
	's' option, "." does not match with newline character.)
	When we can do away problematic code from all
	Message::* modules, we can also do away "Wide" package.


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 09:19:46 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.9: +19 -6 lines
Diff to previous 1.9
2002-08-01  Wakaba <w@suika.fam.cx>

	* Unstructured.pm: Rewritten.
	* Subject.pm: Likewise.  Support Japanese government's
	spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
	* CSV.pm: Reformatted.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 1 06:42:38 2002 UTC (22 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.8: +197 -156 lines
Diff to previous 1.8
2002-08-01  Wakaba <w@suika.fam.cx>

	* Unstructured.pm: Rewritten.
	* Subject.pm: Likewise.  Support Japanese government's
	spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jul 17 00:33:29 2002 UTC (22 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +10 -3 lines
Diff to previous 1.7
2002-07-13  Wakaba <w@suika.fam.cx>

	* Util.pm:
	- (get_host_fqdn): New function.
	- (%OPTION): New hash.
	* Entity.pm (stringify): Pass 'format' option
	to the body (when stringify'ing it) with
	-parent_format option, instead of -format option.


Revision 1.7 - (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.6: +3 -3 lines
Diff to previous 1.6
2002-06-29  Wakaba <w@suika.fam.cx>

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


Revision 1.6 - (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.5: +3 -3 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Sat Apr 13 01:33:54 2002 UTC (22 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.4: +193 -81 lines
Diff to previous 1.4
2002-04-13  wakaba <w@suika.fam.cx>

	* Path.pm: Reformed.


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: +1 -4 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]
Mon Mar 25 10:15:26 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +23 -6 lines
Diff to previous 1.2
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.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 23 10:41:33 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
2002-03-23  wakaba <w@suika.fam.cx>

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


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Mar 20 09:56:26 2002 UTC (22 years, 8 months ago) by wakaba
Branch: MAIN
2002-03-20  wakaba <w@suika.fam.cx>

	* MsgID.pm, Received.pm, Subject.pm: New modules.
	* MsgID/: New directory.


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