2010-05-21 |
Nicholas Clark |
PL_in_load_module only has values 0 and 1, so can be... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Perl_hv_fill(), count empty chains down, rather than... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Eliminate xhv_fill from struct xpvhv. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Make HvFILL() count the allocated buckets, instead... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Replace boolean use of HvFILL(hv) with HvTOTALKEYS... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
David Mitchell |
followup to magic/overload fix |
commit | commitdiff | tree | snapshot |
2010-05-21 |
David Mitchell |
make overload respect get magic |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove union _xivu from _XPVCV_COMMON, and hence struct... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove union _xivu from struct regexp - replace it... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove union _xivu from struct xpvhv - replace it with... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove union _xivu from struct xpvav - replace it with... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Reinstate space optimisations to SV body structures. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
In the SV body, exchange the positions of the NV and... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove all space optimisations from SV body structures. |
commit | commitdiff | tree | snapshot |
2010-05-21 |
H.Merijn Brand |
The size of a character in C is per definition 1 |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Sisyphus |
Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Zefram |
fully test package-version-block syntax |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Zefram |
additional tests for package block syntax |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Zefram |
fix SEGV with eval("package Foo {") |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Zefram |
support "package Foo { ... }" |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
PL_endav can be NULL, so in S_ithread_create() no need... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
Remove redundant hv_exists() calls from ithread_create... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
Change S_ithread_create() params from a single AV*... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
In threads.xs, convert thread->params from RV to AV. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
SvIVX() isn't valid on SVt_REGEXP |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Nicholas Clark |
In sv.c, _all_ {new,del}_X* macros can be *_body_allocated. |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
update Ricardo Signes's email |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Rafael Garcia... |
Do not try to load a feature bundle when doing "no... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
do not check for deprecation of removed lib |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
add the v5.13.1 epigraph |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
remove =over/=back from epigraphs.pod, add empty sections |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
add new release to perlhist |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
update MANIFEST, remove delta for uninstalled file |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
further updates to CoreList |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
Update META.yml |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
bump CoreList version |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
add vertical space to CoreList.pm |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
remove empty perldelta section |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
update change command |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
Bump the perl version in various places for 5.13.1 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
replace 2nd 5.013000 block with 5.013001 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
update CoreList for 5.13.1 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
bump version on modules changed since 5.13.0 |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Ricardo Signes |
pass through perl5131delta in prep of release |
commit | commitdiff | tree | snapshot |
2010-05-20 |
Vincent Pit |
Add a note in perl5131delta about given return values |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Curtis Jewell |
Adding script used for recent perlhist changes. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Curtis Jewell |
Update perlhist.pod for 5.10.1-5.12.1 |
commit | commitdiff | tree | snapshot |
2010-05-19 |
David Golden |
bumped File::Find version to 1.16 |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Dan Dascalescu |
Fixed typo: "effecting data" -> "affecting data". |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Vincent Pit |
Merge branch 'vincent/rvalue_stmt_given' into blead |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Nicholas Clark |
perldelta entries for my changes in 5.13.1. |
commit | commitdiff | tree | snapshot |
2010-05-19 |
David Golden |
add reminder about updating epigraphs.pod to RMG |
commit | commitdiff | tree | snapshot |
2010-05-19 |
David Golden |
the proper term is epigraph, not epigram |
commit | commitdiff | tree | snapshot |
2010-05-19 |
David Golden |
document historical release epigrams |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jesse Vincent |
Actually note that Shell.pm is deprecated for 5.13... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jesse Vincent |
Shell.pm was missing its deprecation warning in 5.12... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jesse Vincent |
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Jesse Vincent |
Adding Chris Williams as our November 2010 sucker |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Rainer Tammer |
Fix groups.t test on AIX |
commit | commitdiff | tree | snapshot |
2010-05-17 |
David Mitchell |
further fix for RT #23810 |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Tony Cook |
use the correct format codes in warnings from gmtime... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Rafael Garcia... |
Better perldiag heading for "\cX" deprecation warning |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Karl Williamson |
PATCH: Clean up EBCDIC handling of \cX |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Karl Williamson |
[perl #41530] s/non-utf8/is-utf8/ fails. |
commit | commitdiff | tree | snapshot |
2010-05-14 |
Rainer Tammer |
Fix for README.aix and XL C/C++ V11 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Jesse Vincent |
Perl 5.12.1 now includes Safe.pm 2.27. Module::CoreList... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Jesse Vincent |
New release date for 5.12.1 in light of the new RC |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Jesse Vincent |
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Jesse Vincent |
Correcting the release date of 5.12.1 |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Nicholas Clark |
Return 0 (with a warning) for sprintf("%.0g") and sprin... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Curtis Jewell |
Updating list of DOSish perls in perlport.pod. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
H.Merijn Brand |
Add Porting/checkpodencoding.pl to MANIFEST |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Richard Soderberg |
separate the 0755 from the . $TAINT0. this silences... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Ævar Arnfjörð... |
Clarify that mail to perlbug also goes to p5p |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
PATCH [perl #74978] dot after } breaks \N{} |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
Note in comment that many \N{...} tests won't work... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
Comment where to find file's format |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Zefram |
perldelta item on PL_restartjmpenv |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Zefram |
perldelta item on $[ usage |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Zefram |
perldelta item on B::Deparse package+label fix |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Zefram |
perldelta item on reliable exception handling |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlunifaq, uniintro: fix for 80 col display |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlunicode: fix for 80 col display |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlreref: missing info, 80 col display |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlrecharclass: Clarify \p{Punct}, fix for 80 col |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlrebackslash: fix for 80 col display |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlre: fix for 80 col display |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
perlport: fix 80 col display; broken link |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
Fix to display ok in 80 columns |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Karl Williamson |
Fix perlebcdic for for 80 column tty; fix C<>s |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Ævar Arnfjörð... |
Add =encoding utf8 to all core non-ASCII POD files... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
David Mitchell |
RT #34604 didn't honour tied overloaded values |
commit | commitdiff | tree | snapshot |
2010-05-08 |
David Mitchell |
add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns |
commit | commitdiff | tree | snapshot |
2010-05-08 |
David Mitchell |
add flags arg to sv_2nv (as sv_2nv_flags) |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris 'BinGOs... |
Modify Module::CoreList docs to state the availability... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris 'BinGOs... |
Backport patch from CPANPLUS-0.9004 to cpanp-run-perl |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Jesse Vincent |
Bump Module::Corelist for cherrypicking to maint-5.12 |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Vincent Pit |
Make t/op/sprintf.t test multiple warnings |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Vincent Pit |
Stop returning 0 for sprintf("%.0g") |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Vincent Pit |
Really test special sprintf formats |
commit | commitdiff | tree | snapshot |
next |