summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #123893] Fix hang with "@{"Father Chrysostomos2015-02-211-4/+15
* Fix t/op/dump.t warning in skip case.Craig A. Berry2015-02-181-1/+1
* [perl #123874] fix argument underflow for pack()Hugo van der Sanden2015-02-181-1/+5
* [perl #123836] dump LABEL shouldn't be goto LABELTony Cook2015-02-171-3/+0
* [perl #123836] basic tests for dump, catches the issue as a TODOTony Cook2015-02-171-0/+59
* [perl #123712] Don’t check sub_inwhatFather Chrysostomos2015-02-151-1/+8
* [perl #123816] fix stat stackingHugo van der Sanden2015-02-161-1/+11
* [perl #123712] Fix /$a[/ parsingFather Chrysostomos2015-02-151-1/+9
* infnan: revert nan payload/signaling changesJarkko Hietaniemi2015-02-111-121/+6
* infnan: separate the nan payload overflow and invalid messagesJarkko Hietaniemi2015-02-101-3/+3
* infnan: "nan(1)cy" should numify to $NaN, but also warnJarkko Hietaniemi2015-02-101-0/+16
* [perl #123554] catch a couple of other size overflowsTony Cook2015-02-101-4/+1
* [perl #123759] always count on OPpTRANS_IDENTICALHugo van der Sanden2015-02-091-1/+14
* infnan: test nan payload input/outputJarkko Hietaniemi2015-02-081-25/+36
* infnan: the x86 80-bit extended precision is specialJarkko Hietaniemi2015-02-081-0/+88
* [perl #123753] Assert fail with &{+foo} and errorsFather Chrysostomos2015-02-071-2/+12
* [perl #123753] &\0foo parsingFather Chrysostomos2015-02-071-1/+46
* t/op/lex.t: Add comment about the file’s purposeFather Chrysostomos2015-02-071-0/+3
* infnan: in case NaN is broken by being zero, avoid dividing by itJarkko Hietaniemi2015-02-041-1/+6
* Test new string- and num-specific bitopsFather Chrysostomos2015-01-311-1/+42
* t/op/taint.t - Fix typoSteve Hay2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-283-4/+4
* infnan: restore 'Infinity' since lln.t expects it.Jarkko Hietaniemi2015-01-281-1/+3
* infnan: allow (silently) trailing whitespace.Jarkko Hietaniemi2015-01-281-2/+8
* infnan: numify warning testing.Jarkko Hietaniemi2015-01-281-16/+66
* infnan: Simplify inf parsing.Jarkko Hietaniemi2015-01-281-5/+4
* infnan: More elaborate nan parsing for C99-y nan(...)Jarkko Hietaniemi2015-01-281-3/+1
* infnan: Allow 1.#INF00 and 1.#IND00Jarkko Hietaniemi2015-01-281-2/+2
* miniperl cannot IO::FileJarkko Hietaniemi2015-01-261-0/+5
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-2/+3
* Add test for glob constants accepting method callsKent Fredric2015-01-221-1/+9
* attributes.xs: Don’t emit const warning for anonsFather Chrysostomos2015-01-211-1/+3
* Make numifying "nanblah" warn, just like "345blah" does.Jarkko Hietaniemi2015-01-201-3/+27
* infnan: sprintf width and left-align.Jarkko Hietaniemi2015-01-201-0/+20
* Clarify test messages.Jarkko Hietaniemi2015-01-201-3/+3
* [perl #123554] stop checking the messageTony Cook2015-01-201-2/+1
* Make :const experimentalFather Chrysostomos2015-01-191-1/+12
* Let attributes.pm know about the const attributeFather Chrysostomos2015-01-191-0/+24
* anonconst.t for testing :constFather Chrysostomos2015-01-191-0/+40
* [perl #123538] always set chophere and itembytes at the same timeTony Cook2015-01-191-1/+13
* [perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)Tony Cook2015-01-191-1/+5
* perly.y changes from Lukas Mai in RT 123069Peter Martini2015-01-181-14/+6
* One more tiny spelling correction in comment; thanks to alh.James E Keenan2015-01-171-1/+1
* Two small spelling corrections in comment.James E Keenan2015-01-171-1/+1
* avoid $a["foo" eq $x ? 0 : 1] warningDavid Mitchell2015-01-171-1/+21
* t/charset_tools.pl: Improve function namesKarl Williamson2015-01-143-6/+6
* make re_intuit_string() return correct stringRostislav Skudnov2015-01-131-1/+16
* Test for nan range ends.Jarkko Hietaniemi2015-01-121-0/+8
* Test for inf range ends.Jarkko Hietaniemi2015-01-121-0/+8
* Explicitly test x infnan producing empty string.Jarkko Hietaniemi2015-01-121-0/+13