summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2007-02-18* 2007-02-18eban
2007-02-16* parse.y (mrhs): need to append by arg_append().matz
2007-02-14* lib/delegate.rb: catch up with class local variable (@_v) spec.ko1
2007-02-13* ext/socket/socket.c (init_unixsock): path may contain NUL formatz
2007-02-13* 2007-02-13eban
2007-02-12* lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou
2007-02-1020070211knu
2007-02-09* 2007-02-10eban
2007-02-08* thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko1
2007-02-08* blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko1
2007-02-06* 2007-02-07usa
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2007-02-04* eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz
2007-02-03* 2007-02-04eban
2007-02-02* 2007-02-03eban
2007-02-02* eval.c: remove duplicated global variables rb_cProc andmatz
2007-01-31* 2007-01-31eban
2007-01-29* 2007-01-30eban
2007-01-29* tool/parse.rb: replace YARVCore by VM class.matz
2007-01-28* 2007-01-28eban
2007-01-26* 2007-01-27eban
2007-01-25* enumerator.c (enumerator_init_copy): need to copy internalmatz
2007-01-23* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa
2007-01-22* ext/socket/socket.c: fix errors in socket sample code.matz
2007-01-20modify WIN32OLERuntimeError message.suke
2007-01-18IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke
2007-01-17* some refactoring around yarvcore and proc.ko1