| Commit message (Expand) | Author | Age | Files | Lines |
* | rudimentary support for building under Windows 95/98 (from | Gurusamy Sarathy | 1999-10-10 | 5 | -16/+163 |
* | fix two leaks in Thread.xs (from Eugene Alterman | Gurusamy Sarathy | 1999-10-10 | 7 | -27/+21 |
* | avoid duplicates in @INC, they cause leaks in mod_perl etc | Gurusamy Sarathy | 1999-10-10 | 1 | -29/+14 |
* | better documentation for recv() (from Anton Berezin | Gurusamy Sarathy | 1999-10-10 | 1 | -6/+7 |
* | perldelta updates (see TODO markers) | Gurusamy Sarathy | 1999-10-09 | 3 | -82/+741 |
* | fix Exporter::export_to_level() documentation | Gurusamy Sarathy | 1999-10-09 | 1 | -2/+3 |
* | don't run END blocks when running under -c switch (older, | Gurusamy Sarathy | 1999-10-09 | 1 | -3/+3 |
* | POPSUB() gave up the refcount to the CV before LEAVE had a chance to | Gurusamy Sarathy | 1999-10-09 | 3 | -14/+41 |
* | revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24 | Gurusamy Sarathy | 1999-10-08 | 3 | -67/+41 |
* | remove kludgey duplicate background error avoidance (caused | Gurusamy Sarathy | 1999-10-08 | 6 | -25/+20 |
* | extend change#2299 to C<use> (fixes scoping problems in | Gurusamy Sarathy | 1999-10-08 | 1 | -0/+1 |
* | small tweak for change#4309 | Gurusamy Sarathy | 1999-10-08 | 1 | -1/+3 |
* | add suggested patch =~ s/NOTOP/OP_NOT/ with tests | Larry Wall | 1999-10-08 | 3 | -4/+10 |
* | typo | Gurusamy Sarathy | 1999-10-08 | 1 | -1/+1 |
* | fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by | Gurusamy Sarathy | 1999-10-07 | 3 | -5/+11 |
* | change#3728 was flawed (loop contexts saw the wrong statement | Gurusamy Sarathy | 1999-10-07 | 4 | -9/+5 |
* | update to podlators-0.08 from Russ Allbery | Gurusamy Sarathy | 1999-10-07 | 3 | -12/+23 |
* | some versions of mingw32 have __int64, define iff it isn't | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+3 |
* | fix typos in change#4288 | Gurusamy Sarathy | 1999-10-06 | 3 | -3/+255 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-10-06 | 33 | -451/+423 |
|\ |
|
| * | Re: Strange RE engine breakage in 5_61 | Ilya Zakharevich | 1999-10-05 | 4 | -11/+24 |
| * | Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't | Andy Dougherty | 1999-10-04 | 4 | -4/+3 |
| * | Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" | Michael G. Schwern | 1999-10-04 | 2 | -2/+2 |
| * | A better version of #4296. | Michael G. Schwern | 1999-10-03 | 3 | -5/+5 |
| * | (Replaced by #4297.) | Michael G. Schwern | 1999-10-03 | 2 | -4/+5 |
| * | Fix a typo in #4293 spotted by Graham Barr. | Jarkko Hietaniemi | 1999-10-03 | 1 | -1/+1 |
| * | Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH] | Michael G Schwern | 1999-10-03 | 2 | -0/+22 |
| * | Benchmark.pm bugfix, tweaks | Barrie Slaymaker | 1999-10-03 | 1 | -6/+4 |
| * | Be understanding about large file systems. | Jarkko Hietaniemi | 1999-10-02 | 2 | -0/+12 |
| * | Configure fixfest continues. | Jarkko Hietaniemi | 1999-10-02 | 1 | -6/+7 |
| * | Regen Porting stuff. | Jarkko Hietaniemi | 1999-10-02 | 3 | -3/+14 |
| * | Untangle the IV_IS_QUAD jungle by introduding | Jarkko Hietaniemi | 1999-10-02 | 13 | -376/+159 |
| * | Battle namespace pollution. | Jarkko Hietaniemi | 1999-10-02 | 1 | -35/+36 |
| * | Regen Configure, all of xs_apiversion didn't take. | Jarkko Hietaniemi | 1999-10-02 | 6 | -10/+141 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-10-02 | 57 | -2226/+3070 |
| |\ |
|
* | | | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 39 | -243/+268 |
* | | | some compatibility macros were busted | Gurusamy Sarathy | 1999-10-04 | 3 | -36/+38 |
* | | | avoid doing irrelevant things on 'make perl' | Gurusamy Sarathy | 1999-10-03 | 1 | -3/+3 |
| |/
|/| |
|
* | | update pod2man, pod2text and related Pod:: modules with the | Gurusamy Sarathy | 1999-10-02 | 6 | -1130/+1576 |
* | | fix PodParser testsuite; Pod::Text subsumes Pod::PlainText | Gurusamy Sarathy | 1999-10-02 | 23 | -845/+201 |
* | | upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com> | Gurusamy Sarathy | 1999-10-02 | 24 | -724/+1294 |
* | | make exists() work better on pseudo-hashes (reworked a patch suggested | Gurusamy Sarathy | 1999-10-02 | 2 | -2/+35 |
* | | deprecate C<use attrs> | Gurusamy Sarathy | 1999-10-02 | 4 | -39/+39 |
* | | add notes about effect of loop control statements inside | Gurusamy Sarathy | 1999-10-02 | 1 | -0/+11 |
* | | indent nested =items properly (suggested by Bill Fenner | Gurusamy Sarathy | 1999-10-02 | 1 | -1/+7 |
* | | updated ptags generator from Ilya Zakharevich | Gurusamy Sarathy | 1999-10-02 | 1 | -2/+29 |
* | | update Changes | Gurusamy Sarathy | 1999-10-01 | 1 | -66/+480 |
* | | typo, whitespace adjustments | Gurusamy Sarathy | 1999-10-01 | 1 | -33/+39 |
* | | remove dup hunks | Gurusamy Sarathy | 1999-10-01 | 2 | -25/+0 |
* | | integrate cfgperl contents into mainline; resolve h2xs.PL conflict | Gurusamy Sarathy | 1999-10-01 | 32 | -303/+1118 |
|\ \
| |/ |
|