summaryrefslogtreecommitdiff
path: root/packsizetables.inc
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
| | | | | Vim's filetype declarations are case sensitive. The correct types for Perl, C, and Pod are perl, c, and pod, respectively.
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
| | | | | | | | | | This updates the mode-line for most of our generated files so that they include file type information so they will be properly syntax highlighted on github. This does not make any other functional changes to the files. [Note: Commit message rewritten by Yves]
* Allow pack 'D' on all systems with long doublesLeon Timmermans2021-02-191-2/+2
| | | | | Previously it was only supported if NV also was long double, but not when it is either double or __float128.
* packsizetables.c -> packsizetables.incJarkko Hietaniemi2015-07-221-0/+222