2010-05-27 |
George Greer |
Fix clang "incompatible operand types" error in ternary... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Karl Williamson |
PATCH: user defined special casing for non utf8 |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Change a few tests to use new test.pl EBCDIC stuff |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Add functions to test.pl for easier EBCDIC testing |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Nicholas Clark |
Fix CLONE/weakref bug revealed by adf8f095c5881bce. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
H.Merijn Brand |
Update rsync sources in perlhack |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the perl equivalent for av_make. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the Perl equivalent for av_len. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add a missing comma in the av_fill() docs. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Clarify the av_fetch() documentation. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add Perl equivalent for av_exists(). |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add a Perl equivalent to av_delete(). |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Add the Perl equivalent example to av_clear. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Shlomi Fish |
Link from GIMME_V to perlcall for a usage example. |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
PATCH: correct misstatement, formats in perlunicode |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Nicholas Clark |
Fix for typo in 0824d66743a706cd, in the expected outpu... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
David Mitchell |
add OPpDEREFed flag to avoid double mg_get() |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Father Chrysostomos... |
Deref ops ignore get-magic when SvROK(sv) |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Father Chrysostomos |
Just the tests from a proposed fix for 68192 |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Replace wrong tr/// table in perlebcdic.pod |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Karl Williamson |
Remove unused, wrong #define in utf8.h |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Jerry D. Hedden |
Fix build warnings introduced by v5.13.0-139-ge0fa7e2 |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Add Perl_clone_params_{del,new} and Perl_sv_dup to... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Set PADSTALE on all lexicals at the end of sub creation. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Don't clone the contents of lexicals in pads. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
In Perl_pad_tidy(), merge the SvPADTMP_on() loops for... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
In Perl_padlist_dup() don't duplicate @_ or pads caused... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Convert PAD_DUP to a function Perl_padlist_dup(). |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
When deleting CLONE_PARAMS, push any unreferenced SVs... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Better ithreads cloning - add all SVs with a 0 refcnt... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Cleaner implementations for Perl_clone_params_{new... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Abstract *correct* initialisation of CLONE_PARAMS into... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
Convert Perl_sv_dup_inc() from a macro to a real function. |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Nicholas Clark |
In perl_clone_using(), turn off AvREAL() on param-... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Zefram |
Add package block syntax to perldelta |
commit | commitdiff | tree | snapshot |
2010-05-24 |
David Golden |
Add perldelta entry for non-destructive substitution |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Nicholas Clark |
Change the API documentation from sv_2nv to sv_2nv_flags. |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Zefram |
fix MAD handling of package block syntax |
commit | commitdiff | tree | snapshot |
2010-05-23 |
David Mitchell |
add perldelta entry for overload fixes |
commit | commitdiff | tree | snapshot |
2010-05-23 |
David Golden |
Format perlhist consistently by maint/dev track |
commit | commitdiff | tree | snapshot |
2010-05-23 |
David Golden |
create perl5132delta |
commit | commitdiff | tree | snapshot |
2010-05-23 |
David Golden |
Rephrase perlop for non-destructive substitution |
commit | commitdiff | tree | snapshot |
2010-05-23 |
David Golden |
Add David Caldwell to AUTHORS |
commit | commitdiff | tree | snapshot |
2010-05-22 |
David Caldwell |
Add s///r (non-destructive substitution). |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Restore strict refs on stashes, removed by ce10b5d1ec5b... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Re-instate the use of gv_stashpvn_flags(), and the... |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Nicholas Clark |
Remove the tokeniser hack that prevents compile-time... |
commit | commitdiff | tree | snapshot |
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 |
next |