Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
#
# $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $
#
$Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $
! Jcode.pm
Addresses the issue that mime_encode() stalls when fed w/ bogus data.
Found by Hisashi Nishimura <hisashin@hotsync.co.jp>
Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
|
|
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
|
exists. Use this check to appropriately assign a value to a new public
variable BUILDLINK_LIBICONV_LDADD that contains the linker options needed
so that the iconv functions resolve correctly.
|
|
Changes:
1.2 Fri Jul 27 10:46:56 METDST 2001
- converting undef now always returns undef
- since HP-UX seems to be the only platform where the second
argument to iconv() is *not* const char**, put an #ifdef
into Iconv.xs
|
|
improves portability.
|
|
addresses PR pkg/19416
|
|
Diff:
diff -r old/doc2html/doc2html.pl new/doc2html/doc2html.pl
186a187
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/pdf2html.pl new/doc2html/pdf2html.pl
43a44
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
diff -r old/doc2html/swf2html.pl new/doc2html/swf2html.pl
31a32
> $Name =~ s/%([A-F0-9][A-F0-9])/pack("C", hex($1))/gie;
|
|
|
|
|
|
Release 2.16
Fixed the encode_qp() line breaking code. It sometimes
made lines longer than 76 chars and it could even get into
an infinite loop on certain inputs.
Release 2.15
Fixed the XS based decode_qp() for strings where a =XX
sequence was followed by digits.
Faster encode_qp() for long strings with lots of chars
that need escaping.
The old_decode_base64() function introduced in 2.13
was returning undef for empty input on olders perls.
This problem has been fixed.
Release 2.14
MIME::QuotedPrint functions now also implemented using XS
which make them faster. 2-3 times faster when encoding line by
line and as much as 200 times faster on long binary input. There
is probably some breakage on non-ASCII systems from this.
The encode_qp() function now takes an $eol argument in the
same way as encode_base64() does.
Slight change in behaviour: the decode_qp() function now turns
\r\n terminated lines into \n terminated lines. This makes is
more likely that encode_qp(decode_qp()) round-trip properly.
Included {en,de}code-{base64,qp} utility scripts.
Release 2.13
Sync up with bleadperl:
- Documentation update
- EBCDIC support
- Whitespace tweaks
- Improved Unicode support
- Test suite tweaks
Improved version of the old_{en,de}code_base64 functions
contributed by Paul Szabo <psz@maths.usyd.edu.au>.
|
|
|
|
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
|
|
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
|
|
|
|
|
|
New in 0.4: Support for Juno's addressbook format.
(Thanks to Gregory dot Krohne at AFRC dot AF dot MIL)
|
|
while trying to chown a symlink.
|
|
This is two releases since 0.7.3 took a wrong turn somewhere and
was last seen rummaging in the bins behind NewsForge.net for old
documents. Any information leading to the recovery of the errant
release will be rewarded with a free copy of wv-0.7.4.
As usual I'm clueless about who has contributed what to wv since
the previous release. Martin Junius did a bunch of stuff, again;
Golan a.k.a. 'risk it' and Tian Huisohu found some memory leaks;
Corby Wilson fixed some stuff (hey, even I fixed some stuff :-),
and of course lots of stuff by Dom (internationalization etc.).
|
|
|
|
ImageMagick (different library name).
|
|
last README.html generation.
|
|
|
|
|
|
|
|
gmake to build. Remove the USE_GMAKE for just now - it seems
superfluous, since NetBSD's make(1) works fine, and is causing a
circular dependency.
|
|
|
|
|
|
Moved xlHtml to xlHtml-mixedcase in the repository [schmonz 2007-06-07]
|
|
|
|
|
|
if it is not needed it makes the package more consistent with other Perl5
module packages.
|
|
# sw 2002-Mar-6 Don't slurp the whole file
Convert to buildlink2. Add comment why the file gets installed as rpm2cpio.pl.
Closes PR 18581.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$Revision: 0.82 $
! Jcode.pm
pod typo fix and better jcode.pl compatibility
by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
|
|
|
|
libcompat.la, as that makes libtool think that package will be installed.
This was causing libpsiconv.la to depend on libcompat.la, even though the
latter was never installed. Bump the PKGREVISION.
|
|
|
|
|
|
Remove the buildlink2.mk, since the libraries referenced there are not
installed any more.
|
|
|
|
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
|
|
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $
! Jcode.pm
jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp>
Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
|