8000 Tags · jefgen/double-conversion · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jefgen/double-conversion

Tags

v3.1.5

Toggle v3.1.5's commit message
Fix some issues with invalid hex-float literals.

When converting `0x` the converter would assert (or access out of
    boundary).
With `0x1.p1234556666FFFFF` the converter would overflow and not yield
the correct exponent.

v3.1.4

Toggle v3.1.4's commit message
Switch to relative includes.

Fixes google#91.

v3.1.3

Toggle v3.1.3's commit message
Fix typo in test.

v3.1.2

Toggle v3.1.2's commit message
Update Changelog and version number.

2.0.4

Toggle 2.0.4's commit message
Upgrade version number.

v3.0.3

Toggle v3.0.3's commit message
Update version numbers.

v1.1.8

Toggle v1.1.8's commit message
Update version numbers.

3.1.0

Toggle 3.1.0's commit message
Merge branch 'master' into branch_v3.1

3.0.2

Toggle 3.0.2's commit message
Fix hex literal bug.

Large hex literals would lose their minus sign.

2.0.3

Toggle 2.0.3's commit message
Update the changelog.

0