summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* POSIX.xs: Add some mutex locksKarl Williamson2022-09-292-2/+28
* Update POSIX synopsisElvin Aslanov2022-09-102-3/+3
* Mark certain mutex lock macros as privateKarl Williamson2022-09-091-8/+8
* ext/lib - bump module versions on Opcode.pm, APItest and DeparseYves Orton2022-09-082-2/+2
* OP_AELEMFASTLEX_STORE - combined sassign/aelemfast_lexRichard Leach2022-09-071-1/+1
* Update synopses on User:: and Sys:: modulesElvin Aslanov2022-09-051-2/+2
* Update Hash::Util synopsisElvin Aslanov2022-09-051-2/+2
* POSIX: mbrlen,mbtowc: Use SvPVbyte not SvPVKarl Williamson2022-08-251-2/+2
* Add OPpTARGET_MY optimization to OP_UNDEFRichard Leach2022-08-251-30/+30
* Handle intrin files on win32 with gccKenneth Olwing2022-08-251-19/+24
* Add PUSHpvs("literal") macro familyPaul "LeoNerd" Evans2022-08-241-2/+2
* Revert "XXX Temporarily skip on Windows"Karl Williamson2022-08-221-2/+0
* langinfo.t: Use mnemonic; Avoid $_Karl Williamson2022-08-221-3/+3
* Langinfo.t: White-space comments onlyKarl Williamson2022-08-221-6/+5
* langinfo.t: Cope with bad system locale returnsKarl Williamson2022-08-221-11/+140
* Langinfo.t: Use different loc_tools function to simplifyKarl Williamson2022-08-221-6/+2
* Add Perl_langinfo8()Karl Williamson2022-08-221-60/+4
* Add my_strftime8()Karl Williamson2022-08-221-13/+3
* Move POSIX::localeconv() logic to locale.cKarl Williamson2022-08-221-204/+1
* locale.c: Improve non-nl_langinfo() CODESET calcKarl Williamson2022-08-221-7/+11
* locale.c: Mollify clangKarl Williamson2022-08-221-1/+1
* Move code for mbr?towc() from POSIX.xs to locale.cKarl Williamson2022-08-222-25/+10
* dl_dyld.xs should not create a `mode` variable only to ignore itNicholas Clark2022-08-192-5/+3
* Langinfo.t: Handle systems without LC_ALLKarl Williamson2022-08-181-1/+10
* Implement OP_PADSV_STORE - combined sassign/padsv OPRichard Leach2022-08-175-98/+92
* Define a CvREFCOUNTED_ANYSV flagPaul "LeoNerd" Evans2022-08-163-1/+44
* Temporarily skip on WindowsKarl Williamson2022-08-091-0/+2
* Errno.t: provide labels for tests lacking themJames E Keenan2022-08-091-9/+13
* Define the remaining convenience cMETHOP* macrosPaul "LeoNerd" Evans2022-08-031-4/+4
* File::Find: fix "follow => 1" on WindowsA. Sinan Unur2022-08-023-26/+89
* File::Find: normalise indentationTomasz Konojacki2022-08-023-518/+518
* File::Find: "follow" and "follow_fast" aren't no-ops on Win32Tomasz Konojacki2022-08-021-5/+1
* fix B::walkoptree_debug()David Mitchell2022-07-312-3/+7
* Add an EXISTS method to NDBM_FileLeon Timmermans2022-07-292-1/+7
* Don't set the OPf_SPECIAL bit on implicit VERSION/import/export callsDagfinn Ilmari Mannsåker2022-07-271-42/+42
* APItest:locale.t: Use proper test for LC_ALL presenceKarl Williamson2022-07-261-1/+1
* Bump B.pm version after recent commitDavid Mitchell2022-07-261-1/+1
* Add back-compatibility aliases for renamed CVf_METHOD flagPaul "LeoNerd" Evans2022-07-261-0/+6
* Rename CVf_METHOD to CVf_NOWARN_AMBIGUOUSPaul "LeoNerd" Evans2022-07-262-4/+4
* fixup XS::APItest::gimme() return valueDavid Mitchell2022-07-201-1/+4
* B::Concise - private flags may store the argument countRichard Leach2022-07-181-1/+6
* Add `newAVav()` and `newAVhv()`Paul "LeoNerd" Evans2022-07-132-0/+63
* Finish changing offset to hopKarl Williamson2022-07-101-2/+2
* APItest: Change comments/variable namesKarl Williamson2022-07-102-5/+4
* goto(&xs_sub): provide correct caller contextDavid Mitchell2022-07-062-1/+11
* Neaten the PADNAME flag constantsPaul "LeoNerd" Evans2022-07-053-3/+3
* Add builtin::is_taintedJames Raspass2022-07-051-16/+8
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-022-2/+2
* Change !! to cBOOL() in dist/ext modulesKarl Williamson2022-06-203-3/+3
* define POSIX:: constants from limits.h when building with mingwSidney Markowitz2022-06-171-0/+3