summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+2
* add adjust_size_and_find_bucket to embed.fncLukas Mai2013-08-111-0/+3
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-1/+0
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+1
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-0/+3
* regcomp.c: Extract duplicated code into single fcnKarl Williamson2013-07-301-0/+1
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+1
* Inline list constantsFather Chrysostomos2013-07-251-0/+1
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-0/+1
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-0/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-1/+1
* Remove redundant field from inversion listsKarl Williamson2013-07-161-2/+1
* Add parameter to internal functionKarl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-161-1/+0
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+1
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+2
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-1/+1
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-1/+1
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-1/+1
* locale.c: Extract out, fix, expand fcn to see if a locale is utf8Karl Williamson2013-07-051-0/+1
* Introduce validate_proto / stop stripping spacesPeter Martini2013-07-051-0/+1
* Revert "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-041-0/+1
* Revert "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-041-1/+1
* regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-031-1/+1
* regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-031-1/+0
* op.c: Refactor calls to bad_type_svFather Chrysostomos2013-06-231-1/+1
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-221-1/+1
* Show intflags as well as extflagsYves Orton2013-06-221-0/+1
* toke.c: Remove the allow_initial_tick hack from S_force_word.Brian Fraser2013-06-111-1/+1
* [perl #115112] avoid repeated calls to path_is_absolute() and rename itTony Cook2013-06-041-1/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-1/+1
* find_byclass, regrepeat: remove is_utf8_pat argDavid Mitchell2013-06-021-2/+2
* make more use of regmatch_info struct.David Mitchell2013-06-021-1/+1
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-0/+1
* Eliminate Perl_my_swabn(), as it is now unused.Nicholas Clark2013-05-201-1/+0
* Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.Nicholas Clark2013-05-201-72/+0
* Eliminate the conditionally-compiled fallback functions for htonl etc.Nicholas Clark2013-05-201-5/+0
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-0/+1
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-1/+0
* In S_regclass(), create listsv as a mortal, claiming a reference if needed.Nicholas Clark2013-03-191-1/+1
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-1/+2
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-061-0/+1
* Pass the current and desired hash sizes to S_hsplit().Nicholas Clark2013-02-261-1/+1
* Inline av_top_index()Karl Williamson2013-02-081-1/+1
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-1/+1
* Add interpolations to regex setsKarl Williamson2013-02-031-1/+1
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-2/+2
* regcomp.c: Extract code into functionKarl Williamson2013-02-031-0/+1
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-0/+1