aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu2008-03-141-0/+5
* * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.nobu2008-03-141-0/+4
* * bootstraptest/test_struct.rb: some test moved from test to shutmatz2008-03-131-0/+3
* * array.c (rb_ary_slice_bang): should not use rb_ary_subseq()matz2008-03-131-0/+6
* * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz2008-03-131-0/+3
* * enum.c (zip_ary): wrong boundary condition.matz2008-03-131-0/+2
* * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz2008-03-131-0/+4
* * {bcc,win}32/Makefile.sub (config.h): define uint32_t.usa2008-03-131-1/+6
* * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.nobu2008-03-131-0/+8
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-121-0/+16
* * configure.in (stdint.h): check if presence.nobu2008-03-121-0/+8
* * object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu2008-03-121-0/+4
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-121-0/+10
* * enum.c (enum_zip): optimize if all arguments are arrays.matz2008-03-111-0/+2
* * array.c (rb_ary_combination): argument check before creatingmatz2008-03-111-0/+7
* * numeric.c (fix_coerce): try conversion before type check.nobu2008-03-111-0/+5
* * ChangeLog: commit miss.nobu2008-03-111-5/+0
* * lib/delegate.rb (Delegator#initialize, DelegateClass): skip correctnobu2008-03-111-0/+5
* * common.mk (clean-local): WINMAINOBJ is Windows specific.nobu2008-03-111-0/+4
* * string.c (hash): replaced by MurmurHash described inmatz2008-03-111-0/+5
* * string.c (rb_str_comparable): empty strings in any encoding arematz2008-03-111-0/+5
* * eval.c (rb_f_local_variables): local_variables should return anmatz2008-03-101-0/+7
* * ruby.c (usage): remove some unimportant lines to fit -h messagematz2008-03-101-0/+5
* * version.c (MKSTR): make US-ASCII. [ruby-dev:34010]nobu2008-03-101-0/+4
* * ChangeLog: fixed indent.nobu2008-03-101-120/+120
* * string.c (rb_str_index): if t == s + pos, the character beginningnaruse2008-03-091-0/+5
* Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain2008-03-091-0/+5
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-091-0/+8
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-081-0/+4
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-081-0/+11
* * bignum.c: fix indent.mame2008-03-071-1/+5
* * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame2008-03-071-0/+5
* * cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu2008-03-071-0/+4
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-071-0/+4
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-061-0/+5
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-1/+1
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-0/+5
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-061-0/+5
* * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa2008-03-061-0/+7
* * missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr2008-03-061-0/+6
* * transcode.c (rb_str_transcode_bang): set coderange.naruse2008-03-061-0/+6
* * include/ruby/missing.h (cbrt): add declaration.akr2008-03-061-5/+9
* * misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu2008-03-061-0/+5
* * sprintf.c (rb_str_format): no need of loop.nobu2008-03-061-0/+4
* * object.c (rb_mod_freeze): call rb_class_name() directly.matz2008-03-061-0/+5
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-051-5/+12
* * sprintf.c (rb_str_format): size_t returned from strlen() can benobu2008-03-051-0/+5
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-051-0/+4
* * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):naruse2008-03-051-0/+10
* * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu2008-03-051-0/+5