summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-05-01* bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu
2007-05-01* array.c (rb_ary_choice): a new method to choose an elementmatz
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-26* compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko1
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.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* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* lib/optparse.rb: fix to override conv proc.ko1
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-04-16* time.c (time_arg): should allow to specify 24:00.matz
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 * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-04-08* compile.c (defined_expr): test arguments of NODE_CALL and sonobu
2007-04-06* 2007-04-06usa
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-03* 2007-04-03usa
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-29* 2007-03-30eban
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-22* 2007-03-22usa
2007-03-21* bignum.c (rb_big2str0): round up for the most significant digit.nobu
2007-03-19* thread.c (thread_create_core): block is not used if first_funcnobu
2007-03-19* 2007-03-19usa
2007-03-17* win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa
2007-03-17* lib/rss, test/rss:kou
2007-03-16* 2007-03-16eban
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-1220070312knu
2007-03-11* 2007-03-11eban
2007-03-04* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-03-03* object.c (instance_variable_get): Restore rdoc markups lost inknu
2007-03-01* object.c (rb_obj_ivar_set): RDoc updated according to amatz
2007-02-28* mkconfig.rb (patchlevel): read from version.h.nobu
2007-02-27* mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei
2007-02-26* 2007-02-27eban
2007-02-25* common.mk: change "gdb" rule. You can debug miniruby withko1
2007-02-25* yarvcore.h:ko1
2007-02-23* ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke
2007-02-23* string.c (rb_str_ord): need not to check string length; ordmatz
2007-02-21* eval_load.c (rb_require_safe): should restore safe level.nobu
2007-02-20* thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko1
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz