summaryrefslogtreecommitdiff
path: root/ext/curses
AgeCommit message (Expand)Author
2009-04-18* ext/curses/curses.c: use rb_f_notimplement for methods notakr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-24* ext/curses/curses.c (curses_colors): new method added. a patchmatz
2009-01-30* ext/curses/curses.c (Init_curses): Curses#crmode andkouji
2009-01-14* ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz
2009-01-05* ext/curses/curses.c (free_window): use xfree instead of free.kazu
2008-12-09* ext/curses/curses.c: removed trailing spaces.nobu
2008-12-09* ext/curses/curses.c: made indentation consistent.nobu
2008-12-09* ext/curses/curses.c (curses_use_default_colors): add newmatz
2008-12-04* ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz
2008-12-04* ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz
2008-11-21* ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz
2008-11-07* ext/curses/curses.c: curses encoding should obey locale.matz
2008-09-26* ext/curses/curses.c: should include <ruby/io.h>.matz
2008-07-23* ext/curses/extconf.rb: use try_static_assert.nobu
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2007-11-15 * ext/curses/extconf.rb: check macro if cannot find func.usa
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-07-28* ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu
2006-07-17* ext/io/wait/wait.c (io_ready_p): protoize.matz
2006-06-24add extconf.h to .cvsignore.akr
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
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-03-04* eval.c (rb_exec_recursive): matched the declaration to prototype.usa
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-12* ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-01-27* misc/ruby-mode.el: better support for general delimitedmatz
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