[dlang.org] [D-Programming-Language/d-programming-language.org] 3fe079: Update predefined versions

GitHub noreply at github.com
Fri Mar 8 10:19:37 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/d-programming-language.org
  Commit: 3fe0795a0a79f25660886e897949db67971db15d
      https://github.com/D-Programming-Language/d-programming-language.org/commit/3fe0795a0a79f25660886e897949db67971db15d
  Author: Johannes Pfau <johannespfau at gmail.com>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M version.dd

  Log Message:
  -----------
  Update predefined versions

* Consistent naming: SoftFP --> SoftFloat (on ARM SoftFP != SoftFloat)
               HardFP --> HardFloat
* DOC: ARM_Thumb means any Thumb version
* ARM/ARM64 fix reference regarding AARCH (AARCH is an arm8 term
  but ARM is also defined for ARM7,6,5...)
* Rename ARM64 to AArch64 which is the official name
* Remove MIPS: MIPS is the same as MIPS32, MIPS32 is
  the official name
* Remove MIPS_NoFloat: This should be a generic version D_NoFloat
  or it shouldn't be defined at all.
* D_X32: Add a note that defining both D_X32 and X86_64 is
valid/expected
* D_LP64: We only talk about pointers, this is not the C LP64 data
model!


  Commit: 0165e3ea54cc886b1da9c653497af68fce3dadad
      https://github.com/D-Programming-Language/d-programming-language.org/commit/0165e3ea54cc886b1da9c653497af68fce3dadad
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2013-03-08 (Fri, 08 Mar 2013)

  Changed paths:
    M version.dd

  Log Message:
  -----------
  Merge pull request #243 from jpf91/versym

Update predefined versions


Compare: https://github.com/D-Programming-Language/d-programming-language.org/compare/613d9c14cc4a...0165e3ea54cc


More information about the dlang.org mailing list