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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for Linux compatibility
naruse
2009-08-25
1
-6
/
+7
*
Set 'mkdir -p' to MKDIR_P when AC_PROG_MKDIR_P doesn't set MKDIR_P.
naruse
2009-08-25
2
-8
/
+14
*
* random.c (rand_init, random_load): use already defined macro.
nobu
2009-08-25
1
-7
/
+7
*
* bignum.c (rb_big_clone, bigmul1_normal, bigdivrem): trivial
nobu
2009-08-25
2
-26
/
+37
*
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
nobu
2009-08-25
2
-6
/
+4
*
* Makefile.in (enc/unicode/name2ctype.h): explicitly ignores the
nobu
2009-08-25
2
-1
/
+6
*
* configure.in (DLDFLAGS): use linker_flag and changed undefined
nobu
2009-08-24
3
-5
/
+11
*
* lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug
kou
2009-08-24
3
-1
/
+27
*
* include/ruby/missing.h (vsnprintf): rollback a part of r24179, because
usa
2009-08-24
2
-1
/
+12
*
* st.c (st_delete_safe): deals with packed entries.
nobu
2009-08-24
2
-0
/
+35
*
* win32/Makefile.sub (MAKEDIRS): define.
usa
2009-08-24
1
-0
/
+6
*
* win32/Makefile.sub (MAKEDIRS): define.
usa
2009-08-24
2
-1
/
+2
*
* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only when
nobu
2009-08-24
2
-4
/
+9
*
* 2009-08-24
svn
2009-08-24
1
-2
/
+2
*
* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead of
nobu
2009-08-24
2
-1
/
+6
*
* bootstraptest/runner.rb (main): "usage" description updated.
akr
2009-08-23
2
-1
/
+5
*
* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.
akr
2009-08-23
2
-2
/
+22
*
* 2009-08-23
svn
2009-08-22
1
-2
/
+2
*
* thread.c (rb_thread_schedule): don't recur infinitely.
akr
2009-08-22
2
-7
/
+29
*
fix typos.
akr
2009-08-22
1
-19
/
+19
*
YAML parser don't need identity hash.
akr
2009-08-22
2
-15
/
+13
*
* ext/syck/rubyext.c (id_hash_new): new function to create a hash
akr
2009-08-22
3
-7
/
+23
*
* Makefile.in: use CP and MV macros.
naruse
2009-08-22
2
-9
/
+13
*
fix rdoc.
akr
2009-08-22
1
-1
/
+1
*
rdoc update.
akr
2009-08-22
1
-11
/
+40
*
* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
nobu
2009-08-21
2
-2
/
+9
*
* enumerator.c (ary2sv): add dup argument.
akr
2009-08-21
3
-11
/
+50
*
rdoc update.
akr
2009-08-21
1
-2
/
+3
*
* 2009-08-22
svn
2009-08-21
1
-2
/
+2
*
* thread.c (rb_check_deadlock): decrease number of sleepers before
mame
2009-08-21
2
-0
/
+7
*
* enumerator.c (get_next_values): extracted from
akr
2009-08-21
2
-29
/
+39
*
* enc/unicode/name2ctype.h: split from enc/unicode.c and made a
nobu
2009-08-21
9
-152
/
+1483
*
* enc/utf_8.c (code_to_mbc): suppressed a warning.
nobu
2009-08-21
1
-1
/
+1
*
Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.
naruse
2009-08-21
3
-5
/
+10
*
Change modestr syntax for BOM to "BOM|UTF-*".
naruse
2009-08-21
3
-14
/
+15
*
use rl_prep_terminal only on Windows. [ruby-core:25009]
naruse
2009-08-21
2
-1
/
+8
*
* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to get
nobu
2009-08-20
3
-27
/
+41
*
* configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extracts
nobu
2009-08-20
2
-2
/
+6
*
* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.
nobu
2009-08-20
2
-2
/
+5
*
* 2009-08-21
svn
2009-08-20
1
-2
/
+2
*
* io.c (rb_sysopen_internal): removed const qualifier.
nobu
2009-08-20
1
-1
/
+1
*
* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.
nobu
2009-08-20
2
-30
/
+48
*
* parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag during
mame
2009-08-20
2
-0
/
+9
*
Fix: change terminal's size on Widows when the window size is changed
naruse
2009-08-20
2
-0
/
+6
*
* parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.
nobu
2009-08-20
1
-0
/
+4
*
* parse.y (ivar2_hash_type): disabled for now.
nobu
2009-08-20
2
-0
/
+10
*
* thread.c (rb_thread_terminate_all): do not ignore interrupt when
matz
2009-08-20
2
-4
/
+13
*
rdoc update.
akr
2009-08-19
1
-7
/
+6
*
rdoc update.
akr
2009-08-19
1
-0
/
+1
*
* enumerator.c (next_init): don't clear feedvalue.
akr
2009-08-19
3
-1
/
+38
[next]