aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-191-3/+3
* * 2007-03-19usa2007-03-191-3/+3
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-171-3/+3
* * lib/rss, test/rss:kou2007-03-171-3/+3
* * 2007-03-16eban2007-03-161-3/+3
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-5/+3
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-3/+3
* 20070312knu2007-03-121-3/+3
* * 2007-03-11eban2007-03-111-3/+3
* * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu2007-03-041-3/+3
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-041-3/+3
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-031-0/+2
* * object.c (instance_variable_get): Restore rdoc markups lost inknu2007-03-031-3/+3
* * object.c (rb_obj_ivar_set): RDoc updated according to amatz2007-03-011-5/+3
* * mkconfig.rb (patchlevel): read from version.h.nobu2007-02-281-4/+6
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-271-3/+3
* * 2007-02-27eban2007-02-261-3/+3
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-251-3/+3
* * yarvcore.h:ko12007-02-251-3/+3
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-231-3/+3
* * string.c (rb_str_ord): need not to check string length; ordmatz2007-02-231-3/+3
* * eval_load.c (rb_require_safe): should restore safe level.nobu2007-02-211-3/+3
* * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko12007-02-201-3/+3
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-191-3/+3
* * 2007-02-18eban2007-02-181-3/+3
* * parse.y (mrhs): need to append by arg_append().matz2007-02-161-3/+3
* * lib/delegate.rb: catch up with class local variable (@_v) spec.ko12007-02-141-3/+3
* * ext/socket/socket.c (init_unixsock): path may contain NUL formatz2007-02-131-3/+3
* * 2007-02-13eban2007-02-131-3/+3
* * lib/rss/dublincore.rb, lib/rss/maker/dublincore.rb: dc_rightseskou2007-02-121-3/+3
* 20070211knu2007-02-101-3/+3
* * 2007-02-10eban2007-02-091-3/+3
* * thread.c, thread_pthread.ci, thread_win32.ci (thread_start_func_1):ko12007-02-081-3/+3
* * blockinlining.c, error.c, eval.c, eval_error.h, eval_intern.h,ko12007-02-081-3/+3
* * 2007-02-07usa2007-02-061-3/+3
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-3/+3
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-041-3/+3
* * 2007-02-04eban2007-02-031-3/+3
* * 2007-02-03eban2007-02-021-3/+3
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-021-4/+4
* * 2007-01-31eban2007-01-311-3/+3
* * 2007-01-30eban2007-01-291-3/+3
* * tool/parse.rb: replace YARVCore by VM class.matz2007-01-291-3/+3
* * 2007-01-28eban2007-01-281-3/+3
* * 2007-01-27eban2007-01-261-3/+3
* * enumerator.c (enumerator_init_copy): need to copy internalmatz2007-01-251-3/+3
* * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa2007-01-231-3/+3
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-221-3/+3
* modify WIN32OLERuntimeError message.suke2007-01-201-3/+3
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-3/+3