| Commit message (Expand) | Author | Age | Files | Lines |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -4/+4 |
* | * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]). | ko1 | 2007-04-26 | 1 | -3/+3 |
* | * misc/ruby-style.el: new file. C/C++ style for ruby source code. | nobu | 2007-04-26 | 1 | -3/+3 |
* | * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should | nobu | 2007-04-25 | 1 | -3/+3 |
* | * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR. | nobu | 2007-04-24 | 1 | -3/+3 |
* | * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to current | nobu | 2007-04-23 | 1 | -3/+3 |
* | * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516] | nobu | 2007-04-19 | 1 | -3/+3 |
* | * lib/optparse.rb: fix to override conv proc. | ko1 | 2007-04-19 | 1 | -3/+3 |
* | * configure.in (LDFLAGS): prepend -L. instead appending it to | nobu | 2007-04-17 | 1 | -3/+3 |
* | * time.c (time_arg): should allow to specify 24:00. | matz | 2007-04-16 | 1 | -3/+3 |
* | * compile.c (iseq_compile_each): check node->nd_state == 1, not !0. | ko1 | 2007-04-12 | 1 | -3/+3 |
* | * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): no | usa | 2007-04-11 | 1 | -3/+3 |
* | * thread_pthread.ci (native_thread_create): initialize sleep_cond. | usa | 2007-04-10 | 1 | -3/+3 |
* | * thread.c (do_select): use ubf_select() as UBF on windows. | usa | 2007-04-09 | 1 | -3/+3 |
* | * compile.c (defined_expr): test arguments of NODE_CALL and so | nobu | 2007-04-08 | 1 | -3/+3 |
* | * 2007-04-06 | usa | 2007-04-06 | 1 | -3/+3 |
* | * error.c (rb_notimplement), io.c (pipe_open): removed definite | nobu | 2007-04-04 | 1 | -3/+3 |
* | * io.c (pipe_open): raise NotImplementedError for command "-" on | nobu | 2007-04-04 | 1 | -3/+3 |
* | * 2007-04-03 | usa | 2007-04-03 | 1 | -3/+3 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 1 | -4/+4 |
* | * 2007-03-30 | eban | 2007-03-29 | 1 | -3/+3 |
* | * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector, | usa | 2007-03-23 | 1 | -3/+3 |
* | * 2007-03-22 | usa | 2007-03-22 | 1 | -3/+3 |
* | * bignum.c (rb_big2str0): round up for the most significant digit. | nobu | 2007-03-21 | 1 | -3/+3 |
* | * thread.c (thread_create_core): block is not used if first_func | nobu | 2007-03-19 | 1 | -3/+3 |
* | * 2007-03-19 | usa | 2007-03-19 | 1 | -3/+3 |
* | * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir, | usa | 2007-03-17 | 1 | -3/+3 |
* | * lib/rss, test/rss: | kou | 2007-03-17 | 1 | -3/+3 |
* | * 2007-03-16 | eban | 2007-03-16 | 1 | -3/+3 |
* | * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is now | matz | 2007-03-14 | 1 | -5/+3 |
* | * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph | knu | 2007-03-12 | 1 | -3/+3 |
* | 20070312 | knu | 2007-03-12 | 1 | -3/+3 |
* | * 2007-03-11 | eban | 2007-03-11 | 1 | -3/+3 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 1 | -3/+3 |
* | * file.c (rb_stat_s_utime): fixed a commit miss for the platforms | nobu | 2007-03-04 | 1 | -3/+3 |
* | * file.c (rb_file_s_utime): allow nil to set the current time. | nobu | 2007-03-03 | 1 | -0/+2 |
* | * object.c (instance_variable_get): Restore rdoc markups lost in | knu | 2007-03-03 | 1 | -3/+3 |
* | * object.c (rb_obj_ivar_set): RDoc updated according to a | matz | 2007-03-01 | 1 | -5/+3 |
* | * mkconfig.rb (patchlevel): read from version.h. | nobu | 2007-02-28 | 1 | -4/+6 |
* | * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] | shyouhei | 2007-02-27 | 1 | -3/+3 |
* | * 2007-02-27 | eban | 2007-02-26 | 1 | -3/+3 |
* | * common.mk: change "gdb" rule. You can debug miniruby with | ko1 | 2007-02-25 | 1 | -3/+3 |
* | * yarvcore.h: | ko1 | 2007-02-25 | 1 | -3/+3 |
* | * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, | suke | 2007-02-23 | 1 | -3/+3 |
* | * string.c (rb_str_ord): need not to check string length; ord | matz | 2007-02-23 | 1 | -3/+3 |
* | * eval_load.c (rb_require_safe): should restore safe level. | nobu | 2007-02-21 | 1 | -3/+3 |
* | * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error if | ko1 | 2007-02-20 | 1 | -3/+3 |
* | * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error | matz | 2007-02-19 | 1 | -3/+3 |
* | * 2007-02-18 | eban | 2007-02-18 | 1 | -3/+3 |
* | * parse.y (mrhs): need to append by arg_append(). | matz | 2007-02-16 | 1 | -3/+3 |