Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perlfaq update from Tom Christiansen | Gurusamy Sarathy | 1999-05-24 | 10 | -277/+702 |
* | updated to v1.50 from CPAN | Gurusamy Sarathy | 1999-05-24 | 3 | -73/+258 |
* | name PL_in_eval bits | Hugo van der Sanden | 1999-05-24 | 6 | -13/+21 |
* | make -t mode the default on emacs/dumb terminals | Gurusamy Sarathy | 1999-05-24 | 2 | -1/+117 |
* | return 0 rather than "" when scalar grep has nothing to iterate | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+1 |
* | Problem with MM_Unix in 5.005_03 | Tim Jenness | 1999-05-24 | 1 | -1/+1 |
* | avoid removing duplicates in user-generated warnings | Byron Brummer | 1999-05-24 | 1 | -4/+11 |
* | straighten some code to avoid NeXT compiler bugs (from | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+4 |
* | minor logic tweak for reserved word warning | Gurusamy Sarathy | 1999-05-24 | 2 | -10/+12 |
* | oops, some files missing in change#3449 | Gurusamy Sarathy | 1999-05-24 | 3 | -0/+27 |
* | allow '*' prototype to autoquote even barewords that happen to be | Gurusamy Sarathy | 1999-05-24 | 1 | -1/+33 |
* | remove vestiges of PL_last_proto | Gurusamy Sarathy | 1999-05-24 | 3 | -5/+0 |
* | redo change#2061 and parts of change#1169 with code in the | Gurusamy Sarathy | 1999-05-24 | 8 | -39/+47 |
* | remove redundant part of change#1169 superseded by change#2061; | Gurusamy Sarathy | 1999-05-23 | 2 | -17/+23 |
* | s/isspace/isSPACE/g and make sure the CRT version is always | Gurusamy Sarathy | 1999-05-21 | 3 | -6/+9 |
* | integrate Configure changes from cfgperl | Gurusamy Sarathy | 1999-05-21 | 5 | -42/+52 |
|\ | |||||
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-21 | 14 | -171/+507 |
| |\ | |/ |/| | |||||
* | | integrate cfgperl changes | Gurusamy Sarathy | 1999-05-21 | 7 | -29/+112 |
|\ \ | |||||
* | | | test tweak | Gurusamy Sarathy | 1999-05-21 | 1 | -1/+1 |
* | | | fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined. | Gurusamy Sarathy | 1999-05-21 | 2 | -0/+244 |
* | | | 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 | 10 | -26/+35 |
| | * | fflush. | Jarkko Hietaniemi | 1999-05-21 | 5 | -42/+52 |
| |/ | |||||
| * | Patches to fflushing in SunOS 4 from Andy Dougherty | Jarkko Hietaniemi | 1999-05-20 | 6 | -27/+107 |
| * | installperl | Hugo van der Sanden | 1999-05-18 | 1 | -2/+5 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-17 | 20 | -176/+228 |
| |\ | |/ |/| | |||||
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 1999-05-17 | 14 | -46/+406 |
|\ \ | |||||
* | | | emit more appropriate diagnostic for failed glob (variant | Gurusamy Sarathy | 1999-05-17 | 4 | -7/+12 |
* | | | find2perl does not grok the 'c' suffix to the -size argument | Todd C. Miller | 1999-05-17 | 1 | -1/+6 |
* | | | additional cleanups for cygwin32 port | Fifer, Eric | 1999-05-17 | 15 | -168/+210 |
* | | | (Was Re: SunOS4.1 compilation error) | Andy Dougherty | 1999-05-17 | 1 | -4/+14 |
| | * | Integrate from mainperl modulo the Socket.xs change. | Jarkko Hietaniemi | 1999-05-17 | 4 | -25/+76 |
| | |\ | |/ / | | / | |/ |/| | |||||
* | | Mingw32 + w32api-0.1.5 tweaks | Nick Ing-Simmons | 1999-05-15 | 4 | -4/+11 |
* | | Experimental "slab" allocator for ops. | Nick Ing-Simmons | 1999-05-14 | 1 | -20/+59 |
* | | on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't | Gurusamy Sarathy | 1999-05-14 | 1 | -1/+8 |
| * | Devel::Peek::mstat not working | Ilya Zakharevich | 1999-05-16 | 1 | -1/+2 |
| * | DOC PATCH (5.005_55): Error message missing from perldiag.pod | Mark-Jason Dominus | 1999-05-16 | 1 | -0/+5 |
| * | add config.msg to VMS configure.com | Peter Prymmer | 1999-05-14 | 1 | -0/+35 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-14 | 2 | -64/+62 |
| |\ | |/ |/| | |||||
* | | mortalize string allocations by win32_get_{priv,site}lib() | Gurusamy Sarathy | 1999-05-14 | 1 | -58/+56 |
* | | make win32_longname() preserve kind of slashes in argument | Gurusamy Sarathy | 1999-05-14 | 1 | -5/+5 |
* | | canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker | Gurusamy Sarathy | 1999-05-14 | 1 | -1/+1 |
| * | Still fflushing. | Jarkko Hietaniemi | 1999-05-14 | 3 | -47/+59 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-13 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | valist vs va_list typo | Nick Ing-Simmons | 1999-05-13 | 1 | -1/+1 |
| * | Fixes from Andy Dougherty (via private email). | Jarkko Hietaniemi | 1999-05-13 | 1 | -14/+28 |
| * | (Was Re: SunOS4.1 compilation error) | Andy Dougherty | 1999-05-13 | 1 | -4/+14 |
| * | Integrate from mainperl. | Jarkko Hietaniemi | 1999-05-13 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
* | | docatch_body() declaration mismatch | Gurusamy Sarathy | 1999-05-13 | 1 | -1/+1 |
| * | Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't. | Jarkko Hietaniemi | 1999-05-13 | 3 | -5/+53 |