Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | socketpair tweaks from Nicholas Clark. | Jarkko Hietaniemi | 2001-12-29 | 1 | -2/+2 |
* | Re: B::walksymtable oddness | Mattia Barbon | 2001-12-28 | 1 | -5/+5 |
* | because (sys)?read doesn't reset buffers | Nicholas Clark | 2001-12-27 | 1 | -0/+7 |
* | More wait status trickery for BeOS. | Jarkko Hietaniemi | 2001-12-27 | 1 | -6/+20 |
* | Re: socketpair emulation | Nicholas Clark | 2001-12-27 | 1 | -1/+3 |
* | [PATCH] check return of close | Andreas König | 2001-12-27 | 1 | -1/+1 |
* | Bad $? assumptions. | Jarkko Hietaniemi | 2001-12-26 | 1 | -2/+49 |
* | Re: socketpair emulation | Nicholas Clark | 2001-12-24 | 1 | -5/+25 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-12-23 | 1 | -2/+2 |
|\ | |||||
| * | Add at least the "important" PerlIO_xxxx functions to embed.pl | Nick Ing-Simmons | 2001-12-22 | 1 | -2/+2 |
* | | socketpair emulation | Nicholas Clark | 2001-12-23 | 1 | -0/+144 |
|/ | |||||
* | Fix mis-parse of autoloaded usage code by declaring the sub | Nick Ing-Simmons | 2001-12-22 | 1 | -4/+6 |
* | __DATA__ and packages | Rafael Garcia-Suarez | 2001-12-21 | 1 | -2/+4 |
* | ext/B/B/Xref.pm adding "our" recognition | Wolfgang Laun | 2001-12-21 | 1 | -9/+10 |
* | packing I32 with L is not nice, need l; from Wolfgang Laun. | Jarkko Hietaniemi | 2001-12-21 | 3 | -3/+3 |
* | A plan is good. | Jarkko Hietaniemi | 2001-12-21 | 1 | -1/+1 |
* | [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma | chromatic | 2001-12-21 | 1 | -0/+65 |
* | minor qr// fix | Rafael Garcia-Suarez | 2001-12-20 | 1 | -4/+5 |
* | Integrate perlio: | Jarkko Hietaniemi | 2001-12-19 | 3 | -85/+57 |
|\ | |||||
| * | Add pTHX to all vtable functions for future-proofing and | Nick Ing-Simmons | 2001-12-19 | 3 | -85/+57 |
* | | One more embedded (?sx) de-embedded, from Wolfgang Laun. | Jarkko Hietaniemi | 2001-12-19 | 1 | -3/+2 |
|/ | |||||
* | B::Assembler/B::Disassembler patches and test; | Jarkko Hietaniemi | 2001-12-19 | 3 | -36/+475 |
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -2/+3 |
* | [doc patch] s{(?<=perldeb)ug}{guts} | Hugo van der Sanden | 2001-12-18 | 1 | -2/+2 |
* | more POSIX tests, and more autoloading | Nicholas Clark | 2001-12-17 | 2 | -21/+41 |
* | Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. | Michael G. Schwern | 2001-12-17 | 1 | -2/+2 |
* | rcatline support ($_.=<ARGV>) | Rafael Garcia-Suarez | 2001-12-15 | 2 | -3/+21 |
* | The hoops one has to jump through. | Jarkko Hietaniemi | 2001-12-15 | 1 | -1/+13 |
* | Compile test | Michael G. Schwern | 2001-12-15 | 1 | -0/+12 |
* | Some weak docs | Michael G. Schwern | 2001-12-15 | 1 | -1/+35 |
* | B::Asmdata test | Michael G. Schwern | 2001-12-15 | 1 | -0/+44 |
* | Adding B::Asmdata docs | Michael G. Schwern | 2001-12-15 | 1 | -2/+44 |
* | User may not have a valid home directory even if | Jarkko Hietaniemi | 2001-12-14 | 1 | -3/+5 |
* | "preprocessing directive not recognized within macro arg" | Jarkko Hietaniemi | 2001-12-13 | 1 | -2/+4 |
* | EPOC fixes from Olaf Flebbe. | Jarkko Hietaniemi | 2001-12-12 | 2 | -1/+5 |
* | Must remember to require Socket. | Jarkko Hietaniemi | 2001-12-12 | 1 | -0/+2 |
* | In BeOS Errno must resort to actual compilation | Jarkko Hietaniemi | 2001-12-12 | 1 | -0/+34 |
* | BeOS still has no good sockets. | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | BeOS sockets are not true sockets. | Jarkko Hietaniemi | 2001-12-12 | 1 | -1/+1 |
* | No Socket, no Syslog. | Jarkko Hietaniemi | 2001-12-12 | 1 | -2/+4 |
* | Make Errno better in BeOS (the second hunk is | Jarkko Hietaniemi | 2001-12-11 | 1 | -0/+5 |
* | cat2type in tests for VMS | Craig A. Berry | 2001-12-10 | 1 | -1/+1 |
* | Telling how many tests we are expecting helps. | Jarkko Hietaniemi | 2001-12-10 | 1 | -3/+3 |
* | Add a test case for waitpid(): from Rocco Caputo. | Jarkko Hietaniemi | 2001-12-10 | 1 | -0/+88 |
* | $apply->('club', $glibc_maintainers); | Jarkko Hietaniemi | 2001-12-05 | 1 | -1/+0 |
* | minor pod fix in Safe.pm | Rafael Garcia-Suarez | 2001-12-04 | 1 | -1/+1 |
* | Make the Langinfo test both more lenient (allow | Jarkko Hietaniemi | 2001-12-04 | 1 | -51/+34 |
* | DOS/DJGPP has nl_langinfo() but nothing much in it. | Jarkko Hietaniemi | 2001-12-03 | 1 | -1/+2 |
* | PPPort update from Paul Marquess. | Jarkko Hietaniemi | 2001-12-03 | 13 | -333/+475 |
* | Be more explicit on the List::Util build trick, | Jarkko Hietaniemi | 2001-12-02 | 1 | -28/+15 |