uc(): Handle Greek YPOGEGRAMMENI
[p5sagit/p5-mst-13.2.git] / t / op /
2010-06-14 Nicholas Clark Note why pp_tie can't use call_method() for a package...
2010-06-07 David Mitchell Revert "make 'local $tied' untied"
2010-06-07 Father Chrysostomos glob crashes when %File::Glob:: is empty
2010-06-06 Nicholas Clark Test the return value of push and unshift.
2010-06-06 Nicholas Clark Convert tiearray.t to test.pl.
2010-06-04 David Mitchell fix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 Craig A. Berry Avoid overflow warning in chop.t.
2010-06-04 David Mitchell belatedly add a test for RT #51636:
2010-06-03 Vincent Pit Make pp_reverse fetch the lexical $_ from the correct pad
2010-05-31 Tony Cook move the fresh_perl() tests above the environment tests
2010-05-31 Tony Cook handle perl extended utf8 start bytes
2010-05-30 Karl Williamson PATCH: [perl #75138] "\c`" -> " "
2010-05-30 Karl Williamson Document tricks, work-arounds for user-defined casing
2010-05-29 Nicholas Clark When assigning to $^P, don't zero $DB::single, $DB...
2010-05-26 Karl Williamson PATCH: user defined special casing for non utf8
2010-05-25 Karl Williamson Change a few tests to use new test.pl EBCDIC stuff
2010-05-25 Nicholas Clark Fix CLONE/weakref bug revealed by adf8f095c5881bce.
2010-05-25 Father Chrysostomo... Deref ops ignore get-magic when SvROK(sv)
2010-05-25 Father Chrysostomos Just the tests from a proposed fix for 68192
2010-05-24 Nicholas Clark Set PADSTALE on all lexicals at the end of sub creation.
2010-05-24 Nicholas Clark Don't clone the contents of lexicals in pads.
2010-05-24 Nicholas Clark When deleting CLONE_PARAMS, push any unreferenced SVs...
2010-05-24 Nicholas Clark Better ithreads cloning - add all SVs with a 0 refcnt...
2010-05-24 Nicholas Clark Abstract *correct* initialisation of CLONE_PARAMS into...
2010-05-21 Nicholas Clark Remove the tokeniser hack that prevents compile-time...
2010-05-20 Zefram fully test package-version-block syntax
2010-05-19 Vincent Pit Merge branch 'vincent/rvalue_stmt_given' into blead
2010-05-18 Rainer Tammer Fix groups.t test on AIX
2010-05-17 Tony Cook use the correct format codes in warnings from gmtime...
2010-05-13 Nicholas Clark Return 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-10 Richard Soderberg separate the 0755 from the . $TAINT0. this silences...
2010-05-08 David Mitchell RT #34604 didn't honour tied overloaded values
2010-05-06 Vincent Pit Make t/op/sprintf.t test multiple warnings
2010-05-06 Vincent Pit Stop returning 0 for sprintf("%.0g")
2010-05-06 Vincent Pit Really test special sprintf formats
2010-05-06 Vincent Pit Make sv_vcatpvfn() complain when special formats "...
2010-05-05 Jesse Vincent Revert "tweak "0x123.456" deprecation"
2010-05-04 David Mitchell make 'local $tied' untied
2010-05-04 David Mitchell make local @tied, %tied, untied
2010-05-04 Rafael Garcia-Suarez Merge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Zefram tweak "0x123.456" deprecation
2010-05-03 David Mitchell tries: don't allocate memory at runtime
2010-04-30 Tony Cook RT#73814 - unpack() didn't handle scalar context correc...
2010-04-26 Lubomir Rintel ... Globs that are in symbol table can be un-globbed
2010-04-26 Karl Williamson Deal with "\c{", and its kin
2010-04-26 Rafael Garcia-Suarez Don't use Test::More in t/op/* tests
2010-04-25 gfx Fix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-04-25 David Mitchell avoid multiple FETCHes
2010-04-23 Zefram bring G_KEEPERR back to the realm of sanity
2010-04-23 Zefram SV-based interfaces for dieing and warning
2010-04-22 Jan Dubois time() resolution is full seconds
2010-04-22 Rafael Garcia-Suarez Consistently use OP_DESC instead of OP_NAME in error...
2010-04-22 Jan Dubois Add fudge to timing checks on Windows
2010-04-21 David Mitchell follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-21 David Mitchell add TODO test for #74484 trie leak
2010-04-20 Zefram make die reliably hand error to post-eval code
2010-04-17 Nicholas Clark Dispatch signals in infinite loops such as 1 while 1;
2010-04-17 Nicholas Clark Fix RT #74290 - regression for labels immediately befor...
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchell mark two magic.t tests as TODO
2010-04-13 David Mitchell Merge commit 'origin/davem/post-5.12' into blead
2010-04-11 David Mitchell RT 8857: premature free in local of tied element
2010-04-11 David Mitchell create SV leak test infrastructure
2010-04-08 David Mitchell fix RT 23810: eval and tied methods
2010-04-02 Jesse Vincent untodo the no-longer-failing todo test for rgs' patch
2010-04-02 Florian Ragwitz Add a TODO test for block evals segfaulting on syntax...
2010-03-31 Rafael Garcia-Suarez More tests for in-place reverse (empty tied array)
2010-03-31 Rafael Garcia-Suarez Add a test for reversing in-place an empty array
2010-03-30 David Mitchell PL_defoutgv isn't always a GV.
2010-03-27 David Leadbeater [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not...
2010-03-25 David Mitchell RT #67962: $1 treated as tainted in untainted match
2010-03-23 David Mitchell Fix assorted bugs related to magic (such as pos) not...
2010-03-21 David Mitchell [perl #45167] Taint removal by sprintf
2010-03-20 David Mitchell [perl #6758] tainted values become untainted in tied...
2010-03-17 Craig A. Berry Attached are two TODO patches for the remaining test...
2010-03-10 Zefram [perl #72740]: Blead breaks LEMBARK/LinkedList-Single...
2010-02-28 David Mitchell fix for [perl #72604] @DB::args and win32 fork
2010-02-23 Nicholas Clark Regression test for 34394ecd - SVs that were only on...
2010-02-21 David Mitchell stop op/groups.t skipping on Linux
2010-02-16 Nicholas Clark Fix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-11 Robin Barker Remove npl addresses from "my" files
2010-02-09 Nicholas Clark Fix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-07 Nicholas Clark Improvements to 31c9a3 - CPAN code did depend on the...
2010-02-05 Michael G. Schwern Don't try to calculate a time over the conservative...
2010-02-03 Jesse Vincent Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-02-03 Abigail Tests for RT #72432
2010-02-03 Jesse Vincent add a watchdog for schwern's time overflow tests.
2010-02-03 Michael G. Schwern Add sanity checks for far, far distant dates.
2010-01-28 Abigail Add a few regression tests, making sure ... is parsed...
2010-01-19 Niko Tyni Fix a NULL pointer dereference when looking for a DESTR...
2010-01-18 Father Chrysostomos Fix for #71254: SEGV in Data::Dumper
2010-01-18 Nicholas Clark Move packagev.t from t/comp to t/op, as it fouls the...
2010-01-14 Reini Urban CYG23-544-stat
2010-01-12 David Mitchell fix for [perl #65582] anon globs segfaulting
2010-01-12 David Mitchell fix for [perl #61976] Errno ($!) not evaluated to a...
2010-01-11 David Mitchell fix for [perl #41138] $_ leaks under threads
2010-01-11 Josh ben Jore [perl #71788] Skip $) test when NGROUPS_MAX is too...
2010-01-10 Gerard Goossen Retain builtin attributes from pre-declaration. Fixes...
2010-01-10 Gerard Goossen Ignore a lvalue attribute after the subroutine has...
next