platform/upstream/perl.git
2000-11-29 Jarkko HietaniemiA test works better if it has the right 1..$n output.
2000-11-29 Jarkko HietaniemiForgot to MANIFEST the new Net::hostent test.
2000-11-29 Jarkko HietaniemiIntegrate perlio:
2000-11-29 Simon Cozens(Retracted by #7927.)
2000-11-29 Robert Spiernet_hostent.t (was Re: [ID 20001128.002] what's the...
2000-11-29 Jarkko HietaniemiMake "use Class::Struct 'struct';" work again (broken...
2000-11-29 Robert SpierRe: Minor suggestion for Sys::Syslog [PATCH]
2000-11-29 Robert Spier$^O win32 -> MSWin32
2000-11-29 Simon CozensTokeniser debugging
2000-11-29 Ilya ZakharevichRe: [PATCH 5.7.0] OUT keyword for xsubpp
2000-11-29 John TobeyRe: [ID 20001127.002] const subs hurt under debugger
2000-11-29 Jarkko HietaniemiUse "1 while unlink" so that VMS gets clean, too.
2000-11-29 Ilya ZakharevichOUT keyword for xsubpp
2000-11-29 Jarkko HietaniemiThis should have been part of #7872: no need to scan...
2000-11-29 Jarkko HietaniemiOne more perltie.pod nit from Casey R. Tweten.
2000-11-29 Jarkko HietaniemiDocument the known sprintf test failures, exact standard
2000-11-29 Jarkko HietaniemiAdd the Encoding table format documentation.
2000-11-29 Casey R. TwetenRe: [PATCH] Updating perltie.pod for arrays
2000-11-28 Nick Ing-SimmonsInitial tidy of setmode() muddle (UNIX does not have...
2000-11-28 Nick Ing-SimmonsIntegrate mainline
2000-11-28 Nicholas Clark[ID 20001128.002] what's the point of example code...
2000-11-28 Casey R. TwetenUpdating perltie.pod for arrays
2000-11-28 Robin BarkerRe: 5.6 bug: split /^/ implies /m modifier (from CLPM)
2000-11-28 Jarkko Hietaniemisetmode() is a DOSish-only thing.
2000-11-28 Simon Cozensperlcc.PL cleanups
2000-11-27 Jarkko HietaniemiUpdate Changes.
2000-11-27 Yitzchak Scott... Re: perlfaq style changes
2000-11-27 Benjamin HolzmanRe: [ID 20001122.006] weird behaviour of $|
2000-11-27 Larry W. Virden[ID 20001127.004] White space problem in perlamiga.pod
2000-11-27 Jarkko HietaniemiRestore also the locale test to no-sprintf-taint state.
2000-11-27 Jarkko Hietaniemi__FUNCTION__ isn't portable and trying to emulate it...
2000-11-27 Charles LaneVMS test cleanup
2000-11-27 Jarkko HietaniemiIt seems that *both* the unused submatch loop cleanup
2000-11-27 Jarkko HietaniemiClean .exists deeper.
2000-11-27 Jarkko HietaniemiThe code in regcppop() (see #7878) contains the correct...
2000-11-27 Jarkko HietaniemiThe unused submatch cleanup code in regtry() seems...
2000-11-27 Jarkko HietaniemiComment on comment.
2000-11-27 Jarkko HietaniemiAdjust the docs to agree with #7875.
2000-11-27 Jarkko HietaniemiRetract #7863. It makes more sense not to taint format...
2000-11-26 Jarkko HietaniemiDebug dump of ANYOFUTF8 was garbage (data from ANYOF).
2000-11-26 Jarkko HietaniemiBOUND regex opcodes (\b, \B) could try to scan zero...
2000-11-26 Jarkko HietaniemiNo need to scan till infinity, 13 is enough.
2000-11-26 Jarkko HietaniemiTest line numbers are different with utf8.
2000-11-26 Jarkko HietaniemiMessage nit.
2000-11-26 Jarkko HietaniemiMake utf8_length() and utf8_distance() (the latter...
2000-11-26 Benjamin HolzmanRe: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on...
2000-11-26 Benjamin HolzmanRe: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign...
2000-11-26 Tim JennessPATCH: File::Temp fix on WindowsNT/VMS
2000-11-26 Jarkko HietaniemiMake the va_copy() test not to be so talkative.
2000-11-26 Jarkko HietaniemiFix locale inconsistencies unearthed by Hugo's work.
2000-11-26 Nicholas ClarkRe: pp_add -> pp_i_add efficiency hack?
2000-11-26 Jarkko HietaniemiIntegrate perlio:
2000-11-25 Nick Ing-SimmonsCorrect relative path from new ext\Filter\Util\Call...
2000-11-25 Nick Ing-SimmonsIntegrate mainline.
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-25 Nick Ing-SimmonsAll tests pass on Win32/gcc/USE_PERLIO.
2000-11-25 Jens HamischUndo the SOCKS workarounds, instead start using PerlIO
2000-11-25 Jarkko HietaniemiUndo #7848. Some of the code seems to use walkoptree(),
2000-11-24 Nick Ing-SimmonsRe-arrange crlf vs binary for platforms that care.
2000-11-24 Jarkko HietaniemiAUTHORS edits.
2000-11-24 Jarkko HietaniemiAdd Jan-Erik Karlsson.
2000-11-24 Jarkko HietaniemiConfigure should find stdchar on its own.
2000-11-24 Andreas KönigPATCH over 7848: Filter test flawed
2000-11-24 Simon Cozens[ID 20001124.001] B exports "walkoptree" but does not...
2000-11-24 Jarkko HietaniemiIntegrate perlio:
2000-11-23 Nick Ing-SimmonsWin32/perlio Now just fails one io/argv.t test - lack
2000-11-23 Nick Ing-SimmonsWin32 passes all but t/lib/peek.t with perlio and home...
2000-11-23 Nick Ing-SimmonsImplement PerlIO_binmode()
2000-11-23 Jarkko HietaniemiREADME.amiga changes from Jan-Erik Karlsson <trg@privat...
2000-11-23 Jarkko HietaniemiSOCKS wrestling continues, patches from Jens Hamisch.
2000-11-23 Jarkko HietaniemiPush Filter::Util::Call one level deeper.
2000-11-23 Jarkko HietaniemiReach back one higher up when searching for PERL_SRC.
2000-11-23 Craig A. BerryRe: perl@7826
2000-11-23 Nick Ing-SimmonsImplement crlf layer - not ready for merge.
2000-11-23 Jarkko HietaniemiSTDCHAR is different in Sparc v9 vs x86.
2000-11-23 Jarkko HietaniemiThe type needs to be visible to protos.
2000-11-23 Jarkko HietaniemiFinish unfinished SOCKS workaround changes.
2000-11-23 Jarkko HietaniemiIntegrate perlio:
2000-11-23 Nick Ing-SimmonsCorrect makefile.mk dependancies for ext/Filter/Util
2000-11-23 Nick Ing-SimmonsIntegrate mainline
2000-11-23 Gurusamy Sarathybuild the Filter extension on windows
2000-11-23 Gurusamy Sarathyregenerate win32/config* and fix some inconsistencies...
2000-11-23 Gurusamy Sarathyget sources building on windows+MSVC again (untested...
2000-11-23 Jarkko HietaniemiUpdate Changes.
2000-11-23 Ben TillyRe: av.c patch (having slight problems)
2000-11-22 Jarkko HietaniemiFixes for signedness warnings noticed by VMSperlers.
2000-11-22 Peter Prymmersmall cleanup task for test suite
2000-11-22 Jarkko HietaniemiBe clean.
2000-11-22 Jarkko HietaniemiAdd the simple frontend to Filter::Util:Call, Filter...
2000-11-22 Jarkko HietaniemiAdd the Filter::Util::Call 1.04 by Paul Marquess from...
2000-11-22 Jarkko HietaniemiIntegrate perlio:
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Ilya ZakharevichLiblist returns found libraries
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-22 Ilya ZakharevichOvereager visited-positions optimizations
2000-11-22 Ilya ZakharevichLiblist finally works
2000-11-22 H.Merijn BrandRe: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706...
2000-11-22 Jarkko Hietaniemi(Accidentally empty patch.)
2000-11-22 Peter Prymmermake VMS' test.com tail compatible w/ unix
2000-11-22 John P. LindermanRe: perl@7777
next