I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2025 — Jul 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2001-02-15 More... over 25 years ago
* process.c (proc_waitall): new method based on a patch from Brian Fundakowski Feldman <[email protected]>. More... over 25 years ago
* lib/cgi/session.rb (close): fixed reversed condition. More... over 25 years ago
2001-02-14 More... over 25 years ago
* lib/net/imap.rb: supports unknown resp_text_code. More... over 25 years ago
* dir.c (dir_s_glob): supprt backslash escape of metacharacters and delimiters. More... over 25 years ago
* dir.c (lstat): should use rb_sys_stat if lstat(2) is not available. More... over 25 years ago
gdbm typo More... over 25 years ago
2001-02-13 More... over 25 years ago
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2 have same fileno. More... over 25 years ago
* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP. More... over 25 years ago
* eval.c (stack_length): use __builtin_frame_address() only if GCC and i386 CPU. * gc.c (rb_gc, Init_stack): ditto. More... over 25 years ago
* win32/win32.c (win32_stat): replace stat for enable when pathname ends with '/' or '\' for mswin32 on Win9X / Win2k.
usa
More... over 25 years ago
ruby.c (ruby_init_loadpath): convert '\' to '/' before finding executable file path. More... over 25 years ago
2001-02-08 More... over 25 years ago
lib/mkmf.rb (create_makefile): add srcdir. More... over 25 years ago
* parse.y (parse_quotedwords): %w should allow parenthesis escape. More... over 25 years ago
aamine * lib/net/http.rb: join HTTPReadResponse into HTTPResponse again. * lib/net/http.rb: move http_version() from HTTPRequest to HTTPResponse. * lib/net/protocol.rb: refactoring. More... over 25 years ago
aamine * lib/net/http.rb: split HTTPResponse into HTTPReadResponse module. * lib/net/protocol.rb: add Net::net_private. * lib/net/protocol.rb: Socket#reopen takes arg, open_timeout. More... over 25 years ago
aamine * lib/net/http.rb: Proxy did not work. More... over 25 years ago
aamine * lib/net/http.rb: call on_connect() on re-opening socket. * lib/net/pop.rb: also POP3 can use APOP auth. More... over 25 years ago
aamine * lib/net/http.rb: add HTTP#request. * lib/net/http.rb: take HTTP 1.0 server into account (incomplete). * lib/net/protocol.rb: timeout for open/read. * lib/net/protocol.rb: add Protocol#on_connect,on_disconnect. More... over 25 years ago
* array.c (rb_ary_sort_bang): returns self, even if its length is less than 2. More... over 25 years ago
gcc-2.95.2-7(cygwin) support. More... over 25 years ago
* eval.c (block_pass): return from block jumps directory to block invoker. More... over 25 years ago
* string.c (str_independent): should not clear str->orig here. it's too early. More... over 25 years ago
* parse.y: clarify do ambiguity, bit more complex but natural from my point of view. More... over 25 years ago
* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block has not been objectified. More... over 25 years ago
* lib/cgi.rb: fix the problem that when running under mod_ruby header() outputs only one Set-Cookie line.
knu
More... over 25 years ago
* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects in deferred_final_list too. More... over 25 years ago