This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1999-05-14 Peter Prymmeradd config.msg to VMS configure.com
1999-05-14 Jarkko HietaniemiIntegrate from mainperl.
1999-05-14 Jarkko HietaniemiStill fflushing.
1999-05-14 Gurusamy Sarathymortalize string allocations by win32_get_{priv,site...
1999-05-14 Gurusamy Sarathymake win32_longname() preserve kind of slashes in argument
1999-05-14 Gurusamy Sarathycanonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
1999-05-13 Jarkko HietaniemiIntegrate from mainperl.
1999-05-13 Jarkko HietaniemiFixes from Andy Dougherty (via private email).
1999-05-13 Nick Ing-Simmonsvalist vs va_list typo
1999-05-13 Andy Dougherty(Was Re: SunOS4.1 compilation error)
1999-05-13 Jarkko HietaniemiIntegrate from mainperl.
1999-05-13 Gurusamy Sarathydocatch_body() declaration mismatch
1999-05-13 Jarkko HietaniemiAdd HAS_MEMCHR and make memchr into a cpp macro if...
1999-05-13 Jarkko HietaniemiStill fflushing strong.
1999-05-12 Jarkko HietaniemiIntegrate from mainperl.
1999-05-12 Jarkko HietaniemiBe tidier with fflush(NULL) testing.
1999-05-12 Hugo van der... better range-checking on list slices, with test
1999-05-12 Gurusamy Sarathychange#3397 needs test tweak
1999-05-12 Gurusamy Sarathytypo in change#3397
1999-05-12 Stephen ZanderRe: Test::Harness runs tainted tests with wrong library...
1999-05-12 Gurusamy Sarathytypo in change#3400
1999-05-12 Jarkko HietaniemiA better, shinier, and possibly even correctly working
1999-05-12 Albert Dvornikdeparse \&func() as \(&func()) for clarity
1999-05-12 Gurusamy Sarathymore testsuite smarts (many of them courtesy Ilya)
1999-05-12 Jarkko HietaniemiDetect whether fflush(NULL) works as per change #3352.
1999-05-12 Jan Duboischop/chomp modify readonly values
1999-05-12 Gurusamy Sarathyopendir(D,"x:") on win32 opens cwd() for drive rather...
1999-05-11 Jarkko HietaniemiRedo parts of #3341 and #3358 that #3394 undid.
1999-05-11 Jarkko HietaniemiAdd I_NETINET_TCP to help change #3391.
1999-05-11 Jarkko HietaniemiIntegrate from mainperl.
1999-05-11 Gurusamy Sarathyupdate embedvar.h
1999-05-11 Joshua PritikinSocket IPPROTO_TCP [PATCH 5.005_5x]
1999-05-11 Gurusamy Sarathydisplay more frequent progress messages when STDOUT...
1999-05-11 Ilya ZakharevichExplanations by Test::Harness
1999-05-11 Gurusamy Sarathyavoid creating spurious subroutine stubs on failed...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-05-10 Gurusamy Sarathy"weak" references internals, still needs perlguts docum...
1999-05-10 Jarkko HietaniemiCircumnavigate Digital UNIX 4.0D miniperl core dump
1999-05-10 Jarkko HietaniemiUndo 3382 (-D_REENTRANT wasn't needed in Digital UNIX
1999-05-10 Jarkko HietaniemiNever mind (undone by 3383).
1999-05-10 Jarkko HietaniemiIntegrate from mainperl.
1999-05-10 Gurusamy Sarathyregen regnodes.h
1999-05-10 Jan DuboisWin32 and VC++ 98 doesn't support CASTI
1999-05-10 Ilya ZakharevichSelf-consistent numeric conversion again
1999-05-10 Gurusamy Sarathypp_modulo comment tweak from Ilya
1999-05-10 Joshua PritikinTest.pm update [PATCH _56]
1999-05-10 Jan DuboisRe: Using existing memory for an SV's PV
1999-05-10 Jan DuboisFix -Dm memory debugging for PERL_OBJECT
1999-05-10 Ilya ZakharevichRe: [PATCH 5.005_56] Make open(F,"command |") return...
1999-05-10 Ilya ZakharevichCosmetic: data-driven REx-dump
1999-05-10 lane@duphy4... pod->html VMS fixes
1999-05-10 Gurusamy Sarathytestsuite nits
1999-05-10 Ilya ZakharevichQuickier thread-specific data on OS/2
1999-05-10 Albert Dvornikdo_sv_dump does dump (core) on IO handles
1999-05-10 Patrick O'Brienshadow password support for Solaris (needs Configure...
1999-05-10 Jan DuboisAdd POLLUTE=1 option to MakeMaker
1999-05-10 Paul Johnsontest suite and fix input_line_number()
1999-05-10 Hugo van der... fix overeager [:foo:] parsing
1999-05-10 Jan Duboisdocumentation for Win32 builtins (somewhat modified)
1999-05-10 Gurusamy Sarathyprovide File::Copy::syscopy() via Win32::CopyFile(...
1999-05-10 Gurusamy Sarathyescape ampersands in <pre> sections
1999-05-10 David R. FavorAIX hints enhancements (threads build, SOCKS support)
1999-05-10 Gurusamy Sarathymore Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-10 Alexander Smishlajevcygwin32 update (untested adaptation of patch against...
1999-05-10 Charles Baileyapplied suggested patch, modulo already applied parts
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-10 Gurusamy Sarathydocument 'test' attribute (from Andreas Koenig)
1999-05-10 Paul MarquessPATCH for small bug in scan_bin
1999-05-10 Gurusamy Sarathymore bulletproof workaround for mangled paths (updates...
1999-05-09 Gurusamy Sarathyflush all open output buffers before fork(), exec(...
1999-05-09 Gurusamy Sarathyperlcc on win32 (correct version of fix suggested by...
1999-05-09 Gurusamy Sarathynormalize $^X to full pathname on win32
1999-05-09 Gurusamy Sarathyallow readline($globref), <$globref> already works
1999-05-09 Gurusamy Sarathyperldoc cleanups (variant of changes suggested by Chris...
1999-05-09 Gurusamy Sarathyadditions to Thread.pm docs from Tuomas J. Lukka
1999-05-09 Stephen McCamantRe: pdt: Perl Development Tools?
1999-05-09 Gurusamy Sarathywork around mangled archname on win32 while finding...
1999-05-09 Gurusamy Sarathyfix typo in dbm filters that caused odbm.t to fail
1999-05-09 Gurusamy Sarathytweak test totals
1999-05-09 Gurusamy Sarathyimport list propagation busted (pointed out by Ton...
1999-05-09 Gurusamy Sarathyhpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY...
1999-05-09 Gurusamy Sarathygenerate manpages for newly added utils
1999-05-09 Hugo van der... Re: ptr to realloced memory in yylex
1999-05-08 Jarkko HietaniemiRemove CONFIG item, add Digital UNIX 'ld' bug.
1999-05-08 Jarkko HietaniemiIntegrate from mainperl.
1999-05-08 Gurusamy Sarathymake perldoc -f grok nested =items
1999-05-08 Gurusamy Sarathyallow AV/HV dereferences on pseudohashes ($ph->{foo...
1999-05-08 Gurusamy Sarathyupdate test totals
1999-05-08 Gurusamy Sarathymention unpack('pP',...) footshot (from Albert Dvornik...
1999-05-08 William Mannapplied suggested patch, added tests
1999-05-08 Gurusamy Sarathyavoid temporary files named 'tmp'
1999-05-08 Nick Ing-SimmonsImplement OPEN, EOF, SEEK, TELL, BINMODE and FILENO...
1999-05-08 Nick Ing-SimmonsTweaks to open(my $fh,...) stuff
1999-05-08 Nick Ing-SimmonsBring SDBM_File.xs into line with new typemap
1999-05-08 Gurusamy Sarathyadd test case for AUTOLOAD reentrancy fix in change...
1999-05-07 Nick Ing-SimmonsImplement open( my $fh, ...) and similar.
1999-05-07 Nick Ing-SimmonsCorrect SvLEN vs SvCUR which leads to odd "chunk"...
1999-05-07 Gurusamy Sarathyavoid using PL_sv_mutex in condpair_magic() (avoids...
1999-05-07 Gurusamy Sarathyallow line numbers to show in diagnostics during global...
next