aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu2008-03-142-4/+17
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-144-25/+67
* * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu2008-03-142-8/+15
* * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.nobu2008-03-142-1/+5
* * bootstraptest/test_struct.rb: set property.nobu2008-03-130-0/+0
* * bootstraptest/test_struct.rb: some test moved from test to shutmatz2008-03-133-1/+8
* * array.c (rb_ary_slice_bang): should not use rb_ary_subseq()matz2008-03-132-1/+8
* * test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz2008-03-132-4/+5
* * enum.c (zip_ary): wrong boundary condition.matz2008-03-132-1/+3
* * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz2008-03-133-14/+25
* * {bcc,win}32/Makefile.sub (config.h): define uint32_t.usa2008-03-133-1/+8
* * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.nobu2008-03-133-6/+15
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-124-6/+31
* * configure.in (stdint.h): check if presence.nobu2008-03-124-10/+125
* * object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu2008-03-122-1/+5
* * misc/ruby-mode.el (ruby-mode-set-encoding): special treat fornobu2008-03-121-0/+3
* * eval_intern.h (rb_thread_raised_set): use generic flags.nobu2008-03-125-24/+29
* * gc.c: fixed indent.nobu2008-03-121-9/+10
* * gc.c: removed trailing spaces.nobu2008-03-121-5/+5
* * enum.c (enum_zip): optimize if all arguments are arrays.matz2008-03-112-3/+44
* * array.c (rb_ary_combination): argument check before creatingmatz2008-03-113-5/+12
* * numeric.c (fix_coerce): try conversion before type check.nobu2008-03-112-9/+24
* * 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-114-3/+7
* * string.c (hash): replaced by MurmurHash described inmatz2008-03-112-113/+37
* * string.c (rb_str_comparable): empty strings in any encoding arematz2008-03-112-4/+12
* * eval.c (rb_f_local_variables): local_variables should return anmatz2008-03-104-3/+10
* * ruby.c (usage): remove some unimportant lines to fit -h messagematz2008-03-103-6/+8
* * version.c (MKSTR): make US-ASCII. [ruby-dev:34010]nobu2008-03-102-1/+5
* * ChangeLog: fixed indent.nobu2008-03-101-120/+120
* * string.c (rb_str_index): if t == s + pos, the character beginningnaruse2008-03-093-4/+9
* add a test for [ruby-dev:34008].akr2008-03-091-0/+5
* Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain2008-03-092-7/+13
* fix doc.akr2008-03-0921-122/+114
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-094-4/+16
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-082-7/+10
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-084-38/+49
* add a test for [ruby-dev:34006].akr2008-03-081-0/+2
* code duplication removed.akr2008-03-081-223/+0
* * bignum.c: fix indent.mame2008-03-072-92/+96
* * bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame2008-03-072-10/+10
* * cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu2008-03-072-1/+5
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-072-2/+125
* * 2008-03-07usa2008-03-071-3/+3
* fix rdoc.akr2008-03-071-2/+1
* update sprintf rdoc.akr2008-03-072-49/+165
* update sprintf rdoc.akr2008-03-061-30/+60
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-062-0/+7
* add a test.akr2008-03-061-0/+5