2011-10-07 |
Brian Fraser | Cast to signed before negating, to avoid compiler warnings |
blob | commitdiff |
2011-10-06 |
Brian Fraser | gv.c, op.c, pp.c: Stash-injected prototypes and prototy... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | gv.c: Use name_end to avoid compiler warning |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Make more warnings utf8-clean |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | Make gv.c and pp_ctl.c warnings utf8-clean |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | pp_hot.c: method_common is UTF-8 aware. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: S_gv_get_super_pkg UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_fetchmeth_pvn UTF8 cleanup. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_init_pvn now uses newCONSTSUB_flags. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_autoload4 is now UTF-8 clean. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gp_free UTF8 cleanup |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Merge multi and flags params to gv_init_* |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: gv_name_set and gv_init_(etc) now initialize... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: newGVgen_flags and a flags parameter for gv_get_s... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove method param from gv_autoload_* |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove 4 from new gv_autoload4_(sv|pvn?) functions |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_autoload4_(sv|pv|pvn) |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore gv_fetchmeth_autoload to perlapi.pod |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Restore gv_fetchmeth to perlapi |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn). |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Document gv_init* |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv... |
blob | commitdiff | diff to current |
2011-10-01 |
Father Chrysostomos | Restore the package name to overload errors; fix crash |
blob | commitdiff | diff to current |
2011-09-25 |
Father Chrysostomos | Avoid a double free with CORE->lc |
blob | commitdiff | diff to current |
2011-09-23 |
Father Chrysostomos | Make CORE->method work |
blob | commitdiff | diff to current |
2011-09-16 |
Father Chrysostomos | [perl #99142] Make GV_ADDMG and magic vars account... |
blob | commitdiff | diff to current |
2011-09-10 |
Jim Cromie | regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c |
blob | commitdiff | diff to current |
2011-09-09 |
Father Chrysostomos | Enter gv_fetchsv_nomg |
blob | commitdiff | diff to current |
2011-09-08 |
Keith Thompson | Convert some files from Latin-1 to UTF-8 |
blob | commitdiff | diff to current |
2011-09-02 |
Father Chrysostomos | Silence two compiler warnings in gv.c |
blob | commitdiff | diff to current |
2011-09-01 |
Father Chrysostomos | [perl #97484] Make defined &{...} vivify CORE subs |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | Avoid an extra SV when creating $] and $^V |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | Eliminate is_gv_magical_sv |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | &CORE::write() |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | &CORE::unpack() |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | &CORE::umask() |
blob | commitdiff | diff to current |
2011-08-29 |
Father Chrysostomos | &CORE::foo() for tie functions |
blob | commitdiff | diff to current |
2011-08-29 |
Father Chrysostomos | &CORE::tell() |
blob | commitdiff | diff to current |
2011-08-29 |
Father Chrysostomos | &CORE::setpgrp() |
blob | commitdiff | diff to current |
2011-08-29 |
Father Chrysostomos | &CORE::sysopen() |
blob | commitdiff | diff to current |
2011-08-29 |
Father Chrysostomos | Use leavesublv for all CORE subs |
blob | commitdiff | diff to current |
2011-08-28 |
Father Chrysostomos | &CORE::substr() |
blob | commitdiff | diff to current |
2011-08-28 |
Father Chrysostomos | &CORE::srand() |
blob | commitdiff | diff to current |
2011-08-28 |
Father Chrysostomos | &CORE::sleep() |
blob | commitdiff | diff to current |
2011-08-28 |
Father Chrysostomos | &CORE::send() and &CORE::syswrite() |
blob | commitdiff | diff to current |
2011-08-28 |
Father Chrysostomos | &CORE::select() |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | &CORE::reset() |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | &CORE::foo() for (sys)read and recv |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | &CORE::rand() |
blob | commitdiff | diff to current |
2011-08-27 |
Father Chrysostomos | &CORE::open() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::mkdir() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::lock() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::index() and &CORE::rindex() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::gmtime() and &CORE::localtime() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::getpgrp() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::exit() |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::foo() for dbmopen and dbmclose |
blob | commitdiff | diff to current |
2011-08-26 |
Father Chrysostomos | &CORE::foo() for close, getc and readline |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | &CORE::foo() for @ and $@ prototypes, except unlink |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | &CORE::caller() |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | &CORE::bless() |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | &CORE::binmode() |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Allow ampersand calls for CORE subs with $*$$**$ protos |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Invert the list of &-able functions in gv.c |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Enable ampersand calls to CORE subs with $$$ prototypes |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Move coresub op-creation from gv.c to op.c |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | Allow ampersand calls to CORE subs with (_) proto |
blob | commitdiff | diff to current |
2011-08-25 |
Father Chrysostomos | &CORE::break |
blob | commitdiff | diff to current |
2011-08-23 |
Father Chrysostomos | Call get-magic once for implicit rv2gv in close(),... |
blob | commitdiff | diff to current |
2011-08-22 |
Father Chrysostomos | Make defined(${'$'}) return true |
blob | commitdiff | diff to current |
2011-08-22 |
Father Chrysostomos | Remove obsolete paragraph from perlintern/is_gv_magical_sv |
blob | commitdiff | diff to current |
2011-08-20 |
Father Chrysostomos | &CORE::fork() |
blob | commitdiff | diff to current |
2011-08-19 |
Father Chrysostomos | &CORE::pwent() |
blob | commitdiff | diff to current |
2011-08-18 |
Father Chrysostomos | &CORE::wantarray() |
blob | commitdiff | diff to current |
2011-08-18 |
Father Chrysostomos | &CORE::foo() for nullary functions |
blob | commitdiff | diff to current |
2011-08-15 |
Father Chrysostomos | &CORE::not and &CORE::getprotobynumber |
blob | commitdiff | diff to current |
2011-08-14 |
Father Chrysostomos | Move pp_-specific code out of core_prototype |
blob | commitdiff | diff to current |
2011-08-14 |
Father Chrysostomos | Change core_prototype to take a keyword num |
blob | commitdiff | diff to current |
2011-08-14 |
Father Chrysostomos | Add inlinable &CORE::functions |
blob | commitdiff | diff to current |
2011-08-14 |
Father Chrysostomos | Make sure the CORE package is always called CORE |
blob | commitdiff | diff to current |
2011-08-02 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL |
blob | commitdiff | diff to current |
2011-06-24 |
Father Chrysostomos | Bypass a switch in gv_fetchpvn for 2-char symbols |
blob | commitdiff | diff to current |
2011-06-14 |
Father Chrysostomos | Make $$ writable, but still magical |
blob | commitdiff | diff to current |
2011-06-04 |
Father Chrysostomos | [perl #88138] ' is not equivalent to :: before a null |
blob | commitdiff | diff to current |
2011-05-23 |
Max Maischein | Turn $$ into a magical readonly variable that always... |
blob | commitdiff | diff to current |
2011-05-21 |
Father Chrysostomos | Move an assert |
blob | commitdiff | diff to current |
2011-04-16 |
Father Chrysostomos | Followup to 088225f/[perl #88132]: packages ending... |
blob | commitdiff | diff to current |
2011-04-13 |
Father Chrysostomos | [perl #88132] broken ISA lookup after aliasing packages... |
blob | commitdiff | diff to current |
2011-04-08 |
Father Chrysostomos | [perl #87708] Fix ‘$tied binop $tied’ |
blob | commitdiff | diff to current |
2011-04-07 |
Father Chrysostomos | [perl #87388] bless[], "main::" crashes |
blob | commitdiff | diff to current |
2011-02-27 |
Nicholas Clark | In gv_autoload4(), ensure set magic is called on $... |
blob | commitdiff | diff to current |
2011-02-22 |
Nicholas Clark | Avoid loading modules for %! and %+ on meeting %{... |
blob | commitdiff | diff to current |
2011-02-10 |
Father Chrysostomos | Prevent destructors called from gp_free from seeing... |
blob | commitdiff | diff to current |
2011-02-06 |
George Greer | Two Safefree() changes to make -DPERL_POISON builds... |
blob | commitdiff | diff to current |
next |