PATCH: Restore "Can't declare scalar dereference in my" error
[p5sagit/p5-mst-13.2.git] / ext /
2001-12-24 Nicholas Clark Re: socketpair emulation
2001-12-23 Jarkko Hietaniemi Integrate perlio:
2001-12-23 Nicholas Clark socketpair emulation
2001-12-22 Nick Ing-Simmons Add at least the "important" PerlIO_xxxx functions...
2001-12-22 Nick Ing-Simmons Fix mis-parse of autoloaded usage code by declaring...
2001-12-21 Rafael Garcia-Suarez __DATA__ and packages
2001-12-21 Wolfgang Laun ext/B/B/Xref.pm adding "our" recognition
2001-12-21 Jarkko Hietaniemi packing I32 with L is not nice, need l; from Wolfgang...
2001-12-21 Jarkko Hietaniemi A plan is good.
2001-12-21 chromatic [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2001-12-20 Rafael Garcia-Suarez minor qr// fix
2001-12-20 Nick Ing-Simmons Integrate mainline (mostly) utf8.c does not compile.
2001-12-19 Jarkko Hietaniemi Integrate perlio:
2001-12-19 Nick Ing-Simmons Add pTHX to all vtable functions for future-proofing and
2001-12-19 Jarkko Hietaniemi One more embedded (?sx) de-embedded, from Wolfgang...
2001-12-19 Jarkko Hietaniemi B::Assembler/B::Disassembler patches and test;
2001-12-18 Nick Ing-Simmons Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-18 Hugo van der Sanden [doc patch] s{(?<=perldeb)ug}{guts}
2001-12-17 Nicholas Clark more POSIX tests, and more autoloading
2001-12-17 Michael G. Schwern Re: [ID 20011216.005] B::Deparse turns legal code into...
2001-12-15 Rafael Garcia-Suarez rcatline support ($_.=<ARGV>)
2001-12-15 Jarkko Hietaniemi The hoops one has to jump through.
2001-12-15 Michael G. Schwern Compile test
2001-12-15 Michael G. Schwern Some weak docs
2001-12-15 Michael G. Schwern B::Asmdata test
2001-12-15 Michael G. Schwern Adding B::Asmdata docs
2001-12-14 Jarkko Hietaniemi User may not have a valid home directory even if
2001-12-13 Jarkko Hietaniemi "preprocessing directive not recognized within macro...
2001-12-12 Jarkko Hietaniemi EPOC fixes from Olaf Flebbe.
2001-12-12 Jarkko Hietaniemi Must remember to require Socket.
2001-12-12 Jarkko Hietaniemi In BeOS Errno must resort to actual compilation
2001-12-12 Jarkko Hietaniemi BeOS still has no good sockets.
2001-12-12 Jarkko Hietaniemi BeOS sockets are not true sockets.
2001-12-12 Jarkko Hietaniemi No Socket, no Syslog.
2001-12-11 Jarkko Hietaniemi Make Errno better in BeOS (the second hunk is
2001-12-10 Craig A. Berry cat2type in tests for VMS
2001-12-10 Jarkko Hietaniemi Telling how many tests we are expecting helps.
2001-12-10 Jarkko Hietaniemi Add a test case for waitpid(): from Rocco Caputo.
2001-12-05 Jarkko Hietaniemi $apply->('club', $glibc_maintainers);
2001-12-04 Rafael Garcia-Suarez minor pod fix in Safe.pm
2001-12-04 Jarkko Hietaniemi Make the Langinfo test both more lenient (allow
2001-12-03 Jarkko Hietaniemi DOS/DJGPP has nl_langinfo() but nothing much in it.
2001-12-03 Jarkko Hietaniemi PPPort update from Paul Marquess.
2001-12-02 Jarkko Hietaniemi Be more explicit on the List::Util build trick,
2001-12-02 Jarkko Hietaniemi There isn't PTR2INT(), there's PTR2IV().
2001-12-02 Marc Lehmann [ID 20011201.170] Time::HiRes in devel-perl causes...
2001-12-02 Jarkko Hietaniemi encode()/decode() examples.
2001-12-01 Jarkko Hietaniemi Try to make a missing RADIXCHAR a softer kinder error.
2001-12-01 Jarkko Hietaniemi Have a little faith on nl_langinfo() itself.
2001-12-01 Jarkko Hietaniemi Typo (a missing endparen) and thinko (_MAXSTRMSG is
2001-12-01 Jarkko Hietaniemi Make reality agree with the comment.
2001-12-01 Jarkko Hietaniemi Try to protect against wild langinfo() arguments.
2001-12-01 Rafael Garcia-Suarez Re: [ID 20011129.163] B::Xref- $top corrupt
2001-12-01 Jarkko Hietaniemi Upgrade to Storable 1.0.14.
2001-11-30 Jarkko Hietaniemi More Socket constants.
2001-11-30 Jarkko Hietaniemi Let's not assume how much memory has been allocated
2001-11-30 Jarkko Hietaniemi Unused variables.
2001-11-30 Jarkko Hietaniemi Upgrade to Unicode::Normalize 0.12.
2001-11-30 Jarkko Hietaniemi Whether select() gets restarted on signals is
2001-11-29 Jarkko Hietaniemi BGET_IV was missing.
2001-11-29 Rafael Garcia-Suarez deparse -wl0 -i.bak
2001-11-29 Andy Dougherty Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current
2001-11-29 Jarkko Hietaniemi Change $=, $., $*, $%, and $- to be IVs instead of...
2001-11-27 Marc Lehmann Fix for
2001-11-27 Paul Marquess DB_File 1.801
2001-11-27 Paul Marquess RE: [PATCH @ 13283] Devel::PPPort
2001-11-27 Jarkko Hietaniemi UTF-EBCDIC.
2001-11-27 Jarkko Hietaniemi Update the EBCDIC MD5 checksums.
2001-11-27 Bob Dalgleish [ID 20011126.148] Socket::inet_aton() incorrectly accep...
2001-11-26 Paul Marquess Devel::PPPort
2001-11-25 Jarkko Hietaniemi DJGPP cannot do signals that well.
2001-11-25 Jarkko Hietaniemi Can't do subsecond alarms without ualarm; and break out
2001-11-25 Craig A. Berry Socket::my_inet_aton() tweak
2001-11-25 Jarkko Hietaniemi Win32 compilation tweaks for Blair Zajac.
2001-11-25 Jarkko Hietaniemi I don't think trying to bracket the hires time with...
2001-11-25 Jarkko Hietaniemi The joys of portable quoting.
2001-11-25 Gurusamy Sarathy xsubpp treats invalid (indented) cpp directives as...
2001-11-24 Craig A. Berry make PPPort/harness build on VMS
2001-11-24 Gurusamy Sarathy use portable quotes
2001-11-24 Paul Marquess DB_File 1.800
2001-11-24 Jarkko Hietaniemi Tweak the PUSHED documentation.
2001-11-23 Peter Prymmer switch unfcmb.h to employ 'STDCHAR' in place of char
2001-11-21 Philip Newton Re: PERFORCE change 13162 for review
2001-11-21 Jarkko Hietaniemi Small doc tweaks.
2001-11-21 Jarkko Hietaniemi Redundant return.
2001-11-21 Jarkko Hietaniemi Add Devel::PPPort originally from Kenneth Albanowski,
2001-11-20 Jarkko Hietaniemi Give a simple example of writing PerlIO::Via handlers
2001-11-20 Andy Dougherty Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-11-20 Andy Dougherty Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048...
2001-11-19 Craig A. Berry io_poll.t vms/test.com tweaks
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-16 Jarkko Hietaniemi 5005threads didn't work because $Thread::VERSION wasn't
2001-11-16 Charles Randall Robustness against Linux using something else than...
2001-11-16 Ilya Zakharevich runtime runops switch
2001-11-16 Jarkko Hietaniemi Make Thread a wrapper for both ithreads and 5005threads.
2001-11-16 Jarkko Hietaniemi $VERSION "a5" doesn't quite work.
2001-11-16 Jarkko Hietaniemi Add the fruits of Larry Shatzer's version verifying...
2001-11-15 Jarkko Hietaniemi Fix for "perlio bug in koi8-r encoding". The problem
2001-11-14 Jarkko Hietaniemi There are several MIME RFCs.
2001-11-14 Michael G. Schwern VMS fix
next