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 60b2446bea * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
still left;  removed.

* sprintf.c (rb_f_sprintf): should not prepend '0' if width > prec
  for example "%5.3d".

* process.c (Init_process): add Process.exit and Process.abort

* pack.c (utf8_to_uv): raise ArgumentError for malformed/redundant
  UTF-8 sequences.

* process.c (last_status_set): add pid attribute to Process::Status.

* pack.c (uv_to_utf8): limit maximum length of the encoded string
  to 6 bytes, even when the platform supports 8 bytes long integers.

* pack.c (utf8_to_uv): do not decode sequences longer than 6 bytes.

* object.c (copy_object): use "copy_object" method, not "become".


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-10 06:23:44 +00:00
..
cmd * irb 0.9 2002-07-09 11:17:17 +00:00
ext * irb 0.9 2002-07-09 11:17:17 +00:00
lc * irb 0.9 2002-07-09 11:17:17 +00:00
completion.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
context.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
extend-command.rb * numeric.c (num_to_int): default to_int implementaion for every 2002-07-29 06:14:10 +00:00
frame.rb * irb 0.9 2002-07-09 11:17:17 +00:00
help.rb * irb 0.9 2002-07-09 11:17:17 +00:00
init.rb change default prompt. 2002-11-22 05:10:42 +00:00
input-method.rb * irb 0.9 2002-07-09 11:17:17 +00:00
locale.rb * file.c (rb_find_file_ext): should not terminate searching with 2002-11-22 09:14:24 +00:00
ruby-lex.rb * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers 2002-12-10 06:23:44 +00:00
ruby-token.rb * irb 0.9 2002-07-09 11:17:17 +00:00
slex.rb * irb 0.9 2002-07-09 11:17:17 +00:00
version.rb * irb 0.9 2002-07-09 11:17:17 +00:00
workspace.rb * irb 0.9 2002-07-09 11:17:17 +00:00
ws-for-case-2.rb * irb 0.9 2002-07-09 11:17:17 +00:00
xmp.rb * irb 0.9 2002-07-09 11:17:17 +00:00