| Commit message (Expand) | Author | Age | Files | Lines |
* | Add warning about octal > 377 in some regexes | Karl | 2009-01-16 | 1 | -1/+8 |
* | [perl #59908] \x, \0, and \N{} not ok in double-quotish when followed by > \x100 | karl williamson | 2009-01-15 | 1 | -0/+44 |
* | Actually commit the state infomation at the end of a test run. | Nicholas Clark | 2009-01-14 | 1 | -0/+5 |
* | t/op/chdir.t, t/op/defins.t on VMS | John Malmberg | 2009-01-08 | 2 | -5/+44 |
* | t/x2p/s2p.t fix for VMS in UNIX mode | John Malmberg | 2009-01-08 | 1 | -0/+6 |
* | Require a space or a newline after a "#line XXX" directive | Rafael Garcia-Suarez | 2009-01-06 | 1 | -1/+4 |
* | Merge t/.gitignore in main git ignore file | Rafael Garcia-Suarez | 2009-01-06 | 1 | -1/+0 |
* | VMS posix exit fixes | John Malmberg | 2009-01-04 | 3 | -7/+47 |
* | Another regexp failure with utf8-flagged string and byte-flagged pattern (rem... | Slaven Rezic | 2009-01-04 | 1 | -1/+10 |
* | Merge branch 'schwern/y2038' into blead | Rafael Garcia-Suarez | 2009-01-03 | 1 | -7/+60 |
|\ |
|
| * | Update from y2038. | Michael G. Schwern | 2009-01-03 | 1 | -12/+17 |
| * | We are no longer bound by the limits of the tm struct. | Michael G. Schwern | 2009-01-03 | 1 | -1/+1 |
| * | Everything should now work with negative times, so let's pull out all the ski... | Michael G. Schwern | 2009-01-03 | 1 | -4/+7 |
| * | Patch in a 64 bit clean gmtime_r() and localtime_r() from the y2038 project. ... | Michael G Schwern | 2009-01-03 | 1 | -7/+52 |
* | | Fix a thinko in regression test for [perl #54956] | Ben Morrow | 2009-01-03 | 1 | -1/+1 |
* | | Subject: [PATCH] Update autodie to 1.998 | Paul Fenwick | 2009-01-02 | 1 | -3/+4 |
* | | a test for Paul Evan's qr leak | Yuval Kogman | 2009-01-02 | 1 | -0/+33 |
* | | More comprehensive smartmatch.t, supersedes smobj.t | Yuval Kogman | 2009-01-02 | 2 | -63/+79 |
* | | add eval and error support to the t/op/smartmatch.t test | Yuval Kogman | 2009-01-02 | 1 | -3/+12 |
* | | add undef tests to t/op/smartmatch.t | Yuval Kogman | 2009-01-02 | 1 | -0/+15 |
* | | [perl #54956] crash on binary-or lvalue operation on qr// | Ben Morrow | 2009-01-02 | 1 | -1/+103 |
* | | much better git related version numbering in our (*nix for now) build process | Yves Orton | 2008-12-31 | 1 | -2/+3 |
* | | On scope end, delete localized array elements that should not exist anymore, ... | Vincent Pit | 2008-12-28 | 1 | -2/+109 |
* | | Revise malformed utf8 test case | Karl | 2008-12-28 | 1 | -1/+4 |
* | | Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 3 | -0/+6 |
* | | fix bug #57042 - preserve $^R across TRIE matches | Yves Orton | 2008-12-27 | 1 | -3/+19 |
* | | Better fix for bug #6665 | Rafael Garcia-Suarez | 2008-12-26 | 1 | -3/+3 |
* | | Revert "[perl #6665] Different behavior using the -Idir option on the command... | Rafael Garcia-Suarez | 2008-12-26 | 1 | -2/+2 |
* | | [perl #6665] Different behavior using the -Idir option on the command line an... | Renee Baecker | 2008-12-26 | 1 | -2/+2 |
* | | f6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be reflected in our switch | Nicholas Clark | 2008-12-20 | 1 | -1/+1 |
* | | git-flavoured autodie 1.997 patch | Paul Fenwick | 2008-12-20 | 37 | -0/+1377 |
* | | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -1/+3 |
* | | [admin] set up .gitignore files | Sam Vilain | 2008-12-19 | 3 | -0/+4 |
* | | [perl #60978] [PATCH] Tied filehandles can't distinguish eof forms | Chip Salzenberg | 2008-12-11 | 1 | -3/+33 |
* | | Fix for tainting regression in a test of Text::Template spotted by | Nicholas Clark | 2008-12-03 | 1 | -1/+37 |
* | | Change PL_debug behaviour so that string eval lines are saved whenever | Nicholas Clark | 2008-12-02 | 1 | -6/+3 |
* | | Implement PERLDBf_SAVESRC_INVALID, which saves source lines for string | Nicholas Clark | 2008-12-02 | 1 | -4/+1 |
* | | Codify the current behaviour of evals which define subroutines before | Nicholas Clark | 2008-12-02 | 1 | -1/+22 |
* | | Followup to change 34979. Tests are good, m'kay. Particularly when they | Nicholas Clark | 2008-12-02 | 1 | -16/+46 |
* | | Addendum to bug #38809: fix assertion failure, more tests | Vincent Pit | 2008-11-26 | 1 | -5/+24 |
* | | [perl #38809] return do { } : take 3 (or 4...) | Vincent Pit | 2008-11-25 | 1 | -1/+18 |
* | | [perl #7911] no warning for useless /d in tr/0-9//d | reneeb | 2008-11-25 | 1 | -3/+9 |
* | | Remove the trailing NUL byte, and (hopefully) convert perforce to | Nicholas Clark | 2008-11-18 | 1 | -0/+0 |
* | | Improve and restructure t/op/pat.t and split out some unicode related tests i... | Abigail | 2008-11-18 | 3 | -4169/+3832 |
* | | Rafael noticed a bug in 34873 - I was comparing against the wrong | Nicholas Clark | 2008-11-18 | 1 | -2/+11 |
* | | S_save_lines() was using strchr() when it should have been using | Nicholas Clark | 2008-11-17 | 1 | -5/+10 |
* | | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 1 | -0/+43 |
* | | Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string... | Chip Salzenberg | 2008-11-17 | 1 | -1/+16 |
* | | MRO tests for isa() and package aliases | Torsten Schoenfeld | 2008-11-16 | 1 | -0/+33 |