index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.
naruse
2009-08-26
1
-0
/
+4
*
* random.c (random_rand): refined error message.
nobu
2009-08-26
1
-1
/
+3
*
* random.c (random_rand): fixed for edge cases of ranges.
nobu
2009-08-26
1
-0
/
+5
*
* lib/tempfile.rb: add documents from Hongli Lai's fork.
naruse
2009-08-26
1
-0
/
+5
*
* tool/mkconfig.rb (program_transform_name): fix for multiple trans
naruse
2009-08-26
1
-0
/
+7
*
* random.c (random_rand): unified random_int and random_float.
nobu
2009-08-26
1
-0
/
+6
*
* test/test_tempfile.rb: merged from Hongli Lai's fork.
nobu
2009-08-26
1
-0
/
+5
*
* lib/tempfile.rb (Tempfile#close!): should not undefine finalizer
nobu
2009-08-26
1
-0
/
+5
*
* tool/mkconfig.rb (program_transform_name): fix for autoconf 2.61
nobu
2009-08-26
1
-0
/
+5
*
* lib/tempfile.rb (Tempfile#close!, Tempfile#path): added side
nobu
2009-08-26
1
-0
/
+8
*
* lib/tempfile.rb (Tempfile#unlink): reverted r23494, since the
nobu
2009-08-26
1
-0
/
+5
*
* vm.c (collect_local_variables_in_env): skips internal variables.
nobu
2009-08-26
1
-0
/
+5
*
Update Oniguruma's UnicodeData to 5.1.
naruse
2009-08-25
1
-0
/
+15
*
Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.
naruse
2009-08-25
1
-0
/
+5
*
* bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivial
nobu
2009-08-25
1
-0
/
+8
*
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
nobu
2009-08-25
1
-2
/
+3
*
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
nobu
2009-08-25
1
-0
/
+5
*
* configure.in (DLDFLAGS): use linker_flag and changed undefined
nobu
2009-08-24
1
-0
/
+5
*
* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug
kou
2009-08-24
1
-0
/
+6
*
* include/ruby/missing.h (vsnprintf): rollback a part of r24179, because
usa
2009-08-24
1
-0
/
+5
*
* st.c (st_delete_safe): deals with packed entries.
nobu
2009-08-24
1
-0
/
+7
*
* win32/Makefile.sub (MAKEDIRS): define.
usa
2009-08-24
1
-0
/
+6
*
* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only when
nobu
2009-08-24
1
-0
/
+5
*
* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of
nobu
2009-08-24
1
-0
/
+5
*
* bootstraptest/runner.rb (main): "usage" description updated.
akr
2009-08-23
1
-0
/
+4
*
* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.
akr
2009-08-23
1
-0
/
+6
*
* thread.c (rb_thread_schedule): don't recur infinitely.
akr
2009-08-22
1
-0
/
+6
*
fix typos.
akr
2009-08-22
1
-19
/
+19
*
YAML parser don't need identity hash.
akr
2009-08-22
1
-4
/
+2
*
* ext/syck/rubyext.c (id_hash_new): new function to create a hash
akr
2009-08-22
1
-0
/
+11
*
* Makefile.in: use CP and MV macros.
naruse
2009-08-22
1
-0
/
+4
*
* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
nobu
2009-08-21
1
-0
/
+5
*
* enumerator.c (ary2sv): add dup argument.
akr
2009-08-21
1
-0
/
+9
*
* thread.c (rb_check_deadlock): decrease number of sleepers before
mame
2009-08-21
1
-0
/
+6
*
* enumerator.c (get_next_values): extracted from
akr
2009-08-21
1
-0
/
+7
*
* enc/unicode/name2ctype.h: split from enc/unicode.c and made a
nobu
2009-08-21
1
-0
/
+5
*
Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.
naruse
2009-08-21
1
-0
/
+5
*
Change modestr syntax for BOM to "BOM|UTF-*".
naruse
2009-08-21
1
-0
/
+7
*
use rl_prep_terminal only on Windows. [ruby-core:25009]
naruse
2009-08-21
1
-0
/
+5
*
* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to get
nobu
2009-08-20
1
-0
/
+12
*
* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.
nobu
2009-08-20
1
-0
/
+4
*
* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.
nobu
2009-08-20
1
-0
/
+4
*
* parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag during
mame
2009-08-20
1
-0
/
+5
*
Fix: change terminal's size on Widows when the window size is changed
naruse
2009-08-20
1
-0
/
+5
*
* parse.y (ivar2_hash_type): disabled for now.
nobu
2009-08-20
1
-0
/
+4
*
* thread.c (rb_thread_terminate_all): do not ignore interrupt when
matz
2009-08-20
1
-0
/
+5
*
* enumerator.c (next_init): don't clear feedvalue.
akr
2009-08-19
1
-0
/
+4
*
* enumerator.c: implement Enumerator#{next_values,peek_values,feed}
akr
2009-08-19
1
-0
/
+20
*
* dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficient
matz
2009-08-19
1
-0
/
+10
*
* enc/unicode.c (CodeRanges): initialized statically.
nobu
2009-08-19
1
-0
/
+4
[prev]
[next]