summaryrefslogtreecommitdiff
path: root/patchlevel.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump the perl version in various places for 5.37.6Todd Rinaldo2022-10-241-2/+2
|
* Bump the perl version in various places for 5.37.5Karen Etheridge2022-09-201-2/+2
|
* patchlevel.h: Adjust embedded script for detabifyBram2022-08-311-2/+3
| | | | | | | | | | | | | | | | | | | patchlevel.h was detabified[^1] and tabs replaced with spaces. It however contains an embedded perl script for updating the `local_patches` list (in patchlevel.h). This no longer worked because it used: /\t,NULL/ (which no longer matches after the detabify) Fix it by using `\s+` (and by capturing it and using it as leading space in the added text). Example of how to run it: $ perl -x patchlevel.h patch_foo patch_bar patch_baz [^1]: in commit 1604cfb0273418ed479719f39def5ee559bffda2
* Bumping perl version in various places for 5.37.4Neil Bowers2022-08-201-2/+2
|
* Bump version to 5.37.3Nicolas R2022-07-211-2/+2
|
* patchlevel.h: White-space only: properly indentKarl Williamson2022-07-111-1/+1
|
* Dump perl version everywhere to 5.37.2Matthew Horsfall2022-06-201-2/+2
| | | | | This attempted to change sv_inline.h, but those were clearly wrong!
* bump version to v5.37.1: now open for businessRicardo Signes2022-05-271-2/+2
|
* bump version to v5.37.0Ricardo Signes2022-05-271-2/+2
|
* patchlevel.h: this is 5.36.0, not a release candidate!Ricardo Signes2022-05-261-1/+0
|
* bump version to v5.36.0 (RC3)v5.36.0-RC3Ricardo Signes2022-05-211-1/+1
|
* prepare perl-v5.36.0 RC2Ricardo Signes2022-05-201-1/+1
| | | | Due to SSL problems on PAUSE, RC1 is unlikely to exist in public.
* bump version to v5.36.0 (RC1)Ricardo Signes2022-05-201-1/+1
|
* bump version to v5.36.0 (RC0)Ricardo Signes2022-05-201-4/+5
|
* Bump version for 5.35.12Steve Hay2022-04-201-2/+2
|
* Bump version for 5.35.11Sawyer X2022-03-201-2/+2
|
* bump version for 5.35.10reneeb2022-02-201-2/+2
|
* Bump the perl version in various places for 5.35.9Nicolas R2022-01-201-2/+2
|
* Bump the perl version in various places for 5.35.8Neil Bowers2021-12-211-2/+2
|
* Bump the perl version in various places for 5.35.7Richard Leach2021-11-211-2/+2
|
* Bump version to 5.35.6Leon Timmermans2021-10-211-2/+2
|
* Bump versions from v5.35.4 to v5.35.5Matthew Horsfall2021-09-201-2/+2
|
* Bump the perl version in various places for 5.35.4Karen Etheridge2021-08-221-2/+2
|
* Bump the perl version in various places ready for 5.35.3Neil Bowers2021-07-241-2/+2
|
* Bump the perl version in various places for 5.35.2Max Maischein2021-06-201-2/+2
|
* Bump the perl version in various places for 5.35.1Max Maischein2021-05-231-2/+2
| | | | | Ideally, this would've been done earlier in the process of developing 5.35, but here we are
* Bump to 5.35.0:Sawyer X2021-05-211-2/+2
| | | | | | * Apparently, first you bump, then you update perldelta. * 5.35.0 *might* be released tomorrow (likely) but not certainly. * I've set it to tomorrow so Module::CoreList won't be upset.
* disarm RC2 bumpSawyer X2021-05-151-1/+0
|
* Bump version to RC2v5.34.0-RC2Sawyer X2021-05-151-0/+1
|
* disarm RC1 bumpSawyer X2021-05-051-1/+0
|
* bump version to RC1Sawyer X2021-05-041-0/+1
|
* Bump perl version in various places for 5.34.0Sawyer X2021-05-041-4/+4
|
* Bump the Perl version to 5.33.9Nicolas R2021-03-201-2/+2
|
* bump version to 5.33.8reneeb2021-02-201-2/+2
|
* Bump version to 5.33.7Richard Leach2021-01-211-2/+2
|
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-43/+43
| | | | | | | | | | | This just detabifies to get rid of the mixed tab/space indentation. Applying consistent indentation and dealing with other tabs are another issue. Done with `expand -i`. * vutil.* left alone, it's part of version. * Left regen managed files alone for now.
* Bump version to 5.33.6Max Maischein2020-12-201-2/+2
|
* Bump version to 5.33.5Tom Hukins2020-11-201-2/+2
|
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-2/+0
| | | | | | | | Many of the files in perl are for one thing only, and hence their embedded documentation will be for that one thing. By creating a hash here of them, those files don't have to worry about what section that documentation goes under, and so it can be completely changed without affecting them.
* Bump version to 5.33.4Steve Hay2020-10-201-2/+2
|
* Bump the perl version in various places for 5.33.3Sawyer X2020-09-211-2/+2
|
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
| | | | | This uses a new organization of sections that I came up with. I asked for comments on p5p, but there were none.
* Bump the perl version in various places for 5.33.2Karen Etheridge2020-08-201-2/+2
|
* Document PERL_VERSION and kin as deprecatedKarl Williamson2020-07-291-0/+26
| | | | | Code should be removing these. This documents them and gives the preferred alternative to using them.
* Bump the perl version in various paces for 5.33.1Sawyer X2020-07-171-2/+2
|
* Bump to 5.33.0Sawyer X2020-06-281-2/+2
|
* disarm RC1 bumpSawyer X2020-06-081-1/+0
|
* Bump version to RC1Sawyer X2020-06-071-0/+1
|
* Bump perl version in various places for 5.32.0Sawyer X2020-05-291-4/+4
|
* Bump the perl version in various places for 5.31.12Sawyer X2020-04-291-2/+2
|