| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for | Marc Lehmann | 2001-11-27 | 1 | -0/+4 |
* | Allow dup'ing of PerlIO::Scalar etc. | Nick Ing-Simmons | 2001-11-18 | 1 | -4/+3 |
* | [REPATCH] Re: PerlIOBuf_dup | Nicholas Clark | 2001-11-04 | 1 | -3/+6 |
* | change#12065 seems to have broken Encode build on windows; fix | Gurusamy Sarathy | 2001-10-26 | 1 | -2/+2 |
* | PerlIOXxxx_dups for all but Win32 | Nick Ing-Simmons | 2001-10-16 | 1 | -2/+10 |
* | Skeleton of "PerlIO_dup" coded. | Nick Ing-Simmons | 2001-10-16 | 1 | -0/+8 |
* | Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish | Nick Ing-Simmons | 2001-06-13 | 1 | -1/+5 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -0/+1 |
* | Change Encode's check arguments to 'bool' so SvTRUE gets used | Nick Ing-Simmons | 2001-03-29 | 1 | -4/+4 |
* | printf warning | Robin Barker | 2001-03-29 | 1 | -1/+1 |
* | Avoid at leasy one of undefined warnings in Encode. | Nick Ing-Simmons | 2001-03-25 | 1 | -2/+9 |
* | Implement: | Nick Ing-Simmons | 2001-03-24 | 1 | -1/+1 |
* | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 1 | -8/+30 |
* | Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. | Nick Ing-Simmons | 2001-03-23 | 1 | -2/+4 |
* | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+0 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 1 | -32/+0 |
* | Integrate mainline (for regexp stuff). | Nick Ing-Simmons | 2001-03-11 | 1 | -1/+1 |
|\ |
|
| * | Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just | Jarkko Hietaniemi | 2001-03-10 | 1 | -2/+2 |
* | | USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com> | Nick Ing-Simmons | 2001-03-11 | 1 | -2/+2 |
|/ |
|
* | EBCDIC sanity - phase I | Nick Ing-Simmons | 2001-03-10 | 1 | -2/+2 |
* | Encode implementation "completion" | Nick Ing-Simmons | 2001-03-05 | 1 | -5/+8 |
* | Change method names in Encode implementation classes to something | Nick Ing-Simmons | 2001-02-25 | 1 | -5/+5 |
* | Encode API documentation nd tidy up. | Nick Ing-Simmons | 2001-02-24 | 1 | -93/+8 |
* | More messing with Encode: | Nick Ing-Simmons | 2001-01-22 | 1 | -5/+11 |
* | Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx. | Nick Ing-Simmons | 2001-01-21 | 1 | -2/+11 |
* | -Wformat | Robin Barker | 2001-01-12 | 1 | -2/+2 |
* | Signedness nit. | Jarkko Hietaniemi | 2001-01-02 | 1 | -1/+1 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-01-01 | 1 | -0/+32 |
* | Start of support of ICU-style .ucm files: | Nick Ing-Simmons | 2000-12-31 | 1 | -1/+5 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-12-14 | 1 | -0/+129 |
|\ |
|
| * | "Compiled" encodings. | Nick Ing-Simmons | 2000-12-14 | 1 | -0/+129 |
* | | [8104] Encode | H.Merijn Brand | 2000-12-14 | 1 | -4/+4 |
|/ |
|
* | Finish 1st pass of "encoding" layer e.g. : | Nick Ing-Simmons | 2000-12-11 | 1 | -17/+95 |
* | Not merge worthy... | Nick Ing-Simmons | 2000-12-10 | 1 | -0/+232 |
* | Fix the bug reported in | Andreas König | 2000-10-24 | 1 | -1/+1 |
* | A few tweaks to get Tk803 to work with Encode scheme. | Nick Ing-Simmons | 2000-10-02 | 1 | -11/+9 |
* | Multiplicity & ithreads fix for sv.c/Encode.xs | Spider Boardman | 2000-09-15 | 1 | -1/+1 |
* | Small portability tweaks. | Jarkko Hietaniemi | 2000-09-14 | 1 | -5/+3 |
* | Fake return to pacify picky compilers. | Jarkko Hietaniemi | 2000-09-14 | 1 | -0/+1 |
* | Problems picked up by AIX cc. | H.Merijn Brand | 2000-09-14 | 1 | -5/+5 |
* | Batch of UTF-8 patches from Simon Cozens. | Jarkko Hietaniemi | 2000-09-14 | 1 | -14/+89 |
* | Add the Encode extension. The code is still largely just skeleton. | Jarkko Hietaniemi | 2000-09-13 | 1 | -0/+169 |