2019-09-27 |
Karl Williamson | Backport isUTF8_CHAR
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | Consolidate UTF-8 functions/macros into new file
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | Makefile.PL: Fix so works on early perls
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | Update HACKERS
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | HACKERS: Update
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | HACKERS: Add info about Hints and Warnings
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regcomp.h: Parenthesize param in macro expansion
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regcomp.h: Remove duplicate macro expansion
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regcomp.c: Clarify some comments
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regcomp.sym Update and improve descriptions of some...
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regen/regcomp.pl: Rename variable
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | regen/regcomp.pl, regcomp.sym: Comments
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | Silence verbatim line pod warning in perldebguts
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | Add note to debugging output if regex already compiled
|
commit | commitdiff | tree |
2019-09-27 |
Karl Williamson | perlrun: Note that -W can't be in PERL5OPT
|
commit | commitdiff | tree |
2019-09-26 |
Karl Williamson | handy.h: Avoid compiler warnings for withinCOUNT()
|
commit | commitdiff | tree |
2019-09-26 |
Karl Williamson | handy.h: Rmv duplicated assert in inRANGE()
|
commit | commitdiff | tree |
2019-09-26 |
Karl Williamson | handy.h Fix withinCOUNT() for > 32 bit operands
|
commit | commitdiff | tree |
2019-09-25 |
Karl Williamson | t/lib/charnames/alias: Fix typo in comment
|
commit | commitdiff | tree |
2019-09-25 |
Karl Williamson | util.c: Missing semicolon with rarely used compile ops
|
commit | commitdiff | tree |
2019-09-25 |
Karl Williamson | t/harness: Clarify error message wording
|
commit | commitdiff | tree |
2019-09-17 |
Karl Williamson | perldelta: Add note that documentation has been added...
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regcomp.sym: Fix comment
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Merge branch 'embed.fnc' into blead
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regen/embed.pl: Enforce some flag restrictions
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regen/embed.pl: Update a branch test
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: M and o flags don't make sense together
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: 'm' and 'p' flags don't make sense together
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | perlapi: Properly document Perl_custom_op_xop()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | autodoc.pl: Special case macros whose name begins with...
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: Add some comment about name space pollution
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: E, X flags don't make sense with m
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Document IS_SAFE_SYSCALL
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | perlapi: Improve description of is_safe_syscall()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: Add p flag for is_utf8_non_invariant_string()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add embed.fnc entry for ReANY
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add embed.fnc entries for TOPMARK, POPMARK
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add Perl_ to SvAMAGIC _off,_on names
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add embed.fnc entries for Cv inline fcns
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Fix up get_regex_charset_name()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | inline.h: Move some fcn '{' to column 1
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Make PadnameIN_SCOPE() name begin with S_
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Some SvREFCNT_foo are no longer macros
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Strip leading underscore _variant_byte_number()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Change name of _utf8_to_uvchr_buf()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Strip leading underscore from is_utf8_char_helper()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | inline.h: Change fcn name prefix from S_ to Perl_
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regen/embed.pl: Generally generate an ARGS_ASSERT
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regen/embed.pl: Wrap #if..#endif differently
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: Mark atof2, atof3 for internal use only
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | sv.h: SVt_INVLIST is core-only
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: Change some 'x' marked fcns to 'C'
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add 'C' flag to embed.fnc, for "core-only" fcns
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | embed.fnc: Clarify comments, and note 'u' flag exceptions
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | mathoms.c: Add comment
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | t/re/anyof.t: Fix test names
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regcomp.c: Fix -Dr bug
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | regcomp.c: Collapse some code
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Generalize inRANGE()
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | Add withinCOUNT() macro and change inRANGE to use it
|
commit | commitdiff | tree |
2019-09-15 |
Karl Williamson | perl.h: Fix typo in comment
|
commit | commitdiff | tree |
2019-09-13 |
Karl Williamson | PATCH: [perl #134405] Compiler warnings in blead
|
commit | commitdiff | tree |
2019-09-09 |
Karl Williamson | README.cn: Fix pod errors
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Improve grammar in pod
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Remove deprecated flag from sv_nosharing.
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Merge branch 'ppport fixes' into blead
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Clarify and fix 'b' flag description
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Fix typo in comment
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Correct grammar in comment
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Trivial comment only
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Remove M flag from several functions
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Remove experimental status from some internal...
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Restrict the 'ref' function's accessibility
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that config.h contains usable API macros
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Fix documentation of WITH_LC_NUMERIC_foo
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Document STMT_START .. STMT_END
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Mark BHK macros as unorthodox
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that STR_WITH_LEN() is unorthodox
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Change pod for macros that require "literal strings"
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Clarify comments, and note 'u' flag exceptions
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | embed.fnc: Add 'u' flag for unorthodox parameter macros
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Refer to CopLABEL_len[_flags] in pod for cop_fetch_label
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Document CopLABEL[_len[_flags]]
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that various items in perlguts are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | perlguts: Document save_item
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | sv.c: Note that some SV flags are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Remove redundant documentation for PL_parser
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that various XS macros are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that AvFILLp is not for public use
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that PERL_VERSION and kin are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that mro[gs]et_private_data are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that filter_add, filter_read are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that PL_errgv is documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that G_METHOD[_NAMED] are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that PERL_MAGIC_foo are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Document PERL_INT_MAX, and similar
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Document my_exit()
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | numeric.c: Note that flag bit names are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Note that [cm]alloc, realloc are documented
|
commit | commitdiff | tree |
2019-09-03 |
Karl Williamson | Document HvFILL
|
commit | commitdiff | tree |
next |