[q-lang-cvs] q ChangeLog,1.310,1.311
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-16 20:36:05
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1338 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.310 retrieving revision 1.311 diff -C2 -d -r1.310 -r1.311 *** ChangeLog 16 Dec 2007 09:38:43 -0000 1.310 --- ChangeLog 16 Dec 2007 20:35:58 -0000 1.311 *************** *** 1,4 **** --- 1,8 ---- 2007-12-16 Albert Graef <Dr....@t-...> + * modules/clib/clib.c, modules/clib/system.c, modules/clib/clib.q, + modules/clib/system.q: moved SIG* and SCHED* constants from + system.q to clib.q + * modules/clib/system.c: add missing coerce_float function (bug reported by Ryan Schmidt) |