summaryrefslogtreecommitdiff
path: root/vms/descrip_mms.template
Commit message (Collapse)AuthorAgeFilesLines
* New perldelta for 5.37.12Steve Hay2023-04-201-1/+1
|
* New perldelta for 5.37.11Yves Orton2023-03-211-1/+1
|
* Compile class.c on VMSCraig A. Berry2023-02-251-2/+2
| | | | Otherwise its symbols are missing at link time.
* Generate new perldelta for 5.37.10Karen Etheridge2023-02-201-1/+1
|
* New perldelta for 5.37.9reneeb2023-01-201-1/+1
|
* New perldelta for 5.37.8Richard Leach2022-12-201-1/+1
|
* regcomp.c - decompose into smaller filesYves Orton2022-12-091-7/+17
| | | | | | | | | | | | | | | | | This splits a bunch of the subcomponents of the regex engine into smaller files. regcomp_debug.c regcomp_internal.h regcomp_invlist.c regcomp_study.c regcomp_trie.c The only real change besides to the build machine to achieve the split is to also adds some new defines which can be used in embed.fnc to control exports without having to enumerate /every/ regex engine file. For instance all of regcomp*.c defines PERL_IN_REGCOMP_ANY, and this is used in embed.fnc to manage exports.
* New perldelta for 5.37.7Max Maischein2022-11-201-1/+1
|
* New perldelta for 5.37.6Todd Rinaldo2022-10-201-1/+1
|
* Remove ancient and broken GCC for VMS supportCraig A. Berry2022-10-181-17/+0
| | | | | | | | | | | | | There has not been a viable GCC for VMS in a couple of decades and the hacks and workarounds that were necessary then are unlikely to be helpful for any future work. Reportedly significant portions of the GCC toolchain were available in GNAT Ada, but there was never an independent release of the C compiler and that support has now been removed as well. Cleaning this up should make it easier to add alternate compiler support in the future, such as for the clang port in progress at VSI.
* New perldelta for 5.37.5Karen Etheridge2022-09-201-1/+1
|
* new perldelta for 5.37.4Neil Bowers2022-08-201-1/+1
|
* New perldelta setup for 5.37.3Nicolas R2022-07-211-1/+1
|
* New perldelta for 5.37.2Matthew Horsfall2022-06-201-1/+1
|
* Split optree optimizer and finalizer from op.c into new peep.cPaul "LeoNerd" Evans2022-06-201-2/+4
| | | | | | | | | | | * Create a new `peep.c` file * Move the functions related to optree optimisation and finalisation out of `op.c` into this new file * Several previously-static functions now have to be non-static and declared as internal API in order to be shared between these two files.
* perldelta: new v5.37.1 perldeltaRicardo Signes2022-05-271-1/+1
|
* perldelta: create perldelta for 5.37.0Ricardo Signes2022-05-271-1/+1
|
* perldelta: remove the v5.35.z deltasRicardo Signes2022-05-201-1/+1
|
* New perldelta for 5.35.12Steve Hay2022-04-201-1/+1
|
* New perldelta for 5.35.11Sawyer X2022-03-201-1/+1
|
* add new perldelta for 5.35.10reneeb2022-02-201-1/+1
|
* New perldelta for 5.35.9Nicolas R2022-01-201-1/+1
|
* Fix builtin typo in descrip_mms.templateCraig A. Berry2021-12-311-1/+1
| | | | | The one-letter macro for the file extension of an object file is an oh not a zero.
* new perldelta for 5.35.8Neil Bowers2021-12-211-1/+1
|
* Add a builtin:: namespace, with true/false/isboolPaul "LeoNerd" Evans2021-11-291-2/+4
| | | | | | | | This finishes the perl-visible API required for RFC 0008 https://github.com/Perl/RFCs/blob/master/rfcs/rfc0008.md It also begins the "builtin::" namespace of RFC 0009 https://github.com/Perl/RFCs/blob/master/rfcs/rfc0009.md
* new perldelta for 5.35.7Richard Leach2021-11-211-1/+1
|
* new perldelta for 5.35.6Leon Timmermans2021-10-211-1/+1
|
* new perldelta for v5.35.5Matthew Horsfall2021-09-201-1/+1
|
* make way for 5.35.4Karen Etheridge2021-08-201-1/+1
|
* new perldelta for 5.35.3Neil Bowers2021-07-241-1/+1
|
* new perldelta for 5.35.2Max Maischein2021-06-201-1/+1
|
* perldelta: add a new delta for v5.35.1Ricardo Signes2021-05-201-1/+1
|
* New perldeltaSawyer X2021-05-211-1/+1
|
* Merge all perldelta files to create perl534delta.podSawyer X2021-05-041-1/+1
|
* new perldelta for 5.33.10Todd Rinaldo2021-04-201-1/+1
| | | | | 5.33.10 isn't going to happen but it looks like we bump to the bogus release and THEN switch to RC1.
* new perldelta for 5.33.9Nicolas R2021-03-201-1/+1
|
* add new perldelta for 5.33.8reneeb2021-02-201-1/+1
|
* New perldelta for 5.33.7Richard Leach2021-01-211-1/+1
|
* new perldelta for 5.33.6Max Maischein2020-12-201-1/+1
|
* Create new perldelta for 5.33.5Tom Hukins2020-11-201-1/+1
|
* Create new perldelta for 5.33.4Steve Hay2020-10-201-1/+1
|
* new perldelta for 5.33.3Sawyer X2020-09-211-1/+1
|
* new perldelta for 5.33.2Karen Etheridge2020-08-201-1/+1
|
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-5/+3
| | | | | | | | This was originally added for MinGW, which no longer needs it, and only still used by Symbian, which is now removed. This also leaves perlapi.[ch] empty, but we keep the header for CPAN backwards compatibility.
* new perldelta for 5.33.1Sawyer X2020-07-171-1/+1
|
* Bumps, perldeltas, podsSawyer X2020-06-281-1/+1
|
* Fixup perldelta filesSawyer X2020-05-301-1/+1
|
* new perldelta for 5.31.11Sawyer X2020-04-291-1/+1
|
* Bump back to 5.31.11, if we need to release itSawyer X2020-04-091-1/+1
|
* Bump version to 5.32.0Sawyer X2020-03-211-1/+1
|