| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey. | aamine | 2007-03-16 | 3 | -16/+387 |
* | * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is now | matz | 2007-03-14 | 3 | -6/+9 |
* | * lib/sync.rb: support for ruby 1.9(YARV) thread model. | keiju | 2007-03-13 | 2 | -88/+89 |
* | * common.mk (clear-installed-list): separated from install-prereq. | nobu | 2007-03-13 | 2 | -1/+9 |
* | * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock. | shugo | 2007-03-12 | 2 | -1/+6 |
* | * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph | knu | 2007-03-12 | 3 | -4/+11 |
* | 20070312 | knu | 2007-03-12 | 1 | -3/+3 |
* | * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about | knu | 2007-03-12 | 12 | -0/+73 |
* | * misc/ruby-mode.el (ruby-block-end-re): Support for the | knu | 2007-03-11 | 2 | -1/+6 |
* | * 2007-03-11 | eban | 2007-03-11 | 1 | -3/+3 |
* | * ChangeLog: correct ML number. [ruby-dev:30455] | nobu | 2007-03-11 | 1 | -1/+1 |
* | * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debug | knu | 2007-03-10 | 3 | -6/+149 |
* | * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name, | suke | 2007-03-09 | 3 | -19/+114 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 8 | -10/+33 |
* | * lib/shell/process-controller.rb: fix thread synchronization problem for [r... | keiju | 2007-03-06 | 2 | -3/+9 |
* | * ext/tk/sample/irbtkw.rbw: fails to exit process. | nagai | 2007-03-06 | 2 | -1/+10 |
* | * ChangeLog: commit miss. | nobu | 2007-03-06 | 1 | -1/+1 |
* | * runruby.rb: added --pure (turned on by default) and --debugger | nobu | 2007-03-06 | 2 | -6/+24 |
* | * lib/timeout.rb (Timeout.timeout): should return the block value always. | aamine | 2007-03-05 | 2 | -7/+17 |
* | * lib/net/smtp.rb: support automatic STARTTLS. | aamine | 2007-03-05 | 3 | -85/+232 |
* | * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in... | aamine | 2007-03-04 | 2 | -108/+79 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 4 | -11/+16 |
* | * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t and | nobu | 2007-03-04 | 2 | -4/+7 |
* | * file.c (rb_stat_s_utime): fixed a commit miss for the platforms | nobu | 2007-03-04 | 4 | -9/+19 |
* | * util.c (push_element): should return a int value. | eban | 2007-03-04 | 2 | -1/+7 |
* | * lib/set.rb (Set#^, Set#&): Correct documentation. Those methods | knu | 2007-03-03 | 2 | -2/+8 |
* | * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio... | aamine | 2007-03-03 | 2 | -6/+7 |
* | * lib/fileutils.rb (mv): could not move directory between different file syst... | aamine | 2007-03-03 | 2 | -3/+12 |
* | * file.c (rb_file_s_utime): allow nil to set the current time. | nobu | 2007-03-03 | 4 | -7/+30 |
* | * object.c (instance_variable_get): Restore rdoc markups lost in | knu | 2007-03-03 | 3 | -7/+12 |
* | * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array, | suke | 2007-03-02 | 3 | -45/+524 |
* | * object.c (rb_obj_ivar_set): RDoc updated according to a | matz | 2007-03-01 | 3 | -9/+15 |
* | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | nobu | 2007-03-01 | 2 | -0/+7 |
* | better error message | knu | 2007-02-28 | 1 | -1/+1 |
* | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu | 2007-02-28 | 2 | -4/+14 |
* | * mkconfig.rb (patchlevel): read from version.h. | nobu | 2007-02-28 | 3 | -5/+14 |
* | * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. | eban | 2007-02-28 | 1 | -0/+1 |
* | * configure.in (ac_cv_func_fcntl): fcntl support for MinGW. | eban | 2007-02-28 | 2 | -2/+9 |
* | * pack.c (pack_unpack): properly ignore non-base64 octets such as | shyouhei | 2007-02-28 | 2 | -8/+21 |
* | * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h. | usa | 2007-02-28 | 2 | -2/+6 |
* | * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc) | usa | 2007-02-28 | 2 | -5/+12 |
* | * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): system | nobu | 2007-02-28 | 11 | -36/+77 |
* | * enum.c (take_i): small cosmetic / documentation patch from | matz | 2007-02-27 | 2 | -6/+7 |
* | * ChangeLog: add name of bug reporter. | usa | 2007-02-27 | 1 | -1/+1 |
* | * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use | usa | 2007-02-27 | 3 | -4/+9 |
* | * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL'] | shyouhei | 2007-02-27 | 5 | -4/+64 |
* | * configure.in (--enable-auto-image-base): avoid the neccessity to | eban | 2007-02-27 | 2 | -1/+8 |
* | * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi(). | eban | 2007-02-27 | 3 | -1/+10 |
* | * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h. | usa | 2007-02-27 | 2 | -22/+24 |
* | * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1, | knu | 2007-02-27 | 2 | -5/+12 |