summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Expand)AuthorAgeFilesLines
* New perldelta for 5.37.12Steve Hay2023-04-201-4/+4
* New perldelta for 5.37.11Yves Orton2023-03-211-4/+4
* Generate new perldelta for 5.37.10Karen Etheridge2023-02-201-4/+4
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-2/+2
* New perldelta for 5.37.9reneeb2023-01-201-4/+4
* Makefile.SH - fix 'reonly' Makefile target to test ext/re/t/*.t properlyYves Orton2023-01-091-1/+1
* New perldelta for 5.37.8Richard Leach2022-12-201-4/+4
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-10/+19
* New perldelta for 5.37.7Max Maischein2022-11-201-4/+4
* New perldelta for 5.37.6Todd Rinaldo2022-10-201-4/+4
* New perldelta for 5.37.5Karen Etheridge2022-09-201-4/+4
* new perldelta for 5.37.4Neil Bowers2022-08-201-4/+4
* Makefile.SH: remove prerequisites on suffix rulesDavid Mitchell2022-07-261-2/+2
* New perldelta setup for 5.37.3Nicolas R2022-07-211-4/+4
* New perldelta for 5.37.2Matthew Horsfall2022-06-201-4/+4
* Split optree optimizer and finalizer from op.c into new peep.cPaul "LeoNerd" Evans2022-06-201-2/+2
* Use auto-image-base on cygwinLeon Timmermans2022-06-141-1/+1
* minitest_prep conflict on building $(MINIPERL_EXE)Tony Cook2022-06-091-3/+3
* Add official Unicode normalization testsKarl Williamson2022-06-061-1/+1
* perldelta: new v5.37.1 perldeltaRicardo Signes2022-05-271-4/+4
* perldelta: create perldelta for 5.37.0Ricardo Signes2022-05-271-4/+4
* perldelta: remove the v5.35.z deltasRicardo Signes2022-05-201-4/+4
* New perldelta for 5.35.12Steve Hay2022-04-201-4/+4
* Makefile.SH - reduce technical debt, use `runtests` for `make test_porting`Yves Orton2022-04-131-1/+1
* Makefile.SH - use globs in the test_reonly targetYves Orton2022-04-131-1/+1
* Makefile.SH - touch miniperl to ensure its dependencies are builtBram2022-04-101-0/+1
* New perldelta for 5.35.11Sawyer X2022-03-201-4/+4
* add new perldelta for 5.35.10reneeb2022-02-201-4/+4
* New perldelta for 5.35.9Nicolas R2022-01-201-4/+4
* Fix problem in makefile for z/OS 64-bit buildsMike Fulton2022-01-011-4/+4
* new perldelta for 5.35.8Neil Bowers2021-12-211-4/+4
* Update compile and bind options for z/OS (os390)Mike Fulton2021-12-081-3/+9
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-2/+2
* new perldelta for 5.35.7Richard Leach2021-11-211-4/+4
* Update bignum, Math::BigInt, Math::BigInt::FastCalc, and Math::BigRatRichard Leach2021-11-191-11/+12
* new perldelta for 5.35.6Leon Timmermans2021-10-211-4/+4
* Two minor Makefile.SH cleanupsNicholas Clark2021-10-041-2/+1
* Simplify Makefile generation for cygwinNicholas Clark2021-10-041-13/+3
* For AIX, modify the perl.exp path in ccdlflags earlier in Makefile.SHNicholas Clark2021-10-041-7/+10
* The special AIX target MINIPERL_NONSHR is not needed, so remove itNicholas Clark2021-10-041-20/+4
* The AIX specific Makefile rules to build miniperl are no longer neededNicholas Clark2021-10-041-8/+0
* Remove vestigial next4*) sections from Makefile.SHNicholas Clark2021-10-041-14/+0
* Only expose Internals::getcwd() in miniperlNicholas Clark2021-10-041-2/+2
* A single list of "special files for miniperl" in Makefile.SHNicholas Clark2021-10-041-10/+30
* The Makefile must run makedef.pl with -Ilib on the command lineNicholas Clark2021-09-291-2/+2
* `make distclean` should delete `makedepend_file`Nicholas Clark2021-09-211-1/+1
* new perldelta for v5.35.5Matthew Horsfall2021-09-201-4/+4
* make way for 5.35.4Karen Etheridge2021-08-201-4/+4
* Make new makedepend logic compatible with bsd makeLeon Timmermans2021-08-131-2/+2
* WIP: Run `makedepend` in parallel by using `make`Max Maischein2021-08-111-1/+5