I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 14 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tietew <[email protected]>'s patch).
usa
More... over 24 years ago
20010920
n0kada
as nobu
More... over 24 years ago
forgotten MATCH_DATA...
n0kada
as nobu
More... over 24 years ago
for special local variable.
n0kada
as nobu
More... over 24 years ago
* eval.c, intern.h (rb_svar): return reference to special variable from local variable index. [new]
n0kada
as nobu
More... over 24 years ago
* string.c (rb_str_init): String.new() => "" More... over 24 years ago
* eval.c (rb_thread_restore_context): save current value of lastline and lastmatch in the thread struct for later restore. More... over 24 years ago
* lib/net/telnet.rb: waitfor(): improvement. thanks to [email protected] More... over 24 years ago
* lib/net/telnet.rb: waitfor(): bug fix. More... over 24 years ago
* lib/cgi.rb: CGI#doctype(): bug fix (html4Fr). More... over 24 years ago
* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIR not set.
n0kada
as nobu
More... over 24 years ago
* lib/jcode.rb: fixup quote handing. More... over 24 years ago
* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug print.
knu
More... over 24 years ago
* ext/readline/readline.c: restore terminal mode even if readline() interrupted. More... over 24 years ago
* 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