platform/upstream/perl.git
2004-03-04 Dave Mitchellretract 22328 and 22332: deprecation warning for my...
2004-03-04 Rafael Garcia... Maintainers.pl update by MJD.
2004-03-04 Rafael Garcia... Fix [perl #27357] Scalar Win32::GetOSVersion() broken...
2004-03-04 Rafael Garcia... Clarify the difference between utf8::downgrade/upgrade
2004-03-03 Rafael Garcia... A couple of notes in perl591delta
2004-03-03 Artur Bergmansimplify sv.h
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2004-03-03 Richard Foleydebugger (5.8.x and 5.9.x)
2004-03-03 Dave Mitchellstop t/op/write.t failures under stdio by always closin...
2004-03-02 Nicholas ClarkChange the skip logic on the unicode tests so that...
2004-03-02 Nicholas ClarkWork on eliminating systematic failures on make minitest:
2004-03-02 Dave MitchellRemove machine-dependent rounding dependency from write...
2004-03-02 Steve Haynmake distclean cleans too much from lib/Digest on...
2004-03-01 Dave Mitchelladd tests for change 22414 (lvalue substr jollity)
2004-03-01 Dave Mitchellintegrate Time::HiRes 1.56 from CPAN
2004-02-29 Marcus Holland... Make panics a bit more verbose to ease debugging.
2004-02-29 Dave Mitchell [perl #24521] make test breaks permissions on /dev/tty
2004-02-29 Graham BarrRe: [perl #24346] pulling in stuff from outside the...
2004-02-29 Nicholas ClarkBump Socket's version to a real floating point value
2004-02-29 Abhijit Menon-SenBack out _01 version suffix.
2004-02-28 Dave MitchellBump version numbers of moules affected by change ...
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-28 Nicholas ClarkUse File::Temp for tempfiles if it is available.
2004-02-28 Marcus Holland... Fix segfaults when running under -Dx.
2004-02-27 Nicholas ClarkAssimilate Cwd 2.15 from CPAN
2004-02-27 Nicholas ClarkCreate a new local $_ without triggering tie by using...
2004-02-27 H.Merijn BrandWhen threads are active we need -lpthread, but previous...
2004-02-27 Nicholas ClarkCorrect thinko in comment.
2004-02-27 Nicholas ClarkIn hsplit, if a normal hash has placeholders then clear...
2004-02-27 Nicholas ClarkMy re-implementation of hv_clear_placeholders was buggy...
2004-02-26 Nicholas ClarkMoving all the e-mail addresses over by 1 column makes...
2004-02-26 Nicholas ClarkAdd Mark Fowler
2004-02-26 Nicholas ClarkIntegrate:
2004-02-26 Mark FowlerImproved perlapi documentation for croak
2004-02-26 Art HaasReplacing '-rdynamic' in Configure script
2004-02-25 Dave Mitchellremove my work address
2004-02-25 Dave Mitchellstop "const in void context" warning for a const in an
2004-02-25 H.Merijn BrandSkip the Net/Ping/450_service failures on HP-UX for...
2004-02-25 H.Merijn BrandAIX hints stage 3: remove AIX 3 and AIX 4 after split off
2004-02-24 Dave Mitchell[perl #26959] fix memory leak in @_ = ...; goto &sub
2004-02-24 Rafael Garcia... Enhance test cleanliness by a very small factor.
2004-02-24 Rafael Garcia... Fix a segfault during optree construction. (bug #27024)
2004-02-24 Rafael Garcia... Update Changes and AUTHORS.
2004-02-24 Tassilo von... optimization for map in scalar context
2004-02-24 Mark KvaleBugfix for perlrequick and perlretut
2004-02-23 Rafael Garcia... Instead of localising *_, use a dummy foreach loop...
2004-02-23 Alan FerrencyRe: [perl #24338] Attribute::Handlers will trash UNIVERSAL
2004-02-23 Rafael Garcia... Update perl591delta.
2004-02-23 Rafael Garcia... Fix bug #26910: hints were not propagated into (?{...
2004-02-23 SADAHIRO TomoyukiRe: [perl #26905] "use bytes" doesn't apply byte semant...
2004-02-23 Chia-liang KaoBenchmark for child processes
2004-02-23 Georg SchwarzRe: Perl 5.8.1 on IRIX 5.3
2004-02-22 Yitzchak Scott... initial patch for cygwin IPC via cygserver
2004-02-22 Dave MitchellExtend OP_AELEMFAST optimisation to lexical arrays
2004-02-21 Rafael Garcia... We're not binary compatible with 5.8.
2004-02-21 Rafael Garcia... Document change #22353 in perldelta.
2004-02-21 Rafael Garcia... Increment the version number of B, due to the incompatible
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-20 Rafael Garcia... When you write C<my $_ ; for (...) {...}>, the lexical $_
2004-02-20 Dave Mitchellremove a split test's dependence on -Dx output
2004-02-20 Dave Mitchelladd Deparse/Concise support for inplace sort (change...
2004-02-20 Dave Mitchelloptimise the sorting inplace of plain arrays: @a =...
2004-02-20 Dave MitchellDocument the SVf_PADSTALE flag
2004-02-20 Rafael Garcia... Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t...
2004-02-20 Greg Mathesongenmk95.pl touchup for distclean on Win98
2004-02-20 Rafael Garcia... Upgrade to Term::ANSIColor 1.08.
2004-02-19 Rafael Garcia... Upgrade to prereleases of Math::BigInt 1.70 and
2004-02-19 Dave Mitchell-Dx could coredump on threaded builds because consts...
2004-02-18 Rafael Garcia... Add a tool to report dual-lived core modules that don't
2004-02-18 Rafael Garcia... Document the removal of PERL_XS_APIVERSION and PERL_PM_...
2004-02-18 Rafael Garcia... Add base.pm and fields.pm to the maintainer list.
2004-02-18 Dave Mitchellfix write test: -small_number may be displayed as 00...
2004-02-18 H.Merijn BrandRemoved pm_apiversion and xs_apiversion as requested by
2004-02-18 Dave MitchellAdd tests for the C<my $x if foo> deprecation, and...
2004-02-18 Marcus Holland... 1. Add section to perlxs.pod describing that the refcou...
2004-02-18 Rafael Garcia... Encode has local changes. Up-version it.
2004-02-17 Dave Mitchelladd deprecation warning for C<my $x if foo> and C<foo...
2004-02-17 Rafael Garcia... It's better to localize *_ than $_, to avoid magic...
2004-02-17 Rafael Garcia... One of the new tests of MIME::Base64 relies on a non...
2004-02-17 Rafael Garcia... Upgrade to MIME::Base64 3.00.
2004-02-17 Rafael Garcia... Be more clear. Use simple words.
2004-02-17 Dave Mitchellremove C<my $x if foo> construct from core modules
2004-02-17 Rafael Garcia... Dave Mitchell suggested this perldelta entry for the...
2004-02-17 Rafael Garcia... Bump $B::VERSION (because of change #22315).
2004-02-17 Rafael Garcia... Regenerate table of contents and other related files.
2004-02-17 Rafael Garcia... Bump up perl's version number to 5.9.1.
2004-02-17 Dave Mitchell22316 had stupid precedence thinkos
2004-02-17 Dave MitchellSlight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von... Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-17 Brendan O'Dea1. Creating backward compatibility for Configure after...
2004-02-16 Marcus Holland... Fix for Win32 build failure caused by the byacc to...
2004-02-16 Rafael Garcia... Revert change 22308 (the patch was against maint, not...
2004-02-16 Brendan O'DeaFix typo in doc for Encode
2004-02-16 Brendan O'DeaMissing semi-colon
2004-02-16 Brendan O'DeaAdd some basic POD to lib/ExtUtils/instmodsh so that
2004-02-15 Stas Bekman[patch perlguts.pod] save_item doesn't handle magic
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2004-02-14 Craig A. BerryEnable v (verbose) switch on -Dp to display the top...
2004-02-14 Abe TimmermanRe: switch from byacc to bison
2004-02-14 Dave Mitchellremove binary compatibility stuff from the yacc ->...
next