summaryrefslogtreecommitdiff
path: root/doc/regexp.rdoc
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-28 18:08:07 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit19d77a1cfc8efa1d03083689f7de78a52ef05be6 (patch)
tree6363999410c62bbf5f80815bcadb57237e64470f /doc/regexp.rdoc
parent199083dd158c993998412d28d15df01e128e3981 (diff)
[rubygems/rubygems] Remove unnecessary spec manipulation
https://github.com/rubygems/rubygems/commit/c7c00c280f
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'doc/regexp.rdoc')
0 files changed, 0 insertions, 0 deletions
): moved into prime.rb.yugui 2008-06-23* lib/mathn.rb (Rational::power2): removed incomplete method.matz 2008-06-19* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz 2008-03-16both complex and rational are now builtin classes.tadf 2008-02-12 * lib/rational.rb (floor, ceil, truncate, round): do not usetadf 2008-01-09* lib/mathn.rb (Prime#each): returns an enumerator if no blockkazu 2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr 2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz 2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz 2005-09-19* lib/mathn.rb (Fixnum): remove debug print.matz 2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz 2005-09-17* lib/mathn.rb (Rational::inspect): should preserve originalmatz 2004-11-14* string.c (rb_str_clear): avoid revealing NULL pointer.matz 2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz 2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz 2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz 2003-05-02* string.c (rb_str_ljust): now takes optional argument to specifymatz 2003-01-23* lib/rational.rb: modified to support "quo".matz