summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-24* st.c (st_delete_safe): deals with packed entries.nobu
2009-08-24 * win32/Makefile.sub (MAKEDIRS): define.usa
2009-08-24 * win32/Makefile.sub (MAKEDIRS): define.usa
2009-08-24* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling only whennobu
2009-08-24* 2009-08-24svn
2009-08-24* win32/Makefile.sub (enc/unicode/name2ctype.h): use md instead ofnobu
2009-08-23* bootstraptest/runner.rb (main): "usage" description updated.akr
2009-08-23* bootstraptest/runner.rb (Dir.mktmpdir): updated to latest.akr
2009-08-22* 2009-08-23svn
2009-08-22* thread.c (rb_thread_schedule): don't recur infinitely.akr
2009-08-22fix typos.akr
2009-08-22YAML parser don't need identity hash.akr
2009-08-22* ext/syck/rubyext.c (id_hash_new): new function to create a hashakr
2009-08-22* Makefile.in: use CP and MV macros.naruse
2009-08-22fix rdoc.akr
2009-08-22rdoc update.akr
2009-08-21* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.nobu
2009-08-21* enumerator.c (ary2sv): add dup argument.akr
2009-08-21rdoc update.akr
2009-08-21* 2009-08-22svn
2009-08-21* thread.c (rb_check_deadlock): decrease number of sleepers beforemame
2009-08-21* enumerator.c (get_next_values): extracted fromakr
2009-08-21* enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu
2009-08-21* enc/utf_8.c (code_to_mbc): suppressed a warning.nobu
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-21use rl_prep_terminal only on Windows. [ruby-core:25009]naruse
2009-08-20* lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu
2009-08-20* configure.in (RUBY_PROGRAM_VERSION, RUBY_RELEASE_DATE): extractsnobu
2009-08-20* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu
2009-08-20* 2009-08-21svn
2009-08-20* io.c (rb_sysopen_internal): removed const qualifier.nobu
2009-08-20* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu
2009-08-20* parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame
2009-08-20Fix: change terminal's size on Widows when the window size is changednaruse
2009-08-20* parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.nobu
2009-08-20* parse.y (ivar2_hash_type): disabled for now.nobu
2009-08-20* thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz
2009-08-19rdoc update.akr
2009-08-19rdoc update.akr
2009-08-19* enumerator.c (next_init): don't clear feedvalue.akr
2009-08-19* enumerator.c: implement Enumerator#{next_values,peek_values,feed}akr
2009-08-19* 2009-08-20svn
2009-08-19* dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz
2009-08-19* enc/unicode.c (CodeRanges): initialized statically.nobu
2009-08-18* test/ruby/test_settracefunc.rb (test_return, test_return2): add twomame
2009-08-18* 2009-08-19svn
2009-08-18* compile.c (NODE_RETURN): fire return event at explicit return.mame
2009-08-18* enumerator.c (enumerator_peek): new method Enumerator#peek. akr
2009-08-18* load.c (rb_feature_provided): suppressed warnings.nobu