Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 40 | -332/+586 |
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 13 | -47/+232 |
* | add MakeMaker caveat to INSTALL (from Andy Dougherty) | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+7 |
* | perldelta tweaks | Gurusamy Sarathy | 2000-03-03 | 1 | -13/+24 |
* | /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen | Gurusamy Sarathy | 2000-03-03 | 1 | -4/+5 |
* | OS/2 patches for dlclose() support (from Yitzchak Scott-Thoennes | Gurusamy Sarathy | 2000-03-03 | 5 | -16/+20 |
* | skip test on AFS (from Hans Ranke <Hans.Ranke@ei.tum.de>) | Gurusamy Sarathy | 2000-03-03 | 1 | -1/+4 |
* | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-03 | 36 | -160/+471 |
|\ | |||||
| * | pull the sparcv9 workshop libraries in front of loclibpth | Jarkko Hietaniemi | 2000-03-03 | 1 | -3/+10 |
| * | Introduce i_ieefp because FreeBSD on ix86 needs that | Jarkko Hietaniemi | 2000-03-03 | 14 | -40/+136 |
| * | The _cflags must be left-aligned. | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+2 |
| * | more todo | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+8 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-03 | 18 | -39/+140 |
| |\ | |||||
| * | | irix hints tweak | Jarkko Hietaniemi | 2000-03-03 | 1 | -2/+3 |
| * | | in words order bad | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+1 |
| * | | /[[:alpha]/ now dies on unmatched [] instead of | Jarkko Hietaniemi | 2000-03-03 | 2 | -9/+12 |
| * | | cosmetics | Jarkko Hietaniemi | 2000-03-03 | 1 | -1/+1 |
| * | | detypo | Jarkko Hietaniemi | 2000-03-03 | 1 | -2/+2 |
| * | | solaris hints tweak | Jarkko Hietaniemi | 2000-03-03 | 1 | -7/+17 |
| * | | detypo | Jarkko Hietaniemi | 2000-03-02 | 1 | -2/+2 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-02 | 10 | -54/+367 |
| |\ \ | |||||
| * | | | Further long double patches from Spider Boardman. | Jarkko Hietaniemi | 2000-03-02 | 4 | -55/+58 |
* | | | | warn about /(?p{})/ (from Simon Cozens) | Gurusamy Sarathy | 2000-03-03 | 2 | -2/+5 |
* | | | | File::Spec bugs (spotted by Hack Kampbjorn <hack@hackdata.com>) | Gurusamy Sarathy | 2000-03-03 | 4 | -14/+14 |
* | | | | skip test if db doesn't have null key support | Gurusamy Sarathy | 2000-03-03 | 1 | -12/+12 |
| |_|/ |/| | | |||||
* | | | /(?p{})/ changed to /(??{})/, per Larry's suggestion (from | Gurusamy Sarathy | 2000-03-03 | 9 | -21/+21 |
* | | | perldelta notes about IO::Socket changes (from Graham Barr) | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+9 |
* | | | relax restrictions on constant names a bit (from M J T Guy) | Gurusamy Sarathy | 2000-03-03 | 1 | -6/+1 |
* | | | support for generation of accessor functions (from Hugo van der | Gurusamy Sarathy | 2000-03-03 | 1 | -3/+63 |
* | | | pod tweaks | Gurusamy Sarathy | 2000-03-03 | 2 | -4/+14 |
* | | | Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl; | Gurusamy Sarathy | 2000-03-02 | 3 | -1/+30 |
* | | | add note about failed tests on memory starved systems (from | Gurusamy Sarathy | 2000-03-02 | 1 | -4/+2 |
| |/ |/| | |||||
* | | move doc about v-strings from perlop to perldata (suggested by | Gurusamy Sarathy | 2000-03-02 | 3 | -17/+13 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-02 | 3 | -2/+21 |
|\ \ | |/ | |||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-02 | 11 | -411/+244 |
| |\ | |||||
| * | | workaround for Tru64 compiler bug (cleaner fix will have | Jarkko Hietaniemi | 2000-03-02 | 1 | -0/+15 |
| * | | Workaround for an optimizer bug. | Jarkko Hietaniemi | 2000-03-02 | 1 | -0/+4 |
| * | | installation directory fix from Andy Dougherty | Jarkko Hietaniemi | 2000-03-02 | 1 | -2/+2 |
* | | | still other multiline match cleanups (from Greg Bacon) | Gurusamy Sarathy | 2000-03-02 | 7 | -37/+354 |
| |/ |/| | |||||
* | | patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl); | Gurusamy Sarathy | 2000-03-02 | 5 | -17/+27 |
* | | avoid buffering issue in warn/8signal | Gurusamy Sarathy | 2000-03-02 | 1 | -2/+2 |
* | | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-02 | 9 | -65/+140 |
|\ \ | |/ | |||||
| * | nit from Spider Boardman | Jarkko Hietaniemi | 2000-03-02 | 1 | -0/+1 |
| * | Confusion over uselargefiles.cbu and uselfs.cbu (the first one | Jarkko Hietaniemi | 2000-03-02 | 3 | -8/+9 |
| * | Remove the pack.t kludge introduced to fudge the test | Jarkko Hietaniemi | 2000-03-02 | 1 | -3/+0 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-02 | 7 | -150/+165 |
| |\ | |||||
| * | | A patch on #5407. | Jarkko Hietaniemi | 2000-03-02 | 1 | -1/+1 |
| * | | Make file sparseness detection more portable (Scott Henry) | Jarkko Hietaniemi | 2000-03-01 | 2 | -41/+81 |
| * | | detypo #5411 continues: Sun grep doesn't have -e. | Jarkko Hietaniemi | 2000-03-01 | 1 | -1/+1 |
| * | | detypo #5411 | Jarkko Hietaniemi | 2000-03-01 | 1 | -2/+2 |