summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-01fml8 monthly release 20180201fukachan
2018-01-13update CPAN modulesfukachan
- updated to Crypt-RandPasswd 0.06 - updated to Exporter-Lite 0.08 - updated to Time-modules 2013.0912 - updated to Unicode-Japanese 0.49 - updated to File-MMagic 1.30 - updated to PathTools 3.62 (File::Spec) - updated to MIME-Types 2.14
2018-01-13Initial revisionfukachan
2018-01-13Initial revisionfukachan
2018-01-13resolv conflicts, bump up to Time-modules-2013-0912.fukachan
2018-01-13resolv conflict. bump up to Time-modules-2013.0912.fukachan
2018-01-13Initial revisionfukachan
2018-01-13Initial revisionfukachan
2018-01-13Initial revisionfukachan
2018-01-01clean up.fukachan
moved the preamble (7.98.xx comments) to the last Appendix. fixed: fml8 season (monthly for a while) rollout campaign starts
2018-01-01update copyright to 2001-2018fukachan
2018-01-01pull up MailTools from 1.52 to 2.19.fukachan
2018-01-01fml8 (BETA;-) monthly rollout campaign starts.fukachan
updated to MailTools-2.19.
2018-01-01Initial revisionfukachan
2018-01-01Initial revisionfukachan
2017-12-31updated to im-153.fukachan
2017-12-31merged.fukachan
2017-12-31Initial revisionfukachan
2017-12-31apply patch to fix charset handling in Content-Type headerfukachan
Thanks to <mizuki@myokoo.jp>.
2017-03-04updatedfukachan
2017-03-04fml-7.98.18-2015-08-15 snapshot is created as the further reference point.fukachan
XXX used as a reference only.
2017-03-04update comments.fukachan
update copyright. add running test info: + perl 5.24.0 on NetBSD 7.0 + perl 5.22.1 on NetBSD 7.0 + perl 5.20.1 on NetBSD 5.1.2_PATCH + perl 5.18.1 on NetBSD 5.1.2_PATCH + perl 5.16 on NetBSD 5.1.2_PATCH + perl 5.10.0 on NetBSD 5.0.2
2013-04-14fml/utils/bin/sgml_compile.sh: inherit FML_DSL environmental variablefukachan
if exists, enhanced to catch up www.fml.org framework changes.
2012-12-30FML::Process::Calendar: catch up perl changes: defined(hashes andfukachan
arrays) is deprecated, instead use a simple test for size: FML::Process::ConfViewer and FML::Process::DocViewer: catch up perl changes: length(@array) -> "scalar @array".
2012-12-30catch up perl changes: defined(hashes and arrays) is deprecated,fukachan
instead use a simple test for size: if (@an_array) { ... }
2012-12-30catch up perl changes: not length(@array), use "scalar @array" to findfukachan
out how many elements these have.
2012-12-15use Time::localtime instead of ctime.pl, which is obsolete.fukachan
2012-12-13fix copyrightfukachan
2012-12-13create HTML::EntitiesLite, defined from HTML-Parser-3.69.fukachan
modified HTML::FromText to use it.
2012-12-13bump up to 7.98.18 hack base to catch up perl 5.16 changes, cpan modules ..fukachan
modified Mail::Delivery::SMTP to catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings. see RT#66474. HTML::EntitiesLite added to make HTML::FromText work.
2012-12-13RT#66474: catch up IO::Handle changes in Perl 5.16 to avoid a lot of warnings.fukachan
while (1) { ... - $buf = $socket->getline; + defined ( $buf = $socket->getline ) || next SMTP_REPLY; }
2012-12-13Initial revisionfukachan
2012-04-24fix descriptions, copyright.fukachan
2012-04-21Mail::Delivery::Net::INET6 not duplicated loading of Socket related classes.fukachan
2012-04-21not duplicated loading of Socket related classes.fukachan
2012-04-15import Email-Find 0.10 and Exporter-Lite-0.02 for HTML::FromText.fukachan
2012-04-15Initial revisionfukachan
2012-04-15Initial revisionfukachan
2012-04-15&timegm() -> timegm().fukachan
2012-04-15not use obsolete library: timelocal.pl and ctime.pl, which is removedfukachan
in Perl 5.16 release. switched to use Time::Local and Time::localtime.
2012-02-25update CPAN modules successively:fukachan
Unicode-Japanese to 0.47. HTML-FromText to 2.05. HTML-CalendarMonthSimple to 1.25.
2012-02-25Initial revisionfukachan
2012-02-25Initial revisionfukachan
2012-02-25Initial revisionfukachan
2012-02-19update CPAN modules successively:fukachan
Jcode to 2.07. File-MMagic to 1.27. Socket6 to 0.23 (not used, holded in cpan/dist for reference). HTML-Template is removed since it is not used. Log-ErrLogger is removed since it is not used. Text-CSV is removed since it is not used. Rcs is removed since it is not used. VCS-CSV is removed since it is not used.
2012-02-19remove VCS-CVS, which is not used.fukachan
2012-02-19remove Rcs, which is not used.fukachan
2012-02-19remove Text-CSV, which is not used.fukachan
2012-02-19remove Log::ErrLogger, which is not used.fukachan
2012-02-19remove HTML::Template, which is not used.fukachan