summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-06* util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fixakr
2009-05-06* README.ja: code for THINK_C does not exist already. [Bug #1435]nobu
2009-05-05* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu
2009-05-02* 2009-05-02svn
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-05-01* configure.in: fixed the help strings for the header and librarynobu
2009-05-01* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu
2009-05-01* eval.c, gc.c (_longjmp): never return. see [ruby-core:23241]nobu
2009-04-30* ChangeLog: fixed typo.nobu
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-04-28* eval.c (get_ts): use readtime clock. [ruby-dev:38354]nobu
2009-04-28* 2009-04-28svn
2009-04-28test/test_timeout.rb: backported from 1.9.kazu
2009-04-26* 2009-04-26svn
2009-04-26* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definitionnagai
2009-04-24* eval.c (rb_thread_start_timer): guard condition was inverted.nobu
2009-04-22* time.c (time_mload): initializes a variable.nobu
2009-04-22* time.c (time_timeval): check out-of-range. [ruby-core:23282]nobu
2009-04-22* eval.c (proc_invoke): shares dmethod scope local variables.nobu
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-04-18* eval.c (safe_mutex_lock): pthread_cleanup_push() must not benobu
2009-04-18* eval.c (rb_thread_remove): stops timer thread unless othernobu
2009-04-09* 2009-04-09svn
2009-04-09* ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170]matz
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu
2009-04-03* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2009-04-03* Makefile.in (fake.rb): creates with config.status.nobu
2009-04-03* gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350]nobu
2009-04-03* eval.c (is_defined): made a volatile variable not to benobu
2009-04-03------------------------------------------------------------------------nobu
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-04-03* common.mk (main): passes $(MAKE) to mkmain_cmdnobu
2009-03-30* eval.c (rb_eval): checks for interrupt, stack and finalizers too.nobu
2009-03-27* ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.nobu
2009-03-27* 2009-03-28svn
2009-03-27* ext/extmk.rb: MINIRUBY is given via make-flag.nobu
2009-03-24* 2009-03-25svn
2009-03-24* lib/cgi.rb: $KCODE always holds its value in upper case.knu
2009-03-23* process.c: Eliminate an "unused variable" warning.knu
2009-03-23* ext/stringio/stringio.c (StringIO#ungetbyte): New methodknu
2009-03-23* process.c: Stick with the K&R style in 1.8.knu
2009-03-23Mention IO#ungetbyte(), which I have accidentally committed togetherknu
2009-03-23* 2009-03-23svn
2009-03-23* array.c (ary_resize_capa): Remove an unused function.knu
2009-03-22* ChangeLog: fixed grammo.nobu
2009-03-22* 2009-03-22svn