summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ext/.document with extensions that appear to have documentation.drbrain2009-07-081-0/+5
| | | | | | Fixes #1738. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h:ko12009-07-071-0/+12
| | | | | | | | | | | | | | rename "...TypeStruct" and "typed_struct" to "TypedData..." and "typeddata", respectively. rename rb_data_type_t#name to rb_data_type_t#wrap_struct_name. * error.c, gc.c, iseq.c, vm.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (rb_gc_call_finalizer_at_exit): deal with typed struct likenobu2009-07-071-3/+4
| | | | | | | as obj_free(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (rb_typed_struct_is_kind_of): new function to see if thenobu2009-07-071-0/+5
| | | | | | | given typed struct. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * error.c (rb_check_typed_struct): new function to check typednobu2009-07-071-0/+8
| | | | | | | | | | struct. * include/ruby/ruby.h (Check_TypedStruct, Data_Get_TypedStruct): new macro to check typed struct. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (DEFINE_ENUMFUNCS): included function signature.nobu2009-07-071-1/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (rb_enum_join): non-nil separator must be convertible tonobu2009-07-071-0/+5
| | | | | | | String. [ruby-core:24172] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (rb_enum_join): should propagate taint to the returnmatz2009-07-071-0/+5
| | | | | | value. the change was overridden by r23967. [ruby-core:24176] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (GC_PROF_SET_MALLOC_INFO, GC_PROF_SET_HEAP_INFO): simplified.nobu2009-07-071-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse2009-07-071-0/+5
| | | | | | ext==intern. [ruby-dev:38278] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_to_a): should propagate taint to the return value.matz2009-07-061-0/+7
| | | | | | | | [ruby-core:24152] * enum.c (enum_sort_by): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * proc.c (make_curry_proc): should propagate lambda-ness.nobu2009-07-061-1/+4
| | | | | | | [ruby-core:24127] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * proc.c (proc_hash): use long.nobu2009-07-061-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_module.rb (TestModule#test_undef): adjust tomatz2009-07-061-0/+9
| | | | | | | | | | message change. * test/ruby/test_object.rb (TestObject#test_redefine_method_which_may_case_serious_problem): ditto. * test/ruby/test_object.rb (TestObject#test_remove_method): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_join): deals with self recursive objects to get ridnobu2009-07-061-0/+5
| | | | | | | of infinite recursion. [ruby-core:24150] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rational.c: edited rdoc.tadf2009-07-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (find_time_t): fix Time.local(2009,2,31) failure on 64bitakr2009-07-051-0/+5
| | | | | | | time_t environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (nucomp_s_polar): now arg is optional.tadf2009-07-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (float_arg): returns PI for -0.0.tadf2009-07-051-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+5
| | | | | | | execute event hooks, with preserving errinfo. [ruby-core:24118] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_method.c (rb_add_method, remove_method, rb_undef): fixednobu2009-07-041-1/+5
| | | | | | | | minor grammatical errors in warnings. a patch from Run Paint Run Run at [ruby-core:24141]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_method.c (Init_eval_method): registers notimplement_body as anobu2009-07-041-1/+4
| | | | | | | mark-object. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-0/+5
| | | | | | | arg where is overwritten at funcall. [ruby-core:24139] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (dbl2ival): should raise FloatDomainError on Infinitymatz2009-07-041-0/+5
| | | | | | and NaN as 1.8 does. [ruby-dev:38726] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enum.c (enum_join): add Enumerable#join.matz2009-07-031-0/+9
| | | | | | | | | * array.c (ary_join_1): recursive join for Enumerators (and objects with #to_a). * array.c (rb_ary_join): performance tune. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (find_time_t): less number of guesses for hh:mm:60.akr2009-07-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * complex.c (nucomp_equal_p): removed.tadf2009-07-031-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rational.c: renamed equal_p to eqeq_p.tadf2009-07-031-0/+9
| | | | | | | | | | | * 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-031-0/+6
| | | | | | | | * 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-031-0/+6
| | | | | | | * 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-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * time.c (find_time_t): time guess strategy refined.akr2009-07-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo2009-07-021-0/+5
| | | | | | | 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-011-0/+5
| | | | | | | 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-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-011-0/+13
| | | | | | | | | | | | | | 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-011-0/+4
| | | | 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-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+13
| | | | | | | | | | | | | | * 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
* * marshal.c (w_encoding): encodings need extra depth.nobu2009-06-301-0/+5
| | | | | | | [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-301-1/+5
| | | | 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-301-0/+9
| | | | | | | | | | 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/rbinstall.rb: renamed to get rid of collision againstnobu2009-06-301-1/+4
| | | | | | | 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-301-1/+4
| | | | | | | 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-301-1/+3
| | | | 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-301-0/+4
| | | | 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-301-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-301-0/+5
| | | | | | | 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