aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2005-11-06eban2005-11-061-3/+3
* * 2005-11-05eban2005-11-051-3/+3
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-058-185/+261
* * 2005-11-03eban2005-11-031-3/+3
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine2005-11-022-1/+6
* * 2005-11-02eban2005-11-021-3/+3
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-022-1/+6
* * ext/tk/sample/demos-jp/widget: make the root window lower than thenagai2005-11-022-4/+12
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai2005-11-023-16/+24
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-0111-14/+262
* * 2005-11-01eban2005-11-011-4/+4
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-013-1/+14
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-303-1/+14
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-306-0/+87
* * 2005-10-31eban2005-10-301-3/+3
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-302-4/+9
* * 2005-10-29eban2005-10-291-3/+3
* synchronized with date2 3.7tadf2005-10-292-0/+14
* * enumerator.c (enumerator_allocate): allow subclassing.nobu2005-10-272-2/+6
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-278-77/+589
* * 2005-10-27eban2005-10-271-3/+3
* * missing.h, missing/memcmp.c, missing/memmove.c:ocean2005-10-274-16/+19
* * ext/syck/implicit.c (syck_type_id_to_uri): should returnocean2005-10-262-2/+8
* * 2005-10-26eban2005-10-251-3/+3
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-257-5/+26
* * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean2005-10-252-4/+12
* * gc.c (garbage_collect): sorry, previous commit was incorrect.ocean2005-10-252-2/+6
* * gc.c (garbage_collect): return now whether there're rooms for newocean2005-10-252-1/+6
* * 2005-10-25eban2005-10-241-3/+3
* * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-242-2/+6
* RDoc documentation from Eric Hodel <drbrain@segment7.net> added.seki2005-10-244-92/+448
* * configure.in, io.c: use sys/syscall.h if syscall.h is not available.nobu2005-10-243-8/+15
* * ext/Win32API/lib/win32/resolv.rb (get_info): support multiple DNS.usa2005-10-242-2/+7
* * 2005-10-24eban2005-10-241-3/+3
* * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys):nagai2005-10-244-3/+11
* * 2005-10-23eban2005-10-231-3/+3
* * ext/tk/extconf.rb: improbe messages [ruby-core:06325].nagai2005-10-22127-106/+3453
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-223-5/+39
* * 2005-10-22eban2005-10-221-3/+3
* * util.[hc] (ruby_add_suffix): constified.ocean2005-10-223-27/+25
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-2213-28/+36
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-0/+50
* commit miss.nobu2005-10-221-50/+0
* * time.c (rb_strftime): removed meaningless volatile modifiers, andnobu2005-10-222-11/+13
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-225-8/+174
* * missing.h, missing/*.c: SUSv3 compatible strcasecmp and strncasecmp,ocean2005-10-2213-55/+37
* * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper)ocean2005-10-212-4/+8
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-219-87/+214
* * intern.h, struct.c (rb_struct_iv_get): constified.ocean2005-10-219-30/+33
* * time.c: should use LONG_LONG instead of `long long'.ocean2005-10-212-5/+6