I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision
n0kada
as nobu
More... almost 24 years ago
* marshal.c (w_object): module inclusion using extend() should also be detected. More... almost 24 years ago
* ext/socket/extconf.rb (have_struct_member): don't print checked result.
akr
More... almost 24 years ago
2002-03-08 More... almost 24 years ago
* eval.c (cvar_cbase): utility function to find innermost non singleton cbase. More... almost 24 years ago
* lib/resolv.rb: use its own thread group for background threads.
akr
More... almost 24 years ago
* gc.c (rb_source_filename): added. holds unique strings for file names with GC space.
n0kada
as nobu
More... almost 24 years ago
* dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx. More... almost 24 years ago
- Slightly fix one of the last entries. (stdin -> stdin or stdout)
knu
More... almost 24 years ago
* lib/getopts.rb: Rewrite to fix some bugs and complete features. - Accept options with the colon in the first argument; getopts("a:bcd:") is equivalent to getopts("bc", "a:", "d:"). - Do not discard the argument that caused an error. - Do not discard '-', which commonly stands for stdin. - Allow specifying a long option with a value using '='. (command --long-option=value) - Stop reading options when it meets a non-option argument.
knu
More... almost 24 years ago
* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug where --with-xx-{include,lib} is ignored when --with-xx-dir is specified.
knu
More... almost 24 years ago
Make cvs ignore mkmf.log.
knu
More... almost 24 years ago
fix method name.
akr
More... almost 24 years ago
2002-03-01 More... almost 24 years ago
* ext/socket/{addinfo.h,getaddrinfo.c} (gai_strerror): add const qualifier only for uClibc. More... almost 24 years ago
* ChangeLog: fixed the description of getacl. More... almost 24 years ago
* lib/net/imap.rb: added document. * lib/net/imap.rb (getquotaroot): new method. * lib/net/imap.rb (setacl): remove the rights if the rights parameter is nil. * lib/net/imap.rb (getacl): return a MailboxACLItem object. More... almost 24 years ago
* dln.c (dln_load): fix typo.
akr
More... almost 24 years ago
* ext/socket/extconf.rb (have_struct_member): new method. check msg_control and msg_accrights in struct msghdr. check sys/uio.h.
akr
More... almost 24 years ago
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