summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-11-28* lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou
2004-11-28* lib/rss/rss.rb (RSS::NotSetError): added.kou
2004-11-28* regparse.c (fetch_token): fixed test failure on HP-UX ia64 ([ruby-dev:24859]).ksaito
2004-11-28* regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito
2004-11-28* regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito
2004-11-28* regcomp.c, regint.h: fixed PLATFORM_UNALIGNED_WORD_ACCESS problem ([ruby-de...ksaito
2004-11-27typoakr
2004-11-27* io.c: avoid avoid data loss with nonblocking fd andakr
2004-11-27* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou
2004-11-27* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou
2004-11-27* sample/rss/list_description.rb: untabified.kou
2004-11-27* io.c (io_fread): [ruby-dev:24964]matz
2004-11-26* ext/tk/lib/tk.rb: Tk.destroy uses TkWindow#epathnagai
2004-11-26* io.c (rb_io_initialize): [ruby-dev:24963]matz
2004-11-26* io.c (rb_io_initialize): [ruby-dev:24962]matz
2004-11-26* io.c (rb_io_initialize): should retrieve flags from copying filematz
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu
2004-11-25add ML ref.akr
2004-11-25* configure.in: AC_CHECK_SIZEOF(rlim_t) to include stdio.h to fixakr
2004-11-25descriptions.nobu
2004-11-25* configure.in: AC_PREREQ(2.53) [ruby-core:03800]matz
2004-11-25* ChangeLog: add ML reference.usa
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-23* io.c (io_read): [ruby-dev:24952]matz
2004-11-22* ext/tk/lib/tk/menu.rb: improve usability of TkOptionMenubuttonnagai
2004-11-22* file.c (rb_file_chown): [ruby-dev:24949]matz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-21* dir.c (dir_seek): should retrieve dir_data after NUM2INT().matz
2004-11-20add ChangeLog for last commitaamine
2004-11-20* string.c (rb_str_splice): should place index wrapping aftermatz
2004-11-201. Force --inline-source if --one-file givendave
2004-11-20* io.c (rb_io_getline): f.gets("") did not work. [ruby-core:03771]aamine
2004-11-20* test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban
2004-11-20* ext/ripper/depend: fix ripper.o dependency.aamine
2004-11-20* io.c (io_reopen): work around problem with Cygwin fseekoeban
2004-11-19* ext/nkf/nkf-utf8/nkf.c: original nkf.c rev:1.40naruse
2004-11-19* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-19* test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'eban
2004-11-19* lib/test/unit/collector/dir.rb: better support for -p/-x option.eban
2004-11-19* lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou
2004-11-19* lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou
2004-11-19* lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()eban
2004-11-19* lib/test/unit/collector/dir.rb: add support for directory nameeban
2004-11-19* ext/readline/readline.c (readline_s_set_completion_append_character):shugo
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* ext/ripper/depend: Never regenerate lib/ripper/core.rb automatically. [ruby...aamine
2004-11-18* win32/win32.[ch] (rb_w32_isatty): new function to replace MSVCRT'susa