summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-03-11* ChangeLog: fix a typonagachika
2012-03-11* ChangeLog: fix a typosorah
2012-03-11* lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah
2012-03-11* io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah
2012-03-10* st.c: pack tables also generic keys. patched by Sokolov Yura atnobu
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2012-03-10* st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu
2012-03-09* enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo
2012-03-08* ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove
2012-03-08* ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove
2012-03-08* enumerator.c (lazy_initialize, enumerable_lazy): no additionalnobu
2012-03-08* enumerator.c: add Enumerable#lazy. based on the patch bynobu
2012-03-08* enumerator.c (enumerator_each, generator_each): pass arguments tonobu
2012-03-08* array.c (rb_ary_cat): new function to concat objects into array.nobu
2012-03-08* .gdbinit (rb_numtable_entry): update for recent refactoring ofnobu
2012-03-07* lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika
2012-03-07* error.c (rb_load_fail): should honor encoding.nobu
2012-03-07* ChangeLog: commit miss.nobu
2012-03-07rb_load_failnobu
2012-03-06updating changelog with ruby-core numbertenderlove
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-03-06* lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove
2012-03-06* lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove
2012-03-06* test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-06* ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu
2012-03-05* lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove
2012-03-05* ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05* parse.y (block_command, block_call): simplified rules.nobu
2012-03-05fix typoskazu
2012-03-05* ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu
2012-03-05* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa
2012-03-05* st.c (unpack_entries): chain entries directly. based on a patchnobu
2012-03-05* st.c (unpack_entries): use union instead of casted pointer.nobu
2012-03-05* st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolovnobu
2012-03-05* st.c (unpack_entries): reallocate bins if packed array sizenobu
2012-03-05* ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-03-04* ChangeLog: fix a typonagachika
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
2012-03-03typotadf
2012-03-03 * ext/date/date_strftime.c: reassigned some variables.tadf
2012-03-03 * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf
2012-03-03* lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove
2012-03-02* ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu
2012-03-02* configure.in (ruby_pc): make configurable. [Bug #6051]nobu