aboutsummaryrefslogtreecommitdiffstats
path: root/ext/curses/curses.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/curses/curses.c: parenthesize macro arguments.akr2011-02-131-4/+4
* * ext/curses/curses.c (CHECK): unused macro removed.akr2011-02-031-2/+0
* * ext/curses/curses.c: use rb_thread_blocking_region to avoidakr2009-10-101-19/+64
* * ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre2009-10-081-0/+34
* * ext/curses/curses.c: use rb_f_notimplement for methods notakr2009-04-181-47/+47
* * ext/curses/curses.c (curses_colors): new method added. a patchmatz2009-02-241-0/+23
* * ext/curses/curses.c (Init_curses): Curses#crmode andkouji2009-01-301-2/+2
* * ext/curses/curses.c (free_window): use xfree instead of free.kazu2009-01-051-1/+1
* * ext/curses/curses.c: removed trailing spaces.nobu2008-12-091-31/+31
* * ext/curses/curses.c: made indentation consistent.nobu2008-12-091-189/+189
* * ext/curses/curses.c (curses_use_default_colors): add newmatz2008-12-091-0/+42
* * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]matz2008-12-041-1/+1
* * ext/curses/curses.c (window_getch): avoid ISPRINT() macro whichmatz2008-12-041-1/+1
* * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz2008-11-211-0/+23
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-16/+61
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-3/+3
* revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-4/+0
* * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr2006-09-021-1/+4
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-14/+12
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-171-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-136/+56
* * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean2005-08-271-15/+42
* * ext/curses/curses.c (curses_insertln): merged a patch frommatz2005-06-071-0/+27
* * eval.c (rb_exec_recursive): matched the declaration to prototype.usa2005-03-041-2/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+19
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-121-6/+10
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-1/+5
* * io.c (read_all): should return given string even if data read ismatz2003-12-101-4/+2
* * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD'susa2003-11-221-1/+7
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-7/+121
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-181-7/+4
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-11/+34
* * ext/curses/curses.c (window_s_allocate,curses_finalize):eban2003-06-051-3/+2
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+2
* * eval.c (avalue_splat): new function to do unary * (splat)matz2003-03-261-0/+6
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* cleanup for curses, gdbm [ruby-core:502], [ruby-core:503]michal2002-09-241-64/+57
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-23/+35
* Add wresize, resizeterm and KEY_RESIZE.ttate2002-01-291-0/+31
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-26/+34
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2
* Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate2001-11-231-2/+10
* * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate2001-08-161-31/+38
* bug fix for Window#{keypad,keypad=}ttate2001-08-131-2/+4
* new methods and constants for using the mouse, character attributes,ttate2001-08-121-23/+993
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-2/+2
* * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.matz2001-03-261-4/+4
* 2000-03-06matz2000-03-061-2/+0