| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/curses/extconf.rb: use try_static_assert. | nobu | 2008-07-23 | 1 | -2/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * ext/curses/extconf.rb: check macro if cannot find func. | usa | 2007-11-15 | 1 | -1/+2 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -3/+3 |
* | revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -4/+0 |
* | * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -1/+4 |
* | * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings. | nobu | 2006-07-28 | 1 | -14/+12 |
* | * ext/io/wait/wait.c (io_ready_p): protoize. | matz | 2006-07-17 | 1 | -1/+1 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -136/+56 |
* | * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested | ocean | 2005-08-27 | 2 | -16/+43 |
* | * ext/curses/curses.c (curses_insertln): merged a patch from | matz | 2005-06-07 | 1 | -0/+27 |
* | * eval.c (rb_exec_recursive): matched the declaration to prototype. | usa | 2005-03-04 | 1 | -2/+2 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 2 | -3/+20 |
* | * ext/curses/curses.c (window_subwin): call NUM2INT() before | shugo | 2004-12-12 | 1 | -6/+10 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -9/+0 |
* | * misc/ruby-mode.el: better support for general delimited | matz | 2004-01-27 | 1 | -1/+5 |
* | * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work like | matz | 2003-12-17 | 1 | -1/+1 |
* | * io.c (read_all): should return given string even if data read is | matz | 2003-12-10 | 1 | -4/+2 |
* | * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's | usa | 2003-11-22 | 1 | -1/+7 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 2 | -8/+122 |
* | * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard | nobu | 2003-08-18 | 2 | -12/+15 |
* | * configure.in (HUGE_ST_INO): check whether struct stat.st_ino | nobu | 2003-08-15 | 2 | -14/+35 |
* | * ext/curses/extconf.rb: updated for tinfo check. | matz | 2003-07-04 | 1 | -2/+1 |
* | * string.c (rb_str_shared_replace): clear flags before copy. | matz | 2003-07-02 | 1 | -0/+1 |
* | * ext/curses/curses.c (window_s_allocate,curses_finalize): | eban | 2003-06-05 | 1 | -3/+2 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+2 |
* | * eval.c (avalue_splat): new function to do unary * (splat) | matz | 2003-03-26 | 1 | -0/+6 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
* | cleanup for curses, gdbm [ruby-core:502], [ruby-core:503] | michal | 2002-09-24 | 1 | -64/+57 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * ext/curses/curses.c: follow allocation framework. | nobu | 2002-08-04 | 1 | -23/+35 |
* | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz | 2002-06-18 | 1 | -1/+1 |
* | Make cvs ignore mkmf.log. | knu | 2002-03-04 | 1 | -0/+1 |
* | Add wresize, resizeterm and KEY_RESIZE. | ttate | 2002-01-29 | 2 | -1/+32 |
* | * ext/curses/extconf.rb: add dir_config. | eban | 2001-12-31 | 1 | -3/+3 |
* | * array.c (rb_ary_modify): should copy the internal buffer if the | matz | 2001-12-10 | 1 | -26/+34 |
* | replace have_header("curses") with have_header("curses.h") | ttate | 2001-12-04 | 1 | -1/+1 |
* | * configure.in: use GCC, not without_gcc. remove without_gcc. | eban | 2001-12-02 | 1 | -1/+1 |
* | bug fix for getnstr() and wgetnstr() | ttate | 2001-11-29 | 1 | -2/+2 |
* | Curses::getstr and Window#getstr use getnstr() and wgetnstr() | ttate | 2001-11-23 | 2 | -3/+11 |
* | * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses. | ttate | 2001-08-16 | 2 | -32/+39 |
* | bug fix for Window#{keypad,keypad=} | ttate | 2001-08-13 | 1 | -2/+4 |
* | new methods and constants for using the mouse, character attributes, | ttate | 2001-08-12 | 6 | -28/+1168 |
* | * eval.c (block_pass): should not downgrade safe level. | matz | 2001-05-02 | 1 | -2/+2 |
* | * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash. | matz | 2001-03-26 | 1 | -4/+4 |
* | * ext/curses/extconf.rb: add dir_config. | eban | 2001-02-18 | 1 | -0/+4 |
* | Add .cvsignore's. | knu | 2001-01-09 | 1 | -0/+1 |
* | support mingw32. | eban | 2000-05-13 | 1 | -1/+1 |
* | 2000-03-06 | matz | 2000-03-06 | 1 | -2/+0 |