summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-12* eval.c (rb_define_alloc_func, rb_undef_alloc_func): shouldnobu
2008-01-12 * lib/date.rb, lib/date/format.rb: tuning for performance.tadf
2008-01-11* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILEnobu
2008-01-11* configure.in: moved broken syscall checks from process.c etc.nobu
2008-01-11* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result ofnobu
2008-01-11* dln.c: use dlopen on Mac OS X 10.3 or later. backport from trunk.nobu
2008-01-11* ChangeLog: commit missnobu
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* 2008-01-06usa
2008-01-06edited changelog.tadf
2008-01-06 * lib/date.rb, lib/date/format.rb: introduced some constantstadf
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* 2007-01-02usa
2008-01-02use hard tab.tadf
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 crossnobu
2007-12-30 * lib/date.rb (_valid_time?): I'm not sure to recommend such antadf
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 directorynobu
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 fromnobu
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 ofnaruse
2007-12-26parsedate is obsolete.tadf
2007-12-24Merge r14565 and r14567 from trunkdrbrain
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 zeronobu
2007-12-19* parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]nobu
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-17refined.akr
2007-12-17describe the previous problem.akr
2007-12-17* gc.c (stack_end_address): use local variable address instead ofakr
2007-12-17* Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu
2007-12-15catch EOFError in a thread.akr
2007-12-14* ext/readline/extconf.rb: should use have_func for functions insteadnobu
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 definednobu
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_NAMEmatz