I Use This!
Very High Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* lib/getopts.rb: single_options can be nil[*], and is not not optional. ([*]Pointed out by gotoken)
knu
More... almost 24 years ago
2002-03-12
n0kada
as nobu
More... almost 24 years ago
* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1', since octal literals are formed by three digits at most. More... almost 24 years ago
* lib/resolv.rb: don't complete domains for absolute FQNs.
akr
More... almost 24 years ago
Remove the entries that have already been merged into the stable branch.
knu
More... almost 24 years ago
tsort description modifed.
akr
More... almost 24 years ago
tsort library added.
akr
More... almost 24 years ago
* lib/tsort.rb: new file.
akr
More... almost 24 years ago
StringIO.
n0kada
as nobu
More... almost 24 years ago
2002-03-11
n0kada
as nobu
More... almost 24 years ago
StringIO
n0kada
as nobu
More... almost 24 years ago
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