This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Unicode::Collate 0.27.
[perl5.git] / pp_ctl.c
2003-08-26 Dave Mitchellimproved 19064 (local $_[0] problems)
2003-08-21 Jarkko HietaniemiRetract #19064, broke mod_perl flushing (localisation...
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-21 Rafael Garcia-Suarez[PATCH] Re: Perl formats do not work with tied values
2003-07-06 Radu GreabDProf fixes
2003-07-02 James Jurachline numbers are given % 64k
2003-06-25 Rafael Garcia-SuarezFix [perl #21742] :
2003-06-19 Steve GrazziniRe: [perl #17934] tied STDERR and internal warnings
2003-06-16 Marcus Holland-MoritzRevert change #19126, a poor attempt at fixing bug...
2003-06-16 Steve Grazziniunnecessary stringification in eval/die
2003-05-26 Dave MitchellRe: [perl #22299] goto doesn't find label
2003-05-21 Rafael Garcia-SuarezIntroduce a new preprocessor symbol, PERL_DISABLE_PMC, to
2003-05-11 Dave Mitchell[perl #7391] Perl crashes with certain write() formats.
2003-04-26 Artur BergmanFix bug #15161 by increasing the refcount on the RE...
2003-04-20 Dave Mitchellgoto &sub doesn't empty @_
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-01 Rafael Garcia-SuarezFix bug #21742. require should be always invoked in
2003-03-26 Dave Mitchell[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-18 Dave Mitchell[perl #9990] avoid goto &tmpsub coredump
2003-03-04 Rafael Garcia-SuarezPatch by Salvador FandiƱo to read the warning mask
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-03-02 Jarkko HietaniemiFurther Unicode formats patching from Inaba Hiroto.
2003-02-26 Inaba HirotoRe: [PATCH] Re: format, PerlIO and utf8
2003-02-25 Adrian M. Enache[perl #20684] [fix] s/// with (??{..}) inside returns...
2003-02-24 Jarkko HietaniemiPatching magic from Inaba-san's keyboard: fix for ...
2003-02-16 Nicholas ClarkCOW regexps:
2003-02-14 Adrian M. EnacheRe: trying to fix #20154, #20357
2003-02-10 Adrian M. EnacheRe: [perl #20777] [PATCH] goto &subroutine leaks memory
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-01-27 Dave MitchellIntroduce the PUSHSUB_DB macro, equivalent to PUSHSUB...
2003-01-26 Dave MitchellOPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
2003-01-26 Adrian M. EnacheRe: [perl #20408] SV's SvPVX get freed even when its...
2003-01-21 Dave Mitchellsilence warning
2003-01-08 Nicholas Clarklabel code in pp_ctl.c
2003-01-07 Nicholas Clark%_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2003-01-03 Stephen McCamantRe: [perl #19061] 'goto' confuses 'redo'
2002-12-16 Dave MitchellRe: [perl #19017] lexical "my" variables not visible...
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-08 Slaven RezicRe: [perl #18165] "0" fails as right-hand argument...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-25 Slaven RezicRe: [perl #18479] Error when no strict refs in effect
2002-10-30 Abhijit Menon-SenRe: [perl #18114] [no subject] BUG: "-4\n".."0\n" is...
2002-10-30 Mark-Jason Dominus[perl #18165] "0" fails as right-hand argument to ..
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-11 Rafael Garcia-SuarezFix bug #17771 : segfault with the 'for' statement...
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-09-26 Jarkko Hietaniemienable -ansi -pedantic
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-07-09 Jarkko HietaniemiThis is getting pretty fragmented (finish up #17441).
2002-05-17 Rafael Garcia-SuarezMore regression tests for caller() and fix one bug...
2002-05-17 Rafael Garcia-SuarezFix bug 20020517.003 : segfault with caller().
2002-04-27 Nick Ing-SimmonsIntegrate mainline
2002-04-26 Jarkko HietaniemiIntegrate changes #16199 and #16201 from macperl;
2002-04-25 Newton, PhilipRe: [PATCH] pp_ctl.c:pp_require
2002-04-25 Newton, Philippp_ctl.c:pp_require
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-03 Dave Mitchell[ID 20020301.011] Core dump in 'leavetry' in 5.7.2
2002-03-22 Abhijit Menon-Sen Revert #15200 for backwards compatiblity reasons.
2002-03-12 Mike GuyDisambiguate "Can't locate"
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-06 Yitzchak Scott-Tho... Re: [PATCH] Re: [ID 20000922.001] Implicit comparison...
2002-02-20 Hugo van der SandenRe: Re-posts of some unresolved bleadperl bugreports
2002-02-18 Rafael Garcia-Suarezbug on "do NUMBER"
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-17 Audrey TangTied STDERR should catch messages from warn() and die()
2002-02-08 Chris NandorCopFILE / MacPerl_MPWFileName
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-21 Jarkko Hietaniemipath_is_absolute() needs a prototype (and maybe
2002-01-21 Chris NandorRe: coderefs in @INC
2001-12-30 Michael G. Schwern-t without -w
2001-11-21 Jarkko HietaniemiImplement the sort pragma. Split sort code from pp_ctl.c
2001-11-16 Abhijit Menon-Sen[PATCH] Doc spellcheck + podcheck
2001-11-14 Jarkko HietaniemiQuieten pgcc 2.91.66 worries.
2001-11-01 Jarkko HietaniemiIf an encoding is set by -M/-m, it must be in
2001-10-19 Charles Lanevmsish fix, ieee rand() cleanup
2001-10-17 Jarkko HietaniemiOh, bother. In Tru64 cc -std1 was looking rather nice
2001-10-17 Jarkko Hietaniemi(retracted by #12485)
2001-10-10 Rafael Garcia-Suareztwo s/// bugfixes
2001-10-01 Jarkko Hietaniemisortsv not in place anymore, noticed by John P. Linderman.
2001-09-30 Brian IngersonPatch to put qsortsv in the public API
2001-09-28 Rafael Garcia-SuarezAllow an @INC hook to set %INC
2001-09-26 Jarkko HietaniemiIntegrate macperl changes from Chris Nandor:
2001-09-25 John Peacockwarning on v-string in use/require
2001-09-23 Rafael Garcia-Suarezproposal : put the @INC-hooks directly in %INC
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-09-10 Artur BergmanSilence some more warnings INT2PTR.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-28 Rafael Garcia-Suarezput useful info in %INC for files loaded by a hook...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon CozensCustom Ops
2001-08-25 Nicholas ClarkRe: The coderef in @INC strikes back
2001-08-12 Jarkko HietaniemiNot quite so relicy as thought in #11651 (op/concat...
2001-08-12 Jarkko HietaniemiMore (less) regex/utf8 relics. (Toned down later in...
2001-07-11 Doug MacEachernRe: [PATCH] Small fix to pp_gmtime
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Abhijit Menon-SenRe: Bug report: split splits on wrong pattern
next