summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-04-25* ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr
2007-04-25 * win32/win32.c (NtInitialize, exit_handler): add initializing andusa
2007-04-25* ext/probeprofiler/probeprofiler.c: fix function name andko1
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-25* eval_intern.h (PUSH_TAG): no argument now.nobu
2007-04-25* thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu
2007-04-24* dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu
2007-04-23* ext/extmk.rb ($ruby): add extout directory to include path.nobu
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-20* parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz
2007-04-20* configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu
2007-04-20* lib/optparse.rb: fix to override conv proc.nobu
2007-04-20* eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu
2007-04-20* eval_intern.h: add prototypes of rb_sourceline() andko1
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-04-19* lib/optparse.rb: fix to override conv proc.ko1
2007-04-18* util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu
2007-04-17* yarvcore.c (th_init2): push initial blockptr value fornobu
2007-04-17* configure.in (Makefile): remove $U for automake from MISSING.nobu
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
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): 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-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_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