Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Needed by #14985. | Jarkko Hietaniemi | 2002-03-04 | 3 | -0/+8 |
* | Upgrade to Tie::File 0.16. | Abhijit Menon-Sen | 2002-03-04 | 6 | -37/+312 |
* | perly-fixer | Ilya Zakharevich | 2002-03-04 | 2 | -3/+6 |
* | xsubpp | Ilya Zakharevich | 2002-03-04 | 2 | -18/+73 |
* | sv_cmp and friends | Ilya Zakharevich | 2002-03-04 | 3 | -59/+56 |
* | Fix File::Path docs as suggested by Ronald Kimball. | Abhijit Menon-Sen | 2002-03-04 | 1 | -2/+2 |
* | Update perldata fix as suggested by Benjamin Goldberg. | Abhijit Menon-Sen | 2002-03-04 | 1 | -3/+3 |
* | Faulty skip. | Jarkko Hietaniemi | 2002-03-04 | 1 | -1/+1 |
* | [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for cl... | Anton Tagunov | 2002-03-04 | 2 | -10/+17 |
* | Re[2]: [ID 20020227.016] Fix perldata manpage? | Anton Tagunov | 2002-03-04 | 1 | -0/+5 |
* | RE: [PATCH] RE: DB_File breakage | Paul Marquess | 2002-03-04 | 3 | -15/+102 |
* | docs for ExtUtils::Manifest | Nicholas Clark | 2002-03-04 | 1 | -6/+11 |
* | Forgot from the M::BI 1.54 update. | Jarkko Hietaniemi | 2002-03-04 | 3 | -46/+67 |
* | attr | Paul Marquess | 2002-03-04 | 2 | -6/+6 |
* | File::Path documentation | Colin Meyer | 2002-03-04 | 1 | -0/+9 |
* | Typo. | Jarkko Hietaniemi | 2002-03-04 | 1 | -1/+1 |
* | Editing errors. | Jarkko Hietaniemi | 2002-03-04 | 1 | -4/+4 |
* | Upgrade to Math::BigInt 1.54. | Jarkko Hietaniemi | 2002-03-04 | 12 | -104/+336 |
* | Test tweak from Craig Berry. | Jarkko Hietaniemi | 2002-03-04 | 1 | -2/+2 |
* | Upgrade to Tie::File 0.15. | Jarkko Hietaniemi | 2002-03-04 | 17 | -92/+268 |
* | The EBCDIC gaps apply only to the real A-Z. | Jarkko Hietaniemi | 2002-03-04 | 1 | -2/+1 |
* | EBCDIC: deparse \cX correctly. | Jarkko Hietaniemi | 2002-03-03 | 1 | -1/+37 |
* | nit in perlsyn.pod | Wolfgang Laun | 2002-03-03 | 1 | -1/+1 |
* | use Config; use Config; require Config; | Michael G. Schwern | 2002-03-03 | 1 | -2/+0 |
* | [ PATCH ] HP back to default | H.Merijn Brand | 2002-03-03 | 1 | -3/+3 |
* | EBCDIC: special cases of special cases. | Jarkko Hietaniemi | 2002-03-03 | 1 | -1/+42 |
* | EBCDIC: the v-string components cannot exceed 2147483647. | Jarkko Hietaniemi | 2002-03-03 | 4 | -33/+54 |
* | Remove the bogus "incorrect case" warning completely. | Jarkko Hietaniemi | 2002-03-03 | 2 | -13/+16 |
* | Re: PATCH (bleadperl): Quieter handling of tied arrays | Mark-Jason Dominus | 2002-03-03 | 1 | -1/+21 |
* | Fix #14957. | Abhijit Menon-Sen | 2002-03-03 | 1 | -0/+2 |
* | NL in debugger | Ilya Zakharevich | 2002-03-03 | 1 | -4/+44 |
* | Re: DB_File breakage | Schuyler Erle | 2002-03-03 | 0 | -0/+0 |
* | Debugging OPs | Ilya Zakharevich | 2002-03-03 | 7 | -10/+52 |
* | Tie::Array doc patch | Tatsuhiko Miyagawa | 2002-03-03 | 1 | -2/+2 |
* | Re: Smoke 14870 | Nicholas Clark | 2002-03-03 | 1 | -1/+1 |
* | RE: VERSION core | Paul Marquess | 2002-03-03 | 1 | -1/+16 |
* | The #14949 removed this error from non-Win32. | Jarkko Hietaniemi | 2002-03-02 | 1 | -9/+0 |
* | BeOS back on track. | Jarkko Hietaniemi | 2002-03-02 | 1 | -7/+5 |
* | The _POSIX_OPEN_MAX values are allowed *minimums*, | Jarkko Hietaniemi | 2002-03-02 | 1 | -1/+1 |
* | For now, make "incorrect case" a Win32-only warning. | Jarkko Hietaniemi | 2002-03-02 | 1 | -0/+2 |
* | Demand more before attempting socketpair(). | Jarkko Hietaniemi | 2002-03-02 | 1 | -1/+1 |
* | Remove obsolete hack. | Jarkko Hietaniemi | 2002-03-02 | 1 | -3/+0 |
* | Forgot to delete encode.* from MANIFEST. | Abhijit Menon-Sen | 2002-03-02 | 1 | -2/+0 |
* | Delete ex-test output. | Abhijit Menon-Sen | 2002-03-02 | 2 | -588/+0 |
* | DB_File 1.803 | Paul Marquess | 2002-03-02 | 4 | -25/+33 |
* | Upgrade to Tie::File 0.14. | Abhijit Menon-Sen | 2002-03-02 | 7 | -35/+382 |
* | More CJK (just C, really) tables from Autrijus Tang | Jarkko Hietaniemi | 2002-03-02 | 10 | -10/+5736 |
* | perldoc -q outputs Author and Copyright section | Ronald J. Kimball | 2002-03-02 | 1 | -1/+1 |
* | PATCH: "splice() offset past end of array" warning. (take 2) | Jarkko Hietaniemi | 2002-03-02 | 4 | -3/+16 |
* | PATCH (bleadperl): Quieter handling of tied arrays | Mark-Jason Dominus | 2002-03-02 | 1 | -4/+10 |