I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* eval.c (rb_mod_nesting): should not include Object at the toplevel. More... almost 25 years ago
* ruby.h: better inline function support. More... almost 25 years ago
* win32/win32.c (isUNCRoot): multibyte character support. More... almost 25 years ago
* win32/win32.c (win32_stat): WinNT/2k "//host/share" support. More... almost 25 years ago
rb_iglob -> rb_globi More... almost 25 years ago
* ruby.h: rb_sys_stat -> stat More... almost 25 years ago
* gc.c (id2ref): sometimes confused symbol and reference. More... almost 25 years ago
* win32/dir.h: replace missing/dir.h . * win32/win32.h: ditto. * win32/win32.c: ditto.
usa
More... almost 25 years ago
* win32/win32.c (win32_stat): UNC support. * dir.c (extract_path): fix "./*" problem. More... almost 25 years ago
* dir.c (glob_helper): replace lstat() by stat() to follow symlink in the case like 'symlink/*'. More... almost 25 years ago
very sorry check miss. More... almost 25 years ago
sorry erase miss. More... almost 25 years ago
Sun Mar 18 08:58:18 2001 Wakou Aoyama <[email protected]> More... almost 25 years ago
* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016). More... almost 25 years ago
* configure.in: Set SOLIBS properly for all ELF and FreeBSD/NetBSD/OpenBSD a.out platforms so that the shlib dependencies are recorded in the libruby shlib.
knu
More... almost 25 years ago
* eval.c (rb_thread_schedule): raise FATAL just once to THREAD_TO_KILL. More... almost 25 years ago
* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so that default self should be checked by klass == 0. More... almost 25 years ago
* eval.c (ev_const_defined): add new parameter self for special const fallback. More... almost 25 years ago
* dir.c (rb_glob_helper): fix drive letter handling on DOSISH. More... almost 25 years ago
garvage is included. More... almost 25 years ago
* parse.y: warn -> rb_warn More... almost 25 years ago
aamine * lib/net/http.rb: add HTTPRequest#basic_auth. * lib/net/smtp.rb: raise if only account or password is given. * lib/net/protocol.rb: WriteAdapter#<< returns self. More... almost 25 years ago
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). More... almost 25 years ago
* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH. More... almost 25 years ago
* lib/mkmf.rb (install_rb): fix handling of destination path. More... almost 25 years ago
* math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin. More... almost 25 years ago
aamine * lib/net/protocol.rb: one write(2) per one line. More... almost 25 years ago
* math.c (math_log, math_log10): should return NaN if x < 0.0 on Cygwin. More... almost 25 years ago
* lib/monitor.rb: fixed the example code. More... almost 25 years ago
* parse.y (primary): rescue and ensure clauses should be allowed to appear in singleton method body. More... almost 25 years ago