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
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fix for pp.c under win32 etc
[perl5.git]
/
pp.c
2011-04-18
David Mitchell
fix for pp.c under win32 etc
blob
|
commitdiff
2011-04-18
Father Chrysostomos
Make push/shift $scalar accept only unblessed aryrefs
blob
|
commitdiff
|
diff to current
2011-04-08
Father Chrysostomos
Revert parts of c31c291..96b6b87
blob
|
commitdiff
|
diff to current
2011-04-08
Father Chrysostomos
Revert "[perl #87708] $tied / $tied under use integer"
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] $tied / $tied under use integer
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] $tied % $tied and $tied * $tied under...
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied < $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied > $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied <= $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied >= $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied == $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied != $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] use integer; $tied <=> $tied
blob
|
commitdiff
|
diff to current
2011-04-06
Father Chrysostomos
[perl #87708] atan2 $tied, $tied
blob
|
commitdiff
|
diff to current
2011-03-31
Father Chrysostomos
[perl #87336] lc/uc(first) fail to taint the returned...
blob
|
commitdiff
|
diff to current
2011-03-14
David Mitchell
[perl #82250] fix tainted (s)print format
blob
|
commitdiff
|
diff to current
2011-03-06
David Leadbeater
Fix [perl #85508] regression in print length undef
blob
|
commitdiff
|
diff to current
2011-02-28
Karl Williamson
Move some #defines
blob
|
commitdiff
|
diff to current
2011-02-10
Father Chrysostomos
[perl #77692] substr causes panic: sv_len_utf8 cache...
blob
|
commitdiff
|
diff to current
2011-01-21
Father Chrysostomos
[perl #81750] Perl 5.12: undef-as-hashref bug
blob
|
commitdiff
|
diff to current
2011-01-21
David Mitchell
add GvCV_set() and GvGP_set() macros.
blob
|
commitdiff
|
diff to current
2011-01-17
Karl Williamson
CH] Change usage of regex/op common to common names
blob
|
commitdiff
|
diff to current
2011-01-16
Karl Williamson
Use multi-bit field for regex character set
blob
|
commitdiff
|
diff to current
2011-01-09
Nicholas Clark
Generate "Unsupported socket function" stubs using...
blob
|
commitdiff
|
diff to current
2011-01-09
Nicholas Clark
regen/opcode.pl should only generate prototypes for...
blob
|
commitdiff
|
diff to current
2011-01-07
Peter J. Acklam...
Fix typos (spelling errors) in Perl sources.
blob
|
commitdiff
|
diff to current
2011-01-05
Nicholas Clark
Convert tied SPLICE to using Perl_tied_method()
blob
|
commitdiff
|
diff to current
2010-12-31
Nicholas Clark
Avoid using OP_NAME() in unimplemented_op(), as it...
blob
|
commitdiff
|
diff to current
2010-12-31
David Mitchell
standardise amagic method naming
blob
|
commitdiff
|
diff to current
2010-12-27
Nicholas Clark
Move do_chomp() from pp.c to doop.c, and make it static.
blob
|
commitdiff
|
diff to current
2010-12-27
Nicholas Clark
Merge the opcode bodies for chop/chomp and schop/schomp.
blob
|
commitdiff
|
diff to current
2010-12-27
Nicholas Clark
Merge Perl_do_chop() and Perl_do_chomp().
blob
|
commitdiff
|
diff to current
2010-12-27
Nicholas Clark
Convert Perl_do_chomp() to the same prototype as Perl_d...
blob
|
commitdiff
|
diff to current
2010-12-27
Nicholas Clark
Refactor pp_chomp to process arguments in the same...
blob
|
commitdiff
|
diff to current
2010-12-16
David Mitchell
only call amagic_deref_call() if we have to
blob
|
commitdiff
|
diff to current
2010-12-15
David Mitchell
don't upgrade overload IV return values to NV
blob
|
commitdiff
|
diff to current
2010-11-26
Rafael Garcia-Suarez
No need to nest printfs. DIE() takes format strings.
blob
|
commitdiff
|
diff to current
2010-11-22
Karl Williamson
pp.c: tiny performance enhancement
blob
|
commitdiff
|
diff to current
2010-11-22
Karl Williamson
pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNI
blob
|
commitdiff
|
diff to current
2010-11-21
Father Chrysostomos
[perl #77926] Glob reification during localisation
blob
|
commitdiff
|
diff to current
2010-11-21
Father Chrysostomos
Eliminate the newname param from mro_package_moved
blob
|
commitdiff
|
diff to current
2010-11-11
Father Chrysostomos
Remove redundant conditional added by e530fb81d
blob
|
commitdiff
|
diff to current
2010-11-11
Father Chrysostomos
undef *glob should update isa(rev)
blob
|
commitdiff
|
diff to current
2010-11-03
Nicholas Clark
Inline tryAMAGICunDEREF_var() into its callers and...
blob
|
commitdiff
|
diff to current
2010-11-03
Father Chrysostomos
y///r
blob
|
commitdiff
|
diff to current
2010-11-02
Nicholas Clark
Expand AMG_CALLun_var() into all its users, and elimina...
blob
|
commitdiff
|
diff to current
2010-11-01
David Golden
Allow push/pop/keys/etc to act on references
blob
|
commitdiff
|
diff to current
2010-11-01
Father Chrysostomos
[perl #78580] Stop a simple *glob from calling get...
blob
|
commitdiff
|
diff to current
2010-10-30
Father Chrysostomos
Switch the core MRO code over to HvENAME
blob
|
commitdiff
|
diff to current
2010-10-26
Father Chrysostomos
-$zero should not modify $zero
blob
|
commitdiff
|
diff to current
2010-10-25
Father Chrysostomos
[perl #77498] Assignment ignores magick when the RHS...
blob
|
commitdiff
|
diff to current
2010-10-24
Father Chrysostomos
[perl #77810] Scalars vs globs
blob
|
commitdiff
|
diff to current
2010-10-15
Florian Ragwitz
Make splice invoke set magic
blob
|
commitdiff
|
diff to current
2010-10-04
Father Chrysostomos
[perl #20661] Constant strings representing a number...
blob
|
commitdiff
|
diff to current
2010-10-04
Renée Bäcker
[perl #57706] Unary minus on 'numeric' inputs like...
blob
|
commitdiff
|
diff to current
2010-09-25
Father Chrysostomos
[perl #76814] FETCH called twice - !
blob
|
commitdiff
|
diff to current
2010-09-25
Father Chrysostomos
[perl #76814] FETCH called twice - string comparison ops
blob
|
commitdiff
|
diff to current
2010-09-16
Florian Ragwitz
Back out the mauve module and related changes
blob
|
commitdiff
|
diff to current
2010-09-06
David Mitchell
$ref++, $ref-- leaked referent
blob
|
commitdiff
|
diff to current
2010-08-30
Yves Orton
use more efficient sv_reftype_len() interface
blob
|
commitdiff
|
diff to current
2010-08-20
Ben Morrow
Fix my $x = 3; $x = length(undef);.
blob
|
commitdiff
|
diff to current
2010-08-13
Eric Brine
Fix untimely destruction introduced by lvalue ops ...
blob
|
commitdiff
|
diff to current
2010-07-28
Nicholas Clark
Make srand() return "0 but true" for 0, for backwards...
blob
|
commitdiff
|
diff to current
2010-07-28
Karl Williamson
srand: change to return its seed
blob
|
commitdiff
|
diff to current
2010-07-18
David Mitchell
add CvGV_set() macro and make CvGV() rvalue only
blob
|
commitdiff
|
diff to current
2010-07-14
David Mitchell
protect CvGV weakref with backref
blob
|
commitdiff
|
diff to current
2010-07-06
Bo Lindbergh
Code for allowing uppercase X/B in hexadecimal/binary...
blob
|
commitdiff
|
diff to current
2010-06-27
Nicholas Clark
Add Perl_croak_no_modify() to implement Perl_croak...
blob
|
commitdiff
|
diff to current
2010-06-27
Nicholas Clark
Return DIE(...) to *return*ing Perl_die(...).
blob
|
commitdiff
|
diff to current
2010-06-25
Father Chrysostomos
RT 75902: Add prototypes for tie() and untie() to allow...
blob
|
commitdiff
|
diff to current
2010-06-15
Karl Williamson
uc(): Handle Greek YPOGEGRAMMENI
blob
|
commitdiff
|
diff to current
2010-06-04
David Mitchell
rename DM_ARRAY flag to DM_ARRAY_ISA
blob
|
commitdiff
|
diff to current
2010-06-03
Vincent Pit
Make pp_reverse fetch the lexical $_ from the correct pad
blob
|
commitdiff
|
diff to current
2010-05-25
David Mitchell
add OPpDEREFed flag to avoid double mg_get()
blob
|
commitdiff
|
diff to current
2010-05-25
Father Chrysostomo...
Deref ops ignore get-magic when SvROK(sv)
blob
|
commitdiff
|
diff to current
2010-05-21
David Mitchell
followup to magic/overload fix
blob
|
commitdiff
|
diff to current
2010-05-21
David Mitchell
make overload respect get magic
blob
|
commitdiff
|
diff to current
2010-05-03
Ruslan Zakirov
shift; optimization
blob
|
commitdiff
|
diff to current
2010-04-26
Robin Barker
avoid use of operator name in macro
blob
|
commitdiff
|
diff to current
2010-04-15
David Mitchell
use cBOOL for bool casts
blob
|
commitdiff
|
diff to current
2010-04-13
David Mitchell
Merge commit 'origin/davem/post-5.12' into blead
blob
|
commitdiff
|
diff to current
2010-04-10
Rafael Garcia-Suarez
[perl #74168] Assertion failure when emitting a strictu...
blob
|
commitdiff
|
diff to current
2010-03-31
Vincent Pit
Don't initialize end in pp_reverse when begin is NULL
blob
|
commitdiff
|
diff to current
2010-03-31
Rafael Garcia-Suarez
Avoid a segfault when reversing an empty array in-place.
blob
|
commitdiff
|
diff to current
2010-03-21
David Mitchell
[perl #45167] Taint removal by sprintf
blob
|
commitdiff
|
diff to current
2010-02-23
Jan Dubois
Symbol S_no_symref_sv should be static (local to the...
blob
|
commitdiff
|
diff to current
2010-02-14
Nicholas Clark
Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
blob
|
commitdiff
|
diff to current
2010-02-14
Nicholas Clark
Remove a vestigial STRLEN case and convert a label...
blob
|
commitdiff
|
diff to current
2010-02-14
Eric Brine
Removes 32-bit limit on substr arguments. The full...
blob
|
commitdiff
|
diff to current
2010-01-18
Rafael Garcia-Suarez
Revert "[perl #62646] Maximum string length with substr"
blob
|
commitdiff
|
diff to current
2010-01-16
Craig A. Berry
A fig leaf for calling sv_pos_u2b with IV* where it...
blob
|
commitdiff
|
diff to current
2010-01-15
Zefram
[perl #62646] Maximum string length with substr
blob
|
commitdiff
|
diff to current
2009-12-03
Nicholas Clark
Another C<return NORMAL> needed post bb4c52e023e0,...
blob
|
commitdiff
|
diff to current
2009-11-25
Gerard Goossen
Add assertions that pp_padav and pp_padhv push scalars...
blob
|
commitdiff
|
diff to current
2009-11-15
Nicholas Clark
Inline PL_no_symref_sv into its users. Deprecate the...
blob
|
commitdiff
|
diff to current
2009-11-14
Karl Williamson
add code for Unicode semantics for non-utf8 latin1...
blob
|
commitdiff
|
diff to current
2009-11-13
Jerry D. Hedden
Fix compiler warning:
blob
|
commitdiff
|
diff to current
2009-11-12
Gerard Goossen
Add ENTER_with_name and LEAVE_with_name to automaticly...
blob
|
commitdiff
|
diff to current
2009-11-10
Vincent Pit
Optimize reversing an array in-place
blob
|
commitdiff
|
diff to current
2009-11-08
Vincent Pit
SvREFCNT_dec already checks if the SV is non-NULL ...
blob
|
commitdiff
|
diff to current
next