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