diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Feb 20 01:33:06 2014 Eric Hodel <drbrain@segment7.net> + + * lib/optparse.rb: The Integer acceptable now allows binary and + hexadecimal numbers per the documentation. [ruby-trunk - Bug #8865] + + DecimalInteger, OctalInteger, DecimalNumeric now validate their input + before converting to a number. [ruby-trunk - Bug #8865] + + * test/optparse/test_acceptable.rb: Tests for the above, tests for all + numeric acceptables for existing behavior. + Thu Feb 20 01:23:36 2014 Aaron Pfeifer <aaron.pfeifer@gmail.com> * thread.c (terminate_atfork_i): fix locking mutexes not unlocked in |
