summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-14* configure.in (RUBY_LIB_PREFIX): fix for prefix.nobu
2008-03-14* configure.in (RUBY_LIB_PREFIX): use libdir.nobu
2008-03-14* ext/digest/defs.h: inttypes.h is still needed.nobu
2008-03-14* numeric.c (flo_divmod): remvoed unused variable.nobu
2008-03-14 * {bcc,win}32/Makefile.sub: follow below changes.usa
2008-03-14* misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu
2008-03-14* configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse
2008-03-14* configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu
2008-03-14* string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word.nobu
2008-03-13* bootstraptest/test_struct.rb: set property.nobu
2008-03-13* bootstraptest/test_struct.rb: some test moved from test to shutmatz
2008-03-13* array.c (rb_ary_slice_bang): should not use rb_ary_subseq()matz
2008-03-13* test/ruby/test_numeric.rb (TestNumeric::test_num2long): bit-andmatz
2008-03-13* enum.c (zip_ary): wrong boundary condition.matz
2008-03-13* numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz
2008-03-13 * {bcc,win}32/Makefile.sub (config.h): define uint32_t.usa
2008-03-13* trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check.nobu
2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz
2008-03-12* configure.in (stdint.h): check if presence.nobu
2008-03-12* object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu
2008-03-12* misc/ruby-mode.el (ruby-mode-set-encoding): special treat fornobu
2008-03-12* eval_intern.h (rb_thread_raised_set): use generic flags.nobu
2008-03-12* gc.c: fixed indent.nobu
2008-03-12* gc.c: removed trailing spaces.nobu
2008-03-11* enum.c (enum_zip): optimize if all arguments are arrays.matz
2008-03-11* array.c (rb_ary_combination): argument check before creatingmatz
2008-03-11* numeric.c (fix_coerce): try conversion before type check.nobu
2008-03-11* ChangeLog: commit miss.nobu
2008-03-11* lib/delegate.rb (Delegator#initialize, DelegateClass): skip correctnobu
2008-03-11* common.mk (clean-local): WINMAINOBJ is Windows specific.nobu
2008-03-11* string.c (hash): replaced by MurmurHash described inmatz
2008-03-11* string.c (rb_str_comparable): empty strings in any encoding arematz
2008-03-10* eval.c (rb_f_local_variables): local_variables should return anmatz
2008-03-10* ruby.c (usage): remove some unimportant lines to fit -h messagematz
2008-03-10* version.c (MKSTR): make US-ASCII. [ruby-dev:34010]nobu
2008-03-10* ChangeLog: fixed indent.nobu
2008-03-09* string.c (rb_str_index): if t == s + pos, the character beginningnaruse
2008-03-09add a test for [ruby-dev:34008].akr
2008-03-09Restore missing line to RDoc::Generator#params. Patch by Lincoln Stoll.drbrain
2008-03-09fix doc.akr
2008-03-09* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain
2008-03-08* file.c (isdirsep): backslash is valid path separator on cygwin too.nobu
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-08add a test for [ruby-dev:34006].akr
2008-03-08code duplication removed.akr
2008-03-07* bignum.c: fix indent.mame
2008-03-07* bignum.c (power_cache_init, power_cache_get_power0, Init_Bignum):mame
2008-03-07* cont.c (cont_restore_0): fixed typo. [ruby-core:15821]nobu
2008-03-07* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu
2008-03-07* 2008-03-07usa