summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Expand)AuthorAgeFilesLines
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-1/+1
* recursive-descent expression parsingZefram2010-12-111-0/+4
* Add mg_findextFlorian Ragwitz2010-11-301-0/+1
* Add sv_unmagicextFlorian Ragwitz2010-11-301-0/+1
* Add Perl_foldEQ_latin1()Karl Williamson2010-11-281-0/+1
* [perl #78908] Reinstate mod for one more stable releaseFather Chrysostomos2010-11-261-0/+1
* Explicitly export Perl_sv_compile_2op_is_broken(), for ext/re.Nicholas Clark2010-11-241-0/+1
* hv_undef .= _flagsFather Chrysostomos2010-11-201-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-0/+2
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-0/+1
* utf8.c: Add function to create inversion of swashKarl Williamson2010-11-071-0/+1
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+1
* new API functions op_scope and op_lvalueZefram2010-10-261-1/+2
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-0/+1
* function to parse isolated labelZefram2010-10-251-0/+1
* function to parse unlabelled statementZefram2010-10-251-0/+1
* full API for cop hint hashesZefram2010-10-211-4/+8
* function to parse Perl code blockZefram2010-10-211-0/+1
* add lex_start to the APIZefram2010-10-211-0/+1
* remove redundant lex_endZefram2010-10-211-1/+0
* embed.pl -> regen/embed.plFather Chrysostomos2010-10-131-2/+2
* Add LINKLIST to the API.Ben Morrow2010-10-121-0/+1
* APIify op list constructorsZefram2010-10-121-0/+3
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+8
* Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.Nicholas Clark2010-10-081-0/+1
* Convert the implementation of XS_VERSION_BOOTCHECK to a function from a macro.Nicholas Clark2010-10-071-0/+1
* [PATCH] function to parse Perl statement sequenceZefram2010-10-041-0/+1
* add stray save_* functions to the APIZefram2010-10-041-0/+2
* Sort embed.fnc by CPP macro and then function name, before generating files.Nicholas Clark2010-09-301-452/+452
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+4
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-2/+4
* Run perl regen.pl after removing regcurly from embed.fnc.Andy Dougherty2010-09-221-1/+0
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-1/+0
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-0/+2
* make regen.Ben Morrow2010-09-071-0/+3
* Regenerate headers after last patchRafael Garcia-Suarez2010-09-061-0/+1
* add sv_reftype_len() and make sv_reftype() be a wrapper for itYves Orton2010-08-301-0/+1
* Add \o{} escapeKarl Williamson2010-07-171-0/+1
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-0/+1
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-0/+1
* Wrap PL_blockhooks in an API function.Ben Morrow2010-07-121-0/+1
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-0/+2
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-0/+1
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-3/+3
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-0/+1
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-241-0/+2
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-241-0/+1
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-0/+1
* make overload respect get magicDavid Mitchell2010-05-211-0/+4