aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+5
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-0/+5
* * ext/pathname/pathname.c (path_cmp): Pathname#<=> translatedakr2010-07-291-0/+5
* * common.mk (EXT_SRCS): add ext/json/parser/parser.c.nobu2010-07-281-0/+4
* * file.c (rb_file_s_basename): pass baselen to rmext.nobu2010-07-281-0/+4
* * configure.in: not [freebsd] but [freebsd*] for AS_CASE.naruse2010-07-281-0/+4
* * ext/pathname/pathname.c (path_eq): Pathname#{==,===,eql?} translatedakr2010-07-281-0/+5
* * win32/Makefile.sub (config.h): VC6 or later have stddef.h.usa2010-07-281-0/+9
* * missing/*.c: include missing.hnobu2010-07-281-0/+4
* * cont.c: typos.usa2010-07-281-0/+4
* * cont.c: (RB_PAGE_SIZE): renamed from PAGE_SIZE. [ruby-dev:41870]naruse2010-07-281-0/+6
* * ext/pathname/pathname.c (path_taint): use rb_obj_taint.akr2010-07-271-0/+6
* * lib/mkmf.rb (have_framework): added.nobu2010-07-271-0/+4
* * defines.h, intern.h, missing.h, ruby.h, st.h, util.h: includenobu2010-07-271-0/+5
* * numeric.c (flo_cmp): typo.usa2010-07-271-0/+4
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-0/+7
* * ext/pathname/pathname.c (path_taint): Pathname#taint translated fromakr2010-07-261-0/+5
* * configure.in (config.h): add include guard.nobu2010-07-261-0/+6
* * configure.in (XCFLAGS): missing.h needs config.h.nobu2010-07-261-0/+4
* * include/ruby/missing.h: revert a part of r28727. config.h is expectedusa2010-07-261-0/+6
* * configure.in: define BROKEN_CLOSE only on FreeBSD.naruse2010-07-261-0/+5
* * vm.c (rb_thread_mark): should mark iseq itself other than normalnobu2010-07-261-0/+5
* * configure.in: define BROKEN_CLOSE on FreeBSD.naruse2010-07-261-0/+8
* * vm.c (rb_thread_mark): mark only self of normal iseqs, notnobu2010-07-261-0/+5
* * numeric.c (flo_cmp): honor the result of infinite? method of thenobu2010-07-241-1/+4
* * test/ruby/envutil.rb (EnvUtil#.suppress_warning): added.nobu2010-07-241-0/+7
* * lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo2010-07-231-0/+5
* * configure.in (RUBY_MINGW32): ignore msvc suffix.nobu2010-07-231-1/+3
* * configure.in (RUBY_TRY_CFLAGS): try with werror turned on.nobu2010-07-231-0/+4
* * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalidnobu2010-07-231-0/+5
* * configure.in (XCFLAGS): reverted mistakenly removed option.nobu2010-07-231-0/+7
* * complex.c (nucomp_to_i): allow complex with imaginary zero to bematz2010-07-221-0/+7
* * configure.in (RUBY_EXTERN): unnecessary after all.nobu2010-07-221-0/+4
* * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destorymame2010-07-221-0/+6
* * re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse2010-07-221-0/+7
* * include/ruby/missing.h: add prototype for ruby_close().naruse2010-07-221-0/+4
* * configure.in (RUBY_EXTERN): ignore invalid attribute.nobu2010-07-221-1/+3
* * configure.in: fix for older autoconf.nobu2010-07-221-0/+4
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-0/+4
* * configure.in (XCFLAGS): use -fvisibility=hidden if possible.nobu2010-07-211-1/+3
* * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible.nobu2010-07-211-1/+3
* * configure.in (RUBY_EXTERN): FUNCTION-BODY was missing.nobu2010-07-211-0/+4
* Fix signature of rb_ensure and rb_rescue to match the implementation in READM...drbrain2010-07-211-0/+5
* * template/fake.rb.in: get rid of embeding an absolute path.nobu2010-07-211-0/+4
* Load gems properly. Fixes [ruby-core:31377]evan2010-07-211-0/+5
* * sprintf.c: add short documentation about named reference.naruse2010-07-211-0/+5
* * parse.y (local_push_gen): disable unused variable warnings innobu2010-07-211-0/+5
* * vm_method.c (rb_method_boundp): revert r28543, r28564.naruse2010-07-211-0/+5
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-211-0/+7
* * lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame2010-07-211-0/+6