summaryrefslogtreecommitdiff
path: root/global.sym
Commit message (Expand)AuthorAgeFilesLines
* Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-251-907/+0
* Remove Perl_modFather Chrysostomos2011-08-021-1/+0
* export the invlist functions that were causing the static build conflictTony Cook2011-07-241-0/+4
* Perl_my_p{open,close} do not exist under PERL_IMPLICIT_SYS.Nicholas Clark2011-07-241-2/+2
* do_exec needs no compatibility version in mathoms.c as it's not in the API.Nicholas Clark2011-07-241-1/+0
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-2/+2
* Export store_cop_label for the perl compilerReini Urban2011-07-161-0/+1
* APIify pad functionsZefram2011-07-121-1/+13
* Export Perl_was_lvalue_subFather Chrysostomos2011-07-101-0/+1
* Restrict some inversion list functionsKarl Williamson2011-07-031-4/+4
* op_lvalue .= _flagsFather Chrysostomos2011-06-241-1/+1
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-2/+2
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* exporting a static function doesnt workKarl Williamson2011-02-141-2/+0
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-1/+1
* regcomp.c: Put two static functions in embed.fncKarl Williamson2011-02-141-0/+2
* exporting a static function doesn't workTony Cook2011-02-101-2/+0
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-1/+1
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-1/+1
* Rearrange global.sym according to 'make regen'George Greer2011-02-051-2/+2
* Two more swash inversion list exports necessary for build on Win32.George Greer2011-02-051-0/+2
* export the functions required by reTony Cook2011-02-051-0/+2
* _swash_inversion_hash Rmv X from embed, add constKarl Williamson2011-02-021-1/+0
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-0/+1
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-5/+5
* 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