summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Move #define, make a function always compiledKarl Williamson2015-01-201-3/+3
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-5/+1
* Move unlikely executed macro to functionKarl Williamson2015-01-131-0/+1
* regcomp.c: Add 'strict' parameter to S_regclass()Karl Williamson2015-01-131-1/+1
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-6/+6
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-1/+1
* regcomp.c: Rmv no-longer-used macro and functionKarl Williamson2015-01-061-6/+0
* pad.c: Remove unused context paramsFather Chrysostomos2015-01-061-7/+7
* refactor gv_add_by_typeDaniel Dragan2015-01-061-1/+5
* utf8.c: Use OP_DESC instead of passing string.Karl Williamson2014-12-291-5/+4
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+6
* add new API function sv_get_backrefs()Yves Orton2014-12-251-0/+6
* make the EXACTF_invlist only when SCF_DO_STCLASSHugo van der Sanden2014-12-111-0/+7
* stdize_locale not used in POSIX.Jarkko Hietaniemi2014-12-091-0/+2
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-0/+5
* make xs_version_bootcheck() appear only in util.cDavid Mitchell2014-12-091-5/+5
* make xs_version_bootcheck a static func since not used as export anymoreDaniel Dragan2014-12-081-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+11
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+4
* gv_fetchmeth_sv now supports SV shared hashessyber2014-12-061-0/+1
* Followup 3f39ca90: those functions need no prototypes for ext/re.Jarkko Hietaniemi2014-12-061-28/+32
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-0/+26
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-0/+27
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-301-5/+5
* Fix newRV_noinc assertionsFather Chrysostomos2014-11-301-2/+2
* speedup for SUPER::method() calls.syber2014-11-281-3/+2
* Make is_invariant_string()Karl Williamson2014-11-261-2/+6
* Mark is_ascii_string() as requiring looking at return valueKarl Williamson2014-11-261-0/+1
* Remove context param from set_padlistFather Chrysostomos2014-11-211-2/+2
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-0/+3
* readd noreturn and silence "noreturn that returns" warning on MSVCDaniel Dragan2014-11-151-44/+14
* Add warning message for locale/Unicode intermixingKarl Williamson2014-11-141-4/+5
* Make op.c:op_const_sv staticFather Chrysostomos2014-11-131-7/+0
* Inline op_const_sv into cv_cloneFather Chrysostomos2014-11-131-1/+1
* Make sub () { 0; 3 } inlinable once moreFather Chrysostomos2014-11-131-3/+4
* First arg to op_const_sv is never nullFather Chrysostomos2014-11-131-1/+4
* Deprecate inlining sub(){$x} if $x is changed elsewhereFather Chrysostomos2014-11-131-1/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-131-6/+12
* Fix $lex = chomp $lex regression from 5.12Father Chrysostomos2014-11-091-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-4/+11
* simplify Perl_xs_apiversion_bootcheckDaniel Dragan2014-11-061-3/+3
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-1/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+7
* rename convert to op_convert_list and APIfyLukas Mai2014-10-261-3/+3
* APIfy newDEFSVOPLukas Mai2014-10-241-3/+3
* Make null list+pushmark happen in more casesFather Chrysostomos2014-10-201-5/+0
* dump.c: Add PERL_PV_PRETTY_EXACTSIZE optionYves Orton2014-10-201-2/+1
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-6/+6
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-0/+6