From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
[p5sagit/p5-mst-13.2.git] / ext / Encode / Encode.xs
2002-03-20 Paul Marquess From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2002-03-19 Jarkko Hietaniemi Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
2002-03-18 Jarkko Hietaniemi Integrate perlio:
2002-03-17 Nick Ing-Simmons Other :encoding oddities
2002-02-11 Nick Ing-Simmons Patch up the failing multi-byte write case, and un...
2002-02-11 Nick Ing-Simmons Add test for Japanese encoding (well euc-jp anyway).
2002-02-06 Craig A. Berry another Encode fix for VMS
2002-02-04 Jarkko Hietaniemi Signedness mumblings from Tru64.
2002-02-04 Craig A. Berry Encode build fix-ups for VMS
2002-02-03 Nick Ing-Simmons Remove debugging warning, be consistent about API fails.
2002-02-03 Nick Ing-Simmons Carry on where we left off if we have to grow destinati...
2002-02-03 Jarkko Hietaniemi Debug noise.
2002-02-03 Nick Ing-Simmons Stable intermediate point in Encode cleanup.
2002-02-01 Nick Ing-Simmons indent -kr -nce and some manual tweaks to match perl...
2002-02-01 Nick Ing-Simmons Minor Encode tweaks:
2002-01-29 Nick Ing-Simmons Basics of a compiled Encode XS extension
2002-01-25 SADAHIRO Tomoyuki [Patch Encode.xs] calculation of need overflows
2001-12-19 Nick Ing-Simmons Add pTHX to all vtable functions for future-proofing and
2001-11-27 Marc Lehmann Fix for
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-04 Nicholas Clark [REPATCH] Re: PerlIOBuf_dup
2001-10-26 Gurusamy Sarathy change#12065 seems to have broken Encode build on windo...
2001-10-16 Nick Ing-Simmons PerlIOXxxx_dups for all but Win32
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-06-13 Nick Ing-Simmons Avoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-06-12 Doug MacEachern ext/ + -Wall
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-03-29 Nick Ing-Simmons Change Encode's check arguments to 'bool' so SvTRUE...
2001-03-29 Robin Barker printf warning
2001-03-25 Nick Ing-Simmons Avoid at leasy one of undefined warnings in Encode.
2001-03-24 Nick Ing-Simmons Implement:
2001-03-23 Nick Ing-Simmons Perlio internals re-organized.
2001-03-23 Nick Ing-Simmons Add pTHX_ to -Duseperlio API where it does not conflict...
2001-03-22 Nick Ing-Simmons Snapshot of new PerlIO open scheme. Still buggy - mainl...
2001-03-18 Nick Ing-Simmons UTF-X encoding invariance for Encode:
2001-03-11 Nick Ing-Simmons Integrate mainline (for regexp stuff).
2001-03-11 Nick Ing-Simmons USE_SFIO issues as observed by Chris Nandor <pudge...
2001-03-10 Jarkko Hietaniemi Use #if defined(USE_PERLIO) ...
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-03-05 Nick Ing-Simmons Encode implementation "completion"
2001-02-25 Nick Ing-Simmons Change method names in Encode implementation classes...
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-01-24 Charles Bailey SYN SYN
2001-01-22 Nick Ing-Simmons More messing with Encode:
2001-01-21 Nick Ing-Simmons Warn and set errno when open(...,":encoding(xxxxx)...
2001-01-12 Robin Barker -Wformat
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-02 Jarkko Hietaniemi Signedness nit.
2001-01-01 Jarkko Hietaniemi Integrate perlio:
2001-01-01 Nick Ing-Simmons More rigor in UTF-8-ness of Encode's toUnicode
2000-12-31 Nick Ing-Simmons Start of support of ICU-style .ucm files:
2000-12-14 Jarkko Hietaniemi Integrate perlio:
2000-12-14 H.Merijn Brand [8104] Encode
2000-12-14 Nick Ing-Simmons "Compiled" encodings.
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-10-24 Andreas König Fix the bug reported in
2000-10-20 Charles Bailey SYN SYN
2000-10-02 Nick Ing-Simmons A few tweaks to get Tk803 to work with Encode scheme.
2000-09-15 Spider Boardman Multiplicity & ithreads fix for sv.c/Encode.xs
2000-09-14 Jarkko Hietaniemi Small portability tweaks.
2000-09-14 Jarkko Hietaniemi Fake return to pacify picky compilers.
2000-09-14 H.Merijn Brand Problems picked up by AIX cc.
2000-09-14 Jarkko Hietaniemi Batch of UTF-8 patches from Simon Cozens.
2000-09-13 Jarkko Hietaniemi Add the Encode extension. The code is still largely...