summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove ${^WIN32_SLOPPY_STAT}Tony Cook2020-12-014-29/+2
* win32 symlink: only use the unprivileged flag if windows is new enoughTony Cook2020-12-011-1/+9
* Win32: re-work FILETIME <=> time_t conversionsTony Cook2020-12-011-15/+41
* File::Copy: support symlinks on Win32Tony Cook2020-12-012-3/+6
* File::Find: support Win32 symlinksTony Cook2020-12-014-9/+54
* File::Find find.t: switch to done_testing()Tony Cook2020-12-011-5/+2
* PathTools: use PerlLIO_*() functions and chdir() on a symlink differencesTony Cook2020-12-0113-14/+21
* Win32: implement our own stat(), and hence our own utimeTony Cook2020-12-013-235/+263
* Win32: implement symlink() and readlink()Tony Cook2020-12-0114-54/+292
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-0112-426/+1067
* Account for 'less' reserving an extra columnKarl Williamson2020-11-305-92/+208
* Document various CopFILEfoo functionsKarl Williamson2020-11-293-0/+34
* opcode.h: Restrict scope of internal variables to coreKarl Williamson2020-11-292-0/+8
* Document SvSHARED_HASHKarl Williamson2020-11-291-0/+6
* bump version of ExtUtils::ParseXSGraham Knop2020-11-295-5/+5
* restore compatibility with old versions of ExtUtils::ParseXSGraham Knop2020-11-291-0/+2
* cop.h: Extend core-only portionKarl Williamson2020-11-291-1/+3
* INSTALL: Fix grammar/typosKarl Williamson2020-11-291-4/+4
* perlapi: Consolidate svREFCNT_dec-ish entriesKarl Williamson2020-11-291-5/+4
* DynaLoader: use PerlEnv_getenv()Karl Williamson2020-11-292-2/+2
* op.h: Restrict to core certain internal symbolsKarl Williamson2020-11-291-24/+27
* perlapi: Consolidate SvPVX-ish entriesKarl Williamson2020-11-291-4/+16
* Add -negative import args for 'use warnings'David Cantrell2020-11-283-16/+159
* perlapi: Consolidate SvREFCNT_INC-ish entriesKarl Williamson2020-11-281-28/+27
* add extra language in the quotemeta() docs for embedded \ and $Karen Etheridge2020-11-271-0/+12
* perlvar - clarify that paragraph mode also discards a single leading newlineDan Book2020-11-271-1/+1
* Avoid deadlock with PERL_MEM_LOGKarl Williamson2020-11-261-1/+5
* Add mutex locking for many-reader/1-writerKarl Williamson2020-11-262-0/+63
* locale.c: Move comment to better placeKarl Williamson2020-11-261-4/+5
* perlsub - indicate version requirement for "delete local"Dan Book2020-11-251-0/+2
* perlapi: PL_sv_yes and kin are read-onlyKarl Williamson2020-11-251-5/+6
* perlapi: Remove per-thread section; move to real scnsKarl Williamson2020-11-252-7/+67
* perlapi: Move PL_dowarn to Warnings sectionKarl Williamson2020-11-251-0/+6
* perldelta updates for the SysV IPC changesTony Cook2020-11-241-3/+36
* Various updates and fixes to some of the SysV IPC ops and their testsTony Cook2020-11-246-19/+189
|\
| * io/shm.t: make runnable as ./perl io/shm.tTony Cook2020-11-241-2/+3
| * shmwrite: treat the string as bytesTony Cook2020-11-242-2/+18
| * msgrcv: properly downgrade the receive bufferTony Cook2020-11-242-0/+8
| * msgsnd: handle an upgraded MSG parameter correctlyTony Cook2020-11-243-1/+71
| * perlfunc/msgsnd: the supplied MSG doesn't have a length fieldTony Cook2020-11-241-3/+2
| * fix UTF-8 handling for semop()Tony Cook2020-11-242-2/+24
| * io/sem.t: eliminate warningsTony Cook2020-11-242-12/+40
| * *ctl: test that we throw on a code point above 0xffTony Cook2020-11-241-0/+6
| * *ctl: test we handle the buffer as bytesTony Cook2020-11-242-2/+13
| * *ctl: ensure the ARG parameter's UTF-8 flag is resetTony Cook2020-11-242-2/+11
|/
* perl - update usage data to match perlrunDan Book2020-11-231-28/+28
* John Karr is now a perl authorTony Cook2020-11-241-0/+1
* fix typo in comp/parser.tJohn Karr2020-11-241-6/+6
* comp/parser.t count two lines that were being tested to see if they crashedJohn Karr2020-11-241-7/+9
* bump $Carp::VERSIONTony Cook2020-11-242-2/+2