summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Add warning about octal > 377 in some regexesKarl2009-01-161-1/+8
* [perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100karl williamson2009-01-151-0/+44
* Actually commit the state infomation at the end of a test run.Nicholas Clark2009-01-141-0/+5
* t/op/chdir.t, t/op/defins.t on VMSJohn Malmberg2009-01-082-5/+44
* t/x2p/s2p.t fix for VMS in UNIX modeJohn Malmberg2009-01-081-0/+6
* Require a space or a newline after a "#line XXX" directiveRafael Garcia-Suarez2009-01-061-1/+4
* Merge t/.gitignore in main git ignore fileRafael Garcia-Suarez2009-01-061-1/+0
* VMS posix exit fixesJohn Malmberg2009-01-043-7/+47
* Another regexp failure with utf8-flagged string and byte-flagged pattern (rem...Slaven Rezic2009-01-041-1/+10
* Merge branch 'schwern/y2038' into bleadRafael Garcia-Suarez2009-01-031-7/+60
|\
| * Update from y2038.Michael G. Schwern2009-01-031-12/+17
| * We are no longer bound by the limits of the tm struct.Michael G. Schwern2009-01-031-1/+1
| * Everything should now work with negative times, so let's pull out all the ski...Michael G. Schwern2009-01-031-4/+7
| * Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ...Michael G Schwern2009-01-031-7/+52
* | Fix a thinko in regression test for [perl #54956]Ben Morrow2009-01-031-1/+1
* | Subject: [PATCH] Update autodie to 1.998Paul Fenwick2009-01-021-3/+4
* | a test for Paul Evan's qr leakYuval Kogman2009-01-021-0/+33
* | More comprehensive smartmatch.t, supersedes smobj.tYuval Kogman2009-01-022-63/+79
* | add eval and error support to the t/op/smartmatch.t testYuval Kogman2009-01-021-3/+12
* | add undef tests to t/op/smartmatch.tYuval Kogman2009-01-021-0/+15
* | [perl #54956] crash on binary-or lvalue operation on qr//Ben Morrow2009-01-021-1/+103
* | much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-2/+3
* | On scope end, delete localized array elements that should not exist anymore, ...Vincent Pit2008-12-281-2/+109
* | Revise malformed utf8 test caseKarl2008-12-281-1/+4
* | Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except forNicholas Clark2008-12-271-0/+2
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-273-0/+6
* | fix bug #57042 - preserve $^R across TRIE matchesYves Orton2008-12-271-3/+19
* | Better fix for bug #6665Rafael Garcia-Suarez2008-12-261-3/+3
* | Revert "[perl #6665] Different behavior using the -Idir option on the command...Rafael Garcia-Suarez2008-12-261-2/+2
* | [perl #6665] Different behavior using the -Idir option on the command line an...Renee Baecker2008-12-261-2/+2
* | f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switchNicholas Clark2008-12-201-1/+1
* | git-flavoured autodie 1.997 patchPaul Fenwick2008-12-2037-0/+1377
* | Subject: PATCH 5.10 documentationSteve Peters2008-12-191-1/+3
* | [admin] set up .gitignore filesSam Vilain2008-12-193-0/+4
* | [perl #60978] [PATCH] Tied filehandles can't distinguish eof formsChip Salzenberg2008-12-111-3/+33
* | Fix for tainting regression in a test of Text::Template spotted byNicholas Clark2008-12-031-1/+37
* | Change PL_debug behaviour so that string eval lines are saved wheneverNicholas Clark2008-12-021-6/+3
* | Implement PERLDBf_SAVESRC_INVALID, which saves source lines for stringNicholas Clark2008-12-021-4/+1
* | Codify the current behaviour of evals which define subroutines beforeNicholas Clark2008-12-021-1/+22
* | Followup to change 34979. Tests are good, m'kay. Particularly when theyNicholas Clark2008-12-021-16/+46
* | Addendum to bug #38809: fix assertion failure, more testsVincent Pit2008-11-261-5/+24
* | [perl #38809] return do { } : take 3 (or 4...)Vincent Pit2008-11-251-1/+18
* | [perl #7911] no warning for useless /d in tr/0-9//dreneeb2008-11-251-3/+9
* | Remove the trailing NUL byte, and (hopefully) convert perforce toNicholas Clark2008-11-181-0/+0
* | Improve and restructure t/op/pat.t and split out some unicode related tests i...Abigail2008-11-183-4169/+3832
* | Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-181-2/+11
* | S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-171-5/+10
* | Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-171-0/+43
* | Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-171-1/+16
* | MRO tests for isa() and package aliasesTorsten Schoenfeld2008-11-161-0/+33