aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c (lazy_zip): add Enumerable::Lazy#flat_map.shugo2012-03-131-0/+6
* * ext/date/date_core.c (datetime_s_now): [ruby-core:43256].tadf2012-03-131-0/+4
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-0/+11
* * parse.y (block_param, f_args): add rules for the case argumentsnobu2012-03-131-0/+5
* * io.c (io_encoding_set): always warn if external encoding and internalnaruse2012-03-131-0/+5
* Bug #5350nobu2012-03-131-0/+8
* * tool/rbinstall.rb (prepare): skip if basedir is not defined.nobu2012-03-131-0/+8
* * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.shugo2012-03-121-0/+4
* * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable forakr2012-03-121-0/+5
* * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescueakr2012-03-121-0/+5
* * encoding.c (rb_find_encoding): new function find encoding fromnobu2012-03-121-0/+9
* * vm_method.c (Init_eval_method): respond_to? andnobu2012-03-121-0/+5
* * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flagsnobu2012-03-121-0/+6
* * vm_method.c (Init_eval_method): copy basic methods to Exception.nobu2012-03-121-0/+5
* * eval_jump.c (rb_exec_end_proc): remember the latest exit status.nobu2012-03-121-0/+5
* * lib/tmpdir.rb: update document for changingakr2012-03-111-0/+7
* * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable butnobu2012-03-111-0/+7
* * random.c (Init_Random): removed rb_Random_DEFAULT and register asnobu2012-03-111-0/+5
* * random.c (random_s_rand): ensure default PRNG is re-initializednobu2012-03-111-0/+5
* * pack.c (pack_unpack): when unpack('M') occurs an illegal bytenaruse2012-03-111-0/+7
* * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.naruse2012-03-111-0/+5
* * ChangeLog: fix a typonagachika2012-03-111-1/+1
* * ChangeLog: fix a typosorah2012-03-111-1/+1
* * lib/test/unit.rb: Put error message into STDERR if failed to lanchsorah2012-03-111-0/+8
* * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah2012-03-111-0/+5
* * st.c: pack tables also generic keys. patched by Sokolov Yura atnobu2012-03-101-1/+4
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-1/+5
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+5
* * enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.shugo2012-03-091-0/+4
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-0/+7
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-081-0/+11
* * enumerator.c (lazy_initialize, enumerable_lazy): no additionalnobu2012-03-081-0/+5
* * enumerator.c: add Enumerable#lazy. based on the patch bynobu2012-03-081-0/+6
* * enumerator.c (enumerator_each, generator_each): pass arguments tonobu2012-03-081-0/+5
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-081-0/+4
* * .gdbinit (rb_numtable_entry): update for recent refactoring ofnobu2012-03-081-0/+5
* * lib/xmlrpc/client.rb (module XMLRPC): fix typo.nagachika2012-03-071-0/+7
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-0/+6
* * ChangeLog: commit miss.nobu2012-03-071-2/+0
* rb_load_failnobu2012-03-071-2/+12
* updating changelog with ruby-core numbertenderlove2012-03-061-0/+1
* * error.c (rb_loaderror_with_path): Adding the missing file as antenderlove2012-03-061-0/+16
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-0/+7
* * lib/xmlrpc/client.rb: assume servers that do not send a Content-Typetenderlove2012-03-061-0/+8
* * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove2012-03-061-0/+6
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-0/+5
* * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu2012-03-061-0/+13
* * lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove2012-03-051-0/+5
* * ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove2012-03-051-0/+5
* * parse.y (block_call): rules for block_call after block_call.nobu2012-03-051-0/+6