summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-03-07fix rdoc.akr
2008-03-07update sprintf rdoc.akr
2008-03-06update sprintf rdoc.akr
2008-03-06* sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu
2008-03-06add a test.akr
2008-03-06use %ld for VALUE in rp.akr
2008-03-06* test_sprintf.rb (test_integer): add some cases.usa
2008-03-06 * sprintf.c (rb_str_format): casting double to long is undefinedusa
2008-03-06follow RFloat member name change.akr
2008-03-06add a test for [ruby-dev:34002].akr
2008-03-06 * sprintf.c (rb_str_format): casting double to long is undefinedusa
2008-03-06* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu
2008-03-06 * {bcc32,win32}/Makefile.sub (RUNRUBY): use $(PROGRAM) instead ofusa
2008-03-06* missing/lgamma_r.c (loggamma): return 0 for 1 and 2.akr
2008-03-06* transcode.c (rb_str_transcode_bang): set coderange.naruse
2008-03-06* include/ruby/missing.h (cbrt): add declaration.akr
2008-03-06* misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu
2008-03-06* sprintf.c (rb_str_format): no need of loop.nobu
2008-03-06* object.c (rb_mod_freeze): call rb_class_name() directly.matz
2008-03-05* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse
2008-03-05add tests for float format.akr