| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALL | Vincent Pit | 2010-03-03 | 1 | -1/+1 |
* | stop skipping ext/Fcntl/t/syslfs.t | David Mitchell | 2010-02-21 | 1 | -1/+7 |
* | Make the new Socket implementation of inet_pton consistent with the existing ... | Jesse Vincent | 2010-02-17 | 2 | -2/+3 |
* | Fix for non-regexps being upgraded to SVt_REGEXP | Nicholas Clark | 2010-02-09 | 1 | -1/+1 |
* | Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl... | Nicholas Clark | 2010-02-06 | 1 | -1/+1 |
* | bump versions for core libs changed since 5.11.3 | Ricardo Signes | 2010-01-19 | 2 | -2/+2 |
* | [perl #71676] GDBM_File support on Win32 | kmx | 2010-01-18 | 1 | -0/+1 |
* | Bump version of PerlIO::encoding | Rafael Garcia-Suarez | 2010-01-15 | 1 | -1/+1 |
* | The warnings emitted by PerlIO::encoding should be silenceable. | Rafael Garcia-Suarez | 2010-01-15 | 1 | -5/+8 |
* | Fix typo in reference | Abigail | 2010-01-06 | 1 | -1/+1 |
* | Document that interpolating a '(??{ code })' construct in a regular | Abigail | 2010-01-06 | 1 | -3/+5 |
* | Fix a couple of typos and standardize on using 'regexp' instead of | Abigail | 2010-01-06 | 1 | -9/+9 |
* | POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the version | Jesse Vincent | 2009-12-20 | 1 | -1/+1 |
* | Add lchown to POSIX.pod | Daniel Frederick Crisman | 2009-12-20 | 1 | -0/+8 |
* | Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852. | Nicholas Clark | 2009-12-02 | 1 | -3/+3 |
* | Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead | Steve Peters | 2009-11-28 | 15 | -12/+729 |
|\ |
|
| * | fix logic for a workaround in POSIX.xs | Stepan Kasal | 2009-11-23 | 1 | -2/+2 |
| * | PVIOs don't use the SvIVX slot. | Nicholas Clark | 2009-11-19 | 1 | -1/+1 |
| * | lexer API | Zefram | 2009-11-15 | 4 | -91/+86 |
| * | Teach B::Deparse about in-place reverse | Vincent Pit | 2009-11-15 | 1 | -4/+4 |
| * | 1 is a magic number to C's exit() and Perl_my_exit(). | Craig A. Berry | 2009-11-12 | 1 | -2/+8 |
| * | Sorry, missed a " | H.Merijn Brand | 2009-11-12 | 1 | -1/+1 |
| * | HP-UX does not accept UTC0UTC, because there is no valid DST rule | H.Merijn Brand | 2009-11-12 | 1 | -0/+8 |
| * | Add missing LEAVE to POSIX.xs sigaction | Gerard Goossen | 2009-11-12 | 1 | -2/+6 |
| * | Map winsock error codes to POSIX errno values | Jan Dubois | 2009-11-11 | 1 | -0/+123 |
| * | Optimize reversing an array in-place | Vincent Pit | 2009-11-10 | 1 | -0/+1 |
| * | Make my_exit behave the same as the Perl exit. And add tests for it | Gerard Goossen | 2009-11-08 | 3 | -1/+39 |
| * | pad_findmy APIification | Zefram | 2009-11-08 | 2 | -19/+14 |
| * | Correctly document export of I18N::Langinfo | Kevin Ryde | 2009-11-08 | 1 | -2/+2 |
| * | Add length and flags arguments to Perl_pad_findmy(), moving it to the public ... | Nicholas Clark | 2009-11-07 | 1 | -1/+1 |
| * | C++ fail with KeywordRPN | Zefram | 2009-11-07 | 2 | -3/+3 |
| * | Implement facility to plug in syntax triggered by keywords | Jesse Vincent | 2009-11-05 | 5 | -0/+547 |
* | | Add error codes for getaddrinfo() and getnameinfo() | Steve Peters | 2009-11-28 | 1 | -1/+2 |
|/ |
|
* | Remove Perl_pmflag() from the public API, and mark it as deprecated. | Nicholas Clark | 2009-11-01 | 3 | -2/+53 |
* | disable non-unicode case insensitive trie matching | Yves Orton | 2009-10-25 | 1 | -6/+6 |
* | Avoid using defined @array in core tests. | Nicholas Clark | 2009-10-23 | 1 | -1/+1 |
* | Avoid using defined %hash in core code and tests. | Nicholas Clark | 2009-10-23 | 1 | -2/+2 |
* | Convert tests in ext/ from Test to Test::More. | Nicholas Clark | 2009-10-23 | 2 | -63/+61 |
* | Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input. | Nicholas Clark | 2009-10-22 | 1 | -11/+9 |
* | Bump mro's version number and copyright year, since it differs from 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -2/+2 |
* | Bump B::Consise's version number since it's changed since 5.11.0 | Jesse Vincent | 2009-10-20 | 1 | -1/+1 |
* | Add two (U8 *) casts to placate C++. | Nicholas Clark | 2009-10-19 | 1 | -2/+2 |
* | In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates. | Nicholas Clark | 2009-10-18 | 1 | -1/+2 |
* | utf16_to_utf8() should croak on encountering a bare low surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+3 |
* | utf16_to_utf8() should croak if the buffer ends without the second surrogate. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | utf16_to_utf8_reversed() should croak early when passed an odd byte length. | Nicholas Clark | 2009-10-18 | 1 | -0/+7 |
* | Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests. | Nicholas Clark | 2009-10-18 | 3 | -2/+80 |
* | Use gmtime() instead of localtime(), as timezones hinder testing strtime(). | Nicholas Clark | 2009-10-18 | 1 | -1/+1 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 10 | -35/+39 |
* | Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 1 | -3/+3 |