summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
...
* Add test for previous patch (deprecation of UNIVERSAL->import)Rafael Garcia-Suarez2009-02-071-1/+9
* Upgrade to Pod-Parser-1.37.Steve Hay2009-02-043-73/+80
* setpgrp() should extend the stack before modifying itNiko Tyni2009-02-041-0/+16
* Make t/pod/pod2usage2.t work on case insensitive file systems.Jerry D. Hedden2009-02-021-1/+5
* Fix paths on new pod2usage2 tests to work in the core.Nicholas Clark2009-01-301-8/+22
* Upgrade to Pod-Parser-1.36.Steve Hay2009-01-309-9/+306
* Change to use 5.1 Unicode file versionsKarl2009-01-271-1/+1
* Make t/win32/system.t use the more common compiler checkMax Maischein2009-01-261-1/+1
* 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