summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pod->html VMS fixeslane@duphy4.physics.drexel.edu1999-05-102-1/+2
* testsuite nitsGurusamy Sarathy1999-05-102-3/+6
* Quickier thread-specific data on OS/2Ilya Zakharevich1999-05-102-3/+14
* do_sv_dump does dump (core) on IO handlesAlbert Dvornik1999-05-101-4/+10
* shadow password support for Solaris (needs Configure help toPatrick O'Brien1999-05-101-0/+30
* Add POLLUTE=1 option to MakeMakerJan Dubois1999-05-103-7/+30
* test suite and fix input_line_number()Paul Johnson1999-05-103-0/+83
* fix overeager [:foo:] parsingHugo van der Sanden1999-05-102-0/+5
* documentation for Win32 builtins (somewhat modified)Jan Dubois1999-05-102-0/+284
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-102-2/+20
* escape ampersands in <pre> sectionsGurusamy Sarathy1999-05-102-2/+150
* AIX hints enhancements (threads build, SOCKS support)David R. Favor1999-05-101-26/+137
* more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>Gurusamy Sarathy1999-05-107-22/+93
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-1041-786/+1149
* applied suggested patch, modulo already applied partsCharles Bailey1999-05-1013-120/+362
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-1022-28/+309
* document 'test' attribute (from Andreas Koenig)Gurusamy Sarathy1999-05-101-1/+5
* PATCH for small bug in scan_binPaul Marquess1999-05-101-1/+1
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-105-18/+130
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-099-21/+33
* perlcc on win32 (correct version of fix suggested by Jean-LouisGurusamy Sarathy1999-05-091-12/+14
* normalize $^X to full pathname on win32Gurusamy Sarathy1999-05-091-0/+7
* allow readline($globref), <$globref> already worksGurusamy Sarathy1999-05-091-7/+3
* perldoc cleanups (variant of changes suggested by Christian LemburgGurusamy Sarathy1999-05-091-222/+280
* additions to Thread.pm docs from Tuomas J. LukkaGurusamy Sarathy1999-05-091-4/+28
* Re: pdt: Perl Development Tools? Stephen McCamant1999-05-091-1/+1
* work around mangled archname on win32 while finding privlib/sitelib;Gurusamy Sarathy1999-05-091-8/+20
* fix typo in dbm filters that caused odbm.t to failGurusamy Sarathy1999-05-092-2/+4
* tweak test totalsGurusamy Sarathy1999-05-092-1/+284
* import list propagation busted (pointed out by Ton HospelGurusamy Sarathy1999-05-091-2/+2
* hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATHGurusamy Sarathy1999-05-092-2/+7
* generate manpages for newly added utilsGurusamy Sarathy1999-05-091-0/+4
* Re: ptr to realloced memory in yylexHugo van der Sanden1999-05-091-1/+2
* make perldoc -f grok nested =itemsGurusamy Sarathy1999-05-081-1/+8
* allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)Gurusamy Sarathy1999-05-082-2/+16
* update test totalsGurusamy Sarathy1999-05-081-1/+1
* mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)Gurusamy Sarathy1999-05-081-0/+5
* applied suggested patch, added testsWilliam Mann1999-05-083-7/+136
* avoid temporary files named 'tmp'Gurusamy Sarathy1999-05-082-7/+6
* Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.Nick Ing-Simmons1999-05-084-8/+200
* Tweaks to open(my $fh,...) stuffNick Ing-Simmons1999-05-083-9/+19
* Bring SDBM_File.xs into line with new typemapNick Ing-Simmons1999-05-081-1/+1
* add test case for AUTOLOAD reentrancy fix in change#3279Gurusamy Sarathy1999-05-081-1/+22
* Implement open( my $fh, ...) and similar.Nick Ing-Simmons1999-05-074-13/+58
* Correct SvLEN vs SvCUR which leads to odd "chunk" vs "line" in mess().Nick Ing-Simmons1999-05-071-1/+1
* avoid using PL_sv_mutex in condpair_magic() (avoids hangs whenGurusamy Sarathy1999-05-071-3/+3
* allow line numbers to show in diagnostics during global destructionGurusamy Sarathy1999-05-071-15/+11
* Bug in MM_VMS.PMDan Sugalski1999-05-071-1/+1
* [perl-5.005.02] detect lack of /dev/ttyKarl Heuer1999-05-071-2/+12
* allow distinct prefix for versioned executablesRoderick Schertler1999-05-072-9/+28