This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
1999-11-14 Gurusamy Sarathyfix problem pointer casts
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-14 Gurusamy Sarathyfix bug in change#4515 (STOP blocks now see @ARGV like...
1999-11-13 Gurusamy Sarathytypos in change#4561 and change#4565
1999-11-13 Gurusamy Sarathyrevert non-kosher parts of change#4562 (sort order...
1999-11-13 Gurusamy Sarathyintegrate cfgperl changes into mainline
1999-11-13 Craig A. Berryupdates to README.vms
1999-11-13 Jan Dubois[5.005_62 PATCH] support link() on WinNT and NTFS
1999-11-13 Ilya Zakharevichmakedef.pl goof
1999-11-13 Michael G.... [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1999-11-13 Paul MooreDynaLoader_pm.PL patch (backslashes in strings)
1999-11-13 JD Laub[ID 19991112.002] patch: Exporter.pm not reporting...
1999-11-13 Bernard Quatermasssmall patch for perldoc
1999-11-13 Scott Gifford[ID 19991112.004] Bug in IO::Socket (patch included)
1999-11-13 Craig A. BerryApplied manually:
1999-11-13 Jarkko HietaniemiRegen Unicode tables to include a warning:
1999-11-13 Peter Prymmerwas Re: [ID 19991102.003] perl on os390
1999-11-13 Jarkko Hietaniemi$Config{myarchname} is not a good architecture identifier
1999-11-13 Jarkko HietaniemiContinue largefileness separation from quadness;
1999-11-13 Jarkko HietaniemiTry to fix largefileness so that it "works" without...
1999-11-13 Jarkko HietaniemiUndo drift from mainline.
1999-11-13 Gurusamy Sarathytypo
1999-11-13 Gurusamy Sarathyintegrate cfgperl contents (op.[ch] needed manual resolve)
1999-11-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-13 Gurusamy Sarathycloned interpreters now actually run and pass all but...
1999-11-11 Jarkko HietaniemiTurn on largefileness always if available and
1999-11-11 Jarkko HietaniemiFix a thinko in 4548.
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Jarkko HietaniemiTry to do something if st_size, st_uid, st_gid are...
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-11-10 Gurusamy Sarathyremove dead branch/infinite looper in change#3612
1999-11-09 Gurusamy SarathyIoDIRP may be fake when used in source filters, mark...
1999-11-09 Gurusamy Sarathysmall nits in changes#4538,4539
1999-11-08 Gurusamy Sarathywin32 symbol export tweak
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-08 Gurusamy Sarathymore thorough cleanup in perl_destroy()
1999-11-08 Gurusamy Sarathywin32 internal data must be interpreter-local
1999-11-08 Gurusamy Sarathytweak change#4502
1999-11-07 Jarkko HietaniemiFour special class subs, not three.
1999-11-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-07 Jarkko HietaniemiMore test program maintenance.
1999-11-07 Jarkko HietaniemiTidy up the metaconfig test programs.
1999-11-06 Jarkko HietaniemiSo many printfs, so little time.
1999-11-06 Jarkko HietaniemiReplace the explicit zeros with NOOPs.
1999-11-06 Jan Dubois[5.005_62 PATCH] binmode and locale support for -T...
1999-11-06 Jarkko Hietaniemi...and fewer.
1999-11-06 Jarkko Hietaniemi...and they are getting fewer.
1999-11-06 Jarkko HietaniemiMore printf miscasts flushed out.
1999-11-06 Jarkko HietaniemiCrushing the remaining %ld guerillas.
1999-11-06 Jarkko HietaniemiUpdate CPAN sites list.
1999-11-05 Jarkko HietaniemiThe -n32 is normally part of $cc, not $ccflags.
1999-11-05 Gurusamy Sarathyallow $\ to work right when set to a string with embedd...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Ilya Zakharevichref to non-lvalue method
1999-11-04 Ilya Zakharevichxsubpp dependency
1999-11-04 Ilya Zakharevichregexp.h
1999-11-04 Gurusamy Sarathychange#4485 didn't do the right thing for B::Bytecode
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-11-04 Gurusamy Sarathydisplay BSD license in Glob.pm (for clause #2 conformity)
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Jarkko HietaniemiIncremental Mac integration from Matthias.
1999-11-04 Gurusamy Sarathyremove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
1999-11-02 Jarkko HietaniemiS_init_interp is a better place to diddle with PL_opargs
1999-11-02 M. J. T. GuyRe: [ID 19991102.002] unpack('N', pack('N', -1)) not...
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Ilya ZakharevichRe: [ID 19991026.001] perl segmentation fault report
1999-11-01 Olaf FlebbePatch for EPOC Support
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-11-01 Gurusamy Sarathyenable better Win32::DomainName() by demand loading...
1999-10-31 Gurusamy Sarathychange#4502 was missing a file
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-31 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-31 Gurusamy Sarathyupdated windows config* files
1999-10-31 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-31 Gurusamy Sarathyremove unused struct Outrec
1999-10-30 Jarkko HietaniemiAdd HAS_QUAD ($Config{d_quad}); use it.
1999-10-30 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-10-29 Jarkko HietaniemiContinue what #4494 started; introduce uid and gid...
1999-10-29 Jarkko HietaniemiMove the IV, UV, I8, U8, ..., and NV to metaconfig
1999-10-29 Jarkko HietaniemiHurd update from Mark Kettenis.
1999-10-29 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-29 Jarkko HietaniemiRegen Configure and Glossary.
1999-10-29 Jarkko HietaniemiRemove quad logic from perl.h; regen Configure;
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-28 Jarkko HietaniemiRegen Configure.
1999-10-28 Gurusamy Sarathyremove C<use Time::Local 'no_range_check'> misfeature...
1999-10-28 Jarkko HietaniemiFix printing of uids and gids; regen Configure.
1999-10-28 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-28 Jarkko Hietaniemi(Slightly) better comments for Policy_sh.SH from Andy.
1999-10-27 Gurusamy Sarathyregen config* stuff for windows
1999-10-27 Gurusamy Sarathyintegrate cfgperl contents into mainline; merge conflicts
1999-10-27 Gurusamy Sarathypatch up egcs-1.1.2-mingw32 build (builds a working...
1999-10-27 Jarkko HietaniemiDo not block if no message queues available.
1999-10-27 Jarkko HietaniemiRemove unused "squatter" symbols; regen Configure.
1999-10-27 Jarkko HietaniemiRegen Configure.
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
next