| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid at leasy one of undefined warnings in Encode. | Nick Ing-Simmons | 2001-03-25 | 2 | -5/+12 |
* | Missing return value. | Nick Ing-Simmons | 2001-03-25 | 1 | -0/+1 |
* | Integrate mainline. | Nick Ing-Simmons | 2001-03-25 | 19 | -16/+1257 |
|\ |
|
| * | Add MIME::Base64 here and there. Again, a lot of | Jarkko Hietaniemi | 2001-03-25 | 8 | -12/+37 |
| * | Add PerlIO::Scalar to win32/Makefile. (I'm doing | Jarkko Hietaniemi | 2001-03-25 | 2 | -4/+16 |
| * | Put back the MD5-Base64 tests now that we have MIME::Base64. | Jarkko Hietaniemi | 2001-03-25 | 1 | -1/+27 |
| * | Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13. | Jarkko Hietaniemi | 2001-03-25 | 9 | -0/+1176 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-24 | 4 | -129/+219 |
| |\
| |/
|/| |
|
* | | Fix un-init variable leading to spurious "Out of Memory!" | Nick Ing-Simmons | 2001-03-24 | 1 | -1/+1 |
* | | Tweak docs for C<open> (boy does that need wholesale revision...) | Nick Ing-Simmons | 2001-03-24 | 2 | -126/+216 |
* | | Integrate mainline. | Nick Ing-Simmons | 2001-03-24 | 3 | -15/+16 |
|\ \ |
|
* | | | Integrate mainline. | Nick Ing-Simmons | 2001-03-24 | 29 | -74/+2494 |
| | * | The length might be uninitialized garbage if the *svp is the undef. | Jarkko Hietaniemi | 2001-03-24 | 1 | -2/+2 |
| | * | (Retracted by #9393) | Simon Cozens | 2001-03-24 | 1 | -0/+2 |
| |/ |
|
| * | Upgrade to Unicode 3.1 beta 2001-03-23. | Jarkko Hietaniemi | 2001-03-24 | 3 | -15/+16 |
| * | Re: B::Deparse bug (5.6.0) | Robin Houston | 2001-03-24 | 4 | -4/+30 |
| * | Boldly add extensions to be built to VMS, EPOC, UTS, | Jarkko Hietaniemi | 2001-03-24 | 6 | -7/+9 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-24 | 27 | -134/+553 |
| |\
| |/
|/| |
|
* | | Routine Win32 regen_config_h - no real changes. | Nick Ing-Simmons | 2001-03-24 | 3 | -3/+3 |
* | | PerlIO fixups for Win32: | Nick Ing-Simmons | 2001-03-24 | 7 | -11/+47 |
* | | POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined | Nick Ing-Simmons | 2001-03-24 | 1 | -8/+3 |
* | | Generated files. | Nick Ing-Simmons | 2001-03-24 | 5 | -0/+17 |
* | | Implement: | Nick Ing-Simmons | 2001-03-24 | 11 | -111/+479 |
| * | AIX does seems to have optimization problems with its C compilers. | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+12 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-23 | 7 | -561/+720 |
| |\
| |/
|/| |
|
* | | Perlio internals re-organized. | Nick Ing-Simmons | 2001-03-23 | 4 | -132/+245 |
* | | Check in a stable (working) version before next round of tweaks. | Nick Ing-Simmons | 2001-03-23 | 4 | -184/+213 |
* | | Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff. | Nick Ing-Simmons | 2001-03-23 | 3 | -53/+57 |
* | | Render -Duseperlio functional again. | Nick Ing-Simmons | 2001-03-23 | 1 | -1/+9 |
* | | Avoid "reopen" semantics for time being. Fix bug in dup logic. | Nick Ing-Simmons | 2001-03-23 | 2 | -14/+14 |
* | | Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOU... | Nick Ing-Simmons | 2001-03-22 | 5 | -293/+298 |
| * | Fix the EBCDIC MD5.pm checksum, from Pter Prymmer. | Jarkko Hietaniemi | 2001-03-23 | 1 | -2/+3 |
| * | Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308. | Jarkko Hietaniemi | 2001-03-23 | 1 | -1/+0 |
| * | Net::Ping | Colin McMillen | 2001-03-23 | 1 | -48/+132 |
| * | EBCDIC patches for Digest::MD5 tests from Peter Prymmer. | Jarkko Hietaniemi | 2001-03-23 | 2 | -2/+275 |
| * | Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas. | Jarkko Hietaniemi | 2001-03-23 | 17 | -15/+2030 |
| * | Integrate change #9306 from maintperl into mainline, | Jarkko Hietaniemi | 2001-03-23 | 1 | -0/+2 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-22 | 9 | -51/+237 |
| |\
| |/
|/| |
|
* | | Don't include $@ in not ok message. | Nick Ing-Simmons | 2001-03-22 | 1 | -2/+2 |
* | | Give a meaning to '&' in n-arg open case: | Nick Ing-Simmons | 2001-03-22 | 2 | -33/+41 |
* | | Implement open($fh,"-|",prog,args...) for HAS_FORK cases. | Nick Ing-Simmons | 2001-03-22 | 1 | -0/+118 |
* | | Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE. | Nick Ing-Simmons | 2001-03-22 | 1 | -0/+3 |
* | | If stdin, stdout or stderr get opened in unexpected read/write state | Nick Ing-Simmons | 2001-03-22 | 3 | -10/+18 |
* | | Die on n-arg open(...,"",xxx,yyy,...) | Nick Ing-Simmons | 2001-03-22 | 4 | -10/+45 |
* | | perlio tweaks (reported by Nicholas Clark) | Nick Ing-Simmons | 2001-03-22 | 1 | -3/+17 |
| * | Regex tests from Chicheng Zhang. (Already fixed.) | Jarkko Hietaniemi | 2001-03-22 | 1 | -0/+3 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2001-03-21 | 1 | -20/+20 |
| |\
| |/
|/| |
|
* | | Multiplicity fix for Dumper. | Nick Ing-Simmons | 2001-03-21 | 1 | -20/+20 |
* | | Integrate mainline - (does not build xTHX issue in Dumper). | Nick Ing-Simmons | 2001-03-21 | 27 | -127/+881 |
|\ \
| |/ |
|
| * | The #9270 would have leaked a scalar if pp_substr() | Jarkko Hietaniemi | 2001-03-21 | 1 | -7/+11 |