summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
2007-03-05* time.c (time_to_s): Correct the wrong format which did notknu
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* 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-26* ext/thread/thread.c (wait_list_cleanup, rb_mutex_try_lock):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-24* defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,knu
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-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-19add some pointersknu
2007-02-19* configure.in, defines.h, eval.c (rb_feature_p, rb_provided,knu
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
2007-02-18updated based on date2 4.0.3.tadf
2007-02-16* lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain
2007-02-15* lib/uri/ftp.rb: Revert the previous change pending discussion.knu