1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
matz 50b775851a * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to
irb. [ruby-dev:39243]

* sprintf.c (rb_f_sprintf): sign bit extension should not be done
  if FPLUS flag is specified.  [ruby-list:39224]

* sprintf.c (rb_f_sprintf): do not prepend dots for negative
  numbers if FZERO is specified.  [ruby-dev:39218]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-02-20 10:03:47 +00:00
..
cmd * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610] 2004-02-06 00:16:50 +00:00
ext
lc * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to 2004-02-20 10:03:47 +00:00
completion.rb
context.rb
extend-command.rb * lib/irb/extend-command.rb: add irb_help command. [ruby-talk:91610] 2004-02-06 00:16:50 +00:00
frame.rb
help.rb
init.rb * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to 2004-02-20 10:03:47 +00:00
input-method.rb * lib/irb/init.rb (IRB.rc_files): yield possible rc file names. 2004-02-07 10:56:16 +00:00
locale.rb
ruby-lex.rb
ruby-token.rb
slex.rb
version.rb
workspace.rb
ws-for-case-2.rb
xmp.rb