2012-02-19 |
Nicholas Clark | In S_validate_suid(), move declarations after the first... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Nicholas Clark | Refactor code in Data::Dumper to assume that >=5.8... |
commit | commitdiff | tree | snapshot |
2012-02-19 |
Craig A. Berry | Fix typo in 985213f2fede57. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Ævar Arnfjörð... | Remove gete?[ug]id caching |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add t/porting/pending-author.t, fixing a limitation... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | t/porting/authors.t only needs to pass the Author to... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Correct the location of t/porting/perlfunc.t in perldel... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Craig A. Berry | Longer filenames for while_readdir.t. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Father Chrysostomos | perlvar: $] is not deprecated |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chris 'BinGOs... | Update IO-Compress to CPAN version 2.049 |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chris 'BinGOs... | Update Compress-Raw_Zlib to CPAN version 2.049 |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chris 'BinGOs... | Update Compress-Raw-Bzip2 to CPAN version 2.049 |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Chris 'BinGOs... | Update perlfaq to CPAN version 5.0150039 |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Ricardo Signes | populate the Future Deprecations section |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Merge the Pod::Functions refactoring to blead. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Describe the update to Pod::Functions in perldelta. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add metadata to perlfunc.pod for which version or featu... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Test that Pod::Function's descriptions are stylisticall... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Test that functions in the groups in perlfunc.pod are... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Test that every function in perlfunc.pod has a summary... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add t/porting/perlfunc.t so that porting tests catch... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | In the generated Pod::Functions, store all function... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Generate Pod::Functions from perlfunc.pod |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add a dependency for ext/Pod-Functions/Functions_pm... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Ensure Pod::Simple is built before Pod::Functions. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Change ext/Pod-Functions to generate Functions.pm from... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add annotations to perlfunc.pod for Pod::Functions. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Move Pod::Functions from lib/ to ext/ |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Bring the joy of strict and warnings to Functions.t |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Terser code in Pod::Functions to generate $Type_Descrip... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Teach Pod::Functions that each, keys and values also... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add all missing functions to Pod::Functions. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Teach Pod::Functions about 'Keywords related to the... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Update Pod::Functions with changes from perlfunc.pod |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | In perlfunc.pod, sort the descriptions more consistently. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Nicholas Clark | Add 4 functions missing from perlfunc.pod's 'Perl Funct... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Zefram | correctly clone eval context frames |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Dominic Hargreaves | Revert "Increase the fallback value of MAXPATHLEN" |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Dominic Hargreaves | [perl #109262] Don't use _POSIX_PATH_MAX as a fallback... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Reini Urban | Filter-1.40 released to CPAN |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Craig A. Berry | Bump Cwd, File::Spec version. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Craig A. Berry | Rethink EFS in File::Spec::VMS. |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Florian Ragwitz | There is no G_LIST, only G_ARRAY |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Zefram | prune faulty dead logic in pp_flock |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Father Chrysostomos | make regen |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Reini Urban | fix -Uuserelocatableinc |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Nicholas Clark | bisect.pl now reports a meaningful error for certain... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Craig A. Berry | VMS does have sockaddr_in6 and ipv6_mreq. |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Nicholas Clark | For make test, move the 'porting' tests before 'lib... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Nicholas Clark | In Perl_sv_del_backref(), don't panic if tsv is already... |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Chris 'BinGOs... | Update Socket to CPAN version 1.98 |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Zefram | Carp-1.25 released to CPAN |
commit | commitdiff | tree | snapshot |
2012-02-17 |
Zefram | in Carp, cope with "_" in $warnings::VERSION |
commit | commitdiff | tree | snapshot |
2012-02-16 |
H.Merijn Brand | Add new probes for IPv6 (LeoNerd) |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ricardo Signes | begin filling the 5.16.0 delta from 5.15.7 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ricardo Signes | begin filling the 5.16.0 delta from 5.15.6 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ricardo Signes | begin filling the 5.16.0 delta from 5.15.5 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ricardo Signes | begin filling the 5.16.0 delta from 5.15.4 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Ricardo Signes | begin filling the 5.16.0 delta from 5.15.3 |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Craig A. Berry | Simplify VMS symlink override. |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | perldelta: Some char names now obsoleted |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | pp.c: Cast function argument to expected type |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | pp_quote_meta: in locale, quote all UTF-8 Latin1 non... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | pp.c: white-space only |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | perl #77654: quotemeta quotes non-ASCII consistently |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | pp_quotemeta(): Use more explicit macro |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | handy.h: New macro for quotemeta |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | l1_char_class_tab.h: Add field for quotemeta |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | mktables: Generate a table for quotemeta |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | Clarify some quotemeta docs |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Karl Williamson | perlfunc: quotemeta, clarify, fix incorrect statement |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Further eliminate POSIX-emulation under LinuxThreads |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Merge branch 'avar/eject-strptime' into blead |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | POSIX: bump version to 1.30 |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Revert "Merge branch 'avar/POSIX-strptime' into blead" |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Revert "Merge branch 'avar/POSIX-strptime' into blead" |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Revert "Use the strptime() probe in POSIX.xs & tests" |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Revert "Add strptime probe" |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Ævar Arnfjörð... | Revert "VMS does have strptime." |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Shlomi Fish | Clarify the newSVpvn documentation. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Nicholas Clark | Pod::Html's feature2.t needs to match path separators... |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Craig A. Berry | Skip stat.t readability test on VMS. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Craig A. Berry | Fix Pod::Simple search test for VMS. |
commit | commitdiff | tree | snapshot |
2012-02-15 |
Craig A. Berry | Fix CGI's url.t test for VMS. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Karl Williamson | perl #110648, single Unicode prop in inverted class... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Dave Rolsky | Small updates for perlobj.pod |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Dave Rolsky | Clarify that @ISA contains scalars which are strings. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Dave Rolsky | Don't reference a specific year for the definition... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Dave Rolsky | Fix a typo (s/lead/led) and some bleah phrasing. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Chris 'BinGOs... | Update CPANPLUS to CPAN version 0.9118 |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Chris 'BinGOs... | Update CPANPLUS-Dist-Build to CPAN version 0.62 |
commit | commitdiff | tree | snapshot |
2012-02-14 |
H.Merijn Brand | mixing declarations and assignments not allowed in C89 |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Abhijit Menon-Sen | Make pp_study a no-op, as discussed on p5p |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Karl Williamson | is_utf8_char_slow(): Make constistent, correct docs. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Karl Williamson | charnames.t: viacode doesn't return Unicode_1 name... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Zefram | avoid unused-var warning from MY_CXT_INIT |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Karl Williamson | mktables: viacode() return unparenthesized names for... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Karl Williamson | mktables: Don't add exact duplicate to tables |
commit | commitdiff | tree | snapshot |
2012-02-13 |
David Mitchell | fix a comment typo: s/MYCXT/MY_CXT/ |
commit | commitdiff | tree | snapshot |
2012-02-13 |
David Mitchell | in INSTALL, make clear -DDEBUGGING is much slower |
commit | commitdiff | tree | snapshot |
next |