2017-11-09 |
Karl Williamson | embed.fnc: Change fcn from A to X |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Change name of internal function |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Change name of locale per-interpreter variable |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | POSIX.xs is PERL_EXT |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Bump version of B/t/OptreeCheck to 0.16 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Bump version of B/O.pm to 1.03 |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | perl.h: Use STMT_START { ... } STMT_END |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | perl.h: White-space only |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | toke.c: Add comment |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Dest buffer needs to be bigger for utf16_to_utf8() |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | _byte_dump_string(): Don't output leading space |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | POSIX.xs: Move constant tests out of loop |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | numeric.c: Refactor #if #else in Perl_my_aotf |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | numeric.c: Rename some variables |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | Perl_locale(): Refactor for clarity |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c:sync_locale(): Add debugging info |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c:sync_locale(): Rmv useless call |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Use new nl_langinfo equivalent |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Rmv erroneous complement operator |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Refactor locale macros |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Convert setlocale() calls to macros |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Change static fcn name |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Refactor static fcn to save work |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Create extended internal Perl_langinfo() |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: Rmv redundant fcn call |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Karl Williamson | locale.c: White-space, comment, rearrange some #else |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Todd Rinaldo | Merge branch 'BO' into blead |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Todd Rinaldo | ext/B/t/strict.t: Assure B.pm and O.pm pass strict... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Todd Rinaldo | Fix warnings (used once) for O.pm |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Todd Rinaldo | Fix warnings (used once) for B.pm |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Todd Rinaldo | Remove unnecessary module loads from B and O |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Nicolas R | Simplify travis.yml config for Continuous Integration |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Lukas Mai | restore error message for unterminated strings |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Nicolas R | disable t/porting/authors.t for distro packaging |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Nicolas R | disable t/porting/podcheck.t for distro packaging |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Nicolas R | Allow custom PL_strtab hash in perl_construct. |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Lukas Mai | PERL_STRLEN_ROUNDUP: parenthesize macro parameter |
commit | commitdiff | tree | snapshot |
2017-11-07 |
Karl Williamson | toke.c: Fix wrong use of memrchr |
commit | commitdiff | tree | snapshot |
2017-11-07 |
Karl Williamson | Blead breaks DBD::SQLite |
commit | commitdiff | tree | snapshot |
2017-11-07 |
Craig A. Berry | Two fix-ups following b59bf0b288. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Nicolas R | toke.c: use my_memrchr helper for portability [round 2] |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Nicolas R | Use my_memrchr helper for portability |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Merge branch 'convert strchr to memchr' into blead |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | toke.c: Convert some strchr to memchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | toke.c use memBEGINs with prev commit |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | toke.c: Add limit parameter to 3 static functions |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | regcomp.c: Convert some strchr to memchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | perl.c: Use memchr instead of strchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | op.c: Use memchr,memrchr instead of strchr,strrchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | mg.c: Use memchr instead of strchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | doio.c: Change strchr to memchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | pp_sys.c; Use memchr instead of strchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | utf8.c: Use memchr instead of strchr |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | dquote.c: Use memchr() instead of strchr() |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | locale.c: Tighten what is considered a LC variable |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | locale.c: White space, extra braces only |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Merge branch for new string comparison macros into... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | handy.h: Add comments |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Make new macros private |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | ext/attributes/attributes.xs is PERL_EXT |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | handy.h: Make uniform the defns of strFOO, memFOO |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Remove _memEQs, _memNEs |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Add memENDPs and use it in core |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Add memBEGINPs() to core and use it |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Use memENDs() in core |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Use memBEGINs() in core |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Change some strBEGINs() to memBEGINs() |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Add memBEGINs(), memENDs() and use them in APItest |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Change some strncmp(), etc. to strBEGINs() |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Use memEQs, memNEs in core files |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Karl Williamson | Rename strEQs to strBEGINs; remove strNEs |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Lukas Mai | g++ 4.0 supports __attribute__((unused)) |
commit | commitdiff | tree | snapshot |
2017-11-06 |
John Lightsey | Fix deparsing of transliterations with unprintable... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Yves Orton | support -nre in t/harness, exclude files by regex |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Zefram | add assertions about format lexing |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Zefram | deparse implicit ~~ as explicit with -x2 |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Zefram | Revert "Speed up Carp.pm when backtrace arguments are... |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Zefram | initialisation of simple aggregate state variables |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Aaron Crane | Add comment to explain why we want to probe for statfs... |
commit | commitdiff | tree | snapshot |
2017-11-04 |
David Mitchell | pp_multiconcat: don't stringify LHS overload arg |
commit | commitdiff | tree | snapshot |
2017-11-04 |
Father Chrysostomos | perldelta for b3937e202aaf1 (Carp & ISA constant) |
commit | commitdiff | tree | snapshot |
2017-11-03 |
J. Nick Koston | Avoid unique REGCOMP in dynaloader |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Nicolas R | Speed up Carp.pm when backtrace arguments are references |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Nicolas R | Avoid a segfault when untying an object |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Tony Cook | (perl #131895) fail stat on names with \0 embedded |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Lukas Mai | yada-yada is a term, not an operator |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Zefram | document qw's whitespace rules |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Karl Williamson | toke.c: Rmv useless code |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Karl Williamson | toke.c: White space only |
commit | commitdiff | tree | snapshot |
2017-11-02 |
David Mitchell | multiconcat: use append_utf8_from_native_byte() |
commit | commitdiff | tree | snapshot |
2017-11-02 |
David Mitchell | sprintf-as-multiconcat: fix \x80 issue |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | Increase $Carp::Heavy::VERSION to 1.44 |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | Increase $Carp::VERSION to 1.44 |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | Carp: Don’t choke on ISA constant |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | customized.dat: Add generator note |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | Porting/Maintainers.pl: vutil.c is no longer CUSTOMIZED |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Father Chrysostomos | Revert "vutil.c: use new SvPVCLEAR and constant string... |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Karl Williamson | metaconfig.h: Rmv HAS_MEMRCHR |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Karl Williamson | metaconfig.h: Rmv HAS_THREAD_SAFE_NL_LANGINFO_L |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Karl Williamson | Add my_memrchr() implementation of memrchr() |
commit | commitdiff | tree | snapshot |
next |