10
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
merge -c 12123 More... over 18 years ago
merge -c 12116 More... over 18 years ago
merge -c 12113 More... over 18 years ago
* distruby.rb: Add zip generation. More... over 18 years ago
* merge -c 12080 More... over 18 years ago
* merge -c 12071 More... over 18 years ago
* merge -r 12066:12069 More... over 18 years ago
* merge -c 12065 More... over 18 years ago
* stable version 1.8.6 released.
knu
More... over 18 years ago
* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nph assumption any more; submitted by MIYASAKA Masaru <alkaid AT coral.ocn.ne.jp> in [ruby-dev:30537].
knu
More... over 18 years ago
* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about externally defined modules; submitted by Technorama Ltd. <oss-ruby AT technorama.net> in [ruby-bugs:PR#4704].
knu
More... over 18 years ago
* ext/dl/sym.c (rb_dlsym_inspect): Use "0x%x" rather for pointers. This might not be very right but it is commonly used in other parts of the code; submitted by sheepman <sheepman AT sheepman.sakura.ne.jp> in [ruby-dev:30532].
knu
More... over 18 years ago
* misc/README: Add a note about ruby-electric.el.
knu
More... over 18 years ago
* ext/dl/mkcallback.rb (mkfunc): Make sure that a callback function is found in the function table before trying to call it; submitted by sheepman <sheepman AT sheepman.sakura.ne.jp> in [ruby-dev:30524].
knu
More... over 18 years ago
* eval.c (error_handle): no message when exiting by signal.
knu
More... over 18 years ago
Merge changes from ruby_1_8:
knu
More... over 18 years ago
* time.c (time_to_s): Correct the wrong format which did not really conform to RFC 2822; pointed out by: OHARA Shigeki <os at iij.ad.jp> in [ruby-dev:30487].
knu
More... over 18 years ago
20070305
knu
More... over 18 years ago
merge a cosmetic change
knu
More... over 18 years ago
* lib/fileutils.rb (mv): could not move a directory between different filesystems. [ruby-dev:30411]
knu
More... over 18 years ago
* file.c (rb_file_s_utime): allow nil to set the current time.
knu
More... over 18 years ago
20070304
knu
More... over 18 years ago
* util.c (push_element): should return a int value.
knu
More... over 18 years ago
* lib/set.rb (Set#^, Set#&): Correct documentation. Those methods return sets, not arrays; noted by Oliver Frank Wittich <nietz AT mangabrain.de>.
knu
More... over 18 years ago
* eval.c (stack_check): Unset inline to fix build with GCC 3.4.6; submitted by: NISHIMATSU Takeshi <t_nissie AT yahoo.co.jp> in [ruby-list:43218]. cf. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24556
knu
More... over 18 years ago
* ext/thread/thread.c (push_list): Use ALLOC().
knu
More... over 18 years ago
* NEWS: Add a note for String#intern.
knu
More... over 18 years ago
* eval.c (rb_provided): return true only for features loaded from .rb files, and not search actual library type. [ruby-dev:30414]
knu
More... over 18 years ago
* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a local_tbl region from getting freed many times; submitted by Chikanaga Tomoyuki <chikanag AT nippon-control-system.co.jp> in [ruby-dev:30460].
knu
More... over 18 years ago
* object.c (rb_obj_ivar_set): RDoc updated according to a suggestion from Brian Candler <B.Candler AT pobox.com>. [ruby-core:10469]
knu
More... over 18 years ago