| Age | Commit message (Expand) | Author |
| 2008-01-11 | * lib/rdoc/options.rb (): | nobu |
| 2008-01-10 | * win32/win32.c (rb_w32_open_osfhandle): reverted to old definition. | nobu |
| 2008-01-08 | * win{32,ce}/Makefile.sub: merged. | nobu |
| 2008-01-06 | edited changelog. | tadf |
| 2008-01-06 | * lib/date.rb, lib/date/format.rb: introduced some constants | tadf |
| 2008-01-04 | * time.c (time_arg): use converted object. [ruby-core:14759] | nobu |
| 2008-01-03 | * win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660] | nobu |
| 2008-01-03 | * io.c (fptr_finalize): clear errno first. [ruby-talk:284492] | nobu |
| 2008-01-02 | * sample/time.rb: use Process.times instead of Time.times. | tadf |
| 2008-01-02 | * sample/goodfriday.rb: examples for date are enough. retired. | tadf |
| 2008-01-02 | * sample/cal.rb: just updated with the newest version. | tadf |
| 2007-12-30 | * trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross | nobu |
| 2007-12-30 | * lib/date.rb (_valid_time?): I'm not sure to recommend such an | tadf |
| 2007-12-28 | * lib/resolv.rb (Resolv::DNS#each_address): now returns IPv6 address. | naruse |
| 2007-12-28 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3. | kou |
| 2007-12-27 | * mkconfig.rb: should not use the libraries under the source directory | nobu |
| 2007-12-27 | * string.c (rb_str_lines, rb_str_bytes): ditto. | nobu |
| 2007-12-27 | * intern.h, string.c (rb_str_set_len): added for upgrading path from | nobu |
| 2007-12-27 | * ext/openssl/ossl_ssl.c: Only show a warning if the default | technorama |
| 2007-12-26 | * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of | naruse |
| 2007-12-24 | Merge r14565 and r14567 from trunk | drbrain |
| 2007-12-24 | * win{32,ce}/Makefile.sub (MFLAGS): defaulted to -l. | nobu |
| 2007-12-24 | * common.mk: should not pass MAKEFLAGS to recursive make. | nobu |
| 2007-12-22 | * lib/date.rb: don't freeze nil. [ruby-dev:32677] | tadf |
| 2007-12-19 | * configure.in (TIMEZONE_VOID): check whether timezone requires zero | nobu |
| 2007-12-19 | * parse.y (f_rest_arg): check if duplicated. [ruby-core:14140] | nobu |
| 2007-12-19 | * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal | nobu |
| 2007-12-17 | refined. | akr |
| 2007-12-17 | describe the previous problem. | akr |
| 2007-12-17 | * gc.c (stack_end_address): use local variable address instead of | akr |
| 2007-12-17 | * Makefile.in (RUNRUBY): added RUNRUBYOPT. | nobu |
| 2007-12-14 | * ext/readline/extconf.rb: should use have_func for functions instead | nobu |
| 2007-12-14 | * lib/mkmf.rb (try_var): should fail for functions. | nobu |
| 2007-12-14 | * configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined | nobu |
| 2007-12-10 | <= -> < | knu |
| 2007-12-10 | * array.c (rb_ary_slice_bang): If an invalid negative index (<= | knu |
| 2007-12-10 | * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME | matz |
| 2007-12-09 | * lib/cgi.rb (read_multipart): exclude blanks from header values. | nobu |
| 2007-12-05 | * range.c (range_each): followed step_i change. | nobu |
| 2007-12-05 | * numeric.c (int_odd_p): new method Integer#odd?. | akr |
| 2007-12-05 | * range.c (step_i, range_step): support non-fixnum steps. | nobu |
| 2007-12-04 | * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezing | nobu |
| 2007-12-02 | * eval.c (error_print): put newline unless multiple line message ends | nobu |
| 2007-12-02 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2. | kou |
| 2007-12-01 | Merged 14070 from trunk. | jeg2 |
| 2007-12-01 | * lib/resolv.rb: documentation update. backported from 1.9. | matz |
| 2007-11-30 | * parse.y (newline_node): set line from outermost node before removing | nobu |
| 2007-11-30 | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. | kou |
| 2007-11-29 | * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814] | nobu |
| 2007-11-28 | * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to | nobu |