summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-10/+5
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-0/+10
* Extract common code to an inline functionKarl Williamson2013-08-291-0/+5
* Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE or -DPERL_EXTNicholas Clark2013-08-281-6/+8
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-261-0/+8
* Use SSize_t/STRLEN in more places in regexp codeFather Chrysostomos2013-08-251-7/+7
* Stop substr re optimisation from rejecting long strsFather Chrysostomos2013-08-251-1/+1
* [perl #116907] Allow //g matching past 2**31 thresholdFather Chrysostomos2013-08-251-1/+1
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-0/+6
* Use SSize_t for arraysFather Chrysostomos2013-08-251-13/+13
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-3/+3
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-1/+6
* PATCH: [perl #119443] Blead won't compile on winceKarl Williamson2013-08-231-3/+1
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2013-08-121-0/+11
* add adjust_size_and_find_bucket to embed.fncLukas Mai2013-08-111-0/+7
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-10/+0
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-1/+1
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-0/+10
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-0/+9
* regcomp.c: Extract duplicated code into single fcnKarl Williamson2013-07-301-0/+6
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+1
* Inline list constantsFather Chrysostomos2013-07-251-0/+3
* Revert "Remove the non-inline function S_croak_memory_wrap from inline.h."Tony Cook2013-07-241-3/+3
* [perl #72766] Allow huge pos() settingsFather Chrysostomos2013-07-231-1/+1
* Add sv_pos_b2u_flagsFather Chrysostomos2013-07-231-0/+5
* 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