aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz2008-03-191-0/+5
* * complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu2008-03-191-0/+10
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-191-0/+5
* * encoding.c (enc_check_encoding): should not load autoloaded encodingnobu2008-03-191-0/+6
* * regint.h (include): include ruby.h instead of defines.h and config.h.usa2008-03-191-0/+4
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-191-0/+5
* * parse.y (literal_concat_gen): bail out at different encoding.nobu2008-03-181-0/+4
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-0/+20
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-171-0/+7
* * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu2008-03-171-0/+6
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-171-0/+4
* Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-161-0/+7
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-161-0/+4
* both complex and rational are now builtin classes.tadf2008-03-161-0/+40
* * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz2008-03-151-0/+6
* * lib/cgi.rb (CGI::Cookie::initialize): performance patch frommatz2008-03-141-0/+5
* * include/ruby/ruby.h (inttypes.h): includes always if available.nobu2008-03-141-0/+6
* * configure.in (RUBY_LIB_PREFIX): fix for prefix.nobu2008-03-141-0/+4
* * configure.in (RUBY_LIB_PREFIX): use libdir.nobu2008-03-141-0/+4
* * ext/digest/defs.h: inttypes.h is still needed.nobu2008-03-141-0/+4
* * {bcc,win}32/Makefile.sub: follow below changes.usa2008-03-141-0/+4
* * misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu2008-03-141-0/+5
* * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t,naruse2008-03-141-0/+10
* * 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