2013-09-11 |
Karl Williamson | perlapi: Add doc for my_strlcpy, my_strlcat |
blob | commitdiff |
2013-09-11 |
Brian Fraser | gv.c: Split part of find_default_stash into gv_is_in_main. |
blob | commitdiff | diff to current |
2013-09-11 |
Brian Fraser | gv.c: Rename magicalize_gv into gv_magicalize, make... |
blob | commitdiff | diff to current |
2013-09-11 |
Brian Fraser | gv.c, gv_fetchpvn_flags: Split another chunk of magic... |
blob | commitdiff | diff to current |
2013-09-11 |
Brian Fraser | gv.c: Move the code that magicalizes new globs into... |
blob | commitdiff | diff to current |
2013-09-11 |
Brian Fraser | gv.c: Begin splitting gv_fetchpvn_flags into smaller... |
blob | commitdiff | diff to current |
2013-09-10 |
Brian Fraser | regcomp.c: Make all warnings and error messages UTF... |
blob | commitdiff | diff to current |
2013-09-09 |
Tony Cook | [perl #117265] correctly handle overloaded strings |
blob | commitdiff | diff to current |
2013-09-08 |
Father Chrysostomos | Revert "Let av_push accept NULL values" |
blob | commitdiff | diff to current |
2013-09-07 |
Leon Timmermans | Fix PerlIO_get_cnt and friends |
blob | commitdiff | diff to current |
2013-09-07 |
Father Chrysostomos | Let av_push accept NULL values |
blob | commitdiff | diff to current |
2013-09-06 |
Father Chrysostomos | Put AV defelem creation code in one place |
blob | commitdiff | diff to current |
2013-09-01 |
Father Chrysostomos | [perl #115768] improve (caller)[2] line numbers |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | utf8.c: Remove wrapper functions. |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | utf8.c: Stop using two functions |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Convert uvuni_to_utf8() to function |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Deprecate utf8_to_uni_buf() |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Deprecate valid_utf8_to_uvuni() |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | utf8.c: Swap which fcn wraps the other |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Deprecate NATIVE_TO_NEED and ASCII_TO_NEED |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Extract common code to an inline function |
blob | commitdiff | diff to current |
2013-08-28 |
Nicholas Clark | Only predeclare S_sv_or_pv_pos_u2b for -DPERL_CORE... |
blob | commitdiff | diff to current |
2013-08-26 |
Tony Cook | [perl #117265] safesyscalls: check embedded nul in... |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Use SSize_t/STRLEN in more places in regexp code |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Stop substr re optimisation from rejecting long strs |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | [perl #116907] Allow //g matching past 2**31 threshold |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Stop pos() from being confused by changing utf8ness |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Use SSize_t for arrays |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Use SSize_t when extending the stack |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Use SSize_t for tmps stack offsets |
blob | commitdiff | diff to current |
2013-08-23 |
Karl Williamson | PATCH: [perl #119443] Blead won't compile on wince |
blob | commitdiff | diff to current |
2013-08-12 |
Tony Cook | [perl #3330] warn on increment of an non number/non... |
blob | commitdiff | diff to current |
2013-08-10 |
Lukas Mai | add adjust_size_and_find_bucket to embed.fnc |
blob | commitdiff | diff to current |
2013-08-10 |
Father Chrysostomos | Revert "[perl #117855] Store CopFILEGV in a pad under... |
blob | commitdiff | diff to current |
2013-08-05 |
Father Chrysostomos | Stop ‘used once’ warnings from crashing on circularities |
blob | commitdiff | diff to current |
2013-08-05 |
Father Chrysostomos | [perl #117855] Store CopFILEGV in a pad under ithreads |
blob | commitdiff | diff to current |
2013-08-01 |
Karl Williamson | Extend sv_dump() to dump SVt_INVLIST |
blob | commitdiff | diff to current |
2013-07-30 |
Karl Williamson | regcomp.c: Extract duplicated code into single fcn |
blob | commitdiff | diff to current |
2013-07-28 |
David Mitchell | make Perl_reg_set_capture_string static |
blob | commitdiff | diff to current |
2013-07-28 |
David Mitchell | add Perl_reg_set_capture_string() function |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | [perl #79908] Stop sub inlining from breaking closures |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | Inline list constants |
blob | commitdiff | diff to current |
2013-07-24 |
Tony Cook | Revert "Remove the non-inline function S_croak_memory_w... |
blob | commitdiff | diff to current |
2013-07-23 |
Father Chrysostomos | [perl #72766] Allow huge pos() settings |
blob | commitdiff | diff to current |
2013-07-23 |
Father Chrysostomos | Add sv_pos_b2u_flags |
blob | commitdiff | diff to current |
2013-07-17 |
Father Chrysostomos | Allow => to quote built-in keywords across lines |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Remove redundant field from inversion lists |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Add parameter to internal function |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "Use new Svt_INVLIST for inversion lists." |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Make C-array inversion lists... |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Move inversion list hdr field... |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Change, variable, fcn name" |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Move 2 hdr inversion fields to... |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Remove unused data structure... |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate "regcomp.c: Make inversion lists SVt_PVLV" |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | Reinstate + fix "Revert "regcomp.c: Add a constant... |
blob | commitdiff | diff to current |
2013-07-16 |
Karl Williamson | embed.fnc: Clarify comments on E,X flag usage; nit |
blob | commitdiff | diff to current |
2013-07-16 |
Father Chrysostomos | [perl #27010] Make tie work through defelems |
blob | commitdiff | diff to current |
2013-07-16 |
Father Chrysostomos | embed.fnc: E does not imply X |
blob | commitdiff | diff to current |
2013-07-16 |
Father Chrysostomos | [perl #77814] Make defelems propagate pos |
blob | commitdiff | diff to current |
2013-07-16 |
Father Chrysostomos | Make set-magic handle vstrings properly |
blob | commitdiff | diff to current |
2013-07-13 |
Father Chrysostomos | Revert "Allow => to quote built-in keywords across... |
blob | commitdiff | diff to current |
2013-07-13 |
Father Chrysostomos | Allow => to quote built-in keywords across lines |
blob | commitdiff | diff to current |
2013-07-06 |
Karl Williamson | locale.c: Extract out, fix, expand fcn to see if a... |
blob | commitdiff | diff to current |
2013-07-05 |
Peter Martini | Introduce validate_proto / stop stripping spaces |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Add a constant 0 element before... |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Make inversion lists SVt_PVLV" |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Remove unused data structure field" |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Move 2 hdr inversion fields to SV... |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Change, variable, fcn name" |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Move inversion list hdr field to... |
blob | commitdiff | diff to current |
2013-07-05 |
Karl Williamson | Revert "regcomp.c: Make C-array inversion lists const" |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | Revert "Use new Svt_INVLIST for inversion lists." |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | Use new Svt_INVLIST for inversion lists. |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Make C-array inversion lists const |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Move inversion list hdr field to SV hdr |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Change, variable, fcn name |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Move 2 hdr inversion fields to SV hdr |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Remove unused data structure field |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Make inversion lists SVt_PVLV |
blob | commitdiff | diff to current |
2013-07-04 |
Karl Williamson | regcomp.c: Add a constant 0 element before inversion... |
blob | commitdiff | diff to current |
2013-07-02 |
Nicholas Clark | In embed.fnc, reorder the symbols conditional on HAVE_I... |
blob | commitdiff | diff to current |
2013-06-30 |
Ruslan Zakirov | change tied_method to use SVs with precomputed hash... |
blob | commitdiff | diff to current |
2013-06-30 |
Ruslan Zakirov | change magic_methcall to use SV with shared hash value |
blob | commitdiff | diff to current |
2013-06-26 |
Father Chrysostomos | embed.fnc: S_ptr_hash is inline |
blob | commitdiff | diff to current |
2013-06-23 |
Father Chrysostomos | op.c: Refactor calls to bad_type_sv |
blob | commitdiff | diff to current |
2013-06-22 |
Yves Orton | Show intflags as well as extflags |
blob | commitdiff | diff to current |
2013-06-11 |
Brian Fraser | toke.c: Remove the allow_initial_tick hack from S_force... |
blob | commitdiff | diff to current |
2013-06-04 |
Tony Cook | [perl #115112] avoid repeated calls to path_is_absolute... |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | add strbeg argument to Perl_re_intuit_start() |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | find_byclass, regrepeat: remove is_utf8_pat arg |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | make more use of regmatch_info struct. |
blob | commitdiff | diff to current |
2013-06-02 |
Father Chrysostomos | [perl #116735] Honour lexical prototypes when no parens... |
blob | commitdiff | diff to current |
2013-05-29 |
Nicholas Clark | Cache HvFILL() for larger hashes, and update on inserti... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate Perl_my_swabn(), as it is now unused. |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | When endian-swapping in pack, simply copy the bytes... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate the conditionally-compiled fallback functions... |
blob | commitdiff | diff to current |
2013-05-20 |
Karl Williamson | Expand flags parameter from boolean in _to_fold_latin1 |
blob | commitdiff | diff to current |
2013-05-20 |
Karl Williamson | embed.fnc: Slight clarification in comments |
blob | commitdiff | diff to current |
next |