summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-035-26/+82
| | | | | | | | | | | * complex.c: ditto. * complex.c (nucomp_equal_p): added. Complex(NaN).equal?(Complex(NaN)) should return true. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c: undef-ed shome methods. [ruby-core:24110]tadf2009-07-033-5/+36
| | | | | | | | * complex.c (Numeric#arg): NaN for NaN. [ruby-core:24116] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_core.h (struct rb_iseq_struct): fixed types.nobu2009-07-032-3/+9
| | | | | | | * vm_core.h (ic_vmstat): VM state version is VALUE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: stripped.nobu2009-07-031-5/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (find_time_t): time guess strategy refined again.akr2009-07-022-115/+49
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* suppress a warning.akr2009-07-021-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-07-03svn2009-07-021-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (find_time_t): time guess strategy refined.akr2009-07-022-109/+144
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* don't use a string for Time.at argument.akr2009-07-021-15/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-022-4/+19
| | | | | | | a patch from Eric Hodel in [ruby-core:24111]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (num_exact): rb_check_to_integer() can deal with both ofnobu2009-07-012-5/+7
| | | | | | | Fixnum and Bignum together. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (parser_yylex): fixed wrong variable.nobu2009-07-012-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix svn:ignore settingdrbrain2009-07-010-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-016-15/+33
| | | | | | | | | | | | | | Marc-Andre Lafortune. [ruby-core:23943] * object.c (rb_mod_cmp): ditto. * range.c (range_eq): ditto. * string.c (rb_str_partition, rb_str_rpartition): ditto. * struct.c (rb_struct_s_def): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (num_exact): use to_r for T_FLOAT.akr2009-07-012-48/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (quo): return an integer if possible.akr2009-07-012-1/+16
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* unused variable removed.akr2009-07-011-1/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-07-02svn2009-07-011-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-07-011-3/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-015-10/+53
| | | | | | | | | | | | | | * time.c (nsec2timev): extracted from time_new_internal. (time_new_internal): change argument to VALUE. (rb_time_new): follow the argument change. (rb_time_nano_new): ditto. (rb_time_num_new): new function. * ext/socket/ancdata.c (ancillary_timestamp): use rb_time_num_new to represent struct bintime preciously. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_marshal.rb (TestMarshal#test_limit): test fornobu2009-07-011-0/+1
| | | | | | | [ruby-core:24100]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * marshal.c (w_encoding): encodings need extra depth.nobu2009-06-302-3/+8
| | | | | | | [ruby-core:24100] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_grep): gets rid of type-punning calls.nobu2009-06-303-6/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-304-4/+19
| | | | | | | | | | bytes. [ruby-dev:38722] * string.c (rb_str_offset): new function. * string.c (rb_str_index_m): no call to rb_reg_adjust_startpos(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/*: executable.nobu2009-06-301-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/rbinstall.rb: renamed to get rid of collision againstnobu2009-06-303-3/+6
| | | | | | | instruction.rb on command line completion of shell. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/mkconfig.rb (RbConfig.expand): get rid of exceptions onnobu2009-06-302-5/+8
| | | | | | | frozen strings unless really changed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/file2lastrev.rb: get rid of global variables.nobu2009-06-302-13/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/compile_prelude.rb: use US-ASCII name.nobu2009-06-302-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * insns.def, tool/instruction.rb: fixed types.nobu2009-06-303-13/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/*: executable.nobu2009-06-3010-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/{generic_erb,parse,strip-rdoc,transcode-tblgen,vtlh}.rb: executable.nobu2009-06-300-0/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-3010-57/+72
| | | | | | | regenc.c, regerror.c, regexec.c, regint.h, regparse.c: use long. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): fixed index overrun.nobu2009-06-302-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove suprious #dump on versiondrbrain2009-06-291-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* summary is required in a valid gemspec, fixes gem list -ddrbrain2009-06-292-1/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Doxy-commentyugui2009-06-291-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Doxy-comments.yugui2009-06-294-4/+92
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * tool/strip-rdocs.rb: supports QT style doxy-comments.yugui2009-06-292-3/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cmath.rb (log2, cbrt): added. [experimental]tadf2009-06-292-2/+26
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* reverted.tadf2009-06-291-23/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (nucomp_expt): do not use rb_fexpt.tadf2009-06-293-11/+29
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * object.c: updated the diagram of metaclass hierarchy in rdoc.yugui2009-06-291-20/+18
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2009-06-30svn2009-06-291-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Doxyfile.in: removed. merged into template/Doxyfile.templateyugui2009-06-295-253/+267
| | | | | | | | | | | | * configure.in: new checking for dot and doxygen. * template/Doxyfile.template: merged with Doxyfile.in. configured some options. * common.mk (capi): use $(DOXYGEN) instead of "doxygen". (Doxyfile): removed a duplicate entry in the dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (nucomp_expt): checks exactness.tadf2009-06-292-11/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* added a comment.tadf2009-06-291-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rational.c (float_to_r): always returns rational.tadf2009-06-292-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c (dln_find_1): fix for files with dots. [ruby-dev:38588]nobu2009-06-293-13/+44
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (BUFCHECK): use common bdiff.nobu2009-06-291-2/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e