summaryrefslogtreecommitdiff
path: root/ext/curses
AgeCommit message (Expand)Author
2008-06-07merge revision(s) 13936:13938:shyouhei
2007-01-31* removed svn:keywords for compatibility.shugo
2006-07-18* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): removematz
2005-08-27* ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-10* ext/curses/curses.c: don't need to check HAVE_WCOLOR_SET excludingusa
2005-02-09* struct.c (make_struct): fixed: [ruby-core:04402]matz
2005-02-08* ext/curses/curses.c (window_color_set): [ruby-core:04393]matz
2004-12-15* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-10* io.c (read_all): should return given string even if data read ismatz
2003-11-22* ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-08-18* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu
2003-08-15* configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu
2003-07-04* ext/curses/extconf.rb: updated for tinfo check.matz
2003-07-02* string.c (rb_str_shared_replace): clear flags before copy.matz
2003-06-05* ext/curses/curses.c (window_s_allocate,curses_finalize):eban
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-03-26* eval.c (avalue_splat): new function to do unary * (splat)matz
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-09-24cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]michal
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-08-04* ext/curses/curses.c: follow allocation framework.nobu
2002-06-18* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz
2002-03-04Make cvs ignore mkmf.log.knu
2002-01-29Add wresize, resizeterm and KEY_RESIZE.ttate
2001-12-31* ext/curses/extconf.rb: add dir_config.eban
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-12-04replace have_header("curses") with have_header("curses.h")ttate
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-11-29bug fix for getnstr() and wgetnstr()ttate
2001-11-23Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate
2001-08-16* curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate
2001-08-13bug fix for Window#{keypad,keypad=}ttate
2001-08-12new methods and constants for using the mouse, character attributes,ttate
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-26* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz
2001-02-18* ext/curses/extconf.rb: add dir_config.eban
2001-01-09Add .cvsignore's.knu
2000-05-13support mingw32.eban
2000-03-062000-03-06matz
2000-02-022000-02-02matz
1999-10-21ext/*/dependmatz
1999-08-13remove marshal/gtk/kconvmatz
1999-01-20This commit was generated by cvs2svn to compensate for changes in r372,matz
1998-01-16This commit was generated by cvs2svn to compensate for changes in r11,matz
2019-08-17version 1.0-971204v1_0_971204Yukihiro Matsumoto