summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* provide locked access to string table for USE_THREADSGurusamy Sarathy1998-09-246-6/+34
* remove bogus warn()Gurusamy Sarathy1998-09-241-4/+3
* applied suggested patch, adapted for all platformsJan Dubois1998-09-245-22/+37
* upgrade to CPAN-1.40Gurusamy Sarathy1998-09-243-217/+786
* use $ENV{MAKEMAKEROPT} to set default command line argsGurusamy Sarathy1998-09-241-1/+13
* More verbose Test::Harness [PATCH]Ilya Zakharevich1998-09-231-5/+10
* update hints for OPENSTEP 4.2 on i386Gerben Wierda1998-09-231-2/+15
* reset errno after C<require> search (as suggested by Larry)Gurusamy Sarathy1998-09-231-0/+2
* misc pod tweaksGurusamy Sarathy1998-09-233-3/+3
* make Pod/Html.pm handle the --title option properly (as suggestedGurusamy Sarathy1998-09-231-11/+13
* SSNEW() API for allocating memory on the savestackAlbert Dvornik1998-09-2312-45/+147
* ExtUtils::MakeMaker::prompt cannot return 0Jochen Wiedmann1998-09-231-1/+1
* Re: [PATCH] MakeMaker "test" target doesn't depend on "all"Andreas König1998-09-231-2/+2
* Re: extralibs.ld problem in MM_VMS.pmCharles Bailey1998-09-231-31/+59
* Re: Open2 and memory leaksRoderick Schertler1998-09-231-27/+26
* seed srand from /dev/urandom when possibleRoderick Schertler1998-09-232-3/+33
* doc update for crypt()'s saltRoderick Schertler1998-09-231-3/+9
* fix h2ph handling of C<#error "foo">SAKAI Kiyotaka1998-09-231-0/+2
* plug strictly private function leaks in API listingGurusamy Sarathy1998-09-231-16/+0
* hide symbol for static buildDominic Dunlop1998-09-231-1/+1
* define PUT_svindex(), PUT_opindex()Gurusamy Sarathy1998-09-231-0/+2
* Eliminate pragma/warn-regexec test dependence on REG_INFTY valueDominic Dunlop1998-09-231-4/+12
* pl2bat tweak from Tye McQueen <tye@metronet.com>Gurusamy Sarathy1998-09-231-1/+3
* Thread::cond_wait bug in 5.005.51 causes deadlockDrago Goricanec1998-09-231-0/+1
* RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS portGreen, Paul1998-09-2314-23/+4920
* (via private mail)Charles Bailey1998-09-2329-209/+233
* OS/2 spawning typosIlya Zakharevich1998-09-231-4/+5
* warn on C<my($foo,$foo)>Gurusamy Sarathy1998-09-232-7/+6
* general updates to README.vmsPeter Prymmer1998-09-231-26/+87
* PATCH: 5.005_02 hint/hpux.shJeff Okamoto1998-09-231-21/+10
* fix (some) installhtml bugsLarry Parmelee1998-09-231-8/+13
* document 'U' magic with examplesAlan Burlison1998-09-231-1/+41
* Message-Id: <9809010013.AA06737@forte.com>Peter Prymmer1998-09-231-0/+4
* fix problematic typecast in filter_del()Mark P Lutz1998-09-231-1/+1
* (?>) broken in REIlya Zakharevich1998-09-232-0/+2
* U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>Gurusamy Sarathy1998-09-232-1/+6
* 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs itJarkko Hietaniemi1998-09-235-223/+21
* re-introduce change#1703Gurusamy Sarathy1998-09-235-41/+44
* Protect debugger from nonlocal exitsIlya Zakharevich1998-09-231-27/+28
* patches for perl 5.005_51 under U/WINJoe Buehler1998-09-236-4/+55
* add missing C<no utf8;> tweak from LarryGurusamy Sarathy1998-09-231-0/+1
* s/runops/CALLRUNOPS/Gurusamy Sarathy1998-09-231-1/+1
* rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendlyGurusamy Sarathy1998-09-2324-24/+24
* make \(%foo) return refs to values (not copies of values)Gurusamy Sarathy1998-09-232-4/+5
* make h2xs generate ANSI prototypesGurusamy Sarathy1998-09-231-12/+3
* updated usethreads hints for hpux 10.XMatthew T Harden1998-09-232-0/+28
* don't create empty directories in installperlRobin Barker1998-09-231-2/+0
* make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matchesIlya Zakharevich1998-09-232-4/+7
* h2ph misquotes #error directivesKurt D. Starsinic1998-09-232-3/+3
* patch to support computed regular subexpressionsIlya Zakharevich1998-09-239-19/+238