summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-16* sample: replace TRUE, FALSE with true, false respectively.matz
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-04-16* lib/optparse.rb (make_switch): do not clobber converter if patternnobu
2007-04-16* ext/stringio/stringio.c (strio_seek): consistent behavior withnobu
2007-04-16* enum.c (enum_each_with_index): each_with_index to forwardmatz
2007-04-16* time.c (time_arg): should allow to specify 24:00.matz
2007-04-15 * lib/date/format.rb: added some zone names.tadf
2007-04-12* thread.c (mutex_try_lock): check and set owner thread.ko1
2007-04-12* eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko1
2007-04-12* eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko1
2007-04-12* compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko1
2007-04-11 * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa
2007-04-10 * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa
2007-04-10 * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa
2007-04-10 * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa
2007-04-09 * thread.c (do_select): ubf_select() is not necessary. interrupt isusa
2007-04-09* thread.c (do_select): sorry, typo.usa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-04-08* compile.c (defined_expr): test arguments of NODE_CALL and sonobu
2007-04-06 * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa
2007-04-06* 2007-04-06usa
2007-04-05* ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama
2007-04-05* compile.h (ADD_CATCH_ENTRY): removed temporary variable.nobu
2007-04-05* compile.c (defined_expr): support for assignment.nobu
2007-04-05* ext/openssl/ossl_{pkey_ec,ssl_session,pkcs5}.c: set eol-style.nobu
2007-04-05 * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa
2007-04-05* ext/openssl/ossl_pkcs5.c: New module.technorama
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): refined the message of NotImplementedError.nobu
2007-04-04 * error.c (rb_notimplement): should show the name of this func,usa
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-04* io.c (popen_exec): should not close close-on-exec FDs.nobu
2007-04-03* ext/openssl/ossl_ssl.c: Add documentation.technorama
2007-04-03* ChangeLog: fixed timestamps from commit log.nobu
2007-04-03* ext/openssl/extconf.rb: check for functions added in 1.9.nobu
2007-04-03* ext/openssl/ossl_bn.c: More documentation.technorama
2007-04-03 * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa
2007-04-03 * ext/openssl/ruby_missing.h: need to include version.h to checkusa
2007-04-03* 2007-04-03usa
2007-04-02* ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama
2007-04-02* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-30 * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa
2007-03-30Add an entry for the last commit.knu
2007-03-29* 2007-03-30eban
2007-03-29* ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-22 * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju
2007-03-22 * win32/Makefile.sub (LIBS): remove an unnecessary library.usa