summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2009-04-30* encoding.c (rb_filesystem_encoding): Change filesystem_encoding ofnaruse
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-04-27* lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu
2009-04-26* 2009-04-27svn
2009-04-26* 2009-04-26svn
2009-04-25* 2009-04-25svn
2009-04-23* 2009-04-24svn
2009-04-22* 2009-04-23svn
2009-04-21* 2009-04-22svn
2009-04-20* 2009-04-21svn
2009-04-18* 2009-04-19svn
2009-04-18* 2009-04-18svn
2009-04-16* 2009-04-17svn
2009-04-16* 2009-04-16svn
2009-04-15* dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse
2009-04-14* dir.c (bracket): if same in bytes, path is matching.nobu
2009-04-13* sprintf.c (rb_str_format): check encoding compatibility only onnaruse
2009-04-12* dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu
2009-04-10* configure.in (Makefile): phoeny ruby target needs empty command.nobu
2009-04-09* instruby.rb, mkconfig.rb: deal with --program-transform-namenobu
2009-04-09* 2009-04-09svn
2009-04-08* configure.in (LIBRUBY_SO): removed redundant additional versionnobu
2009-04-06* numeric.c (flo_to_s): reduce fragments if no precision lost.nobu
2009-04-06* ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu
2009-04-05* include/ruby/intern.h (Init_stack): moved.nobu
2009-04-03* mkconfig.rb (sitearch): default to arch.nobu
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-04-01* win32/Makefile.sub (config.h): updated.nobu
2009-03-31* 2009-04-01svn
2009-03-30* 2009-03-31svn
2009-03-29* 2009-03-30svn
2009-03-28* lib/pathname.rb (Pathname#relative_path_from): compares pathnobu
2009-03-27* lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu
2009-03-26* 2009-03-27svn
2009-03-26* bin/{irb,rdoc}: executable.nobu
2009-03-24* 2009-03-25svn
2009-03-24* 2009-03-24svn
2009-03-22* enc/depend (link_so): replaces $(TARGET) with basename of thenobu
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* 2009-03-21svn
2009-03-19* 2009-03-20svn
2009-03-19* configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu
2009-03-17* 2009-03-18svn
2009-03-17* 2009-03-17svn
2009-03-16* Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu
2009-03-14* proc.c (bmcall): should not uninitialized variable. a patch fromnobu
2009-03-13* 2009-03-14svn
2009-03-12* util.c (rv_strdup): macro to duplicate nul-terminated string.nobu
2009-03-11* tool/ytab.sed: replaces backslashes with slash for nmake.nobu
2009-03-10* signal.c (sig_trap): suppress warnings.nobu