I Use This!
Very High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* ext/digest/digest.c (rb_digest_base_s_digest, rb_digest_base_s_hexdigest): ensure that a string is given.
knu
More... over 24 years ago
* lib/jcode.rb (_regexp_quote): fix quote handling, again. More... over 24 years ago
* file.c (rb_find_file_ext): add const qualifiers to ext.
n0kada
as nobu
More... over 24 years ago
* ext/socket/socket.c (Init_socket): remove duplicating constants.
n0kada
as nobu
More... over 24 years ago
typo fix More... over 24 years ago
* lib/jcode.rb (_regexp_quote): fix quote handling. More... over 24 years ago
* re.c (Init_Regexp): to_s to be alias to inspect. More... over 24 years ago
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
n0kada
as nobu
More... over 24 years ago
* ruby.c (proc_option): fix shift ARGV issue More... over 24 years ago
* ruby.c (proc_options): should not alter origargv[]. More... over 24 years ago
* ruby.c (proc_options): should not alter origargv[]. More... over 24 years ago
* error.c: unbreak the build on *BSD with gcc 3.0.1 by removing the conflicting declaration of sys_nerr for *BSD.
knu
More... over 24 years ago
2001-09-01
n0kada
as nobu
More... over 24 years ago
commit miss.
n0kada
as nobu
More... over 24 years ago
* ruby.c (set_arg0): prevent SEGV when val is longer than the original arguments.
n0kada
as nobu
More... over 24 years ago
* parse.y (yylex): ternary ? can be followed by newline. More... over 24 years ago
2001-08-24 More... over 24 years ago
* dln.c (dln_strerror): fix a bug that sometimes made null message on win32 (Tietew <[email protected]>'s patch).
usa
More... over 24 years ago
fix typo.
n0kada
as nobu
More... over 24 years ago
* eval.c (is_defined): should not dump core for "defined?(())". More... over 24 years ago
* ext/digest/sha2/extconf.rb: fix support for cross-compiling. * mkconfig.rb: fix support for autoconf 2.52. More... over 24 years ago
* parse.y (tokadd_escape): escaped backslashes too much. More... over 24 years ago
* range.c (range_step): 'iter' here should be an array. More... over 24 years ago
aamine * lib/net/protocol.rb: Protocol.new requires at least one arg. * lib/net/smtp.rb: ditto. * lib/net/pop.rb: ditto. * lib/net/http.rb: ditto. More... over 24 years ago
Mention ext/curses.
knu
More... over 24 years ago
* curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses. * curses.c: attribute control routines and background manipulation routines are always available. More... over 24 years ago
2001-08-16 More... over 24 years ago
* ext/socket/socket.c (s_recvfrom): fix typo.
usa
More... over 24 years ago
* ext/socket/socket.c (s_recvform): avoid VC++6 warning.
usa
More... over 24 years ago
* win32/win32.c (NtCmdGlob): avoid VC++ warning. * lib/mkmf.rb: add -I$(srcdir) to CPPFLAGS.
usa
More... over 24 years ago