summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* previous change refined.akr2007-11-191-3/+3
* * test/fileutils/fileasserts.rb (assert_equal_time): show nsec ifakr2007-11-193-2/+27
* update doc.akr2007-11-191-88/+130
* Time#nsec and Time#tv_nsec described.akr2007-11-191-0/+1
* * file.c (utime_internal): fallback utimensat to utimes.akr2007-11-192-10/+22
* fix Time.parse to support nsec.akr2007-11-191-1/+6
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-1911-174/+569
* * object.c (rb_class_superclass): should not raise exception formatz2007-11-192-0/+6
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-197-51/+112
* * array.c (rb_ary_permutation): gives all permutations of elementsmatz2007-11-192-5/+17
* * compile.c (iseq_compile_each): alias and undef accept dsyms as wellnobu2007-11-182-5/+12
* * eval_method.ci (rb_add_method): no redefinition warning for undef.nobu2007-11-182-1/+5
* * parse.y (parser_read_escape): disallow control and meta modifiersnobu2007-11-183-5/+10
* * marshal.c (mark_dump_arg): it may be called after dump_ensure.akr2007-11-182-0/+6
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-183-2/+18
* * time.c (time_arg): show actual year in 2-3 digits year warning.akr2007-11-182-3/+8
* use ML ref. for assertion message.akr2007-11-1822-115/+92
* * eval_method.ci (rb_alias): do not call hook functions untilnobu2007-11-182-0/+7
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-183-10/+17
* check class.akr2007-11-171-4/+56
* * lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr2007-11-172-4/+11
* ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke2007-11-173-5/+9
* * bignum.c (rb_big_odd_p): new method added. a patch from Tadashimatz2007-11-162-0/+41
* * ext/iconv/iconv.c (iconv_iconv): also instance method needs to benobu2007-11-162-2/+5
* * ext/iconv/iconv.c (Document-class): moved the simplest example tonobu2007-11-162-8/+16
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-164-23/+40
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-163-4/+8
* * set eol-style.nobu2007-11-1627-1744/+1744
* add largefile.h, miniprelude.c,akr2007-11-150-0/+0
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-154-4/+7
* * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why2007-11-152-3/+7
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-154-9/+27
* * ChangeLog: add ML ref.usa2007-11-151-0/+1
* * ext/curses/extconf.rb: check macro if cannot find func.usa2007-11-152-1/+6
* * tool/compile_prelude.rb: fix TMP_RUBY_PREFIX for relative load pathakr2007-11-152-2/+6
* escape "{" too.akr2007-11-151-1/+1
* * tool/compile_prelude.rb: absolute path may not start with a slash.akr2007-11-152-2/+8
* * tool/compile_prelude.rb: fix first substitution.akr2007-11-152-3/+9
* * common.mk (prereq): added auto generated sources. [ruby-dev:32280]nobu2007-11-152-1/+8
* * tool/compile_prelude.rb: use constant for prefix.akr2007-11-152-3/+10
* * tool/compile_prelude.rb: use simple template system for sourceakr2007-11-152-32/+43
* * lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz2007-11-152-4/+18
* * tool/compile_prelude.rb (c_esc): need to escape closing brace.matz2007-11-153-4/+8
* * tool/compile_prelude.rb: adjust RbConfig::CONFIG paths relativeakr2007-11-152-12/+31
* * ruby.c (usage): fix typo on --disable-gems option.akr2007-11-152-1/+6
* * test/net/http/test_https_proxy.rbmatz2007-11-142-0/+9
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-143-32/+24
* * common.mk, Makefile.in: rename prelude.c to miniprelude.c.akr2007-11-145-8/+17
* * blockinlining.c, compile.c, compile.h, debug.c, debug.h,ko12007-11-1318-107/+115
* * tool/makedocs.rb, template/insnstbl.html: removed.ko12007-11-133-101/+4