summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-25* parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-09-23Sorry nobu, reverting r13473, which turned out to be a SEGV-generator.shyouhei
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-22* eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu
2007-09-22 * lib/rdoc/options.rb (Options::check_diagram): dot -V outputshyouhei
2007-09-21* lib/optparse.rb (OptionParser::List::summarize): use each_line ifnobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-21* process.c (struct rb_exec_arg): proc should be a VALUE.nobu
2007-09-21* process.c (struct rb_exec_arg): forgot to commit.nobu
2007-09-20* eval.c, intern.h, ext/thread/thread.c: should not free queue whilenobu
2007-09-20* string.c (str_alloc): defaults to null_str instead of NULL.nobu
2007-09-20* process.c (proc_prepare_args): commit miss.nobu
2007-09-20* process.c (rb_detach_process): cast for the platforms where size ofnobu
2007-09-13 * lib/drb/extservm.rb (invoke_service): use Thread.exclusive instead of seki
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-09-12ChangeLog conflict resolutionmatz
2007-09-12* test/thread/test_thread.rb (test_local_barrier), test/thread/lbtest.rb: tes...nobu
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-09 * lib/date/format.rb (_strptime): now also attaches an elementtadf
2007-09-08* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-08 * lib/date/format.rb (str[fp]time): now check specifications moretadf
2007-09-06 * test/rinda/test_rinda.rb (MockClock): correct synchronous problems seki
2007-09-05* array.c (rb_ary_subseq): need integer overflow check.matz
2007-09-05* array.c (rb_ary_fill): need integer overflow check.matz
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-09-01 * lib/date/format.rb (_parse): improved parsing of ordinal dates.tadf
2007-08-31* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize.suke
2007-08-30* lib/mkmf.rb (try_const, have_const): check for a const is defined.nobu
2007-08-30* configure.in (group_member): check if presents.nobu
2007-08-29* ruby.h (RHASH_TBL): defined for compatibility to 1.9.akr
2007-08-29 * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, suke
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-08-21* lib/tmpdir.rb (Dir.mktmpdir): make directory suffix specifiable.akr
2007-08-21* hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu
2007-08-20* eval.c (mnew): should preserve noex as safe_level.matz
2007-08-18* lib/tmpdir.rb (Dir.mktmpdir): new method.akr
2007-08-18* ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu
2007-08-18* process.c (detach_process_watcher): should not pass the pointernobu
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-16ChangeLog: typo fixed. [ruby-dev:31439]matz
2007-08-16* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-16* bignum.c (big_lshift): make shift offset long type.akr
2007-08-15* lib/rinda/tuplespace.rb (Rinda::TupleSpace#start_keeper): improve keeper th...seki
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki
2007-08-11fix Rinda::TupleSpace keeper thread bug.seki