[openssl-commits] [openssl] OpenSSL_1_0_1-pre-auto-reformat create
Matt Caswell
matt at openssl.org
Mon Feb 9 13:33:34 UTC 2015
The annotated tag OpenSSL_1_0_1-pre-auto-reformat has been created
at 5e6f171ca5b9083aaf2a70ccb97bca002ecabe29 (tag)
tagging e498b83fed7025eeacb4dd2ad183c3f6236467b2 (commit)
replaces OpenSSL_1_0_1-pre-reformat
tagged by Matt Caswell
on Mon Feb 9 13:31:54 2015 +0000
- Log -----------------------------------------------------------------
Pre run of automated reformating script on OpenSSL_1_0_1
Reviewed-by: Richard Levitte <levitte at openssl.org>
Andy Polyakov (16):
apps/speed.c: make it indent-friendly.
engines/e_ubsec.c: make it indent-friendly.
bn/bn_recp.c: make it indent-friendly.
bn/bntest.c: make it indent-friendly.
crypto/cryptlib.c: make it indent-friendly.
crypto/mem_dbg.c: make it indent-friendly.
modes/cts128.c: make it indent-friendly.
modes/gcm128.c: make it indent-friendly.
modes/modes_lcl.h: make it indent-friendly.
bn/bn_exp.c: make it indent-friendly.
bn/bn_asm.c: make it indent-friendly.
bn/asm/x86_64-gcc.cL make it indent-friendly.
bn/bn_const.c: make it indent-friendly.
modes/cfb128.c: make it indent-friendly.
modes/ctr128.c: make it indent-friendly.
crypto/ofb128.c: make it indent-friendly.
Dr. Stephen Henson (4):
Script fixes.
Test option -nc
Add -d debug option to save preprocessed files.
Delete trailing whitespace from output.
Matt Caswell (22):
Further comment changes for reformat
Additional comment changes for reformat of 1.0.1
Fix source where indent will not be able to cope
Provide script for filtering data initialisers for structs/unions. indent just can't handle it.
Fix make errors
Fix logic to check for indent.pro
Fix indent issue with engine.h
Fix indent issue with functions using STACK_OF
More indent fixes for STACK_OF
indent has problems with comments that are on the right hand side of a line. Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones.
Fix strange formatting by indent
Add obj_dat.h to the list of files that will not be processed by openssl-format-source
Manually reformat aes_core.c Add aes_core.c to the list of files not processed by openssl-format-source
Amend openssl-format-source so that it give more repeatable output
Fix indent comment corruption issue
Manually reformat aes_x86core.c and add it to the list of files skipped by openssl-format-source
Add ecp_nistz256.c to list of files skipped by openssl-format-source
Move more comments that confuse indent
Tweaks for comments due to indent's inability to handle them
Backport hw_ibmca.c from master due to failed merge
Fix modes.h so that indent doesn't complain
More tweaks for comments due indent issues
Richard Levitte (3):
Force the use of our indent profile
Run expand before perl, to make sure things are properly aligned
Make the script a little more location agnostic
Tim Hudson (2):
mark all block comments that need format preserving so that indent will not alter them when reformatting comments
Provide source reformating script. Requires GNU indent to be available.
-----------------------------------------------------------------------
More information about the openssl-commits
mailing list