| Commit message (Expand) | Author | Age | Files | Lines |
| * | * gc.c (run_final): reduce unnecessary object allocation during | nobu | 2005-06-19 | 1 | -2/+10 |
| * | * lib/time.rb (Time.parse): fix previous leap seconds support. | akr | 2005-06-17 | 1 | -0/+6 |
| * | * ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing. | ocean | 2005-06-16 | 1 | -0/+4 |
| * | * ext/tk/lib/tk.rb: add Tk.getMultiple{Open|Save}File() which return | nagai | 2005-06-16 | 1 | -0/+5 |
| * | * lib/time.rb (Time.parse): "Fri Jan 1 08:59:60 +0900 1999" was | akr | 2005-06-16 | 1 | -0/+8 |
| * | * ext/dl/sym.c (rb_dlsym_call): needs FREE_ARGS before return. | ocean | 2005-06-15 | 1 | -0/+5 |
| * | * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3] | nagai | 2005-06-15 | 1 | -0/+7 |
| * | * ext/tk/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) & | nagai | 2005-06-13 | 1 | -0/+8 |
| * | * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] | ocean | 2005-06-13 | 1 | -0/+4 |
| * | * signal.c (sigexit): call rb_thread_signal_exit() instead of | matz | 2005-06-12 | 1 | -0/+27 |
| * | * missing.h: fd_set stuffs need sys/types.h. fixed: [ruby-core:05179] | nobu | 2005-06-10 | 1 | -0/+4 |
| * | * ext/Win32API/Win32API.c (Win32API_Call): disable global | nobu | 2005-06-09 | 1 | -0/+5 |
| * | * enum.c (enum_inject): default the result value to Qundef to use | nobu | 2005-06-09 | 1 | -1/+6 |
| * | * eval.c (ruby_longjmp): new macro to call longjmp, setcontext, etc. | akr | 2005-06-09 | 1 | -0/+10 |
| * | small fix | ocean | 2005-06-08 | 1 | -1/+1 |
| * | * bignum.c (get2comp): calculate proper 2's complement for | matz | 2005-06-08 | 1 | -0/+18 |
| * | * enum.c (enum_min_by, enum_max_by): return nil if no iteration. | nobu | 2005-06-07 | 1 | -0/+9 |
| * | * ext/curses/curses.c (curses_insertln): merged a patch from | matz | 2005-06-07 | 1 | -0/+10 |
| * | * lib/thread.rb: RDoc documentation from Eric Hodel | matz | 2005-06-07 | 1 | -0/+5 |
| * | * lib/mkmf.rb (create_makefile): add .SUFFIXES from depend file. | nobu | 2005-06-07 | 1 | -3/+8 |
| * | * ChangeLog: fix typo. | nobu | 2005-06-07 | 1 | -1/+1 |
| * | * object.c (rb_mod_cvar_get): Module#class_variable_get(): back | matz | 2005-06-07 | 1 | -0/+8 |
| * | * sprintf.c (rb_f_sprintf): raise exception on debug mode (-d), | matz | 2005-06-07 | 1 | -0/+5 |
| * | * ext/tk/lib/multi-tk.rb: slave-ip fails to call procedures | nagai | 2005-06-07 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/console.rb: create console when required | nagai | 2005-06-05 | 1 | -0/+6 |
| * | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr | 2005-06-04 | 1 | -1/+5 |
| * | * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with | akr | 2005-06-03 | 1 | -0/+5 |
| * | * ext/tk/lib/multi-tk.rb: fix typo. | nagai | 2005-06-03 | 1 | -0/+4 |
| * | * bcc32/Makefile.sub: can use single quote character in DESTDIR. | ocean | 2005-06-01 | 1 | -0/+5 |
| * | * ext/tk/lib/macpkg.rb: add PACKAGE_NAME information of Tcl/Tk Extension. | nagai | 2005-05-30 | 1 | -0/+11 |
| * | * test/openssl/test_x509store.rb: add test for expired CRL | gotoyuzo | 2005-05-28 | 1 | -1/+6 |
| * | * ext/openssl/ossl_x509store.c (ossl_x509stctx_set_time): should | gotoyuzo | 2005-05-27 | 1 | -0/+5 |
| * | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-05-27 | 1 | -0/+6 |
| * | * lib/mkmf.rb: use the semicolon as the path separator | eban | 2005-05-27 | 1 | -0/+5 |
| * | * ChangeLog: fix entry format. | nobu | 2005-05-25 | 1 | -1/+1 |
| * | * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_list | nagai | 2005-05-25 | 1 | -0/+4 |
| * | * lib/irb/input-method.rb: do not use Readline::HISTORY.pop. | shugo | 2005-05-25 | 1 | -0/+5 |
| * | * ext/readline/readline.c: supported libedit. (backported from HEAD) | shugo | 2005-05-25 | 1 | -0/+8 |
| * | * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJIS | nagai | 2005-05-25 | 1 | -0/+40 |
| * | * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of | akr | 2005-05-25 | 1 | -0/+5 |
| * | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz | 2005-05-24 | 1 | -0/+10 |
| * | * lib/getopts.rb: should warn only if verbose mode. | eban | 2005-05-24 | 1 | -0/+5 |
| * | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string | nobu | 2005-05-23 | 1 | -0/+5 |
| * | * test/soap/calc: method name 'set' was able to crash with a class Set. | nahi | 2005-05-23 | 1 | -0/+8 |
| * | * ext/tcltklib/extconf.rb: Framework support on MacOS X Tiger. | nagai | 2005-05-23 | 1 | -0/+6 |
| * | * re.c (make_regexp): should not return junk address during | matz | 2005-05-23 | 1 | -0/+5 |
| * | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 1 | -1/+80 |
| * | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize): | gotoyuzo | 2005-05-22 | 1 | -0/+7 |
| * | * bcc32/Makefile.sub: tds files were not deleted when DESTDIR | ocean | 2005-05-21 | 1 | -0/+5 |
| * | * lib/rexml/encodings/SHIFT-JIS.rb: encoding and decoding were | ocean | 2005-05-19 | 1 | -0/+5 |