summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* don't check format args on taint_properDavid Mitchell2013-12-011-1/+1
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-2/+2
* mark Perl_my_strftime with format attributeDavid Mitchell2013-11-281-3/+5
* remove almost unreachable NULL sv arg code from sv_2*n_flagsDaniel Dragan2013-11-281-7/+7
* mg.c: Extract code into a function.Karl Williamson2013-11-261-0/+1
* Avoid pointer churn in study_chunk recursion bitmap allocationYves Orton2013-11-241-1/+1
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+2
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-1/+2
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-1/+0
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-0/+2
* Move the function to set $^X to its own filePeter Martini2013-11-041-0/+2
* Make mro code pass precomputed hash valuesFather Chrysostomos2013-11-041-1/+2
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-1/+2
* make sv_2bool_flags() non-recursive on overloadDaniel Dragan2013-10-211-1/+1
* Adding a prototype attribute.Peter Martini2013-10-161-1/+2
* regcomp.c: Remove unused parameter in static functionKarl Williamson2013-09-241-2/+1
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-4/+4
* regcomp.c: Add some static functionsKarl Williamson2013-09-241-0/+17
* regcomp.c: Use STR_WITH_LEN to avoid bookkeepingKarl Williamson2013-09-241-1/+1
* regcomp.c: Change some static parameters to constKarl Williamson2013-09-241-2/+2
* regcomp.c: Add parameter to static functionKarl Williamson2013-09-241-1/+2
* Make typedef fully typedefKarl Williamson2013-09-241-35/+36
* regcomp.c: Change names of some static functionsKarl Williamson2013-09-241-8/+8
* regcomp.c: Rework static function call; commentsKarl Williamson2013-09-241-3/+2
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+7
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-8/+8
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+1
* Removed DUMP_FDS and dump_fds()Brian Fraser2013-09-211-3/+0
* toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-181-1/+1
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+2
* perlapi: Add doc for my_strlcpy, my_strlcatKarl Williamson2013-09-101-2/+2
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-0/+2
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-1/+1
* gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.Brian Fraser2013-09-111-0/+1
* gv.c: Move the code that magicalizes new globs into magicalize_gv().Brian Fraser2013-09-111-0/+3
* gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.Brian Fraser2013-09-111-0/+7
* regcomp.c: Make all warnings and error messages UTF-8 cleanBrian Fraser2013-09-101-1/+1
* [perl #117265] correctly handle overloaded stringsTony Cook2013-09-091-1/+1
* Revert "Let av_push accept NULL values"Father Chrysostomos2013-09-071-1/+1
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-4/+4
* Let av_push accept NULL valuesFather Chrysostomos2013-09-061-1/+1
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-0/+1
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+2
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-13/+3
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-2/+4
* Convert uvuni_to_utf8() to functionKarl Williamson2013-08-291-1/+1
* Deprecate utf8_to_uni_buf()Karl Williamson2013-08-291-1/+1
* Deprecate valid_utf8_to_uvuni()Karl Williamson2013-08-291-1/+1
* utf8.c: Swap which fcn wraps the otherKarl Williamson2013-08-291-2/+1
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-0/+2