The Trunk: Kernel-nice.837.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-nice.837.mcz

commits-2
Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.837.mcz

==================== Summary ====================

Name: Kernel-nice.837
Author: nice
Time: 27 February 2014, 11:09:40.472 pm
UUID: 12cc90d9-9ee2-445e-85cc-4febd06c9b09
Ancestors: Kernel-dtl.836

Allow uppercase exponents in ExtendedNumberParser ('1.00E-2' asNumber)

=============== Diff against Kernel-dtl.836 ===============

Item was added:
+ ----- Method: ExtendedNumberParser>>exponentLetters (in category 'accessing') -----
+ exponentLetters
+ "Allow uppercase exponent letter."
+
+ ^'edqEDQ'!