Work in progress UNIX-side edit of win32 PerLIO layer
[p5sagit/p5-mst-13.2.git] / ext / Encode /
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-05-04 Jarkko Hietaniemi Encode/IO doc tweaks.
2001-05-03 Nick Ing-Simmons Allow $answer = encode($object,$text); like it says...
2001-05-03 Nick Ing-Simmons Fix latin1 etc. alias code - (bit rot?) - the @latin2is...
2001-05-02 Jarkko Hietaniemi Additional note on the encoding example: one cannot
2001-05-02 Jarkko Hietaniemi Add an encoding conversion example.
2001-04-21 Jarkko Hietaniemi PerlIO and Encode doc cleanup and tweaks.
2001-04-06 Nick Ing-Simmons Quote $VERSION in Encode.pm.
2001-03-29 Nick Ing-Simmons Change Encode's check arguments to 'bool' so SvTRUE...
2001-03-29 Robin Barker printf warning
2001-03-27 Jarkko Hietaniemi Integrate perlio:
2001-03-27 Nick Ing-Simmons Various EBCDIC fixes:
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-09 Jarkko Hietaniemi Regen perlapi, perltoc.
2001-03-05 Nick Ing-Simmons More Encode alias tidying.
2001-03-05 Jarkko Hietaniemi The mapping of ISO Latin X to ISO 8859-Y is tricky.
2001-03-05 Jarkko Hietaniemi Add more ISO 8859 encoding aliases.
2001-03-05 Nick Ing-Simmons Encode implementation "completion"
2001-03-01 Nick Ing-Simmons Integrate mainline.
2001-02-28 Nick Ing-Simmons Add charname comments to .ucm files writen by 'compile',
2001-02-28 Michael Stevens Re: Errors in core PODs
2001-02-26 Jarkko Hietaniemi perlglob.exe needs to be found in Win32, patch from
2001-02-25 Nick Ing-Simmons Encode implementations docs.
2001-02-25 Nick Ing-Simmons Change method names in Encode implementation classes...
2001-02-25 Nick Ing-Simmons Checked in the wrong one ...
2001-02-24 Nick Ing-Simmons Encode API documentation nd tidy up.
2001-01-24 Charles Bailey SYN SYN
2001-01-23 Jarkko Hietaniemi print() instead of warn() so that stderr doesn't get
2001-01-22 Nick Ing-Simmons More messing with Encode:
2001-01-22 Nick Ing-Simmons Change file-of-files command line from -F to -f to...
2001-01-21 Nick Ing-Simmons Switch "compiled in" encodings to .ucm format.
2001-01-21 Nick Ing-Simmons Encode cleanup.
2001-01-21 Nick Ing-Simmons Warn and set errno when open(...,":encoding(xxxxx)...
2001-01-13 Nick Ing-Simmons VMS friendly patch to Encode compile process
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 Integrate mainline
2001-01-01 Nick Ing-Simmons More rigor in UTF-8-ness of Encode's toUnicode
2001-01-01 Jarkko Hietaniemi Integrate perlio:
2001-01-01 Nick Ing-Simmons Loose the "Loading..." warning.
2000-12-31 Nick Ing-Simmons Fix .ucm reading - forgot a chr()
2000-12-31 Jarkko Hietaniemi Comment away a diagnostic message as noted by Craig...
2000-12-31 Craig A. Berry ext/Encode/Makefile.PL line shortening
2000-12-31 Nick Ing-Simmons Start of support of ICU-style .ucm files:
2000-12-23 Nick Ing-Simmons Encode's Makefile.PL fix not good for dmake $(MAKEFILE...
2000-12-23 Nick Ing-Simmons "Compiled" encode build cleanup
2000-12-19 Nick Ing-Simmons Avoid looking for File::Glob when we don't need it.
2000-12-14 Jarkko Hietaniemi Integrate perlio:
2000-12-14 Nick Ing-Simmons Win32 tweaks to get Encode to build
2000-12-14 Jarkko Hietaniemi Integrate perlio:
2000-12-14 H.Merijn Brand [8104] Encode
2000-12-14 Peter Prymmer Re: Encode/cp1047.enc etc.
2000-12-14 Nick Ing-Simmons "Cold" build correction to Encode's Makefile.PL
2000-12-14 Nick Ing-Simmons "Compiled" encodings.
2000-12-13 Nick Ing-Simmons Beginings of compiled encodings - checked in as a snaps...
2000-12-11 Nick Ing-Simmons Finish 1st pass of "encoding" layer e.g. :
2000-12-10 Nick Ing-Simmons Not merge worthy...
2000-12-08 Jarkko Hietaniemi Add ISO 8859-16 encoding. Not a standard yet but seems...
2000-11-29 Jarkko Hietaniemi Add the Encoding table format documentation.
2000-11-11 Jarkko Hietaniemi Add more encoding tables.
2000-10-31 Peter Prymmer add three new EBCDIC Encode-ings && many tests
2000-10-24 Andreas König Fix the bug reported in
2000-10-20 Charles Bailey SYN SYN
2000-10-08 Nick Ing-Simmons Tables assume network byte order for 16 bit forms,...
2000-10-08 Nick Ing-Simmons Make "encodings" work post-install when Encode/*.enc...
2000-10-08 Nick Ing-Simmons Work round the fact that $hash->{$key} does not take...
2000-10-02 Nick Ing-Simmons A few tweaks to get Tk803 to work with Encode scheme.
2000-10-01 Nick Ing-Simmons Add checking cases to Encode's toUnicode and fromUnicode.
2000-10-01 Nick Ing-Simmons Add encoding tables from tcl8.3.2 and perl code in...
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...