summaryrefslogtreecommitdiffstats
path: root/ext/curses
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * ext/curses/curses.c: follow allocation framework.nobu2002-08-041-23/+35
* * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',matz2002-06-181-1/+1
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* Add wresize, resizeterm and KEY_RESIZE.ttate2002-01-292-1/+32
* * ext/curses/extconf.rb: add dir_config.eban2001-12-311-3/+3
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-26/+34
* replace have_header("curses") with have_header("curses.h")ttate2001-12-041-1/+1
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-021-1/+1
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2