I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2002-02-28 More... almost 24 years ago
* eval.c (rb_mod_include): load modules in argument order. More... almost 24 years ago
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior. More... almost 24 years ago
* io.c (READ_DATA_PENDING): uClibc support. * random.c (rand_init): ditto. * ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): ditto. More... almost 24 years ago
* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple of off-by-one errors in Aaron Gifford's code.
knu
More... almost 24 years ago
2002-02-26
usa
More... almost 24 years ago
* bignum.c (rb_big_2comp): void function cannot return any value.
usa
More... almost 24 years ago
* eval.c (rb_eval): call trace_func for if/while conditions. More... almost 24 years ago
* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI. * lib/uri/generic.rb: registry part must not be allowed for any schemes for the Internet. (RFC2396, section 3.2.2 and 3.2.1.) More... almost 24 years ago
Corrected mis-indentation. Try diff -w to find that these are the same without indentation. More... almost 24 years ago
* ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().
knu
More... almost 24 years ago
* ext/syslog/syslog.c: Merge from rough. Turn Syslog into a module keeping backward compatibility intact.
knu
More... almost 24 years ago
commit miss.
n0kada
as nobu
More... almost 24 years ago
* sample/test.rb (system): test with scripts under the source directory.
n0kada
as nobu
More... almost 24 years ago
2002-02-25 More... almost 24 years ago
* eval.c (method_inspect): should not dump core for unbound singleton methods. More... almost 24 years ago
* lib/shell.rb (Shell::expand_path): relative to @cwd.
n0kada
as nobu
More... almost 24 years ago
* ext/digest/*/*.h: Merge from rough. - Avoid namespace pollution. (MD5_* -> rb_Digest_MD5_*, etc.)
knu
More... almost 24 years ago
Merge from rough. - Avoid namespace pollution. (MD5_* -> rb_Digest_MD5_*, etc.)
knu
More... almost 24 years ago
Refactoring. Added Context#format_frame to format a frame, used by up/down command and Context#display_frames. More... almost 24 years ago
modify typo. More... almost 24 years ago
fix filename.
akr
More... almost 24 years ago
* lib/net/protocol.rb: set read_timeout dynamically. * lib/net/http.rb: @@newimpl is always true in the main trunk. * lib/net/http.rb: HTTP.port -> default_port * lib/net/http.rb: HTTPResponse.read_response_status -> read_status_line More... almost 24 years ago
2002-02-22
n0kada
as nobu
More... almost 24 years ago
* win32/config.status.in: set LIBRUBY_SO.
usa
More... almost 24 years ago
* bignum.c (get2comp): need to specify to carry or not. More... almost 24 years ago
* prettyprint.rb: FillGroup implemented.
akr
More... almost 24 years ago
* ext/extmk.rb.in (create_makefile): remove unnecessary -L option from LIBS macro.
usa
More... almost 24 years ago
2002-02-21 More... almost 24 years ago
* pack.c (pack_pack): wrong # comment treatment. More... almost 24 years ago