This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] make op_{clear,null} public
[perl5.git] / op.c
2001-05-10 Doug MacEachern[patch] make op_{clear,null} public
2001-05-08 Robin Houston[PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2001-05-02 Jarkko HietaniemiRetract changes #8254 and #8255, causes coredump in
2001-04-25 Mike GuyRe: Useless use of constants other than 0,1 in void...
2001-04-19 Robin HoustonPATCH: Propagate low byte of hints in cop.op_private
2001-04-17 Benjamin SugarsFix core dump from undef %File::Glob::
2001-04-07 Robin HoustonPATCH: $[
2001-04-07 Jarkko HietaniemiIntegrate change #9605 from maintperl into mainline.
2001-04-04 Benjamin SugarsRe: [PATCH] Lighten up glob
2001-04-03 Jarkko HietaniemiChange the push/unshift warning to be of class syntax...
2001-04-03 Jarkko HietaniemiChange the push/unshift warning (#9532) to talk about...
2001-04-03 Robin HoustonRe: [ID 20010331.003] new misc warning for push(@x...
2001-04-01 Jarkko Hietaniemitr/// UTF-8 tweaking from Inaba Hiroto.
2001-03-30 Stephen McCamantBetter peep()ing for foreach() loops
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-24 Robin HoustonRe: B::Deparse bug (5.6.0)
2001-03-20 Nick Ing-SimmonsMore EBCDIC stuff:
2001-03-19 Jarkko HietaniemiUTF-8 tr/// battle continues, ammunition from Inaba...
2001-03-18 Jarkko HietaniemiSarathy's clear_pmop patch with Radu Greab's fix,
2001-03-18 Jarkko Hietaniemitr/// UTF-8 patches from Inaba Hiroto.
2001-03-15 Jarkko HietaniemiAvoid stomping off the beginning of an array in tr///.
2001-03-14 Jarkko HietaniemiThe #9145 CANNOT be enabled: the clear_pmop code still
2001-03-14 Gurusamy Sarathyreenable change#9145 (the test was busted due to a...
2001-03-14 Jarkko HietaniemiRetract #9145.
2001-03-14 Jarkko HietaniemiRetract #9143.
2001-03-14 Jarkko Hietaniemi(Retracted by #9150.)
2001-03-14 Jarkko Hietaniemi(Retracted by #9149.)
2001-03-12 Jarkko HietaniemiIntegrate change #9108 from maintperl to mainline.
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-03-06 Jarkko HietaniemiRetract the PMOP cleanup patch: I'm seeing strange...
2001-03-05 Nick Ing-SimmonsIntegrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Gurusamy SarathyRe: [ID 20010301.005] corrupt memory (since @8531,...
2001-03-03 Jarkko HietaniemiUTF8 tr/// fixes from Inaba Hiroto.
2001-02-26 Jarkko HietaniemiMiscommunication at #8914: #8902 was okay, #8881 was...
2001-02-23 Jarkko HietaniemiRetract #8902 for now, requested by Charles Lane, the...
2001-02-23 Charles Lane(Retracted by #8914)
2001-02-21 Charles Laneglob-in-eval memory leak fix
2001-02-20 Jarkko HietaniemiIntegrate pureperl changes #8844,8845,8850 to mainline
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-11 Doug MacEachernRe: [patch] GvSHARED
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-02-09 Jarkko HietaniemiIntegrate changes #8704,8710 from pureperl.
2001-02-08 Charles BaileySYN SYN
2001-01-27 Stephen McCamant[ID 20000808.005] OP_REFGEN as an lvalue
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-12 Jarkko HietaniemiRename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
2001-01-12 Radu GreabRe: [PATCH] [ID 20001223.002] lvalues in list context
2001-01-12 Stephen McCamantConsolidated lvalue sub changes
2001-01-12 Richard SoderbergRE: [PATCH] [ID 20001223.002] lvalues in list context
2001-01-09 Inaba HirotoOne more patch for UTF8
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-08 Stephen McCamantFix spurious GVSV OPpOUR_INTRO
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-04 Stephen McCamantContinue blocks and B::Deparse
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-30 Nick Ing-SimmonsIntegrate mainline
2000-12-30 Inaba Hirotomore UTF8 test suites and an UTF8 patch
2000-12-29 Simon CozensInteresting syntax idea
2000-12-28 Daniel ChetlinFix problem with `&' prototype
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-19 Andreas KönigRe: useless use of void context work-around
2000-12-15 Jarkko HietaniemiReturn of the IVUV-preservation, now seems to be happy...
2000-12-15 Jarkko HietaniemiThis seems to be a stage sane and stable enough to...
2000-12-14 Nicholas Clarkfaster and 64 bit preserving arithmetic
2000-12-09 Inaba HirotoAdditional patch for UTF8-keys (Re: perl@8016)
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-12-04 Jarkko HietaniemiYet Another Copying-Without-Paying-Attention-To-SvUTF8...
2000-12-03 Jarkko HietaniemiMake uv_to_utf8() to zero-terminate its output buffer,
2000-12-03 Jarkko HietaniemiUse DO_UTF8().
2000-11-29 John TobeyRe: [ID 20001127.002] const subs hurt under debugger
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-10-29 John Tobeyconstsub spillage.
2000-10-28 Hugo van der SandenLocking null mutexes is not recommendable.
2000-10-27 John TobeyRe: [PATCH bleadperl] ripples from constsub patch
2000-10-25 Jarkko HietaniemiContinue the internal UTF-8 API tweaking.
2000-10-24 Jarkko HietaniemiMake the UTF-8 decoding stricter and more verbose when
2000-10-21 John TobeyRe: Creating const subs for constants.
2000-10-20 Charles BaileySYN SYN
2000-10-04 nick@babyhippo.com[ID 20001004.003] installman "Ambiguous call resolved...
2000-10-02 Nicholas ClarkRe: [ID 20000828.017] bytecode fails with use subs;
2000-10-02 Radu GreabRe: [ID 20000912.008] substr replacement of tainted...
2000-09-30 Nick Ing-SimmonsRe-instate Perl_utf8_to_uv without checking parameter...
2000-09-14 Jarkko HietaniemiBatch of UTF-8 patches from Simon Cozens.
2000-09-11 Gurusamy SarathyC<@a = @b = split(...)> optimization coredumps under...
2000-09-08 Spider BoardmanOptimizing hash keys into shared strings doesn't work...
2000-09-03 Nick Ing-SimmonsHash lookup of constant strings optimization:
2000-08-18 Jarkko HietaniemiDocument code point which makes if (defined %stash...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 M. J. T. Guyallow non-variable as lhs of non-updating tr///
2000-07-24 M. J. T. GuyBind op fix.
2000-07-14 Gurusamy Sarathyenable UTF-16 filter by default if relevant BOM is...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6268..6282 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6224..6229 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-06-29 Doug MacEachernxsub attributes
2000-06-29 Doug MacEachernRe: [PATCH] Re: Speeding up method lookups
2000-06-28 Doug MacEachernRe: [PATCH] "Constant subroutine redefined" mandatory...
next