This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2020-12-06 Karl Williamsonperl.h: Move some code around
2020-12-06 Karl Williamsonregen/regcharclass.pl: Use smaller inRANGE version
2020-12-06 Karl WilliamsoninRANGE, withinCOUNT: Split so can avoid asserts
2020-12-06 Karl Williamsonhandy.h: Fix typo in comment
2020-12-06 Karl WilliamsonRemove my_l?stat from public API
2020-12-06 Karl Williamsonperlapi: Consolidate SvSET-ish entries
2020-12-06 Karl WilliamsonEvaluate arg once in all forms of SvTRUE
2020-12-06 Karl WilliamsonAlways define dMY_CXT_SV, and to dNOOP
2020-12-05 Tom HukinsUse a more suitable test method
2020-12-05 Tom HukinsAvoid unnecessarily skipping a test to set $0
2020-12-05 Tom HukinsTest setting $0 on Dragonfly BSD
2020-12-04 Karl Williamsonutf8.h: Fix syntax error only found on EBCDIC builds
2020-12-04 Karl Williamsonperl.h: Remove ';' from 'NOOP;'
2020-12-04 Karl Williamsontime64_config.h: #include reentr.h
2020-12-04 Karl Williamsonperlvars.h: Fix comment
2020-12-04 Karl WilliamsonPOSIX.xs: White-space only
2020-12-04 Karl WilliamsonPOSIX.xs: Use alternative functions if avail
2020-12-04 Karl Williamsonlocale.c: Fix typo in #ifdef
2020-12-04 Karl WilliamsonFix and update documentation of memEQ, memNE, ...
2020-12-03 David Mitchelltime64.c: avoid 'uninit' compiler warning
2020-12-03 Tony Cookperldelta for the Win32 symlink()/readlink()/stat(...
2020-12-03 Karl WilliamsonDocument PERL_TEST_HARNESS_ASAP
2020-12-03 David Cantrelladd note on how to write NEXTKEY when you can't just...
2020-12-03 Karl WilliamsonRevert "op.h: Restrict to core certain internal symbols"
2020-12-03 Tony Cookadd more win32 stat tests
2020-12-02 Dan Kogaicpan/Encode: sync with CPAN version 3.08
2020-12-02 Karl Williamsont/harness: Add option for faster test suite execution
2020-12-02 Karl WilliamsonTAP::Harness: Move timer initialization
2020-12-02 Max Maischeinfixup! Add Sevan Janiyan as author
2020-12-02 Max MaischeinAdd Sevan Janiyan as author
2020-12-02 Sevan JaniyanDetect GCC as compiler to use
2020-12-02 Karl Williamsonperlxs: Note that rpc.h is can be in different places
2020-12-02 Tony Cookfix the results of my stupidity
2020-12-01 David MitchellStorable: t/canonical.t: avoid stderr noise
2020-12-01 David MitchellPOSIX: t/posix.t: avoid warning
2020-12-01 David MitchellUnicode-Normalize/Makefile.PL: avoid stderr
2020-12-01 David Mitchellappend colon to USE_STRICT_BY_DEFAULT description
2020-12-01 David MitchellODBM_File.xs: silence -Wc++-compat warning
2020-12-01 David MitchellOpcode.xs: fix compiler warning
2020-12-01 Tony CookImplement symlink(), lstat() and readlink() on Win32
2020-12-01 Tony Cookwin32 symlink: reindent
2020-12-01 Tony Cookwin32 symlink: treats paths that look like directories...
2020-12-01 Tony CookTest-Harness: don't assume symlink succeeds
2020-12-01 Tony Cookt/op/taint.t: handle symlink requiring anything unavailable
2020-12-01 Tony CookWin32: try to make the new stat pre-Vista compatible
2020-12-01 Tony Cookpre-vista support for win32_symlink
2020-12-01 Tony CookWin32: don't include version specific config for prebui...
2020-12-01 Tony Cooklstat(), readlink() and unlink() treat directory juncti...
2020-12-01 Tony Cookremove ${^WIN32_SLOPPY_STAT}
2020-12-01 Tony Cookwin32 symlink: only use the unprivileged flag if window...
2020-12-01 Tony CookWin32: re-work FILETIME <=> time_t conversions
2020-12-01 Tony CookFile::Copy: support symlinks on Win32
2020-12-01 Tony CookFile::Find: support Win32 symlinks
2020-12-01 Tony CookFile::Find find.t: switch to done_testing()
2020-12-01 Tony CookPathTools: use PerlLIO_*() functions and chdir() on...
2020-12-01 Tony CookWin32: implement our own stat(), and hence our own...
2020-12-01 Tony CookWin32: implement symlink() and readlink()
2020-12-01 Tony CookWin32: add lstat(), fetch st_dev and st_ino and fetch...
2020-12-01 Karl WilliamsonAccount for 'less' reserving an extra column
2020-11-29 Karl WilliamsonDocument various CopFILEfoo functions
2020-11-29 Karl Williamsonopcode.h: Restrict scope of internal variables to core
2020-11-29 Karl WilliamsonDocument SvSHARED_HASH
2020-11-29 Graham Knopbump version of ExtUtils::ParseXS
2020-11-29 Graham Knoprestore compatibility with old versions of ExtUtils...
2020-11-29 Karl Williamsoncop.h: Extend core-only portion
2020-11-29 Karl WilliamsonINSTALL: Fix grammar/typos
2020-11-29 Karl Williamsonperlapi: Consolidate svREFCNT_dec-ish entries
2020-11-29 Karl WilliamsonDynaLoader: use PerlEnv_getenv()
2020-11-29 Karl Williamsonop.h: Restrict to core certain internal symbols
2020-11-29 Karl Williamsonperlapi: Consolidate SvPVX-ish entries
2020-11-29 David CantrellAdd -negative import args for 'use warnings'
2020-11-28 Karl Williamsonperlapi: Consolidate SvREFCNT_INC-ish entries
2020-11-28 Karen Etheridgeadd extra language in the quotemeta() docs for embedded...
2020-11-27 Dan Bookperlvar - clarify that paragraph mode also discards...
2020-11-27 Karl WilliamsonAvoid deadlock with PERL_MEM_LOG
2020-11-27 Karl WilliamsonAdd mutex locking for many-reader/1-writer
2020-11-27 Karl Williamsonlocale.c: Move comment to better place
2020-11-26 Dan Bookperlsub - indicate version requirement for "delete...
2020-11-25 Karl Williamsonperlapi: PL_sv_yes and kin are read-only
2020-11-25 Karl Williamsonperlapi: Remove per-thread section; move to real scns
2020-11-25 Karl Williamsonperlapi: Move PL_dowarn to Warnings section
2020-11-24 Tony Cookperldelta updates for the SysV IPC changes
2020-11-24 Tony CookVarious updates and fixes to some of the SysV IPC ops...
2020-11-24 Tony Cookio/shm.t: make runnable as ./perl io/shm.t
2020-11-24 Tony Cookshmwrite: treat the string as bytes
2020-11-24 Tony Cookmsgrcv: properly downgrade the receive buffer
2020-11-24 Tony Cookmsgsnd: handle an upgraded MSG parameter correctly
2020-11-24 Tony Cookperlfunc/msgsnd: the supplied MSG doesn't have a length...
2020-11-24 Tony Cookfix UTF-8 handling for semop()
2020-11-24 Tony Cookio/sem.t: eliminate warnings
2020-11-24 Tony Cook*ctl: test that we throw on a code point above 0xff
2020-11-24 Tony Cook*ctl: test we handle the buffer as bytes
2020-11-24 Tony Cook*ctl: ensure the ARG parameter's UTF-8 flag is reset
2020-11-23 Dan Bookperl - update usage data to match perlrun
2020-11-23 Tony CookJohn Karr is now a perl author
2020-11-23 John Karrfix typo in comp/parser.t
2020-11-23 John Karrcomp/parser.t count two lines that were being tested...
2020-11-23 Tony Cookbump $Carp::VERSION
2020-11-23 Graham Knopfix context of caller call in Carp
2020-11-23 Karl Williamsonperlapi: Document UVf, as deprecated
next