| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 15 | -313/+472 |
* | * lib/optparse.rb: fix to override conv proc. | ko1 | 2007-04-19 | 3 | -4/+8 |
* | * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272] | nobu | 2007-04-18 | 2 | -2/+6 |
* | * yarvcore.c (th_init2): push initial blockptr value for | nobu | 2007-04-17 | 2 | -1/+7 |
* | * configure.in (Makefile): remove $U for automake from MISSING. | nobu | 2007-04-17 | 2 | -2/+7 |
* | * configure.in (LDFLAGS): prepend -L. instead appending it to | nobu | 2007-04-17 | 3 | -28/+22 |
* | * ext/pty/expect_sample.rb: avoid symbolic link representation for | matz | 2007-04-16 | 2 | -2/+8 |
* | * sample: replace TRUE, FALSE with true, false respectively. | matz | 2007-04-16 | 7 | -7/+13 |
* | * parse.y (parser_yylex): should set command_start after block | matz | 2007-04-16 | 2 | -0/+7 |
* | * lib/optparse.rb (make_switch): do not clobber converter if pattern | nobu | 2007-04-16 | 2 | -2/+7 |
* | * ext/stringio/stringio.c (strio_seek): consistent behavior with | nobu | 2007-04-16 | 2 | -1/+9 |
* | * enum.c (enum_each_with_index): each_with_index to forward | matz | 2007-04-16 | 2 | -4/+9 |
* | * time.c (time_arg): should allow to specify 24:00. | matz | 2007-04-16 | 3 | -4/+10 |
* | * lib/date/format.rb: added some zone names. | tadf | 2007-04-15 | 2 | -26/+44 |
* | * thread.c (mutex_try_lock): check and set owner thread. | ko1 | 2007-04-12 | 3 | -4/+17 |
* | * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]). | ko1 | 2007-04-12 | 2 | -27/+37 |
* | * eval.c (rb_protect): restore cfp ([ruby-dev:30671]). | ko1 | 2007-04-12 | 2 | -0/+8 |
* | * compile.c (iseq_compile_each): check node->nd_state == 1, not !0. | ko1 | 2007-04-12 | 3 | -4/+8 |
* | * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no | usa | 2007-04-11 | 5 | -63/+14 |
* | * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errno | usa | 2007-04-10 | 2 | -0/+9 |
* | * thread_win32.ci (w32_wait_events): check whether interrupt_event is | usa | 2007-04-10 | 2 | -5/+14 |
* | * thread_pthread.ci (native_thread_create): initialize sleep_cond. | usa | 2007-04-10 | 3 | -4/+12 |
* | * thread.c (do_select): ubf_select() is not necessary. interrupt is | usa | 2007-04-09 | 2 | -1/+6 |
* | * thread.c (do_select): sorry, typo. | usa | 2007-04-09 | 1 | -1/+1 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 4 | -11/+11 |
* | * lib/net/imap.rb (disconnect): call shutdown for | shugo | 2007-04-09 | 2 | -1/+10 |
* | * compile.c (defined_expr): test arguments of NODE_CALL and so | nobu | 2007-04-08 | 3 | -7/+15 |
* | * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid of | usa | 2007-04-06 | 2 | -4/+6 |
* | * 2007-04-06 | usa | 2007-04-06 | 1 | -3/+3 |
* | * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: | technorama | 2007-04-05 | 6 | -8/+216 |
* | * compile.h (ADD_CATCH_ENTRY): removed temporary variable. | nobu | 2007-04-05 | 1 | -0/+2 |
* | * compile.c (defined_expr): support for assignment. | nobu | 2007-04-05 | 3 | -86/+150 |
* | * ext/openssl/ossl_{pkey_ec,ssl_session,pkcs5}.c: set eol-style. | nobu | 2007-04-05 | 0 | -0/+0 |
* | * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): should | usa | 2007-04-05 | 2 | -1/+6 |
* | * ext/openssl/ossl_pkcs5.c: New module. | technorama | 2007-04-05 | 14 | -57/+246 |
* | * error.c (rb_notimplement), io.c (pipe_open): removed definite | nobu | 2007-04-04 | 4 | -20/+25 |
* | * io.c (pipe_open): refined the message of NotImplementedError. | nobu | 2007-04-04 | 2 | -11/+24 |
* | * error.c (rb_notimplement): should show the name of this func, | usa | 2007-04-04 | 2 | -1/+6 |
* | * io.c (pipe_open): raise NotImplementedError for command "-" on | nobu | 2007-04-04 | 3 | -11/+16 |
* | * io.c (popen_exec): should not close close-on-exec FDs. | nobu | 2007-04-04 | 2 | -0/+8 |
* | * ext/openssl/ossl_ssl.c: Add documentation. | technorama | 2007-04-03 | 2 | -5/+111 |
* | * ChangeLog: fixed timestamps from commit log. | nobu | 2007-04-03 | 1 | -3/+6 |
* | * ext/openssl/extconf.rb: check for functions added in 1.9. | nobu | 2007-04-03 | 3 | -11/+20 |
* | * ext/openssl/ossl_bn.c: More documentation. | technorama | 2007-04-03 | 7 | -4/+1477 |
* | * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as | usa | 2007-04-03 | 2 | -2/+8 |
* | * ext/openssl/ruby_missing.h: need to include version.h to check | usa | 2007-04-03 | 2 | -2/+9 |
* | * 2007-04-03 | usa | 2007-04-03 | 1 | -3/+3 |
* | * ext/openssl/ossl_{ssl.[ch],ssl_session.c}}, | technorama | 2007-04-02 | 5 | -7/+723 |
* | * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. | technorama | 2007-04-02 | 10 | -21/+138 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 5 | -12/+17 |