summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Restrict some inversion list functionsKarl Williamson2011-07-031-20/+20
* Allow utf8.c to access 4 inversion list functionsKarl Williamson2011-07-031-26/+28
* Change 4 inversion list functions from S_ to Perl_Karl Williamson2011-07-031-4/+4
* Change _invlist_invert() from being in-lineKarl Williamson2011-07-031-1/+1
* Change names of some inversion list functionsKarl Williamson2011-07-031-26/+26
* Add 3 methods for inversion listsKarl Williamson2011-07-031-0/+18
* Add an element to inversion list data structureKarl Williamson2011-07-031-0/+12
* Add length element to inversion listsKarl Williamson2011-07-031-0/+6
* Add iterator for inversion listsKarl Williamson2011-07-031-0/+19
* regcomp.c: Rmv no longer called functionKarl Williamson2011-07-031-5/+0
* regcomp.c: Remove no longer called functionKarl Williamson2011-07-031-5/+0
* regcomp.c: Revise inversion list APIKarl Williamson2011-07-031-8/+8
* Change inversion lists to SVsKarl Williamson2011-07-031-17/+17
* Factor stack adjustments on leave in a new static functionVincent Pit2011-06-261-0/+7
* add do_ncmp fn and make pp_ncmp, pp_eq etc use itDavid Mitchell2011-06-251-0/+7
* op_lvalue .= _flagsFather Chrysostomos2011-06-241-1/+2
* regcomp.c: Fix memory leak regressionNicholas Clark2011-05-261-6/+0
* add hfree_next_entry(), hv_free_ent_ret()David Mitchell2011-05-191-0/+13
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-1/+1
* S_doparseform() should return void, not OP*, as it should use Perl_die not DIENicholas Clark2011-05-181-2/+1
* utf8.c: Add _flags version of to_utf8_fold()Karl Williamson2011-05-031-8/+16
* embed.fnc: Allow NULL arg to to_utf8_case()Karl Williamson2011-05-031-3/+2
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-181-6/+0
* Add depth parameter to reg_namedseqKarl Williamson2011-03-201-1/+1
* regcomp.c: Avoid locale in optimizer unless necessaryKarl Williamson2011-03-171-6/+8
* Revert "regcomp.c: Rmv unused parameter"Karl Williamson2011-03-171-3/+4
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Rmv unused parameterKarl Williamson2011-03-081-4/+3
* regcomp.c: Merge identical functionsKarl Williamson2011-03-081-6/+0
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-7/+11
* regcomp.c: Add parameters to fcnsKarl Williamson2011-02-271-6/+8
* regcomp.c: Add fcn add_cp_to_invlist()Karl Williamson2011-02-271-0/+3
* regcomp.c: Factor code into a function.Karl Williamson2011-02-271-0/+6
* regcomp.c: accept NULL as inversion list paramKarl Williamson2011-02-271-5/+2
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+12
* foldEQ_utf8: Add version with flags parameterKarl Williamson2011-02-141-2/+6
* regcomp.c: Put two static functions in embed.fncKarl Williamson2011-02-141-0/+14
* Fix up \cX for 5.14Karl Williamson2011-02-091-1/+1
* Move grok_bslash_c to dquote.c and make staticKarl Williamson2011-02-091-3/+3
* Move grok_blsash_o and make staticKarl Williamson2011-02-091-9/+9
* regcomp: Add/subtract consts to match embed.fncKarl Williamson2011-02-061-1/+1
* Add initial inversion list objectKarl Williamson2011-02-021-1/+84
* Use embed.pl inline capabilities for regcurlyKarl Williamson2011-01-291-0/+9
* Break out the generated function Perl_keywords() into keywords.c, a new file.Nicholas Clark2011-01-241-5/+5
* 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-4/+4
* Add check_utf8_print()Karl Williamson2011-01-091-0/+5
* regen/opcode.pl should only generate prototypes for pp_* functions that exist.Nicholas Clark2011-01-091-1/+0
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-366/+4