summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-04-09* ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame
2010-04-09* ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame
2010-04-09* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame
2010-04-09* lib/irb/init.rb, lib/irb/lc/help-message,mame
2010-04-09* ext/socket/ipsocket.c (init_inetsock_internal),mame
2010-04-09 * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-04-09* dir.c (push_glob): clear up the previous commit (RB_GC_GUARD canmame
2010-04-09* dir.c (push_glob): add RB_GC_GUARD to prevent str being free'ed.mame
2010-04-09* compile.c (iseq_compile_each): stop hiding, and freeze unpopped string node...muraken
2010-04-08* io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu
2010-04-08* lib/irb/completion.rb (CompletionProc): calling the method "methods"mame
2010-04-08update ChangeLogshyouhei
2010-04-08* include/ruby/win32.h: include errno.h before defining errnos.usa
2010-04-08* lib/yaml.rb: use Psych if only it is loaded already.nobu
2010-04-08* lib/yaml.rb (YAML::EngineManager#yamler): set the result afternobu
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-07* lib/irb/cmd/help.rb (IRB::ExtendCommand::Help#execute): use RInobu
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-07 * misc/ruby-mode.el (ruby-mode-map): binded C-c C-c and C-c C-c C-ukosaki
2010-04-07* time.c (ASCTIME): unused macro removed.akr
2010-04-07fix typoskazu
2010-04-07* configure.in (Makefile): reverted r27244.nobu
2010-04-07* lib/rexml/quickpath.rb (REXML::QuickPath::predicate): fix regexp.naruse
2010-04-07Fix previous commit.naruse
2010-04-07* configure.in (Makefile): qoute init-commands.nobu
2010-04-06* lib/rdoc/rdoc.rb (RDoc#{initialize,setup_output_dir}):nobu
2010-04-06* template/fake.rb.in: not define $extout to make target in cwd.nobu
2010-04-06 * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki
2010-04-06* configure.in: test localtime(3) overflow. [ruby-dev:40910]akr
2010-04-06* include/ruby/win32.h: check definition existance before definingusa
2010-04-06* template/fake.rb.in: hooks for extconf.rb.nobu
2010-04-05* lib/rexml/text.rb (REXML::Text.check): comment outnaruse
2010-04-05* lib/rexml/parsers/baseparser.rb (LETTER, DIGIT):naruse
2010-04-05* re.c (make_regexp): use onig_new_with_source to keepnaruse
2010-04-05* include/ruby/win32.h, win32/win32.c (EWOULDBLOCK): VC10 alreadyusa
2010-04-05* ext/psych/lib/psych/core_ext.rb: remove before alias.naruse
2010-04-05* win32/mkexports.rb (each_export): VC10 support.usa
2010-04-04* time.c (cmp): optimize for fixnums.akr
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-04* time.c (lt): call <=> instead of <.akr
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* time.c: don't define STRUCT_WIDEVAL.akr
2010-04-03* lib/rdoc/rdoc.rb (RDoc#{setup,update}_output_dir): store mtimesnobu
2010-04-03* common.mk (rdoc): no force-update, and add RDOCFLAGS.nobu
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02* array.c (rb_ary_product): Accept a block [ruby-core:29045]marcandre
2010-04-02* tool/file2lastrev.rb (VCS#relative_to): path and @srcdir may haveakr
2010-04-02* lib/benchmark.rb (Benchmark::Tms#add): fix NameError.kazu
2010-04-02* lib/rdoc/parser/ruby.rb (RDoc#make_message): no empty lines.nobu