I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 13, 2025 — Jul 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* win32/win32.c (myrename): fix error handling. More... over 25 years ago
aamine * lib/net/http.rb: always close connection on request without body. * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: change copyright. More... over 25 years ago
aamine * lib/net/protocol.rb: clear read buffer after reopen. * lib/net/protocol.rb: refactoring. * lib/net/http.rb: split module HTTPHeader from HTTPResponse. More... over 25 years ago
* process.c: add W* macro if not available. More... over 25 years ago
* configure.in: add check for negative time_t for gmtime(3). More... over 25 years ago
* string.c (rb_str_substr): "a"[1,2] should return ""; need rubicon upgrade. More... over 25 years ago
2001-02-19 More... over 25 years ago
* eval.c (secure_visibility): visibility check for untainted modules. More... over 25 years ago
2001-02-18 More... over 25 years ago
* ext/curses/extconf.rb: add dir_config. quote> * missing/flock.c: use fcntl(2) instead of lockf(2). More... over 25 years ago
aamine * lib/net/http.rb: Response#range_length was not debugged. More... over 25 years ago
* win32/win32.c: fasten file I/O on mswin32/mingw32.
usa
More... over 25 years ago
* io.c (set_outfile): f should be the FILE* from the assigning value. More... over 25 years ago
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