summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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
* toke.c: Remove unused param from static functionKarl Williamson2017-02-011-1/+1
* PATCH: [perl #130666]: Revert "toke.c, S_scan_ident(): Don't take a "end of b...Karl Williamson2017-01-291-1/+1
* rename opnd to operand to save my sanityYves Orton2017-01-271-1/+1
* Fix embed.fnc for utf8_to_uvchr_bufKarl Williamson2017-01-251-1/+1
* Perl_sv_dump(): allow a null-pointer argumentAaron Crane2017-01-241-1/+1
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+1