This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dump.c: Note that constants to pass are documented
[perl5.git] / universal.c
2019-04-14 Tony Cook(perl #133951) add Internals::getcwd
2018-11-26 James E KeenanRename global variable to prevent confusion with local
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-22 Zeframeviscerate smartmatch
2017-10-19 Nicolas RUse SvLEN_set/SvCUR_set in a few extra locations
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-07-27 David Mitchellmake callers of SvTRUE() more efficient
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOES
2017-01-07 David Mitchellfix some comment typos about PL_isa_DOES
2016-12-05 Andy LesterClean up warnings uncovered by 'clang -Weverything'.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-15 Nicolas RCleanup PERL_VERSION checks in .c files
2016-11-12 David Mitchellremove DOES's usage of SvSCREAM
2016-10-19 Yves Ortonuniversal.c: use new SvPVCLEAR and constant string...
2016-08-25 Yves Ortonrestore Internals::hv_clear_placeholders for now
2016-08-14 Yves OrtonMove hash introspection routines into Hash::Util/Util...
2016-08-14 Yves Ortons/XS_hash_util_/XS_Hash_Util_/g
2016-08-14 Yves Ortonmove a declaration so that the Internals:: functions...
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-08-12 Father Chrysostomosuniversal.c:XS_re_regnames_count: redundant code
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-02-03 David Mitchellmake gimme consistently U8
2015-09-03 Karl Williamsonutf8::unicode_to_native() should return UV, not an IV
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-11 Daniel Draganclean up sv_isobject usage
2015-04-24 Karl Williamsonperlapi: Wrap long verbatim lines to 79 columns
2015-04-18 David Mitchellfix some minor compiler warnings
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 David Mitchelluniversal.c: remove all trace of op_sibling
2015-03-19 Father Chrysostomosuniversal.c: PERL_OP_PARENT support
2015-03-13 Karl WilliamsonOptimize out unicode_to_native(), native_to_unicode()
2015-03-04 Jarkko HietaniemiConsistently use NOT_REACHED; /* NOTREACHED */
2014-12-30 Matthew HorsfallAdd documentation for /n (non-capture) regexp flag.
2014-12-20 Father Chrysostomos[perl #123458] list cx re::regexp_pattern($nonre)
2014-12-20 Father Chrysostomosuniversal.c:re_regexp_pattern: Mention GIMME_V once
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-08 Daniel Draganoptimize Perl_boot_core_UNIVERSAL and Perl_nextargv
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-15 Father Chrysostomosuniversal.c:croak_xs_usage: Don’t fetch context twice
2014-09-15 Father ChrysostomosAvoid creating GVs when subs are declared
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-07-03 Daniel Draganuniversal.c gv_stashpv -> gv_stashpvs
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-01 Yves Ortonuniversal.c - utf8::downgrade($x,FAIL_OK) is not suppos...
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-05 Brian FraserAdded missing prototypes.
2014-01-04 Father Chrysostomosuniversal.c: include vutil.h
2014-01-04 Father ChrysostomosExtract version routines into two new files
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-27 Nicholas ClarkAlso build PerlIO_get_layers with -Dusesfio
2013-12-27 Father ChrysostomosRemove constant.pm-specific behaviour from Internals...
2013-11-17 Father ChrysostomosSprinkle diag_listed_as
2013-10-24 Father ChrysostomosMake the details array in universal.c static
2013-10-17 Jesse Luehrsisa should fall back to checking @UNIVERSAL::ISA in...
2013-09-03 John PeacockSync core with CPAN version.pm release
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-11 Father Chrysostomosuniversal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
2013-08-04 Father ChrysostomosDon’t let list const modification affect future retvals
2013-07-13 Father Chrysostomos[perl #113932] Make UNIVERSAL::can("STDOUT"...) work
2013-07-09 Father Chrysostomos[perl #113932] UNIVERSAL::can with globs and globrefs
2013-03-07 John PeacockBring core up to version-0.9902
2012-11-23 Daniel Draganremove an EXTEND from XS_re_regexp_pattern
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-12 Daniel Draganpv->pvn for literals in pp_require and Perl_sv_derived_...
2012-11-12 Daniel Draganadd items checking to Internals::SvREFCNT
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-10-22 Steffen MuellerMove more X's off the PUSH into EXTEND's
2012-10-10 Steve HayFix VC compilation of universal.c as C++ following...
2012-10-10 Daniel Draganadd const to Perl_boot_core_UNIVERSAL's xsub registrati...
2012-10-01 Father ChrysostomosMake utf8::decode respect set-magic
2012-10-01 Father ChrysostomosMake utf8::encode respect magic
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-06-23 Jesse Luehrsalso make sure ->isa works on undeclared packages
2012-06-23 Jesse Luehrsall packages can do methods in UNIVERSAL [perl #47113]
2012-06-07 Father ChrysostomosMake UNIVERSAL::can treats str and num the same way
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosDon’t incr PL_amagic_generation in universal.c
2012-02-04 Father Chrysostomos[perl #109762] Stop !$^V from leaking
2012-01-23 Father Chrysostomosuniversal.c:XS_utf8_decode: rmv redundant code
2012-01-06 Father Chrysostomosperlop: remove triple-dot
2012-01-06 Father Chrysostomos[perl #91850] utf8::decode: croak for ro scalars
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-12-12 John PeacockSet all version object math ops to noop
2011-12-09 John PeacockUse syntax from perlguts for testing objects
2011-12-09 John PeacockRevert 9bf41c1d to UNIVERSAL::VERSION
2011-11-24 Father ChrysostomosProduce right error msg for $ver < "version"
2011-11-23 Father ChrysostomosUNIVERSAL::VERSION should treat "version" as a string
2011-11-20 Father ChrysostomosRemove comment added by mistake in c7abbf64
2011-11-14 Tony CookInternals::SvREFCNT() now treats reference counts as...
2011-11-14 Tony Cook[rt #103222] make Internals::SvREFCNT set/get consistent
2011-10-07 Father ChrysostomosUse HEKf
2011-10-06 Brian Fraseruniversal.c: VERSION UTF8 cleanup
2011-10-06 Brian Fraseruniversal.c: Make croak_xs_usage account for UTF8
2011-10-06 Father ChrysostomosDocument sv_does_pvn
2011-10-06 Father ChrysostomosCorrect name of sv_does_sv apidoc entry
2011-10-06 Brian Fraseruniversal.c: sv_does() UTF8 cleanup.
next