summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALEKarl Williamson2022-06-161-3/+3
* Revert "Do per-word hop back"Karl Williamson2022-06-141-3/+0
* Do per-word hop backKarl Williamson2022-06-141-0/+3
* Remove support for UltrixKarl Williamson2022-06-104-10/+3
* POSIX.xs: White-space onlyKarl Williamson2022-06-091-27/+28
* POSIX.xs: Use macro to reduce complexityKarl Williamson2022-06-092-25/+31
* use Off_t for file offsets in sdbm.cTony Cook2022-06-092-4/+9
* Opcode.xs now uses PL_op_name and PL_op_desc directlyNicholas Clark2022-06-081-4/+4
* opset_len in Opcode.xs is a constant, so should be a static constNicholas Clark2022-06-082-19/+13
* opt.t: Fix count of tests to be skippedJames E Keenan2022-06-061-1/+1
* bump $GDBM_File::VERSIONTony Cook2022-06-031-1/+1
* GDBM_File: fix fetching mmapsizeTony Cook2022-06-032-2/+7
* APItest.xs: flush output in test_bool_internals_funcLeon Timmermans2022-05-301-0/+1
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-17/+1
* B:: Use proper hyperlink in podKarl Williamson2022-05-271-1/+1
* Extra B::PADNAME helpers: GEN and IsUndefNicolas R2022-05-272-1/+17
* Add B helpers to check if the Sv is a booleanNicolas R2022-05-273-4/+113
* XS-APItest - add tests for new API calls and for bool internalsYves Orton2022-05-274-2/+107
* POSIX.pod: Use proper hyperlinkKarl Williamson2022-05-041-1/+1
* Amiga-Exec/Exec.pm: Fix podKarl Williamson2022-05-041-3/+3
* for my ($x) ...: fix handling of degenerate 1-varDavid Mitchell2022-04-161-8/+8
* re.pm - add notes that the debug output is NOT a "supported API".Yves Orton2022-04-131-2/+18
* gdbm: make sure basic error codes are always definedSergey Poznyakoff2022-04-101-1/+6