Branch | Commit message | Author | Age |
abigail/for-5.17 | Clearify string parsing. | Abigail | 13 years |
ams/no-more-study | Make pp_study a no-op, as discussed on p5p | Abhijit Menon-Sen | 13 years |
avar/remove-get-uid-caching | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 13 years |
avar/remove-linuxthreads-pid-caching | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 13 years |
baserock/morph | Merge branch 'baserock/richardmaw/S8255/perl-no-parallel-build' of git://git.... | Richard Maw | 11 years |
baserock/richardipsum/fix-hash-util-export-bug | Fix EXPORT_OK list in Hash::Util | Richard Ipsum | 9 years |
baserock/richardmaw/S8255/perl-no-parallel-build | morphology: disable parallel build | Richard Maw | 11 years |
bingos/release-5.15.7 | Update perlhist (also removing some annoying trailing whitespace) | Chris 'BinGOs' Williams | 13 years |
blead | op/sprintf2.t: skip extended precision test on AIX | Tony Cook | 18 months |
briandfoy/english | Note in perlvar when English aliases disappeared | brian d foy | 14 years |
briandfoy/perldoc_pod2 | Document the translation code | brian d foy | 13 years |
briandfoy/perlduallife.pod | A start on perlduallife.pod | brian d foy | 13 years |
briandfoy/perlexperiment | Pulled out the remaining experimental references in the docs | brian d foy | 14 years |
briandfoy/perlfaq | Merge branch 'briandfoy/perlfaq' of ssh://perl5.git.perl.org/perl into briand... | brian d foy | 13 years |
briandfoy/perlvar | Whitespace fixes to perlvar | brian d foy | 14 years |
briandfoy/poddupes | de-dupe some words in the docs | brian d foy | 14 years |
briandfoy/slashN | Whitespace fix | brian d foy | 14 years |
briandfoy/takeover-podperldoc | Update Pod::Perldoc version in Maintainers.pl | brian d foy | 13 years |
chip/5.14.1-docs | make comprehensible the description of the glob-copy-FAKE fix | Chip Salzenberg | 13 years |
chip/bind2 | t/op/bind.t in MANIFEST | Chip Salzenberg | 13 years |
chip/magicflags1 | add a couple missing LEAVEs in perlio_async_run() | Chip | 13 years |
chip/magicflags2 | Fix SV flags for magic values, v2 | Chip Salzenberg | 13 years |
chip/magicflags3 | Fix SV flags for magic values, v2 | Chip Salzenberg | 13 years |
chip/scalartypes | some make minimal copy upgrades depend on private flags (pIOK and pNOK) | Chip Salzenberg | 13 years |
chip/view2 | This is v2 of patch for views (nee binds), brought up to date with 5.15. | Chip Salzenberg | 13 years |
compile | Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warnings | Yves Orton | 14 years |
corelist-rework | Move the requirement for Algorithm::Diff down to where the module is actually... | Max Maischein | 13 years |
corion-5.15.8-zlib | #define-hack-fix for MinGW-gcc / Win32 | Max Maischein | 13 years |
davem/re_eval | add tests for regex recompilation | David Mitchell | 13 years |
drolsky/stub-deleted-pods | regen generated files | Dave Rolsky | 13 years |
drolsky/test-perlrun | Add _which_perl authors to copyright | Dave Rolsky | 13 years |
dual/Safe | More tests for Safe | Rafael Garcia-Suarez | 14 years |
greerga/cygwin_g++ | Fix build under Cygwin with g++. Not suitable for integration into blead. | George Greer | 13 years |
khw/invlist | for smoking | Karl Williamson | 13 years |
khw/newtricky | regcomp.c: remove invalid assertion | Karl Williamson | 13 years |
khw/pod-checker-final | podcheck.t: Refactor for new Pod::Checker | Karl Williamson | 13 years |
khw/tricky | re/reg_fold.t: Add and revise comments | Karl Williamson | 13 years |
khw/trie | for Yves | Karl Williamson | 13 years |
leonbrocard/dot | Add newline removed by mistake in 0c1fbeee | Leon Brocard | 13 years |
maint-1.0 | make bin and man directories before trying to install | Michael G Schwern | 17 years |
maint-5.004 | copy over bleads .gitignore | Yves Orton | 16 years |
maint-5.005 | Update Changes, remove duplicate | Leon Brocard | 16 years |
maint-5.10 | Revert "Fix memory leak in Encode.xs" | Chris 'BinGOs' Williams | 12 years |
maint-5.12 | Fix memory leak in Encode.xs | Chris 'BinGOs' Williams | 12 years |
maint-5.14 | update TOC for perl5145delta | David Mitchell | 12 years |
maint-5.16 | add Markus Jansen to the AUTHORS file | Ricardo Signes | 11 years |
maint-5.18 | note that sort can't use a lexsub as its SUBNAME | Ricardo Signes | 10 years |
maint-5.20 | VMS patch for duplicate env entries | Craig A. Berry | 9 years |
maint-5.22 | Add new perldelta | Steve Hay | 7 years |
maint-5.24 | Create new perldelta for 5.24.5 | Steve Hay | 7 years |
maint-5.26 | RMG tweaks | Karen Etheridge | 6 years |
maint-5.28 | Create new perldelta for 5.28.4 | Steve Hay | 4 years |
maint-5.30 | Sync Configure with metaconfig | Dominic Hargreaves | 4 years |
maint-5.32 | Create new perldelta for 5.32.2 | Steve Hay | 4 years |
maint-5.6 | Allow recent gccs (4.2.0 20060715 onwards) to build perl. | Leon Brocard | 16 years |
maint-5.8 | Revert "Fix memory leak in Encode.xs" | Chris 'BinGOs' Williams | 12 years |
mauve | use more efficient sv_reftype_len() interface | Yves Orton | 14 years |
merijn/useperlio | regenerated files | H.Merijn Brand | 14 years |
nicholas/RT37033-followup | Remove the never-working mktemp() fallback code for FAKE_BIT_BUCKET | Nicholas Clark | 13 years |
nicholas/arenas | Refactor generate_uudmap.c to use a helper function to output init blocks. | Nicholas Clark | 14 years |
nicholas/feature-code-shrink | In feature.pm, inline current_bundle() into __common(), its only caller. | Nicholas Clark | 13 years |
nicholas/perlfunc | In perlfunc, don't have functions in "Misc" and a second category. | Nicholas Clark | 13 years |
nicholas/re-instate | Revert "EPOC is special biologist word. [Do not merge to blead]" | Nicholas Clark | 13 years |
podder | Move Pod::Perldoc from ext/ to dist/ | Nicholas Clark | 15 years |
podder2 | Move Locale::Maketext::Simple from ext/ to dist/ | Nicholas Clark | 15 years |
rafl/ld_export | Only export the public symbols in shared libperls | Florian Ragwitz | 14 years |
release-5.15.8 | Fix typos in pod/perldelta.pod | Max Maischein | 13 years |
rgs/overload | Lookup overloaded assignment operators when trying to swap the arguments | Rafael Garcia-Suarez | 13 years |
rjbs/delta | begin filling the 5.16.0 delta from 5.15.8 | Ricardo Signes | 13 years |
rjbs/pod-html-fix | Sisyphus's fix for pod2html | Ricardo Signes | 13 years |
rjbs/readline-loop | more Readline/event code from Darin McBride | Ricardo Signes | 13 years |
rjbs/revert-compress | Revert changes to compression libraries | Ricardo Signes | 13 years |
rjbs/unicook | Fixes for a few trivial typos | Rafael Garcia-Suarez | 13 years |
rm/noversionpath | perl.morph: install script libraries in share | Richard Maw | 13 years |
smoke-me/Copy-overlap-wrapper-proto | PROOF OF CONCEPT for a wrapper for Copy() to detect overlap. | Nicholas Clark | 13 years |
smoke-me/DD-5.6-is-uncommon | Refactor code in Data::Dumper to assume that >=5.8.0 is the common case. | Nicholas Clark | 13 years |
smoke-me/Deparse-defeature | Fix regression in deparsing say (etc) under use 5.10.0 | Nicholas Clark | 13 years |
smoke-me/Deparse-feature-detangle | In B::Deparse::_features_from_bundle(), don't call feature::current_bundle() | Nicholas Clark | 13 years |
smoke-me/POSIX-sleep | Provide the correct POSIX return value for POSIX::dup2() on Win32. | Nicholas Clark | 13 years |
smoke-me/Pod-Functions | Describe the update to Pod::Functions in perldelta. | Nicholas Clark | 13 years |
smoke-me/Pod-HTML-t-feature2 | Pod::Html's feature2.t needs to match path separators portably. | Nicholas Clark | 13 years |
smoke-me/RT37033 | The parser should always close the file handle that it opened. | Nicholas Clark | 13 years |
smoke-me/Shut-It! | In Base64.xs, refactor to avoid applying a unary minus to an unsigned type. | Nicholas Clark | 13 years |
smoke-me/Urelocatableinc | fix -Uuserelocatableinc | Reini Urban | 13 years |
smoke-me/arenas | Refactor generate_uudmap.c to use a helper function to output init blocks. | Nicholas Clark | 14 years |
smoke-me/avar/useperlio | regenerated files | H.Merijn Brand | 14 years |
smoke-me/blead | is_duplicate_pod() and get_pod_metadata() in pod_lib.pl modified $_ | Nicholas Clark | 13 years |
smoke-me/byteorder1 | For MULTIARCH, infer endianness correctly on (at least) *BSD and Linux | Nicholas Clark | 13 years |
smoke-me/cflags | In cflags generate a case statement of file basenames by parsing MANIFEST. | Nicholas Clark | 13 years |
smoke-me/check-authors | Add t/porting/pending-author.t, fixing a limitation of t/porting/authors.t | Nicholas Clark | 13 years |
smoke-me/compression-modules | partially revert changes to zutil.h | Tony Cook | 13 years |
smoke-me/cpan | Updated JSON-PP to CPAN version 2.27200 | Chris 'BinGOs' Williams | 13 years |
smoke-me/cpan61577 | [rt.cpan.org #61577] sockdomain and socktype undef on newly accepted sockets | Daniel Kahn Gillmor | 13 years |
smoke-me/cz-03zlib-v1.t | [perl #110736] warnings from cpan/IO-Compress/t/cz-03zlib-v1.t | Chris 'BinGOs' Williams | 13 years |
smoke-me/deprecate-any-defined-array | defined(@array) now also warns for package variables. | Nicholas Clark | 13 years |
smoke-me/destruct | Don't set PL_perl_destruct_level = 2 as a side effect of use threads; | Nicholas Clark | 13 years |
smoke-me/diagnostics | diagnostics doesn't need to search for perldelta.pod in pre-5.005 locations. | Nicholas Clark | 13 years |
smoke-me/disable_anch_mbol | disable ANCH_MBOL optimisation | Yves Orton | 13 years |
smoke-me/exec-magic | [perl #104084] Make exec call FETCH once under -T | Father Chrysostomos | 13 years |
smoke-me/feature-code-shrink | In feature.pm, inline current_bundle() into __common(), its only caller. | Nicholas Clark | 13 years |
smoke-me/greerga/cygwin_g++ | Fix build under Cygwin with g++. Not suitable for integration into blead. | George Greer | 13 years |
smoke-me/gsoc-pod | Dynamically create and delete testdir/test.lib/ | Marc Green | 13 years |
smoke-me/hugmeir/fc_keyword | pod updates for fc and \F | Brian Fraser | 13 years |
smoke-me/inet_aton | Just for smoking - what happens if we enforce the use of getaddrinfo? | Nicholas Clark | 14 years |
smoke-me/installhtml | Make Pod::Html more robust against malformed L<> contents. | Nicholas Clark | 13 years |
smoke-me/io-socket-ip | Update IO-Socket-IP to CPAN version 0.08_005 | Chris 'BinGOs' Williams | 13 years |
smoke-me/khw-5.14.3 | PATCH: [perl #101970] /[[:lower:]]/i matches upper case | Karl Williamson | 13 years |
smoke-me/khw-charnames | charnames: White-space only | Karl Williamson | 13 years |
smoke-me/khw-fixed_record | for smoking | Karl Williamson | 13 years |
smoke-me/khw-invlist | Revert "Better fix for perl #107440" | Karl Williamson | 13 years |
smoke-me/khw-locale | locale.t: White-space, comment only | Karl Williamson | 13 years |
smoke-me/khw-mac | some macro cleanup | Karl Williamson | 13 years |
smoke-me/khw-mktables | to get back to blead | Karl Williamson | 13 years |
smoke-me/khw-quotemeta | for smoking | Karl Williamson | 13 years |
smoke-me/khw-regex | PATCH: [perl #111338] Warnings in utf8 subcategories do nothing in isolation | Karl Williamson | 13 years |
smoke-me/khw-revert_invert | Revert "regcomp.c: Compile inverted character classes with \p{}" | Karl Williamson | 13 years |
smoke-me/khw-smoke | for smoking | Karl Williamson | 13 years |
smoke-me/khw-strstr | instr() uses strstr() | Karl Williamson | 13 years |
smoke-me/khw-tricky | temp commit for smokes | Karl Williamson | 13 years |
smoke-me/kick-FAKE_BIT_BUCKET | In perl.c, only compile S_forbid_setid() if it's needed. | Nicholas Clark | 13 years |
smoke-me/ld_export | Only export the public symbols in shared libperls | Florian Ragwitz | 14 years |
smoke-me/leaked-heks-111462 | Stop finalize_optree errors from leaking op tree | Father Chrysostomos | 13 years |
smoke-me/leont/sane_eof | Added Christian Hansen to AUTHORS | Leon Timmermans | 13 years |
smoke-me/linestr_sv | In S_parse_body(), don't "leak" linestr_sv until global destruction. | Nicholas Clark | 13 years |
smoke-me/list-util | Update List-Util to CPAN version 1.23_04 | Chris 'BinGOs' Williams | 13 years |
smoke-me/locale-codes | Update Locale-Codes to CPAN version 3.21 | Sullivan Beck | 13 years |
smoke-me/magicflags1 | leftover bug, perhaps unrelated, in Compress:::Raw::Zlib - uninitialized RETVAL | Chip Salzenberg | 13 years |
smoke-me/maint-5.14-old | Copy perlhist.pod from blead to maint-5.14 | Dave Rolsky | 13 years |
smoke-me/makedef0 | In makedef.pl, no longer any need to duplicate logic from perl.h | Nicholas Clark | 13 years |
smoke-me/marcg/pod-html-addcache | Fix portability issue with Pod::Html test case | Marc Green | 13 years |
smoke-me/modcorelist-pod | Separate the POD from the corelist data in Module::CoreList | Chris 'BinGOs' Williams | 13 years |
smoke-me/module-build | Update Module-Build to CPAN version 0.40 | Chris 'BinGOs' Williams | 13 years |
smoke-me/nan_inf_str | Add tests for stringifying NaN and Inf | Florian Ragwitz | 14 years |
smoke-me/no-feature | "no feature" now means reset to default | Ricardo Signes | 13 years |
smoke-me/no-more-study | Make pp_study a no-op, as discussed on p5p | Abhijit Menon-Sen | 13 years |
smoke-me/paul-evans/POSIX-strptime | Added some docs about new POSIX::strptime() | Paul \"LeoNerd\" Evans | 13 years |
smoke-me/perlfunc | In perlfunc, don't have functions in "Misc" and a second category. | Nicholas Clark | 13 years |
smoke-me/pod-html | make the pod2html tests work with fs with vols | Ricardo Signes | 13 years |
smoke-me/podcheck-_pm.PL | Teach t/porting/podcheck.t that *_pm.PL files generate *.pm files. | Nicholas Clark | 13 years |
smoke-me/portabilify-podhtml | Bump Pod::Html version. | Craig A. Berry | 13 years |
smoke-me/rafl/assert-bincompat | Assert binary compatibility between perl and libperl | Florian Ragwitz | 13 years |
smoke-me/re_eval | add tests for regex recompilation | David Mitchell | 13 years |
smoke-me/remove_qw_hack | remove deprecated qw-as-parens behaviour | Zefram | 13 years |
smoke-me/rjbs/readline-loop | avoid some long-line errors in podcheck of Term-Readline | Ricardo Signes | 13 years |
smoke-me/rjbs/smartmatch-prec | don't favor left operand's overload over right's | Ricardo Signes | 13 years |
smoke-me/rt_111842 | correct logic error that meant that "last" might not be updated properly | Yves Orton | 13 years |
smoke-me/runperl | Convert B::Deparse's core.t to Test::More. | Nicholas Clark | 13 years |
smoke-me/socket | Update Socket to CPAN version 2.000 | Chris 'BinGOs' Williams | 13 years |
smoke-me/sys_intern | In the PERL_IMPLICIT_SYS section in perl_free(), use fewer CPP directives. | Nicholas Clark | 13 years |
smoke-me/trie | rework how the trie logic handles the newer EXACT nodetypes | Yves Orton | 13 years |
smoke-me/trie-exactfu | Minimal patch to allow the trie logic to handle EXACTFU nodes | Yves Orton | 13 years |
smoke-me/trie2 | rework how the trie logic handles the newer EXACT nodetypes | Yves Orton | 13 years |
smoke-me/trie3 | rework how the trie logic handles the newer EXACT nodetypes | Yves Orton | 13 years |
smoke-me/trie_absorb | make TRIE nodes "absorb" NOTHING->EXACT sequences | Yves Orton | 13 years |
smoke-me/tweak-run-tests | Improve the tests for -x | Nicholas Clark | 13 years |
smoke-me/unicode-collate | Update Unicode-Collate to CPAN version 0.88 | Chris 'BinGOs' Williams | 13 years |
smoke-me/utf8-dg | changes to UTF8_IS_DOWNGRADEABLE_START | Ricardo Signes | 13 years |
smueller/eu_typemap | Document full changeset in ExtUtils::ParseXS | Steffen Mueller | 13 years |
smueller/perllocal | Parser/generator for perllocal.pod files | Steffen Mueller | 13 years |
smueller/perllocal_eucmd | Use ExtUtils::Perllocal in ExtUtils::Command::MM | Steffen Mueller | 13 years |
smueller/sort | Some tests for the sort deref optimization | Steffen Mueller | 13 years |
smueller/static_xsub | Make the use of XS_EXTERNAL fall back to XS | Steffen Mueller | 13 years |
smueller/strictpxs_fixups | Cleanup of make_targetable | Steffen Mueller | 13 years |
smueller/typemapdocs4 | XS::Typemap: Tests for T_IN/T_OUT typemaps | Steffen Mueller | 13 years |
sprout/POPBLOCK_normal | Merge POPBLOCK and POPBLOCK_normal | Father Chrysostomos | 13 years |
sprout/featurebundles | Document the implicit disabling of features | Father Chrysostomos | 13 years |
sprout/overrides | Make all keywords overridable | Father Chrysostomos | 13 years |
sprout/tokemess | fix test failure | Father Chrysostomos | 13 years |
tonyc/cygnotes | README.cygwin now has fewer pod issues, update known_pod_issues.dat | Tony Cook | 13 years |
tonyc/cygwin-rebase | cygwin patchlevel.h 5.14.0 | Reini Urban | 13 years |
tonyc/fix-raw-zlib | partially revert changes to zutil.h | Tony Cook | 13 years |
tonyc/madjson | WIP, re-work separator handling, format options | Tony Cook | 13 years |
tonyc/readline-fixed | Only handle PL_rs differently on VMS for record-oriented files. | Craig A. Berry | 13 years |
tonyc/readline-fixed-doc | [rt #79960] document how broken $/ = \N is for unicode streams | Tony Cook | 13 years |
tonyc/typemapdocs | docs of typemap variables | Tony Cook | 13 years |
tonyc/vec64 | [rt #111730] don't use I32 for offsets in vec() | Tony Cook | 13 years |
tux/5.8-dor | Apply defined-or patch for 5.8.x-dor | H.Merijn Brand | 16 years |
vadim/cross | Import latest cross-compilation patch in git | Konovalov, Vadim | 16 years |
vincent/be_gone_hv_common_gmagical | Stop treating hashes with the GMAGICAL flag set like tied hashes | Vincent Pit | 13 years |
yves/exactish_with_min_len | WIP | Yves Orton | 13 years |
yves/trie_absorb | make TRIE nodes "absorb" NOTHING->EXACT sequences | Yves Orton | 13 years |
zefram/fake_first_line | deprecate #! and csh : on fake line 1 | Zefram | 14 years |
zefram/gvsv_empty | [perl #73666] *foo{SCALAR} should not autovivify | Zefram | 15 years |
zefram/pad_api | API tests for pad_findmy_*() | Zefram | 14 years |
zefram/remove_qw_hack | remove deprecated qw-as-parens behaviour | Zefram | 13 years |