This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Clarify some debug statements
[perl5.git] / embed.h
2017-11-09 Karl Williamsonembed.fnc: Change fcn from A to X
2017-11-09 Karl WilliamsonChange name of internal function
2017-11-09 Karl Williamsonlocale.c: Change static fcn name
2017-11-09 Karl Williamsonlocale.c: Refactor static fcn to save work
2017-11-09 Karl Williamsonlocale.c: Create extended internal Perl_langinfo()
2017-11-06 Karl Williamsontoke.c: Add limit parameter to 3 static functions
2017-11-06 Karl Williamsondquote.c: Use memchr() instead of strchr()
2017-11-01 Karl WilliamsonAdd my_memrchr() implementation of memrchr()
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-10-31 David Mitchelladd extra optimization phase
2017-10-21 Aaron CraneAssume we have sane C89 memcmp()
2017-10-21 Aaron CraneAssume we have C89 memcpy() and memmove()
2017-10-21 Aaron CraneDon't look for a "safe" memcpy()
2017-10-21 Aaron CraneAssume we have C89 memset()
2017-09-11 Tony Cook(perl #127663) safer in-place editing
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-09-04 Dagfinn Ilmari Man... Add new API function sv_rvunweaken
2017-08-28 Father Chrysostomos[perl #131883] Include pkg in :prototype warnings
2017-08-28 Father ChrysostomosAdd another param to validate_proto
2017-08-18 Zeframadd sv_string_from_errnum()
2017-08-18 Karl WilliamsonImprove heuristic for UTF-8 detection in "$!"
2017-08-08 Zeframadd cv_get_call_checker_flags()
2017-08-04 David Mitchellmerge Perl_ck_cmp() and Perl_ck_eq()
2017-07-27 David Mitchellhv_pushkv(): handle keys() and values() too
2017-07-27 David Mitchellcreate Perl_hv_pushkv() function
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-15 Karl Williamsonembed.fnc: Fix declaration of my_strerror()
2017-07-15 Karl Williamsonembed.fnc Change Some functions only used in macros
2017-07-15 Karl WilliamsonMove bulk of POSIX::setlocale to locale.c
2017-07-14 Karl WilliamsonAdd debugging to locale handling
2017-07-13 Karl Williamsonutf8n_to_uvchr() Properly test for extended UTF-8
2017-07-02 Karl Williamson_byte-dump_string() callable from regcomp, regexec
2017-07-01 Yves Ortonhv.c: rename static function S_hfreeentries() to S_hv_f...
2017-06-14 Karl WilliamsonAdd new function utf8_from_bytes_loc()
2017-06-08 Karl WilliamsonAdd XS-callable function is_utf8_invariant_string_loc()
2017-06-01 Karl WilliamsonRemove deprecated function 'to_utf8_case()'
2017-06-01 Karl WilliamsonRelax fatal circumstances of unescaped '{'
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-06-01 Dagfinn Ilmari Man... Remove deprecated comma-less format variable lists
2017-02-24 Karl Williamsonembed.fnc: _byte_dump_string is core-only
2017-02-24 Jarkko HietaniemiFollowup on a4570f51 for t/porting/extrefs.t
2017-02-14 Karl WilliamsonMake _byte_dump_string() usable in all of core
2017-02-14 Karl Williamsontoke.c: Add internal function to abort parsing
2017-02-14 Karl WilliamsonExtract code into a function
2017-02-14 Karl Williamsontoke.c: Fix bugs where UTF-8 is turned on in mid chunk
2017-02-02 Karl Williamsontoke.c: Remove unused param from static function
2017-01-30 Karl WilliamsonPATCH: [perl #130666]: Revert "toke.c, S_scan_ident...
2017-01-21 David Mitchelladd Perl_op_class(o) API function
2016-12-24 Karl WilliamsonDeprecate non-grapheme string delimiter
2016-12-24 Karl WilliamsonDeprecate toFOO_utf8()
2016-12-24 Karl WilliamsonAdd toFOO_utf8_safe() macros
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-12-23 Karl Williamsonregexec.c: Make isFOO_lc() non-static
2016-12-23 Karl WilliamsonAdd isFOO_utf8_safe() macros
2016-12-23 Karl WilliamsonAdd fnc to force out UTF-8 malform warnings at death
2016-12-11 Karl Williamsonembed.fnc: Make some functions not flagged as 'A'
2016-11-24 David Mitchelladd sv_set_undef() API function
2016-11-09 Tony Cook(perl #129000) create a safer utf8_hop()
2016-11-02 Karl WilliamsonFix wrong UTF-8 overflow error on 32-bit platforms
2016-10-19 Yves Ortonmake regen and args assert fix
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-10-19 Karl WilliamsonAdd a regex_sets debugging function
2016-10-19 Yves Ortonregexec.c: in debug fixup indents and TRIE/BUFFER debug...
2016-10-19 Yves Ortonsv.c: add sv_setpv_bufsize() and SvPVCLEAR()
2016-10-13 Karl WilliamsonAdd utf8n_to_uvchr_error
2016-10-13 Karl Williamsonutf8.c: Extract some code into 2 functions
2016-10-13 Karl WilliamsonAdd details to UTF-8 malformation error messages
2016-10-13 Karl Williamsonutf8.c: Consolidate duplicate error msg text
2016-09-26 Karl WilliamsonAdd is_utf8_fixed_width_buf_flags() and use it
2016-09-26 Karl WilliamsonAdd API Unicode handling functions
2016-09-18 Karl WilliamsonAdd is_utf8_valid_partial_char_flags()
2016-09-18 Karl WilliamsonEnhance and rename is_utf8_char_slow()
2016-09-17 Karl Williamsonutf8.c: Extract duplicate code to common fcn
2016-09-04 Father ChrysostomosFix checks for tainted dir in $ENV{PATH}
2016-09-01 Karl WilliamsonAdd is_utf8_valid_partial_char()
2016-09-01 Karl WilliamsonMove isUTF8_CHAR helper function, and reimplement it
2016-09-01 Karl WilliamsonInline is_utf8_invariant_string()
2016-09-01 Karl WilliamsonAdd new synonym 'is_utf8_invariant_string'
2016-09-01 Karl WilliamsonDocument valid_utf8_to_uvchr() and inline it
2016-08-18 David Mitchellsignatures: eliminate XSIGVAR, add KEY_sigvar
2016-08-05 Father ChrysostomosRationalise gv.c:gv_magicalize
2016-08-04 Father Chrysostomosgv.c:require_tie_mod: Accept pvn params
2016-08-04 Father ChrysostomosRework mod loading for %- and %!; fix mem leak
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-08-03 David Mitchellmake op.c:S_alloc_LOGOP() non-static
2016-08-03 David Mitchellsub signatures: use parser rather than lexer
2016-08-03 Karl Williamsonlocale.c: Add some DEBUG statements
2016-07-20 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-17 Karl Williamsonregcomp.c: Silence compiler warning
2016-07-16 Karl WilliamsonFix -Dr output regression
2016-07-13 Father ChrysostomosRemove mg.c:_get_encoding
2016-07-13 Father ChrysostomosRemove IN_ENCODING macro, and all code dependent on it
2016-06-27 Father Chrysostomos[perl #128478] Restore former "$foo::$bar" parsing
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-06-22 Karl WilliamsonPrepare for Unicode 9.0
2016-05-24 Karl Williamsonmv function from locale.c to mathoms.c
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-13 Karl WilliamsonUse memmem() if available on the platform for Perl_ninstr()
2016-05-13 Karl WilliamsonMake two functions for 5.005 backcompat MATHOMS
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
next