2009-04-14 |
Tom Hukins |
Documentation Patch: perlxs.pod |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Peters |
Add file missed in previous commit. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Andreas J.... |
[PATCH] Update CPAN.pm to 1.93_52 |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Peters |
Merge branch 'blead' of ssh://stevep@perl5.git.perl... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Peters |
Upgrade to CGI.pm-3.43 |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Remove an unnecessary use Config; |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Remove Makefile.PLs that make_ext.pl can automatically... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Paul Marquess |
[PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Restore prototypes to XS code in attributes, accidental... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
TODO tests for deparsing strict, warnings as strings... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
our $TODO should be local $::TODO, revealing a bug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Correct two other tests that apparently should be TODOs... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
A perl-version portable fix for B coping with CVf_LOCKE... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Tweak t/lib/common.pl to use test.pl's (better) tempfil... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Propagate the upgraded TODO/SKIP parser from ext/B... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Refactor the SKIP parser to also handle TODOs. TODO... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
Remove CVf_LOCKED and CvLOCKED*(), now that nothing... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Remove a link to the attrs pragma, which has now been... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
s/locked/lvalue/ in the examples, and remove mention... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Deprecate using "unique" with the attributes pragma. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Deprecate using "locked" with the attributes pragma. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Convert xsutils.c and lib/attributes.pm to a regular... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Deprecate use of the attribute :locked on subroutines. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Eliminate "Old Perl threads tutorial", which describes... |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Rebuild pod/perltoc.pod. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Sort the MANIFEST. |
commit | commitdiff | tree | snapshot |
2009-04-12 |
Nicholas Clark |
Remove attrs, which has been deprecated since 1999... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Florian Ragwitz |
Upgrade to NEXT-0.63. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Nicholas Clark |
Don't SEGV while warning about redefining the format... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Andy Dougherty |
Fix declaration-after-statement in ext/Socket/Socket.xs |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Williams |
Update CPANPLUS::Dist::Build to 0.20 |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Rafael Garcia... |
Merge commit 'rafl/blead' into blead |
commit | commitdiff | tree | snapshot |
2009-04-08 |
David Cantrell |
Net::hostent fails make test if can't resolve localhost |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Marcus Holland... |
Use of freed comppad array during clear_yystack() |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Niko Tyni |
h2xs incorrectly treats enum values like macros |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Florian Ragwitz |
Upgrade to NEXT-0.62. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Fixed a couple of [my] typos |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Update summary and add copyright |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Expanded treatment of adding instance variables |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Clarify that a class is not an instance |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Minor modifications to discussion of constructor |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Make use of $self and $class clear |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Better orgnization of instance discussion |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Cleanup lead-in to instance variables |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Better[?] development of SUPER |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Get rid of those awful tabs! |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Quick explanation of duck typing and a warning |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Make the "use base" purpose more obvious |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Minor reorganization. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Typo: 'no strict subs' -> 'no strict refs' |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Michael Witten |
Docs: Typo: \{-1} -> \g{-1} |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Niko Tyni |
Make h2ph look in "include-fixed", needed by at least... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Rafael Garcia... |
Deprecate assignment to $[ |
commit | commitdiff | tree | snapshot |
2009-04-06 |
H.Merijn Brand |
Remove libbsd/libBSD from wanted libs on AIX |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Nicholas Clark |
In sdbm_open(), replace strcat()s and strcpy()s with... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Nicholas Clark |
Don't needlessly assign to pagname (which seems to... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Nicholas Clark |
Don't assign needlessly to dirname. (which seems to... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
David Mitchell |
document PERL_SYS_INIT, PERL_SYS_TERM and that they... |
commit | commitdiff | tree | snapshot |
2009-04-02 |
Craig A. Berry |
Skip bug in new File::stat test. |
commit | commitdiff | tree | snapshot |
2009-04-01 |
Rafael Garcia... |
Sadahiro says that "first-come" should be preferred... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nicholas Clark |
Remove the 5.005 threads details from the documentation... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Jerry D. Hedden |
Can't use inet_ntop and inet_pton under Cygwin because... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nicholas Clark |
Close the file before renaming it. Problem spotted... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Rafael Garcia... |
Getopt::Long is maintained on CPAN |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Rafael Garcia... |
Upgrade to Getopt::Long 2.38 |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nicholas Clark |
Don't create an empty Errno.pm if there is an error... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nicholas Clark |
Note why we need a seemingly useless empty ... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Nicholas Clark |
Avoid "Constant subroutine ... redefined" warning,... |
commit | commitdiff | tree | snapshot |
2009-03-31 |
Steve Peters |
Upgrade to CPANPLUS-Dist-Build-0.18. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Craig A. Berry |
TZ setting must contain an offset. |
commit | commitdiff | tree | snapshot |
2009-03-30 |
H.Merijn Brand |
Make references to the Glossary in Config.pm and Config.pod |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Paul Marquess |
Updates for ext/compress* |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vincent Pit |
Document when as a syntax modifier |
commit | commitdiff | tree | snapshot |
2009-03-29 |
David Mitchell |
provide minimal documentation for the MUTABLE_*() macros |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Rafael Garcia... |
Merge commit 'origin/postfixwhen' into blead |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Nicholas Clark |
Document that DESTROY is subject to AUTOLOAD, and the... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Nicholas Clark |
Change Regexp::DESTROY to be a constant subroutine... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Nicholas Clark |
Change Perl_newCONSTSUB() so that a NULL sv generates... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Nicholas Clark |
In Perl_newCONSTSUB(), sv should not be NULL. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
SADAHIRO Tomoyuki |
Update to Unicode::Normalize 1.03 |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Paul Marquess |
DB_File 1.820: Remove MAN3PODS => {} |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Craig A. Berry |
Make Time::Piece use the init_tm() in util.c, bump... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Vincent Pit |
Don't call SvPV_const() on the method name at the top... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Nicholas Clark |
Don't COW PVFMs, as the IVX is now used for FmLINES... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Nicholas Clark |
In Perl_sv_setsv_cow(), dstr can be NULL. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Vincent Pit |
Allow when to be used as a statement modifier |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Florian Ragwitz |
Improve mro merging error messages. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Vincent Pit |
Also skip test 20 in t/Socket.t when no IPv6 is available |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Craig A. Berry |
Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Garcia... |
Fix concise-xs.t after recent changes to Socket.pm |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Craig A. Berry |
Some standards compliance for the new Time::Piece test. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Garcia... |
Merge commit 'mauzo/over-X' into blead |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Garcia... |
Add inet_pton and inet_ntop to the list of functions... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Steve Peters |
What am I thinking? Just bump the version. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Steve Peters |
Merge branch 'blead' of ssh://stevep@perl5.git.perl... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Steve Peters |
Add inet_pton() and inet_ntop() to Socket. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Craig A. Berry |
Remove unused function S_copy_big_TM_to_little_tm from... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Craig A. Berry |
Namespace clean-up for time64. |
commit | commitdiff | tree | snapshot |
next |