[openssl-commits] [openssl] OpenSSL_1_0_0-pre-auto-reformat create

Matt Caswell matt at openssl.org
Mon Feb 9 13:38:00 UTC 2015


The annotated tag OpenSSL_1_0_0-pre-auto-reformat has been created
        at  c980ebae0d279d02dadb12e1a8686e52ea2da151 (tag)
   tagging  e3db68b766609ad5a3d1ab1fbf68d9286e6cf8b3 (commit)
  replaces  OpenSSL_1_0_0-pre-reformat
 tagged by  Matt Caswell
        on  Mon Feb 9 13:36:42 2015 +0000

- Log -----------------------------------------------------------------
Pre run of automated reformating script on OpenSSL_1_0_0

Reviewed-by: Richard Levitte <levitte at openssl.org>

Andy Polyakov (14):
      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.
      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 (23):
      Further comment amendments to preserve formatting prior to source reformat
      Additional comment changes for reformat of 1.0.0
      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
      Yet more changes to comments

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