Maciek Rząsa, Maciej Rzasa

Hash Date Message
8e2c42518355f3e29f5693de9034fb66a2abbdaf 2022-07-28 [ruby/bigdecimal] Improve documentation of BigDecimal#sign
b8e804e410b9088fc7921fcf8b6a92a4fbb3006a 2022-07-29 [ruby/bigdecimal] Document precision=0 and ndigits=0 for converting from Float
0f231f2babf314593bcd233f4f5b8de8dc936145 2022-10-08 [ruby/optparse] Don't treat empty string as an option description
50c6cabadca44b7b034eae5dcc8017154a2858bd 2022-11-19 [DOC] Change formatting in the exec docs
36e3d46d35b6a904533e58809369054b135c33d7 2022-11-30 [ruby/bigdecimal] Handle correctly #remainder with infinity. Fixes https://github.com/ruby/bigdecimal/pull/187
a50fbc56a30a0665102781019029e9cf9ddb3576 2025-02-20 Use mbuf instead of bitset for character class for small UTF. Fixes #16145
223f37c00271001cc522cf00822bae6bbe7340ea 2025-02-21 Improve tests for small UTF regex with case fold.