I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 05, 2025 — Feb 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gdbm typo More... almost 25 years ago
2001-02-13 More... almost 25 years ago
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2 have same fileno. More... almost 25 years ago
* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP. More... almost 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... almost 25 years ago
* win32/win32.c (win32_stat): replace stat for enable when pathname ends with '/' or '\' for mswin32 on Win9X / Win2k.
usa
More... almost 25 years ago
ruby.c (ruby_init_loadpath): convert '\' to '/' before finding executable file path. More... almost 25 years ago
2001-02-08 More... almost 25 years ago
lib/mkmf.rb (create_makefile): add srcdir. More... almost 25 years ago
* parse.y (parse_quotedwords): %w should allow parenthesis escape. More... almost 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... almost 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... almost 25 years ago
aamine * lib/net/http.rb: Proxy did not work. More... about 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... about 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... about 25 years ago
* array.c (rb_ary_sort_bang): returns self, even if its length is less than 2. More... about 25 years ago
gcc-2.95.2-7(cygwin) support. More... about 25 years ago
* eval.c (block_pass): return from block jumps directory to block invoker. More... about 25 years ago
* string.c (str_independent): should not clear str->orig here. it's too early. More... about 25 years ago
* parse.y: clarify do ambiguity, bit more complex but natural from my point of view. More... about 25 years ago
* eval.c (POP_BLOCK_TAG): call rb_gc_force_recycle() if block has not been objectified. More... about 25 years ago
* lib/cgi.rb: fix the problem that when running under mod_ruby header() outputs only one Set-Cookie line.
knu
More... about 25 years ago
* gc.c (rb_gc_call_finalizer_at_exit): should finalize objects in deferred_final_list too. More... about 25 years ago
2001-01-23 More... about 25 years ago
* gc.c (os_live_obj): do not list terminated object. More... about 25 years ago
* mkconfig.rb: autoconf 2.49 support. More... about 25 years ago
* parse.y (block_call): syntax restructure. More... about 25 years ago
* parse.y (yylex): fixed serious syntax misbehavior. do's preceding was too high. a block in `foo bar do .. end' should be passed to `foo', not `bar'. More... about 25 years ago
2001-01-18 More... about 25 years ago
2000-01-18 More... about 25 years ago