Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 4 | -60/+221 |
* | ignore yet another known scalar leak | Gurusamy Sarathy | 1999-12-02 | 1 | -1/+2 |
* | avoid potential stack extension bug in pp_unpack() (spotted by Ilya) | Gurusamy Sarathy | 1999-12-02 | 1 | -3/+4 |
* | a somewhat tweaked version of suggested patch | Ilya Zakharevich | 1999-12-02 | 1 | -10/+54 |
* | more accurate require() pseudocode (from James P. Williams | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+2 |
* | avoid "Callback called exit" error on intentional exit() | Gurusamy Sarathy | 1999-12-01 | 6 | -3/+14 |
* | find_byclass() prototype was incoherent | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+4 |
* | better documentation for goto &NAME (from M. J. T. Guy) | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+14 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 214 | -1608/+4278 |
|\ | |||||
| * | Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>. | Jarkko Hietaniemi | 1999-11-22 | 2 | -4/+4 |
| * | Replace #4596 with the change done in 5.005_03. | Jarkko Hietaniemi | 1999-11-21 | 1 | -1/+1 |
| * | Skip processing a file if the file to be opened is '-' | Jarkko Hietaniemi | 1999-11-21 | 1 | -1/+1 |
| * | VMS patches from Peter Prymmer. | Jarkko Hietaniemi | 1999-11-21 | 5 | -166/+206 |
| * | The find_byclass prototype is already in proto.h. | Jarkko Hietaniemi | 1999-11-18 | 1 | -3/+0 |
| * | Regen Configure. | Jarkko Hietaniemi | 1999-11-16 | 5 | -19/+42 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-16 | 20 | -86/+1087 |
| |\ | |||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-15 | 15 | -153/+1145 |
| |\ \ | |||||
| * | | | Ilya's "hopscotch" patch, reworked by Ilya to fit. | Jarkko Hietaniemi | 1999-11-14 | 5 | -331/+423 |
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-14 | 16 | -65/+95 |
| |\ \ \ | |||||
| * | | | | The separation of 64-bitness and largefileness continues | Jarkko Hietaniemi | 1999-11-14 | 6 | -893/+1028 |
| * | | | | Another Unicode update. | Jarkko Hietaniemi | 1999-11-14 | 192 | -198/+2429 |
| * | | | | Change #4576 accidentally leaked also parts of | Jarkko Hietaniemi | 1999-11-13 | 2 | -399/+64 |
| * | | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-13 | 7 | -291/+402 |
| |\ \ \ \ | |||||
* | | | | | | avoid PTR->IV cast warnings | Gurusamy Sarathy | 1999-12-01 | 3 | -3/+3 |
* | | | | | | email address changes | Gurusamy Sarathy | 1999-12-01 | 17 | -19/+19 |
* | | | | | | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 9 | -45/+40 |
* | | | | | | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 57 | -2616/+6880 |
* | | | | | | rudimentary support for remote debugging, from aeons ago (somewhat | Graham TerMarsch | 1999-12-01 | 1 | -16/+50 |
* | | | | | | Document known limitations of fdopen() on some systems, | Chip Salzenberg | 1999-11-19 | 1 | -2/+13 |
* | | | | | | Undef printf before redirecting it to PerlIO_stdoutf. | Chip Salzenberg | 1999-11-19 | 1 | -0/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com> | Gurusamy Sarathy | 1999-11-16 | 8 | -47/+888 |
* | | | | | add a synchronous stub fork() for USE_ITHREADS to prove that a simple | Gurusamy Sarathy | 1999-11-15 | 9 | -15/+91 |
* | | | | | cloning the stack (part 1) | Gurusamy Sarathy | 1999-11-15 | 4 | -39/+123 |
| |_|_|/ |/| | | | |||||
* | | | | tweak for win32 build | Gurusamy Sarathy | 1999-11-14 | 4 | -2/+8 |
* | | | | cosmetic tweaks | Gurusamy Sarathy | 1999-11-14 | 12 | -149/+276 |
* | | | | fix problem pointer casts | Gurusamy Sarathy | 1999-11-14 | 3 | -2/+861 |
| |_|/ |/| | | |||||
* | | | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 12 | -57/+85 |
* | | | fix bug in change#4515 (STOP blocks now see @ARGV like the rest) | Gurusamy Sarathy | 1999-11-14 | 4 | -8/+10 |
| |/ |/| | |||||
* | | typos in change#4561 and change#4565 | Gurusamy Sarathy | 1999-11-13 | 2 | -3/+2 |
* | | revert non-kosher parts of change#4562 (sort order problems | Gurusamy Sarathy | 1999-11-13 | 3 | -224/+1 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-11-13 | 229 | -259/+1266 |
|\ \ | |/ | |||||
| * | updates to README.vms | Craig A. Berry | 1999-11-13 | 1 | -13/+14 |
| * | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 13 | -14/+139 |
| * | makedef.pl goof | Ilya Zakharevich | 1999-11-13 | 1 | -1/+5 |
| * | [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText | Michael G. Schwern | 1999-11-13 | 1 | -1/+3 |
| * | DynaLoader_pm.PL patch (backslashes in strings) | Paul Moore | 1999-11-13 | 1 | -1/+1 |
| * | [ID 19991112.002] patch: Exporter.pm not reporting path | JD Laub | 1999-11-13 | 1 | -1/+2 |
| * | small patch for perldoc | Bernard Quatermass | 1999-11-13 | 1 | -3/+5 |
| * | [ID 19991112.004] Bug in IO::Socket (patch included) | Scott Gifford | 1999-11-13 | 1 | -0/+2 |
| * | Applied manually: | Craig A. Berry | 1999-11-13 | 5 | -72/+60 |