summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19added a ChangeLog entry.shugo
2009-11-19* win32/Makefile.sub: nmake executes the file named echo if it existsusa
2009-11-14* configure.in (--with-opt-dir): ignore and suppress a warning.nobu
2009-11-14* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu
2009-11-13* ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai
2009-11-13* ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai
2009-11-12* lib/cgi.rb: fix command-line option ofxibbar
2009-11-09* Makefile.in (clean-ext): get rid of failure.nobu
2009-11-09* configure.in (warnflags): add -Wno-long-long.nobu
2009-11-08* eval.c (method_inspect, method_name, mnew): Bug fix whenmarcandre
2009-11-06* lib/mkmf.rb (create_header): split the line by tabs.nobu
2009-11-06* eval.c (call_trace_func): remove the trace hook if any exceptionnobu
2009-11-06* eval.c (get_event_name): added thread events.nobu
2009-11-05Merged r22308. [ruby-dev:39637]naruse
2009-11-05* gc.c (rb_obj_id): a Fixnum which is beyond signed longnaruse
2009-11-05* parse.y (args): use splat_array.naruse
2009-11-05* win32/win32.c (CreateChild): allocate temporary buffer and use itusa
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-27* string.c (rb_str_inspect): get rid of adding garbage to shortnobu
2009-10-27* ext/tk/lib/tk/variable.rb: add TkVariable#+@ and -@ method.nagai
2009-10-27* ChangeLog: typo.usa
2009-10-26* mkconfig.rb: reverted r25443 because build_os is used in mkmf.rbnobu
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
2009-10-26* ext/tk/lib/remote-tk.rb: typo fixed.nagai
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-25* object.c (rb_class_initialize): The inherited hook should be runknu
2009-10-25* configure.in: Fix syntax error. when() is not defined in thisknu
2009-10-23* configure.in (target, target_alias): replace with real cpu.nobu
2009-10-22* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu
2009-10-22* parse.y (arg_prepend): removed. a patch from Mikhail T. innobu
2009-10-22* intern.h (rb_thread_join): added prototype. a patch fromnobu
2009-10-20 * lib/monitor.rb (MonitorMixin.mon_release): ensure the schedulednahi
2009-10-20 * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi
2009-10-20* include/ruby/win32.h (finite, scalb): inline'ed non-standardusa
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-16* ChangeLog: typo.usa
2009-10-16* win32/win32.c (CreateChild): recognize escape characters.usa
2009-10-16* dln.c (dln_find_1): backport from trunkn. [ruby-core:25802]usa
2009-10-16* eval.c (rb_clear_cache_for_undef): clear entries for inheritednobu
2009-10-16* test/ruby/envutil.rb: get rid of double loading.nobu
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
2009-10-15* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
2009-10-12* lib/net/ftp.rb (getaddress): rescue exceptions. [ruby-dev:39451]shugo
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre
2009-10-06* time.c (NUM2TIMET): defined because some platforms, such asakr