aboutsummaryrefslogtreecommitdiffstats
path: root/ext/curses
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
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* ext/curses/view2.rb: replaced with Hugh Sasse's version.shugo2010-02-061-97/+131
* * 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,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * ext/curses/curses.c (curses_colors): new method added. a patchmatz2009-02-242-0/+25
* * ext/curses/curses.c (Init_curses): Curses#crmode andkouji2009-01-301-2/+2
* * ext/curses/extconf.rb: check ncursesw earlier than ncurses tomatz2009-01-141-1/+1
* * 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-092-1/+44
* * 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-212-0/+25
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-072-17/+62
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-1/+1
* * ext/curses/extconf.rb: use try_static_assert.nobu2008-07-231-2/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * ext/curses/extconf.rb: check macro if cannot find func.usa2007-11-151-1/+2
* * 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
* add extconf.h to .cvsignore.akr2006-06-241-0/+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-272-16/+43
* * 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-042-3/+20
* * ext/curses/curses.c (window_subwin): call NUM2INT() beforeshugo2004-12-121-6/+10
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-9/+0
* * misc/ruby-mode.el: better support for general delimitedmatz2004-01-271-1/+5
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-171-1/+1
* * 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-222-8/+122
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-182-12/+15
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-152-14/+35
* * ext/curses/extconf.rb: updated for tinfo check.matz2003-07-041-2/+1
* * string.c (rb_str_shared_replace): clear flags before copy.matz2003-07-021-0/+1
* * 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