summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* signatures: eliminate XSIGVAR, add KEY_sigvarDavid Mitchell2016-08-181-1/+1
* gv.c:require_tie_mod: Make var name a char paramFather Chrysostomos2016-08-121-2/+2
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-2/+2
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-2/+2
* remove most 'a' flags from embed.fncDavid Mitchell2016-08-041-67/+0
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-2/+5
* make op.c:S_alloc_LOGOP() non-staticDavid Mitchell2016-08-031-0/+1
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-031-3/+1
* locale.c: Add some DEBUG statementsKarl Williamson2016-08-021-0/+5
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2016-08-011-2/+0
* regcomp.c: Silence compiler warningKarl Williamson2016-07-201-10/+10
* regcomp.c: Silence compiler warningKarl Williamson2016-07-171-6/+6
* regcomp.c: Reimplement add_range_to_invlist()Karl Williamson2016-07-161-1/+1
* Fix -Dr output regressionKarl Williamson2016-07-161-1/+1
* SSize_t instead of IVKarl Williamson2016-07-161-1/+1
* Remove mg.c:_get_encodingFather Chrysostomos2016-07-131-3/+0
* Remove IN_ENCODING macro, and all code dependent on itFather Chrysostomos2016-07-131-3/+0
* undeprecate hv_bucket_ratio()David Mitchell2016-07-071-1/+0
* [perl #128478] Restore former "$foo::$bar" parsingFather Chrysostomos2016-06-271-1/+1
* Preserve 64-bit array offsets in uninit warningsFather Chrysostomos2016-06-231-2/+2
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-0/+6
* Prepare for Unicode 9.0Karl Williamson2016-06-211-1/+8
* regexec.c: Add a const to a function parameterKarl Williamson2016-06-211-1/+1
* mv function from locale.c to mathoms.cKarl Williamson2016-05-241-1/+3
* Do better locale collation in UTF-8 localesKarl Williamson2016-05-241-0/+7
* Change mem_collxfrm() algorithm for embedded NULsKarl Williamson2016-05-241-2/+2
* Use memmem() if available on the platform for Perl_ninstr()Karl Williamson2016-05-121-5/+14
* Make two functions for 5.005 backcompat MATHOMSKarl Williamson2016-05-121-0/+4
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-84/+215
* Reinstate "Make instr() a macro"Karl Williamson2016-05-091-2/+2
* Revert "Make instr() a macro"Karl Williamson2016-04-081-2/+2
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-0/+11
* silence warnings in inline.h on Win64 VC buildDaniel Dragan2016-03-281-1/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-0/+12
* Make instr() a macroKarl Williamson2016-03-171-2/+2
* harmonize S_dump_exec_pos()'s last arg typeDavid Mitchell2016-03-151-1/+1
* fixup definitions and usage of new re debugging subsYves Orton2016-03-131-4/+4
* Rework diagnostics in the regex engineYves Orton2016-03-131-1/+10
* make building without memcpy work (RT #127619)Lukas Mai2016-03-071-5/+5
* util.c: make my_mem*/my_b* prototypes more like the originalsLukas Mai2016-03-071-8/+8
* embed.fnc: Fcn should have been within an #ifdefKarl Williamson2016-03-011-3/+3
* PATCH: [perl #127581] Spurious warning about posix classKarl Williamson2016-03-011-1/+4
* regcomp.c: Add new static inline convenience functionKarl Williamson2016-02-271-0/+3
* regcomp.c: Change variable names, white-spaceKarl Williamson2016-02-271-1/+1
* regcomp.c: Change name of static functionKarl Williamson2016-02-271-2/+2
* Use less memory in compiling regexesKarl Williamson2016-02-231-0/+3
* regcomp.c: Guard against corrupting inversion list SVKarl Williamson2016-02-231-1/+1
* Revamp -Dr handling of /[...]/Karl Williamson2016-02-191-2/+8
* Add a parameter to a static functionKarl Williamson2016-02-191-1/+1