aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+18
* * lib/optparse.rb: fix to override conv proc.ko12007-04-191-0/+4
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-181-0/+4
* * yarvcore.c (th_init2): push initial blockptr value fornobu2007-04-171-0/+5
* * configure.in (Makefile): remove $U for automake from MISSING.nobu2007-04-171-1/+4
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-171-0/+5
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-161-0/+6
* * sample: replace TRUE, FALSE with true, false respectively.matz2007-04-161-0/+6
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-161-0/+5
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-161-0/+5
* * ext/stringio/stringio.c (strio_seek): consistent behavior withnobu2007-04-161-0/+5
* * enum.c (enum_each_with_index): each_with_index to forwardmatz2007-04-161-0/+5
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-161-0/+5
* * lib/date/format.rb: added some zone names.tadf2007-04-151-0/+7
* * thread.c (mutex_try_lock): check and set owner thread.ko12007-04-121-0/+6
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-121-0/+4
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-121-0/+4
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-121-0/+4
* * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa2007-04-111-0/+9
* * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa2007-04-101-0/+5
* * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa2007-04-101-0/+8
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-101-0/+5
* * thread.c (do_select): ubf_select() is not necessary. interrupt isusa2007-04-091-0/+5
* * thread.c (do_select): use ubf_select() as UBF on windows.usa2007-04-091-0/+7
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-0/+5
* * compile.c (defined_expr): test arguments of NODE_CALL and sonobu2007-04-081-0/+5
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa2007-04-061-3/+5
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-051-0/+6
* * compile.h (ADD_CATCH_ENTRY): removed temporary variable.nobu2007-04-051-0/+2
* * compile.c (defined_expr): support for assignment.nobu2007-04-051-0/+5
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa2007-04-051-0/+5
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-0/+12
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-041-0/+5
* * io.c (pipe_open): refined the message of NotImplementedError.nobu2007-04-041-0/+5
* * error.c (rb_notimplement): should show the name of this func,usa2007-04-041-0/+5
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-041-1/+4
* * io.c (popen_exec): should not close close-on-exec FDs.nobu2007-04-041-0/+5
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-031-3/+7
* * ChangeLog: fixed timestamps from commit log.nobu2007-04-031-3/+6
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-031-0/+7
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-031-0/+5
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-031-0/+6
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-031-0/+5
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-021-0/+7
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-0/+11
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-0/+5
* * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa2007-03-301-0/+8
* Add an entry for the last commit.knu2007-03-301-1/+11
* * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa2007-03-231-1/+11
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-221-0/+4