[Numpy-svn] [numpy/numpy] 0ddb8e: BUG: Use 'll' as the default length specifier for ...

GitHub noreply at github.com
Tue Oct 21 16:05:16 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 0ddb8e35ea464da08ca3327482d96c2ec4640583
      https://github.com/numpy/numpy/commit/0ddb8e35ea464da08ca3327482d96c2ec4640583
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h

  Log Message:
  -----------
  BUG: Use 'll' as the default length specifier for long long.

The previous default was 'L', which seems gcc specific, whereas
'll' is the now recognized standard and is also accepted by gcc.

Closes #5027.


  Commit: ddb5e790dc413e57cc9526eac1edab3651740f43
      https://github.com/numpy/numpy/commit/ddb5e790dc413e57cc9526eac1edab3651740f43
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-10-21 (Tue, 21 Oct 2014)

  Changed paths:
    M numpy/core/include/numpy/npy_common.h

  Log Message:
  -----------
  Merge pull request #5212 from charris/fix-long-long-fmt

BUG: Use 'll' as the default length specifier for long long.


Compare: https://github.com/numpy/numpy/compare/d310ff9720fe...ddb5e790dc41


More information about the Numpy-svn mailing list