~vcs-imports-ii/gnu-smalltalk/master

Viewing all changes in revision 2065.

  • Committer: Holger Hans Peter Freyther
  • Date: 2015-10-25 15:47:11 UTC
  • Revision ID: git-v1:716884a8527a9e01d87832f0ae88bf4755f7dab5
Tags: 3.2.91
i18n: Fix printing of integers and floats

The printing of Integers didn't work as the stream was
attempted to be indexed out of bounds and the calculation
of the number of required groups was wrong in many cases.

2015-10-18  Holger Hans Peter Freyther  <holger@freyther.de>

        * package.xml: Add LcNumericTest.st and testcase.
        * Number.st: Fix calculation in
        >>#computeNumberOfGroups. Support integer
        printing in >>#basicPrint:on:.
        * LcNumericTest.st: Add new testcase.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: