summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Not all Win32 compilers have a small macro bufferKarl Williamson2020-12-061-1/+1
* Revert "Don't test for 16-bit inputs in inRANGE()"Karl Williamson2020-12-061-0/+1
* perl.h: Move some code aroundKarl Williamson2020-12-061-47/+52
* regen/regcharclass.pl: Use smaller inRANGE versionKarl Williamson2020-12-062-320/+328
* inRANGE, withinCOUNT: Split so can avoid assertsKarl Williamson2020-12-061-8/+22
* handy.h: Fix typo in commentKarl Williamson2020-12-061-1/+1
* Remove my_l?stat from public APIKarl Williamson2020-12-062-8/+4
* perlapi: Consolidate SvSET-ish entriesKarl Williamson2020-12-061-10/+13
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-067-38/+106
* Always define dMY_CXT_SV, and to dNOOPKarl Williamson2020-12-061-2/+5
* Use a more suitable test methodTom Hukins2020-12-051-14/+16
* Avoid unnecessarily skipping a test to set $0Tom Hukins2020-12-051-6/+10
* Test setting $0 on Dragonfly BSDTom Hukins2020-12-051-4/+4
* utf8.h: Fix syntax error only found on EBCDIC buildsKarl Williamson2020-12-041-1/+1
* perl.h: Remove ';' from 'NOOP;'Karl Williamson2020-12-041-4/+4
* time64_config.h: #include reentr.hKarl Williamson2020-12-041-0/+2
* perlvars.h: Fix commentKarl Williamson2020-12-041-1/+1
* POSIX.xs: White-space onlyKarl Williamson2020-12-041-3/+3
* POSIX.xs: Use alternative functions if availKarl Williamson2020-12-041-2/+2
* locale.c: Fix typo in #ifdefKarl Williamson2020-12-041-1/+1
* Fix and update documentation of memEQ, memNE, ...Karl Williamson2020-12-031-4/+6
* time64.c: avoid 'uninit' compiler warningDavid Mitchell2020-12-031-1/+1
* perldelta for the Win32 symlink()/readlink()/stat() changesTony Cook2020-12-031-3/+36
* Document PERL_TEST_HARNESS_ASAPKarl Williamson2020-12-022-7/+28
* add note on how to write NEXTKEY when you can't just wrap around each()David Cantrell2020-12-021-0/+5
* Revert "op.h: Restrict to core certain internal symbols"Karl Williamson2020-12-021-27/+24
* add more win32 stat testsTony Cook2020-12-031-0/+60
* cpan/Encode: sync with CPAN version 3.08Dan Kogai2020-12-026-59/+20
* t/harness: Add option for faster test suite executionKarl Williamson2020-12-021-8/+19
* TAP::Harness: Move timer initializationKarl Williamson2020-12-0248-98/+102
* fixup! Add Sevan Janiyan as authorMax Maischein2020-12-021-1/+1
* Add Sevan Janiyan as authorMax Maischein2020-12-021-0/+1
* Detect GCC as compiler to useSevan Janiyan2020-12-021-1/+2
* perlxs: Note that rpc.h is can be in different placesKarl Williamson2020-12-011-0/+3
* fix the results of my stupidityTony Cook2020-12-021-2/+0
* Storable: t/canonical.t: avoid stderr noiseDavid Mitchell2020-12-011-1/+1
* POSIX: t/posix.t: avoid warningDavid Mitchell2020-12-011-1/+6
* Unicode-Normalize/Makefile.PL: avoid stderrDavid Mitchell2020-12-011-1/+1
* append colon to USE_STRICT_BY_DEFAULT descriptionDavid Mitchell2020-12-014-5/+5
* ODBM_File.xs: silence -Wc++-compat warningDavid Mitchell2020-12-012-1/+9
* Opcode.xs: fix compiler warningDavid Mitchell2020-12-012-2/+3
* Implement symlink(), lstat() and readlink() on Win32Tony Cook2020-12-0145-706/+1807
|\
| * win32 symlink: reindentTony Cook2020-12-011-33/+34
| * win32 symlink: treats paths that look like directories as directoriesTony Cook2020-12-012-5/+51
| * Test-Harness: don't assume symlink succeedsTony Cook2020-12-013-1/+8
| * t/op/taint.t: handle symlink requiring anything unavailableTony Cook2020-12-011-1/+5
| * Win32: try to make the new stat pre-Vista compatibleTony Cook2020-12-012-2/+24
| * pre-vista support for win32_symlinkTony Cook2020-12-011-1/+14
| * Win32: don't include version specific config for prebuilt config_h.*Tony Cook2020-12-016-19/+25
| * lstat(), readlink() and unlink() treat directory junctions as symlinksTony Cook2020-12-014-25/+61