83b2e81c62
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Remove default value of GEM_BUILD. * Add LICENSE. 2009-08-28 akira yamada <akira@arika.org> * version 0.9.6. 2009-02-05 akira yamada <akira@arika.org> * termios.c: added RDoc. * README: converted to RDoc. * ruby-termios.gemspec: added. 2008-10-23 akira yamada <akira@arika.org> * termios.c: added IOCTL_COMMANDS, IOCTL_COMMAND_NAMES, MODEM_SIGNALS, MODEM_SIGNAL_NAMES, PTY_PACKET_OPTIONS, PTY_PACKET_OPTION_NAMES, LINE_DISCIPLINES and LINE_DISCIPLINE_NAMES. This change is contributed from Chris Hoffman <chrishoffman_cardialife.com>. * termios.c, extconf.rb: included <sys/ioctl.h>. 2008-06-03 akira yamada <akira@arika.org> * extconf.rb, termios.c: adjusted rb_io_t/OpenFile checks for Ruby 1.8.7.
3 lines
179 B
Text
3 lines
179 B
Text
Termios module is simple wrapper of termios(3). It can be included into
|
|
IO-family classes and can extend IO-family objects. In addition, the methods
|
|
can use as module function.
|