This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl5.git
2014-01-22
Karl Williamson
t/loc_tools.pl: Add some locale finding for Win32
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Move more common locale finding code into t/loc_tools.pl
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
t/run/locale.t: Use common code for finding locales
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
t/loc_tools.pl: Extract out finding locales from locale.t
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
lib/locale.t: Remove no longer needed SKIPS
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
reg_posixcc.t: Improve test names
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
regcomp.c: Extract out code into a separate function
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
perlunicode: Wrap some lines
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
regcomp.c: Simplify expression
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
regcomp.c: Move some code to earlier
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Add some cBOOL casts to macros
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
perlapi: Tighten strictures against using undocumented...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Comments, white-space
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
regcomp.c: Don't output empty debugging text
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
regcomp.c: request inlining of single line function
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Panic if regex making a trie under /li
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Rename regex internal flag bit
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
Use bit instead of node for regex SSC
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
handy.h: Express locale macros using common base macros
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
handy.h: Factor out common code
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
handy.h: White-space, comments, pod nit only
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Karl Williamson
pp_hot.c: Rmv unnecessary test
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
H.Merijn Brand
restore missed commit in regeneration (spotted by hugmeir)
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
H.Merijn Brand
Regenerate from meta after backporting crosscompile...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Tony Cook
perldelta for c91312d5e, none needed for e214621be
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Tony Cook
[perl #120977] use warnings "FATAL" implies "all"
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Tony Cook
[perl #120977] bump $warnings::VERSION
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Hauke D
assume "all" in "use warnings 'FATAL';" and related
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Hauke D
add a missing word in perllexwarn
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Brian Fraser
PerlIO_tmpfile: Don't leak an SV
commit
|
commitdiff
|
tree
|
snapshot
2014-01-22
Brian Fraser
perlio.c, PerlIO_tmpfile: Fall back to cwd if we have...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Brian Fraser
sv.c, Perl_dirp_dup: Skip the fchdir sections if telldi...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Chris 'BinGOs...
Update Scalar-List-Utils to CPAN version 1.37
commit
|
commitdiff
|
tree
|
snapshot
2014-01-21
Chris 'BinGOs...
version and Module-CoreList are up to date with CPAN
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
document $^P's 0x800 and 0x1000
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
create new perldelta for 5.19.9
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
add the 5.19.8 epigraph
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
fix an epigraph typo
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
bump version to 5.19.9!
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
Merge tag 'v5.19.8' into blead
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
perldelta: add the 5.19.8 acknowledgements
v5.19.8
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
David Mitchell
rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
John Peacock
Prevent V-magic from being stripped by locale fix
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Ricardo Signes
perlhist: note that 5.19.8 should be released today
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
David Mitchell
thrreads::shared: LEAVE in BOOT had wrong context
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Tony Cook
[perl #121031] fix all of the other incorrect calls...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-20
Tony Cook
[perl #121031] pass a valid value for $runperl_args...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Tobias Leich
fix splice+isa test that got mangled when making splice...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ævar Arnfjörð...
pod/perllexwarn.pod: clarify note about the "deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
perldelta: update module changes
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
update Module::CoreList
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
update latest copyright year to 2014
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
perldelta: prune unused sections and markers
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
perldelta for 1850f57f
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
perldelta for addition of IO-Socket-IP
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
tentatively import IO-Socket-IP for consideration
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Ricardo Signes
fix broken perl5197delta
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
perldelta for bfa371b621
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
perldelta for f60e676307
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
[perl #119949] Stop undef *_, goto &sub from crashing
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
[perl #119973] Treat initial { in format args as block
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
Use ASSUME in op.c:newBINOP
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
diag.t: More exceptions
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
regen customized.dat
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
Father Chrysostomos
Maintainers.pl: vutil.c is not customized any moer
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
John Peacock
Explicit ENTER/LEAVE block for upg_version
commit
|
commitdiff
|
tree
|
snapshot
2014-01-19
John Peacock
Lots of C optimizations for both speed/correctness
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Craig A. Berry
Make runperl normalize newlines with multiple output...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Craig A. Berry
Fix perl5db.t test 41 on VMS.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Brian Fraser
ext/POSIX/t/time.t: Conditionalize the use of setlocale...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Brian Fraser
t/op/threads-dirh.t: Only test telldir and seekdir...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Brian Fraser
t/op/getpid.t: Silence undef warnings if getconf doesn...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Jess Robinson
t/op/magic.t: Comment for an unlink test
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Jess Robinson
t/run/switches.t: Skip setlocale tests if !d_setlocale
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Jess Robinson
t/op/taint.t: Skip crypt tests if !d_crypt
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Jess Robinson
t/lib/warnings/9uninit: Skip crypt tests if !d_crypt
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Brian Fraser
DynaLoader: Pure-perl mod2fname shouldn't use %Config...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
Increase $Hash::Util::FieldHash::VERSION to 1.14
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
Hash::Util::FieldHash: fix broken pod link
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
Increase $threads::shared::VERSION to 1.46
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
perldelta typo
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
threads::shared: Don’t link to moving targets
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
perldiag: Rewrap autoderef entries
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
perldelta for 88c342510b9
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Father Chrysostomos
perldelta for 6567ce2473
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Craig A. Berry
Mention perlbug -p in perlhack.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-18
Craig A. Berry
perldelta for perlbug changes.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Craig A. Berry
Make perlbug Unicode-aware.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Craig A. Berry
Switch perlbug mail sender on VMS.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Craig A. Berry
Add perlbug -p option for attaching patches.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Father Chrysostomos
perldelta for 901ee108fe
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Father Chrysostomos
perldelta for ceaf124e0
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Brian Fraser
Added config.arch to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Brian Fraser
config.h: Remove the exceptions for cross-compilation...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Brian Fraser
INSTALL: Document -Dsysroot
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Jess Robinson
Add missing $run prefix to some Configure tests
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Jess Robinson
Introduce $targetport to allow running on a non-standar...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Jess Robinson
Store the targetdir, targethost from Configure in confi...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Jess Robinson
Configure: Remove "was file copied" check using run-ssh
commit
|
commitdiff
|
tree
|
snapshot
2014-01-17
Brian Fraser
Configure: If using targetarch, the computed binaries...
commit
|
commitdiff
|
tree
|
snapshot
next