summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-1012-5/+160
* regen regnodes.hGurusamy Sarathy1999-05-102-1/+246
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-104-10/+12
* Self-consistent numeric conversion againIlya Zakharevich1999-05-1011-137/+648
* pp_modulo comment tweak from IlyaGurusamy Sarathy1999-05-101-11/+6
* Test.pm update [PATCH _56]Joshua Pritikin1999-05-101-5/+10
* Re: Using existing memory for an SV's PV Jan Dubois1999-05-101-3/+11
* Fix -Dm memory debugging for PERL_OBJECTJan Dubois1999-05-101-1/+5
* Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)Ilya Zakharevich1999-05-107-2/+63
* Cosmetic: data-driven REx-dumpIlya Zakharevich1999-05-102-191/+41
* 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