summaryrefslogtreecommitdiffstats
path: root/util/copy.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2018-05-291-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6371)
* Windows: don't install __DECC_*.HRichard Levitte2018-05-201-2/+8
| | | | | | | | | | This adds the possibility to exclude files by regexp in util/copy.pl Partial fix for #3254 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6303)
* util/copy.pl: work around glob quirk in some of earlier 5.1x Perl versions.Andy Polyakov2017-11-101-1/+2
| | | | | | | | In earlier 5.1x Perl versions quoting globs works only if there is white space. If there is none, it's looking for names starting with ". Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4695)
* Remove trailing whitespace from some files.David Benjamin2016-10-111-2/+2
| | | | | | | | | | | | | | | | | | The prevailing style seems to not have trailing whitespace, but a few lines do. This is mostly in the perlasm files, but a few C files got them after the reformat. This is the result of: find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//' Then bn_prime.h was excluded since this is a generated file. Note mkerr.pl has some changes in a heredoc for some help output, but other lines there lack trailing whitespace too. Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Allow spaces in filenames when using perl's globRichard Levitte2016-05-041-1/+1
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
| | | | | | | | | Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
* add -stripcr option to copy.pl from 0.9.8Dr. Stephen Henson2011-02-031-0/+11
|
* ./util update, which covers various issues, but most importantly mkerr.plAndy Polyakov2006-01-021-0/+1
| | | | and mkdef.pl spinning in endless loop.
* Update from stable branch.Dr. Stephen Henson2005-11-061-0/+58