| Commit message (Expand) | Author | Age | Files | Lines |
| * | * defines.h (FLUSH_REGISTER_WINDOWS): defined for IA64. | akr | 2005-07-02 | 1 | -0/+9 |
| * | * configure.in: check select_large_fdset. | akr | 2005-07-02 | 1 | -0/+7 |
| * | * bignum.c (rb_big_neg): may be accessing bogus pointer value. | matz | 2005-07-01 | 1 | -0/+4 |
| * | * ChangeLog: typo. | usa | 2005-07-01 | 1 | -1/+1 |
| * | * missing/erf.c: need to include some headers for some platforms. | usa | 2005-07-01 | 1 | -0/+7 |
| * | * missing/crypt.c: modified to make it compilable on platforms | matz | 2005-07-01 | 1 | -0/+7 |
| * | * lib/open-uri.rb (OpenURI.open_http): refine post_connection_check | akr | 2005-07-01 | 1 | -0/+5 |
| * | * missing/crypt.c: replaced with 4.4BSD version. | matz | 2005-07-01 | 1 | -0/+9 |
| * | * enum.c (enum_min, enum_max): must not return Qundef. | nobu | 2005-06-30 | 1 | -0/+5 |
| * | * lib/delegate.rb (Delegator::respond_to): respond_to? must check | matz | 2005-06-30 | 1 | -0/+5 |
| * | * signal.c (trap): non-string trap hander was ignored. | nobu | 2005-06-30 | 1 | -1/+6 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): alternative implements | keiju | 2005-06-30 | 1 | -0/+4 |
| * | * lib/irb/ruby-lex.rb (RubyLex::identify_number): should not treat | matz | 2005-06-30 | 1 | -0/+5 |
| * | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -1/+0 |
| * | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -0/+17 |
| * | * lib/net/http.rb (Net::HTTP#connect, Net::HTTP#request): should | gotoyuzo | 2005-06-30 | 1 | -0/+9 |
| * | * regparse.c (fetch_token): avoid warning of unused goto tag. | ocean | 2005-06-28 | 1 | -0/+5 |
| * | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -0/+8 |
| * | * ext/nkf/lib/kconv.rb: add Kconv::VERSION | naruse | 2005-06-27 | 1 | -0/+7 |
| * | * lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_query): should | gotoyuzo | 2005-06-25 | 1 | -1/+6 |
| * | * enum.c (enum_min, enum_max, enum_min_by, enum_max_by): do not ignore | nobu | 2005-06-25 | 1 | -7/+12 |
| * | * lib/set.rb (Set#==): [ruby-dev:25206] (ported from ruby_1_8 branch) | ocean | 2005-06-25 | 1 | -2/+7 |
| * | * ext/nkf/lib/kconv.rb: remove constants | naruse | 2005-06-25 | 1 | -0/+10 |
| * | * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and | akira | 2005-06-24 | 1 | -0/+5 |
| * | * ext/tk/lib/tk.rb: fix typo on Tk.grid_propagate. | nagai | 2005-06-24 | 1 | -0/+10 |
| * | * runruby.rb: should load built rbconfig.rb. | nobu | 2005-06-23 | 1 | -1/+5 |
| * | * ext/tk/lib/tk/canvastag.rb: TkcGroup.new cannot include given items. | nagai | 2005-06-23 | 1 | -0/+12 |
| * | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): DUMMY_SETJMP is replaced | akr | 2005-06-20 | 1 | -0/+6 |
| * | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa | 2005-06-20 | 1 | -0/+15 |
| * | * gc.c (define_final): document fix: finalizers never get called | nobu | 2005-06-19 | 1 | -2/+7 |
| * | * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, | gotoyuzo | 2005-06-19 | 1 | -0/+7 |
| * | * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following | mneumann | 2005-06-19 | 1 | -0/+11 |
| * | * gc.c (run_final): reduce unnecessary object allocation during | nobu | 2005-06-19 | 1 | -0/+8 |
| * | * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. | shugo | 2005-06-17 | 1 | -0/+11 |
| * | * lib/time.rb (Time.parse): fix previous leap seconds support. | akr | 2005-06-17 | 1 | -0/+6 |
| * | * ruby.c (load_file): '!' is already read. reported by gotoyuzo. | usa | 2005-06-16 | 1 | -0/+4 |
| * | * ext/tk/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 |
| * | * lib/resolv.rb (Resolv::DNS::Resource#ttl): new attribute. | akr | 2005-06-15 | 1 | -0/+9 |
| * | * ext/tk/tk.rb: support "tk inactive" sub-command. [for Tcl/Tk8.5a3] | nagai | 2005-06-15 | 1 | -0/+7 |
| * | * ext/tk/tkutil/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 | -2/+45 |
| * | * eval.c (rb_gc_mark_threads): curr_thread may not be part of the | akr | 2005-06-12 | 1 | -0/+6 |
| * | * parse.y: missing arg_paren event. This patch is contributed by Mitchell N ... | aamine | 2005-06-11 | 1 | -0/+5 |
| * | * eval.c (unknown_node): show more information. [ruby-dev:26196] | akr | 2005-06-10 | 1 | -0/+4 |
| * | * 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 | -0/+5 |