Integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / Encode /
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...