summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove my_strftime8()Karl Williamson2023-05-012-2/+2
* ext/SDBM_File/ - replace "define\t" with "define "Yves Orton2023-04-292-2/+2
* ext/File-Glob/ - replace "define\t" with "define "Yves Orton2023-04-293-60/+60
* test infra - Under -DNO_TAINT_SUPPORT skip tests that use -T or -tYves Orton2023-04-021-3/+6
* scope.c - add mortal_destructor_sv() and mortal_svfunc_x()Yves Orton2023-03-183-1/+54
* Fix my_strftime() upper space limitKarl Williamson2023-03-041-10/+28
* POSIX.pod: Remove obsolete C89 referenceKarl Williamson2023-03-011-1/+1
* POSIX.xs: Silence compiler warningKarl Williamson2023-03-012-6/+3
* ext/XS-APItest/t/magic.t: simplify recent testDavid Mitchell2023-02-281-8/+13
* XS::APItest::test_EXTEND(): fixupsDavid Mitchell2023-02-281-6/+14
* APITest.xs - silence build warning under 32 bit clangYves Orton2023-02-262-7/+7
* mro.xs - silence maybe-uninitialized warning on gcc 12Yves Orton2023-02-192-10/+4
* Accept field VAR = EXPR on field varsPaul "LeoNerd" Evans2023-02-101-1/+1
* Initial attack at pod/perlclass.podPaul "LeoNerd" Evans2023-02-101-4/+5
* Create a specific SV type for object instancesPaul "LeoNerd" Evans2023-02-102-1/+3
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-1/+3
* File-Find - set up tempdir early and test that we can chdir to it.Yves Orton2023-02-094-35/+93
* pod/perlmroapi.pod - document linear MRO function return type.Paul "LeoNerd" Evans2023-02-082-2/+3
* File-Find/t - rework tempdir creation and cleanupYves Orton2023-01-312-25/+26
* dump.c - dump new regexp fields properlyYves Orton2023-01-232-78/+150
* Export S_ISLNK and S_ISSOCK from POSIX.pmDavid Cantrell2023-01-193-6/+6
* regexec.c - fix memory leak in EVAL.Yves Orton2023-01-152-0/+46
* POSIX.pod: Clarify mbtowc(), wctomb() podKarl Williamson2023-01-121-6/+8
* File::Find: handle \ in symbolic links on Win32Tony Cook2023-01-101-1/+4
* regcomp.pl - fixup intflags debug data to handle gaps properlyYves Orton2023-01-094-2/+43
* av.c - av_store() do the refcount dance around magic av'sYves Orton2023-01-092-0/+87
* Fix mojibake in POSIX::strftime()Karl Williamson2023-01-051-3/+0
* perlapi,POSIX.pod: Note problematic behavior with strftime()Karl Williamson2023-01-051-0/+3
* File-Find/t - use File::Temp to create a private test directory to prevent ra...Yves Orton2023-01-043-4/+18
* File-Find/t/taint.t - do not use rel2abs after we have forced to Unix modeYves Orton2023-01-041-22/+13
* XS-APItest/t/locale.t - deal with indented values properlyYves Orton2022-12-301-1/+1
* POSIX::fmax - Correct the variable used in exampleAndrew Ruthven2022-12-291-1/+1
* ext/FileCache/t/ - fixup paralleism issues in testsYves Orton2022-12-266-16/+16
* sv.c - add support for HvNAMEf and HvNAMEf_QUOTEDPREFIX formatsYves Orton2022-12-223-2/+33
* gv.c - rename amagic_find() to amagic_applies()Yves Orton2022-12-223-1/+74
* Address GH #20571Karl Williamson2022-12-202-1/+13
* Fix broken API: sync_locale()Karl Williamson2022-12-201-6/+2
* Add testing global locale switching; Todo #20565Karl Williamson2022-12-202-0/+60
* API-test:locale.t: Look for a comma radix localeKarl Williamson2022-12-201-5/+7
* Define OP_HELEMEXISTSOR, a handy LOGOP shortcut for HELEM existence testsPaul "LeoNerd" Evans2022-12-191-1/+2
* File/Glob.xs: Idempotent setting of PL_opfreehook (fixes GH#20615)Paul "LeoNerd" Evans2022-12-172-3/+5
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-25/+44
* utf8_hop forwards Change continuation start behaviorKarl Williamson2022-12-071-3/+4
* APItest: Generalize hop test for EBCDICKarl Williamson2022-12-071-3/+2
* locales: Add LC_NAME capabilitiesKarl Williamson2022-12-063-3/+3
* pod2html: Group '*' and 'no*' switches in documentationJames E Keenan2022-12-051-41/+19
* POSIX::localeconv: Return empty/special valuesKarl Williamson2022-11-301-6/+3
* pod2html: sort command-line switchesJames E Keenan2022-11-301-78/+77
* perl.c - move PL_restartop assert out of perl_run()Yves Orton2022-11-301-2/+23
* Fix POSIX::strxfrm()Karl Williamson2022-11-293-22/+14