projects
/
p5sagit/p5-mst-13.2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
p5sagit/p5-mst-13.2.git
2009-05-14
Ricardo SIGNES
document Git_Data
commit
|
commitdiff
|
tree
|
snapshot
2009-05-14
Vincent Pit
Remove remaining POD tags in verbatim paragraphs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Christoph Lamprecht
do/require don't treat '.\foo' or '..\foo' as "absolute...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Rafael Garcia...
Merge branch 'smartmatch' into blead
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Rafael Garcia...
Enable more warnings in smart match tests
commit
|
commitdiff
|
tree
|
snapshot
2009-05-13
Jan Dubois
select() generates "Invalid parameter" messages on...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Nicholas Clark
Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Nicholas Clark
Add perl589delta.pod to pod.lst, and run pod/buildtoc...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Steve Hay
Skip test for changing TZ if running in a pseudo-fork...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Steve Hay
Upgrade to Time-Piece-1.14
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
David Mitchell
add perl589delta.pod to blead
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Rafael Garcia...
Register ~~ operator overloading in its own category...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Rafael Garcia...
Smart matching is to-done.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
David Mitchell
Resurrect the Changes file as a simple guide to finding...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
David Mitchell
remove all Changes* files
commit
|
commitdiff
|
tree
|
snapshot
2009-05-12
Rafael Garcia...
Remove proposed (but unimplemented) $foo ~~ Range smart...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Graham Barr
Update IO to CPAN 1.24 release
commit
|
commitdiff
|
tree
|
snapshot
2009-05-11
Vincent Pit
Allow typed arrays and hashes
commit
|
commitdiff
|
tree
|
snapshot
2009-05-10
David Mitchell
bump Storage version to 2.20 to distinguish it from...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-10
Nicholas Clark
Replacing dump.c's use of SVs as temporaries is TODO.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-10
Nicholas Clark
Making ExtUtils::ParseXS use strict; is TODO.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-10
Steffen Mueller
Update info on number of magic types\n\nRemove mention...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-10
Steffen Mueller
Pull PathTools 3.30 (which was just a blead sync.)
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
David Mitchell
Revert "Bump version of File::Copy"
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Rafael Garcia...
Implement Hash/Array ~~ Regex (with tests)
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Rafael Garcia...
Add a test for object ~~ string, with stringification...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Rafael Garcia...
Add tests for object ~~ regexp
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Rafael Garcia...
Treat blessed references on the left of C<~~> as scalars
commit
|
commitdiff
|
tree
|
snapshot
2009-05-09
Rafael Garcia...
Implement distributivity in $scalar ~~ @array
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Rafael Garcia...
Document what to do with object on the left and add...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Rafael Garcia...
Inline macros used only once
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Rafael Garcia...
Make ~~ overloading only be invoked on the right argument
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Rafael Garcia...
More tests for ~~
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Steve Hay
Silence Win32 compiler warning in IO.xs
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Chris 'BinGOs...
Upgrade CPANPLUS::Dist::Build to 0.28
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Chris 'BinGOs...
git checkout in add-package.pl, not git co
commit
|
commitdiff
|
tree
|
snapshot
2009-05-08
Andreas J Koenig
Update CPAN.pm to 1.93_54
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Steffen Mueller
Bring PathTools changes file in sync with... PathTools
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Chris 'BinGOs...
Upgrade to CPANPLUS-Dist-Build-0.26
commit
|
commitdiff
|
tree
|
snapshot
2009-05-07
Steve Hay
Fix ExtUtils::Miniperl on Win32
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Rafael Garcia...
Rewrite tests for objects and ~~
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Steve Hay
Fix POSIX::tzset() as per Time::Piece::_tzset().
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
H.Merijn Brand
-Duserelocatableinc and -Duseshrplib don't work together
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Steve Hay
Fix code before declaration compile error on Win32
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
David Cantrell
perltie.pod docpatch
commit
|
commitdiff
|
tree
|
snapshot
2009-05-06
Steve Hay
Export two more PerlIO symbols.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Nicholas Clark
Add $(LDLIBPTH) to the documentation generation command...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Bump $VERSION of FileCache
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Niko Tyni
Document that FileCache uses symbolic references
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Fix test for stringification of arrays.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Steve Hay
Fix Time-Piece tests on Win32 with PERL_IMPLICIT_SYS
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Merge branch 'blead' into smartmatch
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Add tests for @array ~~ $string
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Clarify that @a ~~ @b recursively smart matches
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Rafael Garcia...
Bump version of File::Copy
commit
|
commitdiff
|
tree
|
snapshot
2009-05-05
Paul Fenwick
Make File::Copy always return 0 (not "") on failure.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Nicholas Clark
In Perl_gp_dup(), no need to explicitly zero ret->gp_re...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Nicholas Clark
Make Perl_hek_dup() cope with a NULL "source" parameter...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Nicholas Clark
Fix SEGVs when cloning a typeglob that has been undefin...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Jos I. Boumans
Update IPC::Cmd to 0.44
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
H.Merijn Brand
Patch to fix the problem enclosed.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Dan Jacobson
Clarify that =encoding is global in POD
commit
|
commitdiff
|
tree
|
snapshot
2009-05-04
Andreas J Koenig
Update CPAN.pm to 1.93_53
commit
|
commitdiff
|
tree
|
snapshot
2009-05-03
H.Merijn Brand
RE: [PATCH] compress 2.018
commit
|
commitdiff
|
tree
|
snapshot
2009-05-03
Rafael Garcia...
Add tests for last and next in when()
commit
|
commitdiff
|
tree
|
snapshot
2009-05-03
Rafael Garcia...
Remove warnings "Exiting given/when via next/last"
commit
|
commitdiff
|
tree
|
snapshot
2009-05-02
Niko Tyni
Document that XS_VERSION_BOOTCHECK may break if $VERSIO...
commit
|
commitdiff
|
tree
|
snapshot
2009-05-02
Frank Wiegand
fix POD typo
commit
|
commitdiff
|
tree
|
snapshot
2009-05-02
Jos I. Boumans
Update Archive::Tar to 1.48
commit
|
commitdiff
|
tree
|
snapshot
2009-05-02
John E. Malmberg
t/test - Hack for VMS pipe bug.
commit
|
commitdiff
|
tree
|
snapshot
2009-05-01
Rafael Garcia...
Add generated perltoc to git ignore list
commit
|
commitdiff
|
tree
|
snapshot
2009-04-28
Jos I. Boumans
Update CPANPLUS to 0.8601
commit
|
commitdiff
|
tree
|
snapshot
2009-04-28
Jan Dubois
Fix -p function and Fcntl::S_IFIFO constant under Micro...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-27
Jay Hannah
Minor fixups for the documentation for crypt.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-27
Chris 'BinGOs...
Update CPANPLUS::Dist::Build to version 0.24
commit
|
commitdiff
|
tree
|
snapshot
2009-04-27
Jos I. Boumans
Update CPANPLUS to 0.86
commit
|
commitdiff
|
tree
|
snapshot
2009-04-27
Nicholas Clark
Simplifications to S_incpush() now possible without...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-27
Nicholas Clark
Remove all #ifdef MACOS_TRADITIONAL code in core and...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-26
Nicholas Clark
Fix #if/#else bug introduced with MACOS_TRADITIONAL...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-26
Jos I. Boumans
[PATCH] Update Term::UI to 0.20
commit
|
commitdiff
|
tree
|
snapshot
2009-04-26
Michael G Schwern
[PATCH] Allow PERL5OPT=-W
commit
|
commitdiff
|
tree
|
snapshot
2009-04-25
Craig A. Berry
perltoc.pod depends on perldelta.pod.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-25
Craig A. Berry
Make time64 use NV for time_t, I32 for year, not Quad_t.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-25
David Mitchell
make the File::Copy permission change from 2.15 onwards...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-25
David Mitchell
[perl #56644] TODO was too severe. Only :unix :stdio...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-25
Nicholas Clark
Flag that perltoc.pod should be omitted from perltoc...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-24
Craig A. Berry
Clean up pod/buildtoc so it will run on VMS.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-24
Craig A. Berry
Run buildtoc on VMS.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Nicholas Clark
Use %Module::CoreList::bug_tracker to print out upstrea...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Nicholas Clark
Add %upstream and %bug_tracker data to Module::CoreList.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Nicholas Clark
Use files_to_modules() and a CPAN mirror to map modules...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Nicholas Clark
Break out the logic that maps file names to modules...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
David Mitchell
qr_gc.t is only TODO on 5.11.x+
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Steve Peters
Add an idea to perltodo
commit
|
commitdiff
|
tree
|
snapshot
2009-04-23
Craig A. Berry
Space between target and colon is not optional in VMS...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-22
Nicholas Clark
Sean would like to pass on his maintainership of I18N...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-21
Nicholas Clark
7eb47696deb9a7343fb4847f7342919a6df59e21 should be...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-21
Craig A. Berry
Fix reference to perlvms.pod after move to new location.
commit
|
commitdiff
|
tree
|
snapshot
2009-04-21
Nicholas Clark
We need $(MINIPERL_EXE) before we can run autodoc.pl...
commit
|
commitdiff
|
tree
|
snapshot
2009-04-21
Nicholas Clark
Build perltoc.pod, rather than shipping it. This way...
commit
|
commitdiff
|
tree
|
snapshot
next