2009-10-19 |
Jesse Vincent |
CPANPLUS was upgraded without bumping the version in... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
Maintainers.pl had a number of MAP errors due to the... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
Make core-cpan-diff more aware of the new world order |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
Porting/core-cpan-diff now tells us who the upstream... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Chris Williams |
Update CPANPLUS to CPAN version 0.89_03 |
commit | commitdiff | tree | snapshot |
2009-10-19 |
brian d foy |
* Synced the perlfaq |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
macroify how we run perl from within the Makefile. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jerry D. Hedden |
Add Cygwin to supported platforms list |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
Porting/makerel no longer massages win32 files during... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
add a test_porting target which runs basic porting... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
H.Merijn Brand |
Consistent spelling of HP-UX |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nicholas Clark |
Remove the entry about removing Perl_deprecate() |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nicholas Clark |
Fix minor pod formatting error in perl5111delta.pod |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
update perl5111delta to mark our current release point. |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
perldelta editing |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
HP/UX should have been HP-UX |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jesse Vincent |
First pass at updating perlport.pod with data from... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Nicholas Clark |
Add two (U8 *) casts to placate C++. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
In utf16_to_utf8(), fix off-by-one errors for the range... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak on encountering a bare... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8() should croak if the buffer ends without... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
utf16_to_utf8_reversed() should croak early when passed... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
Expose utf16_to_utf8{,reversed} via XS::APItest, and... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
Another pass at getting the perldelta for 5.11.1 in... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
Eviscerate README.macos to match the state of the world |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
Remove Mac OS Classic caveats from perlport.pod as... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
Added four new AUTHORS who hadn't yet been acknowledged |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
Ran into Bert Dvornik at a cafe - updated his AUTHORS... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
Merge S_utf16_textfilter and S_utf16rev_textfilter(). |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
Note why S_pending_ident's prototype can't be generated... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
Generate prototypes for utf16_textfilter and utf16rev_t... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Nicholas Clark |
Use gmtime() instead of localtime(), as timezones hinde... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jesse Vincent |
First pass of weeding commit meesages from "git log... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Chris Williams |
Update CPANPLUS to CPAN version 0.89_02 |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jerry D. Hedden |
Upgrade to threads::shared 1.32 |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Craig A. Berry |
Help ExtUtils::Install's tests find PERL_SRC on VMS. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Yves Orton |
refactor the special CC code in reg_try() |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Enable deprecation warnings by default. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
locked is deprecated, so use :lvalue instead. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Can't use C<shift INC> to avoid @ in a commandline... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
shift with barewords is deprecated, so this test from... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
push and pop on barewords are deprecated, so need no... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Opening dirhandle DIR also as a file needs no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
defined @array and defined %hash need no warnings ... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
localisation of $[ is deprecated, so needs no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
:locked is deprecated, so use :lvalue instead. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Tests for barewords and hash operators need no warnings... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so tests for it need no... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so update this hunk of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Bracket deprecated features with no warnings 'deprecated'; |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/hints.t to op/array_base.t |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move tests for $[ from comp/parser.t to op/array_base.t |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
do subname() is deprecated, so this test from perl... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Move the test for the deprecated feature <<; out of... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Add no warnings 'deprecated' to a test that assigns... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Craig A. Berry |
Make the watchdog create a valid command for spawning. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn()) to newSVpvn_flags()... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn_utf8(...)) to newSVpvn_flags() |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Nicholas Clark |
Convert sv_2mortal(newSVpvn(...)) to newSVpvs_flags... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Steve Hay |
Add missing MANIFEST entries |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Restore 8d2345e02f493825c3e22467caf8508ee3a19450. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Skip testing the be_BY.CP1131 locale on Darwin 10,... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use gv_stashsv() and gv_fetchpvs(), the later with... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
In strftime(), save a malloc()/free() by using sv_usepv... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
POSIX::strftime() should be able to handle Unicode... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Fix 2 pod errors in perlvms.pod. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Craig A. Berry |
Make p_tainted.t find its tests on VMS. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
Hmmm... this may be a heisenbug. Works on some termina... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
Merge branch 'blead' of ssh://stevep@perl5.git.perl... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Steve Peters |
POSIX::strftime() should be able to handle Unicode... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Nicholas Clark |
Move the boolkeys op to the group of hash ops. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
commit | commitdiff | tree | snapshot |
2009-10-15 |
demerphq |
Support for pp_boolkeys in B::Deparse. |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jesse Vincent |
Updated a comment in Porting/makerel |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Sisyphus |
Add mingw64 support for win32 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Remove old code dealing with installing 5.003's perldiag |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Ignore files installed by Parse::CPAN::Meta |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Rafael Garcia... |
Don't install uupacktool.pl |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Sisyphus |
Patch t/win32/system.t for mingw32/64 |
commit | commitdiff | tree | snapshot |
2009-10-14 |
brian d foy |
Fix {$^MATCH} typo in perlre |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jan Dubois |
The winsock select() implementation doesn't support... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Sort MANIFEST following commit 9bc662c9c4c134e4. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Note that a test that regen.pl was run is TODO. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Minor podification nit. *2 legs bad* B<4 legs good>. |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Eric Brine |
Incorrect warning category case |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Steve Hay |
Fix minor typo in perlpolicy.pod |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Work around Parse-CPAN-Meta's desire to run a command... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Move the new "perl policy" document into pod/ |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Jesse Vincent |
Podify the social contract about contributed modules |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Smylers |
perlvar $1 clarification |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Change S_ckwarn_common() to looping over the packed... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Migrate common code in Perl_ckwarn() and Perl_ckwarn_d... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
In Perl_ckwarn() and Perl_ckwarn_d() disentangle the... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Replace Perl_deprecate() with a macro that calls Perl_c... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Move the code related to deprecate("comma-less variable... |
commit | commitdiff | tree | snapshot |
2009-10-13 |
Nicholas Clark |
Remove category 'syntax' from 5 warnings that should... |
commit | commitdiff | tree | snapshot |
next |