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

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


  Branch: refs/heads/master
  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: 0e091af94b03d5f3d5f5ddf45d54cf5ed2d7e612
      https://github.com/numpy/numpy/commit/0e091af94b03d5f3d5f5ddf45d54cf5ed2d7e612
  Author: Julian Taylor <juliantaylor108 at gmail.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/a435de365a60...0e091af94b03


More information about the Numpy-svn mailing list