summaryrefslogtreecommitdiff
path: root/Porting/acknowledgements.pl
Commit message (Collapse)AuthorAgeFilesLines
* checkAUTHORS.pl - delete and replace with updateAUTHORS.plYves Orton2022-08-211-1/+1
| | | | | | | | | | | | | updateAUTHORS.pl now can replace all the capabilities of checkAUTHORS.pl, and checkAUTHORS.pl has a slightly different idea of what needs to be validated, and is not aware of the Porting/exclude_contrib.txt. Instead of teaching it to be aware and maintaining two tools this drops checkAUTHORS.pl In the process we move the logic for t/porting/pending-author.t into t/porting/authors.t, by letting updateAUTHORS.pl do it as well. This is helpful because updateAUTHORS.pl contains similar core git logic so that it can implement some of its options.
* Remove NetWare supportDagfinn Ilmari Mannsåker2021-10-081-1/+1
| | | | The build has been broken since 2009.
* Adapt acknowledgements.pl to perl being in its fourth decadeLeon Timmermans2018-04-211-1/+1
|
* fix wordwrapping on generated acknowledgements textKaren Etheridge2017-11-211-1/+1
| | | | | | experimentation reveals that 77 chars is just sufficient to produce output such that gmail will not re-wrap the text and make release announcements dreadfully ugly.
* Porting/acknowledgements.pl - Use correct quotes in perl command-lineSteve Hay2014-04-061-1/+2
|
* acknowledgements: use $^X when running sub-perlRicardo Signes2014-02-101-1/+1
|
* tweak Porting/acknowledgements.pl to avoid awk and grepRicardo Signes2014-02-101-1/+3
| | | | | | | Rather than assuming that we are on a unix system with the standard kit, we can rely on this neat little programming language that provides their behavior and is already assumed to be present!
* provide a more limited change-count for acknowledgements.plGavin Shelley2014-02-101-1/+15
|
* Fix various minor pod issuesKarl Williamson2013-01-241-1/+1
| | | | | These were all uncovered by the new Pod::Checker, not yet in core. Fixing these will speed up debugging the new Checker.
* correct pluralisation for "1 week"Zefram2012-05-261-1/+1
|
* Fix the calculation for development time so it doesn't come up with things ↵Dave Rolsky2011-12-231-12/+15
| | | | | | | | | | | | | | | like "2 months" between two dev releases There were a couple bugs ... First, we should just use the date of the two commits we're looking at rather than looking at all the commits in between and picking the earliest one. This can find _much_ earlier things that weren't merged until much later, which really throws the numbers off. Second, when calculating the number of weeks and months, we shouldn't use POSIX::ceil(), that rounds up 4.01 weeks to 5. Instead, I wrote a simple rounding function that does standard rounding.
* Stop Porting/acknowledgements.pl from producing hatespaceFlorian Ragwitz2011-10-201-4/+3
|
* Add Porting/acknowledgements.pl to generate perldelta acknowledgementsLeon Brocard2011-07-141-0/+148