| Commit message (Expand) | Author | Age | Files | Lines |
| * | * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning. | matz | 2006-08-07 | 1 | -0/+5 |
| * | * parse.y (top_local_setup): local_vars[-1] should point | matz | 2006-08-07 | 1 | -0/+6 |
| * | %[EO]U didn't denote %U. | tadf | 2006-08-06 | 1 | -0/+4 |
| * | * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should not | akr | 2006-08-06 | 1 | -0/+5 |
| * | merge Oniguruma 4.2.2 | kosako | 2006-08-05 | 1 | -0/+16 |
| * | "%\n" means "\n". | tadf | 2006-08-05 | 1 | -0/+4 |
| * | add ML entry | matz | 2006-08-05 | 1 | -1/+1 |
| * | Clean up files for RDoc. | drbrain | 2006-08-04 | 1 | -0/+8 |
| * | * sprintf.c (rb_str_format): a bug in %c type check. | matz | 2006-08-04 | 1 | -0/+4 |
| * | * forget to ci ChangeLog | keiju | 2006-08-04 | 1 | -0/+5 |
| * | * lib/date/format.rb (__strptime, strftime): allow multi-line patterns | nobu | 2006-08-04 | 1 | -0/+6 |
| * | * pack.c (pack_pack): check argument overrun for 'P'. based on a | nobu | 2006-08-04 | 1 | -0/+5 |
| * | * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) should | akr | 2006-08-03 | 1 | -0/+5 |
| * | * range.c (range_include): should always call Enumerable#include? | matz | 2006-08-03 | 1 | -0/+6 |
| * | * ChangeLog: typo. | usa | 2006-07-31 | 1 | -1/+0 |
| * | * win32/win32.c (exit_handler): new function; release winsock and | usa | 2006-07-31 | 1 | -0/+15 |
| * | * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile): | akr | 2006-07-31 | 1 | -0/+6 |
| * | * ruby.h: use ifdef (or defined) for macro constants that may or | matz | 2006-07-31 | 1 | -0/+13 |
| * | * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improve | gotoyuzo | 2006-07-31 | 1 | -0/+5 |
| * | * eval.c (rb_call0): trace call/return of method defined from block. | nobu | 2006-07-30 | 1 | -1/+4 |
| * | * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings. | nobu | 2006-07-30 | 1 | -1/+4 |
| * | * eval.c (rb_trap_eval): make the current thread runnable to deal with | nobu | 2006-07-30 | 1 | -0/+5 |
| * | * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason. | nagai | 2006-07-28 | 1 | -0/+4 |
| * | * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings. | nobu | 2006-07-28 | 1 | -2/+6 |
| * | * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167] | matz | 2006-07-28 | 1 | -0/+4 |
| * | * eval.c (rb_call): a bug in method cache look-up. | matz | 2006-07-28 | 1 | -0/+5 |
| * | * sprintf.c (rb_f_sprintf): documentation update patch from Jacob | matz | 2006-07-28 | 1 | -0/+5 |
| * | * time.c (time_to_s): fixed typo. [ruby-dev:29162] | matz | 2006-07-28 | 1 | -0/+4 |
| * | * math.c (domain_check): ANSI style function arguments | matz | 2006-07-27 | 1 | -0/+6 |
| * | * math.c (domain_check): a new function to check domain error | matz | 2006-07-27 | 1 | -0/+11 |
| * | * time.c (time_to_s): fixed format mismatch. | nobu | 2006-07-27 | 1 | -0/+4 |
| * | * time.c: need to declare time_utc_offset. | eban | 2006-07-27 | 1 | -0/+4 |
| * | * io.c (io_close): always calls "close" method of the receiver. | matz | 2006-07-27 | 1 | -0/+5 |
| * | * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up | matz | 2006-07-27 | 1 | -2/+5 |
| * | * time.c (time_to_s): generate RFC822 style date string. | matz | 2006-07-27 | 1 | -0/+5 |
| * | * configure.in: add support for as and ASFLAGS. [ruby-dev:29138] | matz | 2006-07-26 | 1 | -0/+4 |
| * | * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content... | aamine | 2006-07-26 | 1 | -0/+14 |
| * | * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee... | aamine | 2006-07-26 | 1 | -0/+5 |
| * | * eval.c (Init_eval): rename #invoke_method and | matz | 2006-07-26 | 1 | -0/+13 |
| * | * ext/pty/pty.c (getDevice): retry once after GC on failure. | nobu | 2006-07-26 | 1 | -0/+5 |
| * | * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho... | aamine | 2006-07-26 | 1 | -0/+5 |
| * | * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum, | nobu | 2006-07-26 | 1 | -0/+5 |
| * | * string.c (rb_str_scan): add string modification check. | matz | 2006-07-26 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::QueryExtension::read_multipart): check | matz | 2006-07-26 | 1 | -0/+6 |
| * | * configure.in: suppress warnings by automake 1.8 or later. | nobu | 2006-07-25 | 1 | -0/+4 |
| * | * lib/mkmf.rb (configuration): typo. | usa | 2006-07-25 | 1 | -0/+4 |
| * | * process.c (rb_proc_times): rename hz to hertz to avoid name | matz | 2006-07-25 | 1 | -5/+10 |
| * | * eval.c (backtrace): skip frames successive on node and method name. | nobu | 2006-07-24 | 1 | -0/+4 |
| * | * eval.c (rb_call0): revert last change. [ruby-dev:29112] | matz | 2006-07-24 | 1 | -0/+5 |
| * | * ext/readline/readline.c (readline_readline): rl_deprep_term_function | akr | 2006-07-24 | 1 | -0/+5 |