2017-11-06 |
Karl Williamson | ext/attributes/attributes.xs is PERL_EXT
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | handy.h: Make uniform the defns of strFOO, memFOO
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Remove _memEQs, _memNEs
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Add memENDPs and use it in core
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Add memBEGINPs() to core and use it
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Use memENDs() in core
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Use memBEGINs() in core
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Change some strBEGINs() to memBEGINs()
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Add memBEGINs(), memENDs() and use them in APItest
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Change some strncmp(), etc. to strBEGINs()
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Use memEQs, memNEs in core files
|
commit | commitdiff | tree |
2017-11-06 |
Karl Williamson | Rename strEQs to strBEGINs; remove strNEs
|
commit | commitdiff | tree |
2017-11-02 |
Karl Williamson | toke.c: Rmv useless code
|
commit | commitdiff | tree |
2017-11-02 |
Karl Williamson | toke.c: White space only
|
commit | commitdiff | tree |
2017-11-01 |
Karl Williamson | metaconfig.h: Rmv HAS_MEMRCHR
|
commit | commitdiff | tree |
2017-11-01 |
Karl Williamson | metaconfig.h: Rmv HAS_THREAD_SAFE_NL_LANGINFO_L
|
commit | commitdiff | tree |
2017-11-01 |
Karl Williamson | Add my_memrchr() implementation of memrchr()
|
commit | commitdiff | tree |
2017-11-01 |
Karl Williamson | APItest.xs: Omit unused variable
|
commit | commitdiff | tree |
2017-11-01 |
Karl Williamson | utf8.c: Rmv obsolete comment
|
commit | commitdiff | tree |
2017-10-31 |
Karl Williamson | Use nl_langinfo_l() if available
|
commit | commitdiff | tree |
2017-10-29 |
Karl Williamson | bytes_to_utf8(): Trim unused malloc'd space
|
commit | commitdiff | tree |
2017-10-28 |
Karl Williamson | Bump Socket version to 2.020_04
|
commit | commitdiff | tree |
2017-10-28 |
Karl Williamson | perlre: Slight clarification
|
commit | commitdiff | tree |
2017-10-28 |
Karl Williamson | perldiag: More detail on /i var length lookbehind
|
commit | commitdiff | tree |
2017-10-28 |
Karl Williamson | regcomp.h: Add comment
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | Change upper limit handling of -Dr output
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | Devel-PPPort: Fix up pod
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | mv Devel-PPPort from cpan to dist
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | regcomp.c: Skip UTF-8 decoding for invariants
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | toke.c: Add commentary
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | regcomp.c: Don't forget to restore state
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | regcomp.c: Remove redundant 'if'
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | regcomp.c: White-space only
|
commit | commitdiff | tree |
2017-10-27 |
Karl Williamson | regcomp.c: Add assertion
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | dquote.c: Rmv extraneous #ifdef; add assertions
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | handy.h: Add parens around macro expansion
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | numeric.c: Add comment
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | Convert strncmp into strnEQ, strnNE
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | Convert strcmp into strEQ, strNE
|
commit | commitdiff | tree |
2017-10-24 |
Karl Williamson | DynaLoader: Use strlcpy instead of strcpy
|
commit | commitdiff | tree |
2017-10-21 |
Karl Williamson | regcomp.c: Fix typo in comment
|
commit | commitdiff | tree |
2017-10-21 |
Karl Williamson | regcomp.c: Add assertion
|
commit | commitdiff | tree |
2017-10-21 |
Karl Williamson | Fix Perl_langinfo() non-threaded bug
|
commit | commitdiff | tree |
2017-09-18 |
Karl Williamson | APItest/t/locale.t: Fix to not show failures on OpenBsd
|
commit | commitdiff | tree |
2017-09-15 |
Karl Williamson | Parenthesize macro arguments to ninstr()
|
commit | commitdiff | tree |
2017-09-15 |
Karl Williamson | t/run/locale.t: Move function call
|
commit | commitdiff | tree |
2017-09-15 |
Karl Williamson | locale.c: Show how the number '112' was derived
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | PATCH: [perl #131598]
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | regcomp [perl #131582]
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | util.c: Add comments
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | sv.c: Use modern macro names
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | utf8.c: Use mnemonic for repeatedly used number
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | locale.c: Add a branch prediction
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | handy.h: White space only
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | util.c: atos_symbolize: Don't use locale-dependent...
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | locale.c: Don't be too clever in strlcat
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | locale.c: Use %z to specify printf format for length
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | I18N-Langinfo: Use new fcn Perl_langinfo()
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | Add API function Perl_langinfo()
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | Teach podcheck about strftime() and localeconv() man...
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | I18N-Langinfo/t/Langinfo.t: Reinstate tests, modernize
|
commit | commitdiff | tree |
2017-09-10 |
Karl Williamson | autodoc.pl: Add =encoding line
|
commit | commitdiff | tree |
2017-09-07 |
Karl Williamson | Use reentrant functions on Darwin
|
commit | commitdiff | tree |
2017-08-18 |
Karl Williamson | Improve heuristic for UTF-8 detection in "$!"
|
commit | commitdiff | tree |
2017-08-13 |
Karl Williamson | locale.c: Use strerror_l if platform has it
|
commit | commitdiff | tree |
2017-08-13 |
Karl Williamson | locale.c: Refactor some #if clauses
|
commit | commitdiff | tree |
2017-08-13 |
Karl Williamson | locale.c: Move some DEBUGGING code
|
commit | commitdiff | tree |
2017-08-13 |
Karl Williamson | Initialize locale object even in unthreaded perls
|
commit | commitdiff | tree |
2017-08-13 |
Karl Williamson | locales: Add #define; change how to override
|
commit | commitdiff | tree |
2017-08-12 |
Karl Williamson | perllocale: Rmv links to obsolete documents
|
commit | commitdiff | tree |
2017-08-09 |
Karl Williamson | utf8.c: EBCDIC fix
|
commit | commitdiff | tree |
2017-08-08 |
Karl Williamson | ExtUtils::Constant: Remove impediment to compiling...
|
commit | commitdiff | tree |
2017-08-07 |
Karl Williamson | lib/locale.t: TODO some netbsd defective locales
|
commit | commitdiff | tree |
2017-08-07 |
Karl Williamson | lib/locale.t: Add comments
|
commit | commitdiff | tree |
2017-08-07 |
Karl Williamson | lib/locale.t: Canonicalize $^O into lowercase
|
commit | commitdiff | tree |
2017-08-06 |
Karl Williamson | utf8_to_uvchr() EBCDIC fix
|
commit | commitdiff | tree |
2017-07-31 |
Karl Williamson | APItest/t/utf8_warn_base.pl: Fix broken tests
|
commit | commitdiff | tree |
2017-07-31 |
Karl Williamson | APItest/t/utf8.t: Fix broken test on EBCDIC
|
commit | commitdiff | tree |
2017-07-17 |
Karl Williamson | locale.t: Refactor error reporting code
|
commit | commitdiff | tree |
2017-07-17 |
Karl Williamson | perl.h: Move #define to earlier in the file
|
commit | commitdiff | tree |
2017-07-17 |
Karl Williamson | perl.h: Remove extraneous '}'
|
commit | commitdiff | tree |
2017-07-16 |
Karl Williamson | t/lib/warnings/utf8: Fix test
|
commit | commitdiff | tree |
2017-07-16 |
Karl Williamson | ext/File-Glob/t/rt131211.t: Fix typo
|
commit | commitdiff | tree |
2017-07-15 |
Karl Williamson | embed.fnc: Fix declaration of my_strerror()
|
commit | commitdiff | tree |
2017-07-15 |
Karl Williamson | embed.fnc Change Some functions only used in macros
|
commit | commitdiff | tree |
2017-07-15 |
Karl Williamson | Move bulk of POSIX::setlocale to locale.c
|
commit | commitdiff | tree |
2017-07-15 |
Karl Williamson | Fix File::Glob/t/rt131211.t
|
commit | commitdiff | tree |
2017-07-14 |
Karl Williamson | locale.c: Add forgotten #if DEBUGGING
|
commit | commitdiff | tree |
2017-07-14 |
Karl Williamson | Add debugging to locale handling
|
commit | commitdiff | tree |
2017-07-14 |
Karl Williamson | perllocale: Clarifications, corrections, and nits
|
commit | commitdiff | tree |
2017-07-14 |
Karl Williamson | File-Glob/t/rt131211.t: skip when File::Glob not used
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | Merge branch 'utf8 fixes' into blead
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | Forbid above IV_MAX code points
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Change 2 static fcns to handle overlongs
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Move and slightly change comment block
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Generalize static fcn return for indeterminate...
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Move a fcn within the file
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Generalize static fcn return for indeterminate...
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.c: Generalize static fcn return for indeterminate...
|
commit | commitdiff | tree |
2017-07-13 |
Karl Williamson | utf8.h: Comments only
|
commit | commitdiff | tree |
next |