This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: refactor algorithmically-defined names into globals
[perl5.git] / gv.c
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-10-22 Father ChrysostomosReimplement $[ as a module
2011-10-12 Father Chrysostomos[perl #6828] Set $AUTOLOAD once more for XS autoloading
2011-10-11 Father ChrysostomosAvoid creating extra SVs in gv_fullname4
2011-10-10 Father Chrysostomosgv.c:gv_autoload_pvn: Avoid warning due to temp flag
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-07 Father ChrysostomosDon’t put malformed UTF8 in $AUTOLOAD
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Father ChrysostomosSuppress some uninit warnings in gv.c:S_maybe_add_coresub
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Father Chrysostomosgv.c: Use name_end to avoid compiler warning
2011-10-06 Brian Frasergv.c: Make more warnings utf8-clean
2011-10-06 Brian FraserMake gv.c and pp_ctl.c warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-10-06 Brian Frasergv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
2011-10-06 Brian Frasergv.c: S_gv_get_super_pkg UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_fetchmeth_pvn UTF8 cleanup.
2011-10-06 Brian Frasergv.c: gv_init_pvn now uses newCONSTSUB_flags.
2011-10-06 Brian Frasergv.c: gv_autoload4 is now UTF-8 clean.
2011-10-06 Brian Frasergv.c: gp_free UTF8 cleanup
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Brian Frasergv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8...
2011-10-06 Brian Frasergv.c: gv_name_set and gv_init_(etc) now initialize...
2011-10-06 Brian Frasergv.c: newGVgen_flags and a flags parameter for gv_get_s...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth_autoload to perlapi.pod
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosRestore gv_fetchmeth to perlapi
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Father ChrysostomosDocument gv_init*
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-10-01 Father ChrysostomosRestore the package name to overload errors; fix crash
2011-09-25 Father ChrysostomosAvoid a double free with CORE->lc
2011-09-23 Father ChrysostomosMake CORE->method work
2011-09-16 Father Chrysostomos[perl #99142] Make GV_ADDMG and magic vars account...
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-09-02 Father ChrysostomosSilence two compiler warnings in gv.c
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-30 Father ChrysostomosAvoid an extra SV when creating $] and $^V
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-30 Father Chrysostomos&CORE::write()
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-30 Father Chrysostomos&CORE::umask()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-29 Father Chrysostomos&CORE::tell()
2011-08-29 Father Chrysostomos&CORE::setpgrp()
2011-08-29 Father Chrysostomos&CORE::sysopen()
2011-08-29 Father ChrysostomosUse leavesublv for all CORE subs
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::srand()
2011-08-28 Father Chrysostomos&CORE::sleep()
2011-08-28 Father Chrysostomos&CORE::send() and &CORE::syswrite()
2011-08-28 Father Chrysostomos&CORE::select()
2011-08-27 Father Chrysostomos&CORE::reset()
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father Chrysostomos&CORE::mkdir()
2011-08-26 Father Chrysostomos&CORE::lock()
2011-08-26 Father Chrysostomos&CORE::index() and &CORE::rindex()
2011-08-26 Father Chrysostomos&CORE::gmtime() and &CORE::localtime()
2011-08-26 Father Chrysostomos&CORE::getpgrp()
2011-08-26 Father Chrysostomos&CORE::exit()
2011-08-26 Father Chrysostomos&CORE::foo() for dbmopen and dbmclose
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father Chrysostomos&CORE::caller()
2011-08-25 Father Chrysostomos&CORE::bless()
2011-08-25 Father Chrysostomos&CORE::binmode()
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father ChrysostomosInvert the list of &-able functions in gv.c
2011-08-25 Father ChrysostomosEnable ampersand calls to CORE subs with $$$ prototypes
2011-08-25 Father ChrysostomosMove coresub op-creation from gv.c to op.c
2011-08-25 Father ChrysostomosAllow ampersand calls to CORE subs with (_) proto
2011-08-25 Father Chrysostomos&CORE::break
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-22 Father ChrysostomosMake defined(${'$'}) return true
2011-08-22 Father ChrysostomosRemove obsolete paragraph from perlintern/is_gv_magical_sv
2011-08-20 Father Chrysostomos&CORE::fork()
2011-08-19 Father Chrysostomos&CORE::pwent()
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-18 Father Chrysostomos&CORE::foo() for nullary functions
2011-08-15 Father Chrysostomos&CORE::not and &CORE::getprotobynumber
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-08-14 Father ChrysostomosMake sure the CORE package is always called CORE
2011-08-02 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL
2011-06-24 Father ChrysostomosBypass a switch in gv_fetchpvn for 2-char symbols
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-06-04 Father Chrysostomos[perl #88138] ' is not equivalent to :: before a null
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
next