ruby/ext/curses
ko1 72ba13aa8e * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,
enumerator.c (enumerator_allocate), eval_jump.c, file.c, hash.c,
  io.c, load.c, pack.c, proc.c, random.c, re.c, ruby.c, st.c,
  string.c, thread.c, thread_pthread.c, time.c, util.c, variable.c,
  vm.c, gc.c:
  allocated memory objects by xmalloc (ruby_xmalloc) should be
  freed by xfree (ruby_xfree).
* ext/curses/curses.c, ext/dbm/dbm.c, ext/digest/digest.c,
  ext/gdbm/gdbm.c, ext/json/ext/parser/parser.c,
  ext/json/ext/parser/unicode.c, ext/openssl/ossl_cipher.c,
  ext/openssl/ossl_hmac.c, ext/openssl/ossl_pkey_ec.c,
  ext/sdbm/init.c, ext/strscan/strscan.c, ext/zlib/zlib.c:
  ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-06-08 10:01:40 +00:00
..
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
curses.c * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, 2008-06-08 10:01:40 +00:00
depend ext/*/depend 1999-10-21 07:08:00 +00:00
extconf.rb * ext/curses/extconf.rb: check macro if cannot find func. 2007-11-15 10:50:34 +00:00
hello.rb new methods and constants for using the mouse, character attributes, 2001-08-12 23:42:44 +00:00
mouse.rb new methods and constants for using the mouse, character attributes, 2001-08-12 23:42:44 +00:00
rain.rb Initial revision 1998-01-16 12:13:05 +00:00
view.rb * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested 2005-08-27 11:21:30 +00:00
view2.rb * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', 2002-06-18 06:29:07 +00:00