aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_delete_safe): deals with packed entries.nobu2009-08-242-0/+35
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-241-0/+6
* * win32/Makefile.sub (MAKEDIRS): define.usa2009-08-242-1/+2
* * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu2009-08-242-4/+9
* * 2009-08-24svn2009-08-241-2/+2
* * win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu2009-08-242-1/+6
* * bootstraptest/runner.rb (main): "usage" description updated.akr2009-08-232-1/+5
* * bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr2009-08-232-2/+22
* * 2009-08-23svn2009-08-221-2/+2
* * thread.c (rb_thread_schedule): don't recur infinitely.akr2009-08-222-7/+29
* fix typos.akr2009-08-221-19/+19
* YAML parser don't need identity hash.akr2009-08-222-15/+13
* * ext/syck/rubyext.c (id_hash_new): new function to create a hashakr2009-08-223-7/+23
* * Makefile.in: use CP and MV macros.naruse2009-08-222-9/+13
* fix rdoc.akr2009-08-221-1/+1
* rdoc update.akr2009-08-221-11/+40
* * lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu2009-08-212-2/+9
* * enumerator.c (ary2sv): add dup argument.akr2009-08-213-11/+50
* rdoc update.akr2009-08-211-2/+3
* * 2009-08-22svn2009-08-211-2/+2
* * thread.c (rb_check_deadlock): decrease number of sleepers beforemame2009-08-212-0/+7
* * enumerator.c (get_next_values): extracted fromakr2009-08-212-29/+39
* * enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu2009-08-219-152/+1483
* * enc/utf_8.c (code_to_mbc): suppressed a warning.nobu2009-08-211-1/+1
* Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse2009-08-213-5/+10
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-213-14/+15
* use rl_prep_terminal only on Windows. [ruby-core:25009]naruse2009-08-212-1/+8
* * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu2009-08-203-27/+41
* * configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extractsnobu2009-08-202-2/+6
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu2009-08-202-2/+5
* * 2009-08-21svn2009-08-201-2/+2
* * io.c (rb_sysopen_internal): removed const qualifier.nobu2009-08-201-1/+1
* * io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu2009-08-202-30/+48
* * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame2009-08-202-0/+9
* Fix: change terminal's size on Widows when the window size is changednaruse2009-08-202-0/+6
* * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.nobu2009-08-201-0/+4
* * parse.y (ivar2_hash_type): disabled for now.nobu2009-08-202-0/+10
* * thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz2009-08-202-4/+13
* rdoc update.akr2009-08-191-7/+6
* rdoc update.akr2009-08-191-0/+1
* * enumerator.c (next_init): don't clear feedvalue.akr2009-08-193-1/+38
* * enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr2009-08-194-27/+424
* * 2009-08-20svn2009-08-191-2/+2
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-193-6/+53
* * enc/unicode.c (CodeRanges): initialized statically.nobu2009-08-192-163/+137
* * test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame2009-08-182-0/+88
* * 2009-08-19svn2009-08-181-2/+2
* * compile.c (NODE_RETURN): fire return event at explicit return.mame2009-08-182-0/+6
* * enumerator.c (enumerator_peek): new method Enumerator#peek. akr2009-08-183-3/+74
* * load.c (rb_feature_provided): suppressed warnings.nobu2009-08-181-2/+2