2009-04-27 |
Nicholas Clark |
Remove all #ifdef MACOS_TRADITIONAL code in core and... |
blob | commitdiff |
2009-04-19 |
Nicholas Clark |
In the context of PERL_OLD_COPY_ON_WRITE, remove commen... |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark |
GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2009-03-29 |
Nicholas Clark |
Change Perl_newCONSTSUB() so that a NULL sv generates... |
blob | commitdiff | diff to current |
2009-03-28 |
Nicholas Clark |
Don't COW PVFMs, as the IVX is now used for FmLINES... |
blob | commitdiff | diff to current |
2009-03-06 |
David Mitchell |
fix a couple of comments that annoyingly look like... |
blob | commitdiff | diff to current |
2009-02-07 |
Vincent Pit |
The correct name of PERL_UTF8_magic is PERL_MAGIC_utf8... |
blob | commitdiff | diff to current |
2009-01-20 |
Rafael Garcia-Suarez |
Optimize away calls to empty DESTROY methods |
blob | commitdiff | diff to current |
2009-01-19 |
Karl |
Combine sv_utf8_upgrade with a following grow |
blob | commitdiff | diff to current |
2009-01-02 |
Rafael Garcia-Suarez |
Bump coopyright year in embed.pl and various files... |
blob | commitdiff | diff to current |
2009-01-02 |
karl williamson |
Faster sv_utf8_upgrade() |
blob | commitdiff | diff to current |
2008-12-27 |
Nicholas Clark |
Add Perl_mro_register() to register Method Resolution... |
blob | commitdiff | diff to current |
2008-12-26 |
kevin brintnall |
sv_dup(): avoid cloning empty arrays |
blob | commitdiff | diff to current |
2008-12-26 |
Karl |
Update comments and documentation dealing with utf |
blob | commitdiff | diff to current |
2008-12-20 |
Steve Peters |
It looks like the previous patch is working fine on... |
blob | commitdiff | diff to current |
2008-12-19 |
Steve Peters |
Subject: PATCH 5.10 documentation |
blob | commitdiff | diff to current |
2008-12-05 |
Chip Salzenberg |
standardize save/restore of errno & vaxc$errno |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark |
In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into... |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark |
Re-order Perl_save_delete() to PTR, INT, PTR. |
blob | commitdiff | diff to current |
2008-12-01 |
Nicholas Clark |
For SAVEHINTS(), re-order the savestack to be (?:PTR... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
sv_add_arena() is now only called from sv.c, so it... |
blob | commitdiff | diff to current |
2008-11-14 |
Chip Salzenberg |
[perl #948] [PATCH] Allow tied $, |
blob | commitdiff | diff to current |
2008-11-10 |
Marcus Holland-Moritz |
Allow lvalue usage of SvRV() and add MUTABLE_SV() check. |
blob | commitdiff | diff to current |
2008-11-09 |
Marcus Holland-Moritz |
Fix warning code in Perl_sv_vcatpvfn() to make the... |
blob | commitdiff | diff to current |
2008-11-09 |
Hugo van der Sanden |
"Perl_newSVpvf("%lld")" is broken |
blob | commitdiff | diff to current |
2008-11-07 |
Marcus Holland-Moritz |
Revert SvPVX() to allow lvalue usage, but also add a |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Change 34627 didn't realise that if S_find_uninit_var... |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from sv.c and [tu]*.c, except... |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz |
Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
As Perl_cv_const_sv() now takes a const CV *, use that... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Consting in S_find_uninit_var() and the routines that... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Some consting in Perl_ss_dup(), and a few (HV*) casts... |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
A gaggle of casts in Perl_sv_magicext() that are (const... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Make C++ compilers happy #3: make implicit cast |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Add SV allocation tracing to -Dm and PERL_MEM_LOG |
blob | commitdiff | diff to current |
2008-10-14 |
Nicholas Clark |
Yet another [ACGHS]V pointer in the interpreter structu... |
blob | commitdiff | diff to current |
2008-09-15 |
Nicholas Clark |
SEGV in readline with $/ set to a reference, discovered... |
blob | commitdiff | diff to current |
2008-08-24 |
Dave Mitchell |
Don't add freed SVF_BREAK scalars to the freed list. |
blob | commitdiff | diff to current |
2008-08-22 |
Nicholas Clark |
In S_mro_get_linear_isa_dfs(), save copying by making... |
blob | commitdiff | diff to current |
2008-08-21 |
Nicholas Clark |
Change 33807 to fix bug #52740 wasn't quite right,... |
blob | commitdiff | diff to current |
2008-08-21 |
Dave Mitchell |
better document how the weakref backrefs array is refco... |
blob | commitdiff | diff to current |
2008-08-20 |
Dave Mitchell |
Assert that backreferences array is not freed rather... |
blob | commitdiff | diff to current |
2008-08-20 |
Dave Mitchell |
[perl #56908] DBI memory leak in 5.10.0 due to change... |
blob | commitdiff | diff to current |
2008-07-15 |
Nicholas Clark |
Fix use of a variable before it is initialised, introdu... |
blob | commitdiff | diff to current |
2008-07-13 |
Nicholas Clark |
The assert()ions in sv_chop() that the passed in pointe... |
blob | commitdiff | diff to current |
2008-07-13 |
Nicholas Clark |
assert() that the pointer passed to Perl_sv_chop()... |
blob | commitdiff | diff to current |
2008-07-11 |
Nicholas Clark |
In Perl_sv_utf8_upgrade_flags(), don't assume that... |
blob | commitdiff | diff to current |
2008-06-28 |
Ben Morrow |
Some more missing isGV_with_GP()s |
blob | commitdiff | diff to current |
2008-06-24 |
Dave Mitchell |
more incorrect variable reported in uninitialized value... |
blob | commitdiff | diff to current |
2008-06-22 |
Dave Mitchell |
Incorrect variable reported in uninitialized value... |
blob | commitdiff | diff to current |
2008-05-18 |
Dave Mitchell |
DEBUG_LEAKING_SCALARS wasn't reporting the correct... |
blob | commitdiff | diff to current |
2008-05-10 |
Bram |
Call SvMAGICAL_off in mg_free |
blob | commitdiff | diff to current |
2008-05-10 |
Rafael Garcia-Suarez |
Fix [perl #52740] crash when localizing a symtab entry |
blob | commitdiff | diff to current |
2008-05-04 |
Craig A. Berry |
Record-style reads in Perl_sv_gets have to be done... |
blob | commitdiff | diff to current |
2008-04-11 |
Rafael Garcia-Suarez |
Fix C portability nit found by Jerry D. Hedden. |
blob | commitdiff | diff to current |
2008-04-11 |
Vincent Pit |
Double magic with '\&$x' |
blob | commitdiff | diff to current |
2008-04-02 |
Nicholas Clark |
In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP... |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Define sv_insert() as a wrapper to sv_insert_flags... |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Add the correct argument assertion macro to sv_insert_f... |
blob | commitdiff | diff to current |
2008-03-31 |
Vincent Pit |
Double magic with substr |
blob | commitdiff | diff to current |
2008-03-29 |
Nicholas Clark |
Fix compiler warning about comparison of pointer types. |
blob | commitdiff | diff to current |
2008-03-29 |
Gerard Goossen |
do not use SVTYPEMASK to prevent cleaning of PL_fdpid... |
blob | commitdiff | diff to current |
2008-03-26 |
Nicholas Clark |
Don't call S_utf8_mg_pos_cache_update(), and hence... |
blob | commitdiff | diff to current |
2008-03-25 |
Nicholas Clark |
Repeat change 33508 - change 33561 re-instated the... |
blob | commitdiff | diff to current |
2008-03-25 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-20 |
Vincent Pit |
Double warning with perl -we '\&$x' |
blob | commitdiff | diff to current |
2008-03-18 |
Steve Hay |
Silence some warnings introduced by #33507 |
blob | commitdiff | diff to current |
2008-03-13 |
Nicholas Clark |
Change 33507 had a const too far (Perl_mg_dup()'s mg... |
blob | commitdiff | diff to current |
2008-03-13 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-12 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-11 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-11 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-02 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-03-01 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-29 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-27 |
Nicholas Clark |
Use malloc_good_size() to round up the size of requeste... |
blob | commitdiff | diff to current |
2008-02-27 |
Steve Hay |
Fix another Win32/VC6 compiler warning caused by #33231 |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If the C library provides malloc_size(), we can use... |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
In Perl_sv_usepvn_flags(), with MYMALLOC, use the actua... |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If we have malloced_size() available, then avoid roundi... |
blob | commitdiff | diff to current |
2008-02-22 |
Dave Mitchell |
fix variable names in 'ununit var' warnings in evals |
blob | commitdiff | diff to current |
2008-02-20 |
Steve Hay |
Fix Win32/VC6 compiler warnings caused by #33231 |
blob | commitdiff | diff to current |
2008-02-18 |
Marcus Holland-Moritz |
Enable caching of strxfrm() results also for readonly... |
blob | commitdiff | diff to current |
2008-02-14 |
Robin Barker |
use svtype |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-08 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-07 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
blob | commitdiff | diff to current |
2008-02-04 |
Steven Schubiger |
sv.c: consting |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
The layout for struct block_loop under ithreads can... |
blob | commitdiff | diff to current |
2008-01-26 |
Nicholas Clark |
Investigation reveals that the work of restoring the... |
blob | commitdiff | diff to current |
next |