summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-04* util.c (push_element): should return a int value.eban
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu
2007-03-03* lib/fileutils.rb (mv): could not move a directory between different filesys...aamine
2007-03-03* lib/fileutils.rb (touch): last commit causes error if :mtime option was not...aamine
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-03-03* eval.c (stack_check): Unset inline to fix build with GCC 3.4.6;knu
2007-03-03* ext/thread/thread.c (push_list): Use ALLOC().knu
2007-03-03* NEWS: Add a note for String#intern.knu
2007-03-03* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu
2007-03-03* object.c (rb_obj_ivar_set): RDoc updated according to aknu
2007-03-01* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu
2007-02-28* eval.c (rb_feature_p): fix possible buffer overrun.nobu
2007-02-28* eval.c (rb_feature_p): check loading_tbl if the given ext isnobu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-28* mkconfig.rb (patchlevel): read from version.h.nobu
2007-02-28* eval.c (rb_provided): return true only for features loaded fromnobu
2007-02-28* configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban
2007-02-28* merge -c 11935shyouhei
2007-02-28* NEWS: Add NEWS, a document file to keep user visible featureknu
2007-02-28* ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa
2007-02-28* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa
2007-02-28* doc/NEWS-1.8.0: Rename NEWS to NEWS-1.8.0. This is way too oldknu
2007-02-27* sorry, commit misstake. reverted.usa
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2007-02-27* merge -c 11918shyouhei
2007-02-27* configure.in (--enable-auto-image-base): avoid the neccessity toeban
2007-02-27* ChangeLog: typofix.eban
2007-02-27* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban
2007-02-27* configure:in (ac_cv_func_setrlimit): workaround for djgpp.eban
2007-02-27* lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu
2007-02-27* regex.c (calculate_must_string, slow_search, re_search): Silenceknu
2007-02-2620070227knu
2007-02-26* ext/thread/thread.c (wait_list_cleanup, rb_mutex_try_lock):knu
2007-02-26Oops, apply some more hunks to complete the previous change.knu
2007-02-26* ext/thread/thread.c (set_critical): Merge inknu
2007-02-26* ext/thread/thread.c: Consistently use 0 and 1 forknu
2007-02-26* ext/thread/thread.c: Use xmalloc()/xfree() instead ofknu
2007-02-25* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::initialize):knu
2007-02-2420070225knu
2007-02-24* defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,knu
2007-02-24* 2007-02-24eban
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine
2007-02-23* win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1usa
2007-02-23* signal.c (sighandler): need to tell to be interrupted to mainusa
2007-02-23* numeric.c (fix_cmp, fix_equal): Remove FIX2LONG() to optimize.knu
2007-02-2320070223knu
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-20* dir.c: fixed a typo.kou
2007-02-20Update the distribution information.knu