summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* (perl #127663) safer in-place editingTony Cook2017-09-111-0/+1
* (perl #127663) add our own mkstemp() implementationTony Cook2017-09-111-0/+4
* Add API function Perl_langinfo()Karl Williamson2017-09-091-5/+16
* Add new API function sv_rvunweakenDagfinn Ilmari Mannsåker2017-09-041-0/+1
* [perl #131883] Include pkg in :prototype warningsFather Chrysostomos2017-08-281-1/+2
* Add another param to validate_protoFather Chrysostomos2017-08-281-1/+2
* add sv_string_from_errnum()Zefram2017-08-191-0/+1
* Improve heuristic for UTF-8 detection in "$!"Karl Williamson2017-08-181-2/+4
* add cv_get_call_checker_flags()Zefram2017-08-081-1/+2
* Perl_reg_temp_copy(): rename args.David Mitchell2017-08-041-1/+1
* hv_pushkv(): handle keys() and values() tooDavid Mitchell2017-07-271-1/+1
* create Perl_hv_pushkv() functionDavid Mitchell2017-07-271-0/+1
* embed.fnc: Fix declaration of my_strerror()Karl Williamson2017-07-151-1/+1
* embed.fnc Change Some functions only used in macrosKarl Williamson2017-07-151-4/+4
* Move bulk of POSIX::setlocale to locale.cKarl Williamson2017-07-151-14/+11
* Add debugging to locale handlingKarl Williamson2017-07-141-0/+3
* utf8.c: Change 2 static fcns to handle overlongsKarl Williamson2017-07-121-2/+6
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-1/+1
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-1/+2
* utf8.c: Generalize static fcn return for indeterminate resultKarl Williamson2017-07-121-1/+1
* utf8n_to_uvchr() Properly test for extended UTF-8Karl Williamson2017-07-121-0/+2
* _byte-dump_string() callable from regcomp, regexecKarl Williamson2017-07-021-1/+1
* hv.c: rename static function S_hfreeentries() to S_hv_free_entries()Yves Orton2017-07-011-1/+1
* Add new function utf8_from_bytes_loc()Karl Williamson2017-06-141-1/+5
* embed.fnc: Add some commentsKarl Williamson2017-06-141-0/+6
* bytes_from_utf8(): parameter must not be NULLKarl Williamson2017-06-141-1/+1
* utf8.c: Change formal parameter nameKarl Williamson2017-06-081-3/+3
* Add XS-callable function is_utf8_invariant_string_loc()Karl Williamson2017-06-081-1/+5
* sv_vcatpvfn_flags and wrappers: s/svmax/sv_count/David Mitchell2017-06-071-3/+3
* Perl_sv_vcatpvfn_flags: eliminate p varDavid Mitchell2017-06-071-1/+1
* sv_vcatpvfn() family: make svmax arg Size_tDavid Mitchell2017-06-071-4/+4
* S_expect_number(): return STRLEN not I32David Mitchell2017-06-071-1/+1
* set up catchable runloops early enoughZefram2017-06-011-1/+1
* RT #127742: Hash keys are limited to 2 GB - throw an exception if hash keys a...Aaron Crane2017-06-011-2/+2
* Remove deprecated function 'to_utf8_case()'Karl Williamson2017-06-011-6/+0
* Relax fatal circumstances of unescaped '{'Karl Williamson2017-06-011-0/+1
* Change formal parameter for newSVpvnKarl Williamson2017-06-011-1/+1
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-2/+3
* Remove deprecated comma-less format variable listsDagfinn Ilmari Mannsåker2017-06-011-1/+0
* Perl_do_vecget(): change offset arg to STRLEN typeDavid Mitchell2017-03-171-1/+1
* embed.fnc: _byte_dump_string is core-onlyKarl Williamson2017-02-241-1/+1
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-10/+0
* Make Perl_abort_execution flagged as not returningAndy Lester2017-02-231-1/+1
* Inline foldEQ, foldEQ_latin1, foldEQ_localeKarl Williamson2017-02-191-3/+3
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-201-1/+1
* Make _byte_dump_string() usable in all of coreKarl Williamson2017-02-131-1/+4
* toke.c: Add internal function to abort parsingKarl Williamson2017-02-131-0/+1
* Relax internal function APIKarl Williamson2017-02-131-1/+1
* Extract code into a functionKarl Williamson2017-02-131-0/+1
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-0/+1