summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").mame2008-07-301-0/+4
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-0/+5
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-291-0/+13
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-291-0/+4
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.mame2008-07-291-0/+4
* * test/etc/test_etc.rb (test_passwd): age field may be string undermame2008-07-291-0/+5
* * dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse2008-07-291-0/+4
* * ChangeLog: fixed wrong changelog for r18253.nobu2008-07-291-2/+3
* * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse2008-07-291-0/+5
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-281-0/+5
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-281-0/+12
* * dir.c (struct dir_data): intenc field removed.akr2008-07-281-0/+9
* * test/rss/: use PNG instead of zlib as binary data.kou2008-07-281-0/+4
* * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): revertedusa2008-07-281-5/+13
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-281-0/+5
* * vm_core.h: move the definition of struct rb_mutex_struct.mame2008-07-281-0/+6
* * thread.c (mutex_unlock): fix typo.mame2008-07-281-0/+4
* * file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu2008-07-281-0/+5
* * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must notnobu2008-07-281-0/+5
* * win32/win32.c (CreateChild, overlapped_socket_io): suppressnobu2008-07-281-0/+5
* * win32/win32.c (MAXPATHLEN): define before use.usa2008-07-281-0/+4
* * thread_win32.[ch]: moved definitions of cond_every_entry andusa2008-07-281-0/+6
* * dln.c (load_lib): use dln_find_file_r instead of dln_find_file.nobu2008-07-281-0/+4
* * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame2008-07-271-0/+8
* * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame2008-07-271-0/+5
* * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytesnaruse2008-07-271-0/+5
* * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear.ko12008-07-271-0/+7
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+15
* * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrantnobu2008-07-271-0/+5
* merged from 1.8seki2008-07-271-0/+6
* * sample/exyacc.rb: fixed NoMethodError(Kernel#sub!).yugui2008-07-261-0/+6
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-261-0/+7
* * ext/win32ole/win32ole.c (add_event_call_back): remove unused suke2008-07-251-0/+5
* * gc.c (gc_sweep, obj_free, run_final): defer finalizers of IO andnobu2008-07-251-0/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils#split_header_value):nobu2008-07-251-0/+6
* * test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame2008-07-251-0/+4
* * ext/win32ole/win32ole.c (ole_invoke, add_event_callback,suke2008-07-251-0/+5
* * test/win32ole/err_in_callback.rb : add test of raisingsuke2008-07-251-1/+8
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-251-0/+9
* * regint.c (xmalloc, xrealloc, xfree): not to use ruby managed memory.nobu2008-07-251-0/+4
* * vm.c (vm_invoke_proc): skip setting safe_level ifko12008-07-251-0/+5
* * test/ruby/test_transcode.rb: refactoring/cleanup ofduerst2008-07-251-0/+5
* fix ChangeLog.naruse2008-07-241-0/+1
* * ext/nkf/nkf.c (rb_nkf_convert): output of mime encode is US-ASCII.naruse2008-07-241-0/+4
* * sample/coverage.rb: move from lib/coverage.rb because this remains inmame2008-07-241-0/+5
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-241-0/+5
* * win32/win32.c (exit_handler): use st_free_table() to free socklist.usa2008-07-241-0/+8
* * win32/win32.c (overlapped_socket_io): avoid warnings.usa2008-07-241-0/+6
* * ext/win32ole/win32ole.c: got rid of improper casts.nobu2008-07-231-0/+4
* * test/socket/test_tcp.rb (test_recvfrom): replace an irrelevant testmame2008-07-231-0/+5