| Commit message (Expand) | Author | Age | Files | Lines |
* | New perldelta | Max Maischein | 2013-03-22 | 10 | -218/+606 |
* | Merge branch 'release-5.17.10' into blead | Max Maischein | 2013-03-22 | 7 | -194/+309 |
|\ |
|
| * | Remove empty POD sections, fix link in podv5.17.10 | Max Maischein | 2013-03-21 | 1 | -7/+1 |
| * | add new release to perlhist | Max Maischein | 2013-03-21 | 1 | -0/+1 |
| * | Update corelist for 5.17.10 | Max Maischein | 2013-03-21 | 5 | -16/+133 |
| * | Update perldelta for 5.17.10 | Max Maischein | 2013-03-21 | 1 | -176/+179 |
| * | Bump version number in INSTALL | Max Maischein | 2013-03-21 | 1 | -2/+2 |
|/ |
|
* | Update Net::Ping from 2.40 to 2.41 | Max Maischein | 2013-03-21 | 4 | -24/+53 |
* | PATCH [perl #106212] Add PL_perlio_mutex to atfork_lock/unlock | Patrik Hägglund | 2013-03-21 | 1 | -0/+6 |
* | Add Patrik Hägglund to AUTHORS | Karl Williamson | 2013-03-21 | 1 | -0/+1 |
* | Merge in the changes that deprecate the use of @*, &*, ** and %*. | Nicholas Clark | 2013-03-21 | 7 | -23/+151 |
|\ |
|
| * | Add a deprecation warning for all uses of @*, %*, &* and **. | Nicholas Clark | 2013-03-21 | 5 | -9/+59 |
| * | Change the warning for $* to add ", and will become a syntax error". | Nicholas Clark | 2013-03-21 | 5 | -20/+30 |
| * | Generate the deprecation warnings for all uses $* or $#. | Nicholas Clark | 2013-03-21 | 4 | -18/+46 |
| * | Additional tests for the deprecation warnings when using $* or $#. | Nicholas Clark | 2013-03-21 | 1 | -0/+40 |
| * | Change tie_fetch_count.t to use *] instead of **. | Nicholas Clark | 2013-03-21 | 1 | -1/+1 |
| * | Change B::Deparse's test to test interpolation of @] instead of @*. | Nicholas Clark | 2013-03-21 | 1 | -4/+4 |
|/ |
|
* | update Perl::OSType from 1.002 to 1.003 | David Golden | 2013-03-20 | 6 | -76/+47 |
* | Re-order intrpvar.h to minimise holes in the interpreter struct. | Nicholas Clark | 2013-03-20 | 1 | -20/+23 |
* | Make utf8 downgrading in constant.pm, version dependent | Brad Gilbert | 2013-03-20 | 1 | -12/+3 |
* | I18N-Langinfo/Langinfo.pm: Pod nit | Aaron Trevena | 2013-03-20 | 1 | -2/+2 |
* | Add Aaron Trevena to AUTHORS | Karl Williamson | 2013-03-20 | 1 | -0/+1 |
* | Ensure only DOSish builds force O_BINARY=1 in the open path | Paul Green | 2013-03-19 | 1 | -4/+9 |
* | Update copyright statement for the Stratus VOS port | Paul Green | 2013-03-19 | 1 | -1/+1 |
* | Update pod/perlpord.pod to reflect recent VOS port changes | Paul Green | 2013-03-19 | 1 | -11/+15 |
* | Update README.vos to reflect recent changes | Paul Green | 2013-03-19 | 1 | -86/+38 |
* | Update VOS hints file to use dynamic linking and 64-bit stream files | Paul Green | 2013-03-19 | 1 | -22/+34 |
* | Assume that the host and target have the same executable suffix | Paul Green | 2013-03-19 | 1 | -1/+1 |
* | Remove VOS floating-point workaround; VOS bug long since fixed | Paul Green | 2013-03-19 | 1 | -34/+0 |
* | PATCH: [perl #117181] pod: nitpick | Shirakata Kentaro | 2013-03-19 | 4 | -8/+8 |
* | pod/perlfunc: Tweak new kill() wording | Karl Williamson | 2013-03-19 | 1 | -2/+3 |
* | Merge in the changes that remove setjmp() from regcomp.c | Nicholas Clark | 2013-03-19 | 8 | -131/+242 |
|\ |
|
| * | Document the uses of NULL returns in the regex parsing code. | Nicholas Clark | 2013-03-19 | 1 | -0/+46 |
| * | Revert "PATCH: regex longjmp flaws" | Nicholas Clark | 2013-03-19 | 2 | -7/+3 |
| * | In Perl_re_op_compile(), tidy up after removing setjmp(). | Nicholas Clark | 2013-03-19 | 3 | -25/+17 |
| * | Replace the longjmp()s in Perl_re_op_compile() with goto. | Nicholas Clark | 2013-03-19 | 1 | -30/+8 |
| * | Move the longjmp() that implements REQUIRE_UTF8 up to Perl_re_op_compile(). | Nicholas Clark | 2013-03-19 | 1 | -1/+2 |
| * | Add a flag RESTART_UTF8 to the reg*() routines in regcomp.c | Nicholas Clark | 2013-03-19 | 1 | -11/+75 |
| * | In S_regclass(), create listsv as a mortal, claiming a reference if needed. | Nicholas Clark | 2013-03-19 | 4 | -22/+8 |
| * | Document when and why S_reg{,branch,piece,atom,class}() return NULL. | Nicholas Clark | 2013-03-19 | 1 | -35/+79 |
| * | Return orig_emit from S_regclass() when ret_invlist is true. | Nicholas Clark | 2013-03-19 | 1 | -1/+1 |
| * | Test that UTF-8 in the look-ahead of (?(?=...)...) restarts the sizing parse. | Nicholas Clark | 2013-03-19 | 1 | -0/+4 |
| * | Test that S_grok_bslash_N() copes if S_reg() restarts the sizing parse. | Nicholas Clark | 2013-03-19 | 1 | -0/+8 |
| * | Remove unreachable duplicate (?#...) parsing code from S_reg() | Nicholas Clark | 2013-03-19 | 1 | -8/+0 |
|/ |
|
* | Perl_sv_uni_display() needs to be aware of RX_WRAPPED() | Nicholas Clark | 2013-03-19 | 2 | -1/+38 |
* | perldelta for debugger changes | Ricardo Signes | 2013-03-18 | 1 | -1/+2 |
* | bump version on perl5db.pl | Ricardo Signes | 2013-03-18 | 1 | -1/+1 |
* | lib/perl5db.pl: Workaround rt#116771 by putting DB::Obj inside BEGIN { } | Kent Fredric | 2013-03-18 | 1 | -0/+14 |
* | lib/perl5db.t: Add test for bug #116771, autotrace crashes debugger | Kent Fredric | 2013-03-18 | 1 | -1/+8 |
* | lib/perl5db.t: Add test for bug #116769, Frame=2 crashes debugger | Kent Fredric | 2013-03-18 | 1 | -1/+8 |