Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | File::Spec::VMS fixups, *not tested* on VMS (from Barrie Slaymaker) | Gurusamy Sarathy | 2000-03-11 | 2 | -123/+12 | |
* | | missing export list entry in change#5619 | Gurusamy Sarathy | 2000-03-11 | 1 | -0/+1 | |
* | | avoid using context pointer in MUTEX_INIT() et al; remove the | Gurusamy Sarathy | 2000-03-11 | 3 | -66/+30 | |
* | | remove =for section (from Johan Vromans) | Gurusamy Sarathy | 2000-03-11 | 1 | -69/+0 | |
* | | add nokfile target in Makefile (from Andy Dougherty) | Gurusamy Sarathy | 2000-03-11 | 1 | -0/+3 | |
* | | mention podchecker (from Tim Jenness <timj@jach.hawaii.edu>) | Gurusamy Sarathy | 2000-03-11 | 1 | -5/+6 | |
* | | VMS build tweaks (from Charles Bailey) | Gurusamy Sarathy | 2000-03-11 | 5 | -18/+46 | |
* | | remove outdated ftp.cis.ufl.edu reference | Gurusamy Sarathy | 2000-03-11 | 1 | -4/+0 | |
* | | failed hunk in change#5644 | Gurusamy Sarathy | 2000-03-11 | 1 | -1/+1 | |
* | | fix optimizer bug in /^(?p{"a"})b/ (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-03-11 | 2 | -1/+6 | |
* | | better {local,gm}time documentation (from Mark-Jason Dominus) | Gurusamy Sarathy | 2000-03-11 | 1 | -21/+33 | |
* | | tweaks for lynxos build (from Ed Mooring <mooring@lynx.com>) | Gurusamy Sarathy | 2000-03-11 | 3 | -2/+18 | |
* | | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-11 | 7 | -64/+126 | |
|\ \ | |/ | ||||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-11 | 43 | -283/+848 | |
| |\ | ||||||
| * | | Cpp out deadcode that IRIX compiler noticed. | Jarkko Hietaniemi | 2000-03-11 | 1 | -0/+3 | |
| * | | Do not use Perl's malloc in IRIX. | Jarkko Hietaniemi | 2000-03-10 | 1 | -2/+11 | |
| * | | Fix goofups noticed by Mark Bixby and Jeff Okamoto. | Jarkko Hietaniemi | 2000-03-10 | 2 | -41/+54 | |
| * | | Remove an obsolete note. | Jarkko Hietaniemi | 2000-03-09 | 1 | -3/+0 | |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-08 | 18 | -31/+264 | |
| |\ \ | ||||||
| * | | | ICU todo fixes. | Jarkko Hietaniemi | 2000-03-08 | 1 | -4/+11 | |
| * | | | Even more Todo. | Jarkko Hietaniemi | 2000-03-08 | 1 | -5/+27 | |
| * | | | More Todo. | Jarkko Hietaniemi | 2000-03-08 | 1 | -3/+16 | |
| * | | | wording changes | Jarkko Hietaniemi | 2000-03-08 | 1 | -12/+10 | |
* | | | | perldelta update, typos and whitespace adjustments | Gurusamy Sarathy | 2000-03-11 | 4 | -123/+126 | |
| |_|/ |/| | | ||||||
* | | | update Changes | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+16 | |
* | | | track more of the child state on Windows | Gurusamy Sarathy | 2000-03-09 | 2 | -3/+30 | |
* | | | UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+6 | |
* | | | tweak Unicode notes, other cleanups | Gurusamy Sarathy | 2000-03-09 | 6 | -100/+178 | |
* | | | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 21 | -72/+308 | |
* | | | avoid autoflushing behavior of fork/system/exec on Solaris (thanks | Gurusamy Sarathy | 2000-03-09 | 2 | -6/+26 | |
* | | | abort build on HP-UX if bundled non-ANSI compiler is detected | Gurusamy Sarathy | 2000-03-09 | 1 | -9/+9 | |
* | | | patch from Larry to make -T filetest algorithm recognize utf8 as | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+20 | |
* | | | provide support for deleting actions etc. (from Ronald J Kimball | Gurusamy Sarathy | 2000-03-09 | 2 | -26/+48 | |
* | | | new xsubpp keywords should be in all caps | Gurusamy Sarathy | 2000-03-09 | 1 | -11/+11 | |
* | | | demand-load utf8.pm in swash routines | Gurusamy Sarathy | 2000-03-09 | 2 | -1/+14 | |
* | | | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 3 | -31/+20 | |
* | | | do FILE should not see outside lexicals (from Rick Delaney | Gurusamy Sarathy | 2000-03-08 | 3 | -4/+19 | |
* | | | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 8 | -17/+143 | |
| |/ |/| | ||||||
* | | clarify docs on return value from binding operators | Gurusamy Sarathy | 2000-03-08 | 1 | -2/+5 | |
* | | shore up pod2latex shortcomings, and a Pod::Parser fix (from | Gurusamy Sarathy | 2000-03-08 | 4 | -5/+78 | |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-08 | 6 | -56/+393 | |
|\ \ | |/ | ||||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-08 | 27 | -103/+284 | |
| |\ | ||||||
| * | | Make the stringification more customizable. | Jarkko Hietaniemi | 2000-03-08 | 3 | -55/+247 | |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 3 | -30/+623 | |
| |\ \ | ||||||
| * | | | circumvent VMS fileno bug in old DEC C version | Craig A. Berry | 2000-03-06 | 1 | -0/+5 | |
| * | | | Use $^O. | Jarkko Hietaniemi | 2000-03-06 | 1 | -1/+1 | |
| * | | | Undo drift from the mainline. | Jarkko Hietaniemi | 2000-03-06 | 2 | -13/+15 | |
| |\ \ \ | ||||||
| * \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 7 | -48/+72 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 23 | -148/+338 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-06 | 2 | -10/+26 | |
| |\ \ \ \ \ |