This is a minor update to fifolib-38.1, an implementation of
a FIFO or pipe by Matthew Dillon and many others, including myself.
Changes:
o Processed cooked input is no more ignored in raw mode.
o Cooked processing is only started when ACTION_READ or
ACTION_WAIT_CHAR really occur, so that pretyped input is not cooked
should the application switch to raw mode before reading. This
makes dejagnus/expect/GDB work together.
o Added USE_PC_REL compile option
The next version shall become >= 2.0 only and thus smaller.
|