summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-02-19add some pointersknu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-02-19revert error check-in in r11777matz
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
2007-02-18* 2007-02-18eban