aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-1915-313/+472
* * lib/optparse.rb: fix to override conv proc.ko12007-04-193-4/+8
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-182-2/+6
* * yarvcore.c (th_init2): push initial blockptr value fornobu2007-04-172-1/+7
* * configure.in (Makefile): remove $U for automake from MISSING.nobu2007-04-172-2/+7
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-173-28/+22
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-162-2/+8
* * sample: replace TRUE, FALSE with true, false respectively.matz2007-04-167-7/+13
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-162-0/+7
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-162-2/+7
* * ext/stringio/stringio.c (strio_seek): consistent behavior withnobu2007-04-162-1/+9
* * enum.c (enum_each_with_index): each_with_index to forwardmatz2007-04-162-4/+9
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-163-4/+10
* * lib/date/format.rb: added some zone names.tadf2007-04-152-26/+44
* * thread.c (mutex_try_lock): check and set owner thread.ko12007-04-123-4/+17
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-122-27/+37
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-122-0/+8
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-123-4/+8
* * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa2007-04-115-63/+14
* * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa2007-04-102-0/+9
* * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa2007-04-102-5/+14
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-103-4/+12
* * thread.c (do_select): ubf_select() is not necessary. interrupt isusa2007-04-092-1/+6
* * thread.c (do_select): sorry, typo.usa2007-04-091-1/+1
* * thread.c (do_select): use ubf_select() as UBF on windows.usa2007-04-094-11/+11
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-092-1/+10
* * compile.c (defined_expr): test arguments of NODE_CALL and sonobu2007-04-083-7/+15
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa2007-04-062-4/+6
* * 2007-04-06usa2007-04-061-3/+3
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-056-8/+216
* * compile.h (ADD_CATCH_ENTRY): removed temporary variable.nobu2007-04-051-0/+2
* * compile.c (defined_expr): support for assignment.nobu2007-04-053-86/+150
* * ext/openssl/ossl_{pkey_ec,ssl_session,pkcs5}.c: set eol-style.nobu2007-04-050-0/+0
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa2007-04-052-1/+6
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-0514-57/+246
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-044-20/+25
* * io.c (pipe_open): refined the message of NotImplementedError.nobu2007-04-042-11/+24
* * error.c (rb_notimplement): should show the name of this func,usa2007-04-042-1/+6
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-043-11/+16
* * io.c (popen_exec): should not close close-on-exec FDs.nobu2007-04-042-0/+8
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-032-5/+111
* * ChangeLog: fixed timestamps from commit log.nobu2007-04-031-3/+6
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-033-11/+20
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-037-4/+1477
* * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such asusa2007-04-032-2/+8
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-032-2/+9
* * 2007-04-03usa2007-04-031-3/+3
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-025-7/+723
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-0210-21/+138
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-025-12/+17