p5sagit/p5-mst-13.2.git
2004-02-18 H.Merijn Brand Removed pm_apiversion and xs_apiversion as requested by
2004-02-18 Dave Mitchell Add 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 Mitchell add 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 Mitchell remove 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 Mitchell 22316 had stupid precedence thinkos
2004-02-17 Dave Mitchell Slight update to #22315 ($lval=*FOO); optimise the...
2004-02-17 Tassilo von... Re: [PATCH] GLOB to LVALUE assignment fix
2004-02-17 Brendan O'Dea 1. 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'Dea Fix typo in doc for Encode
2004-02-16 Brendan O'Dea Missing semi-colon
2004-02-16 Brendan O'Dea Add 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. Berry Enable v (verbose) switch on -Dp to display the top...
2004-02-14 Abe Timmerman Re: switch from byacc to bison
2004-02-14 Dave Mitchell remove binary compatibility stuff from the yacc ->...
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2004-02-13 Rafael Garcia... Fix an fcntl example in perlopentut, spotted by MJD.
2004-02-12 Dave Mitchell The new -Dq option didn't actually work!
2004-02-12 Stas Bekman [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_s...
2004-02-10 Greg Matheson Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
2004-02-10 Rafael Garcia... Add 5.005_04-RC1 and Leon in perlhist.
2004-02-09 Rafael Garcia... Add a note in Unicode::UCD about the _getcode() function
2004-02-09 Rafael Garcia... Implement stacked filetest operators (-f -w -x $file).
2004-02-09 Hugo van der... Re: [perl #26073] sprintf miscounts padding when format...
2004-02-09 Yitzchak Scott... reduce overhead of charnames.pm, make op/pat.t work...
2004-02-08 Rafael Garcia... Add the new private flag OPpGREP_LEX in B::Concise.
2004-02-08 Rafael Garcia... map and grep weren't working correctly with lexical...
2004-02-08 Greg Matheson Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
2004-02-08 Steve Hay Correct some prototypes in perlapi.pod
2004-02-08 Steve Hay Fix absolute path handling in installhtml
2004-02-08 SADAHIRO Tomoyuki chomp() cares about Unicode
2004-02-07 Nicholas Clark Comment to record why we can't clear placeholders in...
2004-02-07 Nicholas Clark deleting keys in restricted hashes was leaking the...
2004-02-07 Nicholas Clark Now hv_delete is able to ingore placeholders.
2004-02-07 Nicholas Clark All whitespace is equal, but some whitespace is more...
2004-02-07 Nicholas Clark hv_clear_placeholders now manipulates the linked lists...
2004-02-06 H.Merijn Brand Added hints_4.sh for specific AIX 4 support
2004-02-06 Rafael Garcia... Fix a non-standard NAME pod section
2004-02-04 Rafael Garcia... The "my $_" wasn't nice with foreach loops.
2004-02-04 H.Merijn Brand AIX 3 support removed from default hints after its...
2004-02-04 H.Merijn Brand AIX 3 hints split off from default hints in preparation
2004-02-03 Rafael Garcia... More docs and tests for "my $_".
2004-02-03 John Peacock was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0...
2004-02-03 Rafael Garcia... Implement "my $_".
2004-02-03 Rafael Garcia... Regenerate perlapi.pod.
2004-02-03 H.Merijn Brand If someone chooses xlc as default C compiler, threaded...
2004-02-01 Martin Pool patch for IRIX/gcc link issues
2004-02-01 Dave Mitchell update fix to Shell.pm in change #22254: make /dev...
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2004-02-01 Dave Mitchell threads documentation: fork on UNIX might not copy...
2004-02-01 Dave Mitchell add test for Change 22194:
2004-02-01 Manuel Valente Patch for Shell.pm
2004-02-01 Dave Mitchell Make Time/HiRes/t/HiRes.t die more gracefully if its...
2004-01-31 Chip Salzenberg Don't show code closing STD{IN,OUT} before reopening...
2004-01-30 Rafael Garcia... Another undocumented use of $_ : with reverse().
2004-01-30 H.Merijn Brand Drop optimization for -O3 *and higher*
2004-01-29 Rafael Garcia... Regenerate perlapi.pod.
2004-01-29 Hugo van der... Re: [perl #25269] panic: pp_match start/end pointers...
2004-01-28 Rafael Garcia... I'm the new maintainer of Switch.
2004-01-28 David Favor Message-ID: <40113F7B.6050701@davidfavor.com>
2004-01-27 Rafael Garcia... Update perl591delta.pod with what we've done so far.
2004-01-27 Rafael Garcia... Regenerate Changes.
2004-01-27 Nicholas Clark Storable's hints file shouldn't blanket set optimize...
2004-01-27 Rafael Garcia... More punctuation, good.
2004-01-27 Brendan O'Dea 5.8.3 -- fix signal comments in L<perlfunc/system>
2004-01-26 Daniel S. Lewart myconfig.SH
2004-01-26 H.Merijn Brand Document change 22192
2004-01-26 Craig A. Berry fix vmsish.t #25
2004-01-26 Nicholas Clark Merge dynamic perldelta from maint (22081)
2004-01-25 Rafael Garcia... Remove the caveat about detached threads crashing on...
2004-01-25 Nicholas Clark Need to skip Storable's threads test on 5.8.2 with...
2004-01-25 Dave Mitchell update MANIFEST for 2 new Storable test files introduce...
2004-01-25 Dave Mitchell add test for change 22209 (Remove small memory leak...
2004-01-25 Dave Mitchell Remove small memory leak in newATTRSUB that manifested...
2004-01-24 nothingmuch... [perl #24942] fields::inherit doesn't bless derived
2004-01-24 Mark-Jason... Re: Doc patches for File::Find
2004-01-24 Slaven Rezic Storable-2.08/t/code.t
2004-01-24 Abhijit Menon-Sen [patch] make Storable thread-safe
2004-01-24 Abhijit Menon-Sen Upgrade to Locale::Maketext 1.08.
2004-01-23 Dave Mitchell make some t/op/write.t failures more verbose
2004-01-23 Jan Dubois Re: threads::shared::queue;
2004-01-23 Nicholas Clark test that use encoding; doesn't cause references to...
2004-01-23 Nicholas Clark Document chomp's travels in the wonderful world of...
2004-01-23 Nicholas Clark Check the return values of chomp
2004-01-23 Nicholas Clark Test return values of all chomps
2004-01-23 SADAHIRO Tomoyuki Re: [perl #24888] chomp ignores utf8
2004-01-22 Steve Hay Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
next