summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-161-2/+2
* Remove redundant field from inversion listsKarl Williamson2013-07-161-12/+6
* Add parameter to internal functionKarl Williamson2013-07-161-1/+1
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Make C-array inversion lists const"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Move inversion list hdr field to SV hdr"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-161-4/+4
* Reinstate "regcomp.c: Move 2 hdr inversion fields to SV hdr"Karl Williamson2013-07-161-1/+1
* Reinstate "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-161-6/+0
* Reinstate "regcomp.c: Make inversion lists SVt_PVLV"Karl Williamson2013-07-161-1/+1
* Reinstate + fix "Revert "regcomp.c: Add a constant 0 element before inversion...Karl Williamson2013-07-161-2/+2
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+6
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-0/+11
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-151-2/+2
* Revert "Allow => to quote built-in keywords across lines"Father Chrysostomos2013-07-121-2/+2
* Allow => to quote built-in keywords across linesFather Chrysostomos2013-07-121-2/+2
* 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/+5
* Revert "regcomp.c: Add a constant 0 element before inversion lists"Karl Williamson2013-07-041-2/+2
* Revert "regcomp.c: Make inversion lists SVt_PVLV"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Remove unused data structure field"Karl Williamson2013-07-041-0/+6
* Revert "regcomp.c: Move 2 hdr inversion fields to SV hdr"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Change, variable, fcn name"Karl Williamson2013-07-041-4/+4
* Revert "regcomp.c: Move inversion list hdr field to SV hdr"Karl Williamson2013-07-041-1/+1
* Revert "regcomp.c: Make C-array inversion lists const"Karl Williamson2013-07-041-1/+1
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-1/+1
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-1/+1
* regcomp.c: Make C-array inversion lists constKarl Williamson2013-07-031-1/+1
* regcomp.c: Move inversion list hdr field to SV hdrKarl Williamson2013-07-031-1/+1
* regcomp.c: Change, variable, fcn nameKarl Williamson2013-07-031-4/+4
* regcomp.c: Move 2 hdr inversion fields to SV hdrKarl Williamson2013-07-031-1/+1
* regcomp.c: Remove unused data structure fieldKarl Williamson2013-07-031-6/+0
* regcomp.c: Make inversion lists SVt_PVLVKarl Williamson2013-07-031-1/+1
* regcomp.c: Add a constant 0 element before inversion listsKarl Williamson2013-07-031-2/+2
* change tied_method to use SVs with precomputed hash valuesRuslan Zakirov2013-06-301-1/+1
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-301-3/+3
* embed.fnc: S_ptr_hash is inlineFather Chrysostomos2013-06-261-1/+1
* op.c: Refactor calls to bad_type_svFather Chrysostomos2013-06-231-6/+6
* 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-2/+2
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-3/+4
* find_byclass, regrepeat: remove is_utf8_pat argDavid Mitchell2013-06-021-2/+2
* make more use of regmatch_info struct.David Mitchell2013-06-021-3/+4
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-0/+1
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-1/+1
* Eliminate Perl_my_swabn(), as it is now unused.Nicholas Clark2013-05-201-5/+0
* When endian-swapping in pack, simply copy the bytes in reverse order.Nicholas Clark2013-05-201-1/+1
* Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.Nicholas Clark2013-05-201-72/+0