[q-lang-cvs] pd-qext ChangeLog,1.3,1.4
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-03-11 22:22:56
|
Update of /cvsroot/q-lang/pd-qext In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3727 Modified Files: ChangeLog Log Message: ChangeLog updated Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/pd-qext/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 11 Feb 2008 03:36:46 -0000 1.3 --- ChangeLog 11 Mar 2008 22:22:51 -0000 1.4 *************** *** 1,2 **** --- 1,7 ---- + 2008-03-11 <Dr....@t-...> + + * pd.c (pd_send): fix a deadlock between pd_send and q_tick when + reading from/writing to the asynchronous message queue + 2008-02-09 Albert Graef <Dr....@t-...> |