summaryrefslogtreecommitdiff
path: root/lib/reline/key_actor
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/key_actor')
0 files changed, 0 insertions, 0 deletions
b635e97bb33dcf2'>* lib/ostruct.rb: Protect new_ostruct_member [ruby-core:42779] [#6056]marcandre 2012-10-28* lib/ostruct.rb: Remove rdoc details on marshal_{load|dump} and fix rdocmarcandre 2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu 2012-04-18Revert r35339-35343 because of no tests.naruse 2012-04-16* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre 2012-02-22* lib/ostruct.rb (delete_field): Bug fix so previous value is returned.marcandre 2012-02-15* lib/ostruct.rb: Create getters and setters after dup.marcandre 2012-02-15* lib/ostruct.rb: Simplify and fix rdoc.marcandre 2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain 2011-05-27* lib/ostruct.rb (method_missing): Handle [] and []= correctly.marcandre 2011-05-22 * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain 2010-11-03* lib/ostruct.rb (OpenStruct#delete_field): also undefinenobu 2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu 2009-02-27* lib/ostruct.rb (modifiable): check if really frozen.nobu 2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu 2009-01-13* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.yugui 2005-09-12* lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu 2005-09-05* lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz 2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz 2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz 2004-11-29* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz 2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz 2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz 2004-02-20* lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu 2004-02-19 * lib/ostruct.rb: documentedgsinclair