summaryrefslogtreecommitdiff
path: root/ext/curses
AgeCommit message (Expand)Author
2011-07-17* ext/curses/curses.c: added the new class Curses::Pad, whichshugo
2011-06-17 * ext/curses/curses.c: Clean up documentation.drbrain
2011-06-17 * ext/curses/curses.c: Document curses constants. Patch by Vincentdrbrain
2011-05-25 * ext/curses/curses.c: Remove color constants block.drbrain
2011-05-25 * ext/curses/curses.c: Add missing documentation for button state, MINdrbrain
2011-05-22* ext: remove trailing spaces.nobu
2011-05-22 * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain
2011-05-20 * ext/.document: Add curses to documented extensions.drbrain
2011-02-13* ext/curses/curses.c: parenthesize macro arguments.akr
2011-02-03* ext/curses/curses.c (CHECK): unused macro removed.akr
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-02-06ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo
2009-10-10* ext/curses/curses.c: use rb_thread_blocking_region to avoidakr
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre
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