summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-30* thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.nobu
2008-07-30* parse.y (magic_comment_encoding): remove meaningless null check.mame
2008-07-30* ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautologymame
2008-07-30* pack.c (pack_unpack): reduced static variables.nobu
2008-07-30* 2008-07-31svn
2008-07-30* proc.c (rb_proc_call_with_block): prevent null reference.mame
2008-07-30* parse.y (vtable_free): remove meaningless null check.mame
2008-07-30* dir.c (struct dir_data): change path field char * to VALUE.akr
2008-07-30* string.c (sym_inspect): remove dead code.mame
2008-07-30* ChangeLog: fix wrong method name and add reference.mame
2008-07-30* regparse.c (parse_exp): fix memory leak.mame
2008-07-30* regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame
2008-07-30* 2008-07-30svn
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-07-29* test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame
2008-07-29* ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame
2008-07-29* test/etc/test_etc.rb (test_passwd): age field may be string undermame
2008-07-29* dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse
2008-07-29* ChangeLog: fixed wrong changelog for r18253.nobu
2008-07-29* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse
2008-07-28* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-28* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse
2008-07-28* 2008-07-29svn
2008-07-28* dir.c (struct dir_data): intenc field removed.akr
2008-07-28* test/rss/: use PNG instead of zlib as binary data.kou
2008-07-28 * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa
2008-07-28* test/ruby/test_require.rb (test_require_too_long_filename):mame
2008-07-28* vm_core.h: move the definition of struct rb_mutex_struct.mame
2008-07-28* thread.c (mutex_unlock): fix typo.mame
2008-07-28* file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu
2008-07-28* win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu
2008-07-28* win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu
2008-07-28 * win32/win32.c (MAXPATHLEN): define before use.usa
2008-07-28 * thread_win32.[ch]: moved definitions of cond_every_entry andusa
2008-07-28* dln.c (load_lib): use dln_find_file_r instead of dln_find_file.nobu
2008-07-27* 2008-07-28svn
2008-07-27* vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame
2008-07-27* test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame
2008-07-27* bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse
2008-07-27* gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear.ko1
2008-07-27* include/ruby/ruby.h: add a type T_DEFERRED.ko1
2008-07-27* dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu
2008-07-27* 2008-07-27svn
2008-07-27merged from 1.8seki
2008-07-26* sample/exyacc.rb: fixed NoMethodError(Kernel#sub!).yugui
2008-07-26add sample script using WIN32OLE_EVENT#handler=suke
2008-07-26* ext/win32ole/win32ole.c (Init_win32ole): addsuke
2008-07-25* 2008-07-26svn
2008-07-25* ext/win32ole/win32ole.c (add_event_call_back): remove unused suke