summaryrefslogtreecommitdiff
path: root/ext/Encode
Commit message (Expand)AuthorAgeFilesLines
* Signedness mumblings from Tru64.Jarkko Hietaniemi2002-02-041-3/+3
* Encode build fix-ups for VMSCraig A. Berry2002-02-042-1/+6
* Integrate perlio:Jarkko Hietaniemi2002-02-041-24/+28
|\
| * Remove debugging warning, be consistent about API fails.Nick Ing-Simmons2002-02-031-5/+6
| * Carry on where we left off if we have to grow destination SV during XS encode...Nick Ing-Simmons2002-02-031-17/+22
| * Integrate mainlineNick Ing-Simmons2002-02-032-72/+46
| |\
* | | Debug noise.Jarkko Hietaniemi2002-02-031-0/+2
* | | Integrate perlio:Jarkko Hietaniemi2002-02-033-121/+231
|\ \ \ | |/ / | | / | |/ |/|
| * Stable intermediate point in Encode cleanup.Nick Ing-Simmons2002-02-033-121/+231
* | Integrate perlio:Jarkko Hietaniemi2002-02-031-384/+363
|\ \ | |/
| * indent -kr -nce and some manual tweaks to match perl style.Nick Ing-Simmons2002-02-011-384/+363
* | Sub-MANIFEST-tweak.Jarkko Hietaniemi2002-02-021-1/+1
* | [Patch] Encode::Tcl::Escape, more ISO2022 likeSADAHIRO Tomoyuki2002-02-021-71/+45
* | Integrate perlio:Jarkko Hietaniemi2002-02-014-14/+17
|\ \ | |/
| * Minor Encode tweaks:Nick Ing-Simmons2002-02-015-15/+18
* | Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;Jarkko Hietaniemi2002-01-302-1/+1
* | Integrate perlio:Jarkko Hietaniemi2002-01-303-16/+73
|\ \ | |/
| * Collect some stats during compile process.Nick Ing-Simmons2002-01-303-16/+73
| * Integrate Jarkko's path/INC tweaksNick Ing-Simmons2002-01-301-2/+2
* | Must find stuff during build.Jarkko Hietaniemi2002-01-291-2/+2
* | Integrate with perlio;Jarkko Hietaniemi2002-01-295-2/+7232
|\ \ | |/
| * Basics of a compiled Encode XS extensionNick Ing-Simmons2002-01-295-2/+7232
| * Integrate mainlineNick Ing-Simmons2002-01-2944-1203/+1492
* | Encode cleanup from Dan Kogai; reworked even further.Jarkko Hietaniemi2002-01-2944-1204/+1492
|/
* [Patch Encode.xs] calculation of need overflowsSADAHIRO Tomoyuki2002-01-251-3/+5
* Quick reformat using indent -kr -nce, as requestedJarkko Hietaniemi2002-01-121-67/+56
* No need to show internal encodings, or return themJarkko Hietaniemi2002-01-101-1/+6
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-191-18/+11
* encode()/decode() examples.Jarkko Hietaniemi2001-12-021-0/+9
* Fix forMarc Lehmann2001-11-271-0/+4
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-181-4/+3
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+3
* There are several MIME RFCs.Jarkko Hietaniemi2001-11-141-1/+1
* Minor patch to Encode.pm (detypo)Philip Newton2001-11-131-1/+1
* Evil tabulators.Jarkko Hietaniemi2001-11-131-10/+10
* Document the available encodings.Jarkko Hietaniemi2001-11-131-2/+84
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
* Ooops. I was "fixing" the wrong routine in #12947 and #12950.Jarkko Hietaniemi2001-11-121-1/+0
* (retracted by #12951)Jarkko Hietaniemi2001-11-121-1/+1
* (retracted by #12951)Jarkko Hietaniemi2001-11-111-0/+1
* The Official name of ASCII.Jarkko Hietaniemi2001-11-101-0/+3
* Enhance the open pragma to support :utf8, :locale,Jarkko Hietaniemi2001-11-101-2/+10
* Document the UTF-16 surrogate encoding and decoding.Jarkko Hietaniemi2001-11-101-1/+13
* [REPATCH] Re: PerlIOBuf_dupNicholas Clark2001-11-041-3/+6
* Clarification: use encoding cannot be used toJarkko Hietaniemi2001-10-311-1/+1
* More documentation for the encode pragma.Jarkko Hietaniemi2001-10-311-1/+4
* change#12065 seems to have broken Encode build on windows; fixGurusamy Sarathy2001-10-262-4/+4
* Re: PerlIO and EncodeSADAHIRO Tomoyuki2001-10-193-201/+388
* PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-161-2/+10
* Skeleton of "PerlIO_dup" coded.Nick Ing-Simmons2001-10-161-0/+8