| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate CONDOPs | Stephen McCamant | 1999-07-07 | 1 | -4/+0 |
* | better diagnostics on read operations from write-only | Gurusamy Sarathy | 1999-07-07 | 2 | -9/+24 |
* | remove misleading info on defined(&func), unclutter deprecation | Gurusamy Sarathy | 1999-07-04 | 3 | -16/+15 |
* | newer version of perlxstut from Jeff Okamoto (slightly edited | Gurusamy Sarathy | 1999-07-04 | 1 | -255/+451 |
* | regen perltoc | Gurusamy Sarathy | 1999-06-28 | 1 | -12/+25 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -0/+2 |
* | various little tweaks; most globals are now in intrpvar.h, ninterps | Gurusamy Sarathy | 1999-06-11 | 1 | -5/+4 |
* | implement C<use caller 'encoding'> | Gurusamy Sarathy | 1999-06-11 | 2 | -3/+10 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 2 | -10/+10 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-06-02 | 4 | -16/+32 |
|\ |
|
| * | PATCH (5.005_57): defined(@a) now deprecated | Mark-Jason Dominus | 1999-05-28 | 3 | -14/+28 |
| * | Fixes related to working local $. | Paul Johnson | 1999-05-28 | 1 | -2/+4 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-25 | 46 | -4022/+7822 |
| |\
| |/
|/| |
|
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-21 | 2 | -153/+228 |
| |\ |
|
| * \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-17 | 1 | -2/+2 |
| |\ \ |
|
* | | | | up patchlevel &c | Gurusamy Sarathy | 1999-05-25 | 1 | -1/+2 |
* | | | | perlport 1.43 update from Chris Nandor and Tom Christiansen | Gurusamy Sarathy | 1999-05-25 | 1 | -312/+308 |
* | | | | perlref update from Tom Christiansen | Gurusamy Sarathy | 1999-05-25 | 1 | -48/+60 |
* | | | | avoid enumerating @INC contents in diagnostic if @INC was never | Gurusamy Sarathy | 1999-05-25 | 1 | -7/+9 |
* | | | | add caveat about close(PIPE) carelessness | Gurusamy Sarathy | 1999-05-25 | 1 | -0/+5 |
* | | | | more pod updates from Tom Christiansen; regen perltoc | Gurusamy Sarathy | 1999-05-24 | 7 | -657/+2167 |
* | | | | perlmod notes from Damian Conway (via Tom Christiansen) | Gurusamy Sarathy | 1999-05-24 | 1 | -0/+45 |
* | | | | major pod update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 33 | -2852/+4656 |
* | | | | perlfaq update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 10 | -277/+702 |
| |_|/
|/| | |
|
* | | | perlport 1.41 update from Chris Nandor <pudge@pobox.com> | Gurusamy Sarathy | 1999-05-20 | 1 | -144/+227 |
* | | | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -9/+1 |
| |/
|/| |
|
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-05-17 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | DOC PATCH (5.005_55): Error message missing from perldiag.pod | Mark-Jason Dominus | 1999-05-16 | 1 | -0/+5 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-11 | 3 | -4/+25 |
| |\ |
|
| * \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-10 | 6 | -25/+318 |
| |\ \ |
|
| * \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-08 | 7 | -3/+202 |
| |\ \ \ |
|
| * \ \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-06 | 3 | -10/+60 |
| |\ \ \ \ |
|
| * \ \ \ \ | Integrate from mainperl. | Jarkko Hietaniemi | 1999-04-30 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
* | | | | | | | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 1 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | update embedvar.h | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | | | | | | avoid creating spurious subroutine stubs on failed subroutine | Gurusamy Sarathy | 1999-05-11 | 1 | -3/+4 |
* | | | | | | "weak" references internals, still needs perlguts documentation | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+20 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Win32 and VC++ 98 doesn't support CASTI | Jan Dubois | 1999-05-10 | 2 | -8/+10 |
* | | | | | Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no) | Ilya Zakharevich | 1999-05-10 | 1 | -0/+4 |
* | | | | | Add POLLUTE=1 option to MakeMaker | Jan Dubois | 1999-05-10 | 1 | -1/+5 |
* | | | | | documentation for Win32 builtins (somewhat modified) | Jan Dubois | 1999-05-10 | 1 | -0/+283 |
* | | | | | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 3 | -16/+16 |
| |_|_|/
|/| | | |
|
* | | | | mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>) | Gurusamy Sarathy | 1999-05-08 | 1 | -0/+5 |
* | | | | applied suggested patch, added tests | William Mann | 1999-05-08 | 1 | -0/+5 |
* | | | | Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods. | Nick Ing-Simmons | 1999-05-08 | 1 | -1/+3 |
* | | | | From: Dan Sugalski <sugalskd@osshe.edu> | Gurusamy Sarathy | 1999-05-07 | 1 | -1/+3 |
* | | | | DBM Filters (via private mail) | Paul Marquess | 1999-05-07 | 5 | -1/+186 |
| |_|/
|/| | |
|
* | | | applied non-conflicting parts of suggested patch | Charles Bailey | 1999-05-05 | 1 | -7/+57 |
* | | | make perldoc use backslashed pathnames within system() on win32 | Gurusamy Sarathy | 1999-05-05 | 2 | -2/+2 |
* | | | pod2man outputs switched date and revision label (fix suggested by | Gurusamy Sarathy | 1999-05-04 | 1 | -1/+1 |
| |/
|/| |
|