summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rudimentary support for building under Windows 95/98 (fromGurusamy Sarathy1999-10-105-16/+163
* fix two leaks in Thread.xs (from Eugene AltermanGurusamy Sarathy1999-10-107-27/+21
* avoid duplicates in @INC, they cause leaks in mod_perl etcGurusamy Sarathy1999-10-101-29/+14
* better documentation for recv() (from Anton BerezinGurusamy Sarathy1999-10-101-6/+7
* perldelta updates (see TODO markers)Gurusamy Sarathy1999-10-093-82/+741
* fix Exporter::export_to_level() documentationGurusamy Sarathy1999-10-091-2/+3
* don't run END blocks when running under -c switch (older,Gurusamy Sarathy1999-10-091-3/+3
* POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-093-14/+41
* revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-083-67/+41
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-086-25/+20
* extend change#2299 to C<use> (fixes scoping problems inGurusamy Sarathy1999-10-081-0/+1
* small tweak for change#4309Gurusamy Sarathy1999-10-081-1/+3
* add suggested patch =~ s/NOTOP/OP_NOT/ with testsLarry Wall1999-10-083-4/+10
* typoGurusamy Sarathy1999-10-081-1/+1
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-073-5/+11
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-074-9/+5
* update to podlators-0.08 from Russ AllberyGurusamy Sarathy1999-10-073-12/+23
* some versions of mingw32 have __int64, define iff it isn'tGurusamy Sarathy1999-10-061-1/+3
* fix typos in change#4288Gurusamy Sarathy1999-10-063-3/+255
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-0633-451/+423
|\
| * Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-054-11/+24
| * Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn'tAndy Dougherty1999-10-044-4/+3
| * Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"Michael G. Schwern1999-10-042-2/+2
| * A better version of #4296.Michael G. Schwern1999-10-033-5/+5
| * (Replaced by #4297.)Michael G. Schwern1999-10-032-4/+5
| * Fix a typo in #4293 spotted by Graham Barr.Jarkko Hietaniemi1999-10-031-1/+1
| * Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]Michael G Schwern1999-10-032-0/+22
| * Benchmark.pm bugfix, tweaksBarrie Slaymaker1999-10-031-6/+4
| * Be understanding about large file systems.Jarkko Hietaniemi1999-10-022-0/+12
| * Configure fixfest continues.Jarkko Hietaniemi1999-10-021-6/+7
| * Regen Porting stuff.Jarkko Hietaniemi1999-10-023-3/+14
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-0213-376/+159
| * Battle namespace pollution.Jarkko Hietaniemi1999-10-021-35/+36
| * Regen Configure, all of xs_apiversion didn't take.Jarkko Hietaniemi1999-10-026-10/+141
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-0257-2226/+3070
| |\
* | | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-0639-243/+268
* | | some compatibility macros were bustedGurusamy Sarathy1999-10-043-36/+38
* | | avoid doing irrelevant things on 'make perl'Gurusamy Sarathy1999-10-031-3/+3
| |/ |/|
* | update pod2man, pod2text and related Pod:: modules with theGurusamy Sarathy1999-10-026-1130/+1576
* | fix PodParser testsuite; Pod::Text subsumes Pod::PlainTextGurusamy Sarathy1999-10-0223-845/+201
* | upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-10-0224-724/+1294
* | make exists() work better on pseudo-hashes (reworked a patch suggestedGurusamy Sarathy1999-10-022-2/+35
* | deprecate C<use attrs>Gurusamy Sarathy1999-10-024-39/+39
* | add notes about effect of loop control statements insideGurusamy Sarathy1999-10-021-0/+11
* | indent nested =items properly (suggested by Bill FennerGurusamy Sarathy1999-10-021-1/+7
* | updated ptags generator from Ilya ZakharevichGurusamy Sarathy1999-10-021-2/+29
* | update ChangesGurusamy Sarathy1999-10-011-66/+480
* | typo, whitespace adjustmentsGurusamy Sarathy1999-10-011-33/+39
* | remove dup hunksGurusamy Sarathy1999-10-012-25/+0
* | integrate cfgperl contents into mainline; resolve h2xs.PL conflictGurusamy Sarathy1999-10-0132-303/+1118
|\ \ | |/