Fix silly read problem which would hang up if nobody called (bug #3042)
[asterisk/asterisk.git] / apps / app_read.c
2004-12-15 Mark SpencerFix silly read problem which would hang up if nobody...
2004-09-02 Mark SpencerFix both app_read and underlying read issue (bug #2352)
2004-06-30 Mark SpencerRead/Record updates (bug #1947)
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-02 Mark SpencerFix app_read to return string even if not # terminated...
2004-05-09 James GolovichMore ast_strlen_zero changes
2004-03-22 James GolovichMore app_read.c fixes (bug 1261)
2004-03-21 Jeremy McNamaraEnhance to accept a maximum of N digits. Bug #1261
2003-11-10 Mark SpencerStore read data in a variable
2003-11-10 Mark SpencerAdd "read" application