q-lang-cvs Mailing List for Q - Equational Programming Language (Page 9)
Brought to you by:
agraef
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(106) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(219) |
Feb
(152) |
Mar
|
Apr
(92) |
May
(45) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(111) |
Oct
(52) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(2) |
May
(23) |
Jun
(46) |
Jul
(158) |
Aug
(22) |
Sep
|
Oct
(26) |
Nov
(11) |
Dec
(49) |
2006 |
Jan
(57) |
Feb
(196) |
Mar
(10) |
Apr
(41) |
May
(149) |
Jun
(308) |
Jul
(11) |
Aug
(25) |
Sep
(15) |
Oct
|
Nov
|
Dec
(15) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
(15) |
May
(204) |
Jun
(112) |
Jul
(7) |
Aug
(16) |
Sep
(134) |
Oct
(313) |
Nov
(262) |
Dec
(83) |
2008 |
Jan
(81) |
Feb
(83) |
Mar
(21) |
Apr
|
May
|
Jun
(1) |
Jul
(2) |
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Albert G. <ag...@us...> - 2007-12-17 22:05:48
|
Update of /cvsroot/q-lang/q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22206/src Modified Files: Makefile.mingw mangle.h mingw.h Log Message: bump version number, update docs Index: mangle.h =================================================================== RCS file: /cvsroot/q-lang/q/src/mangle.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** mangle.h 15 Oct 2007 10:54:37 -0000 1.37 --- mangle.h 17 Dec 2007 22:05:41 -0000 1.38 *************** *** 1,3 **** ! /* mangle.h: created Mon Oct 15 12:48:41 CEST 2007 by mangle.sh */ #define absname __qq__absname --- 1,3 ---- ! /* mangle.h: created Mon Dec 17 23:08:07 CET 2007 by mangle.sh */ #define absname __qq__absname Index: mingw.h =================================================================== RCS file: /cvsroot/q-lang/q/src/mingw.h,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mingw.h 7 Dec 2007 23:08:00 -0000 1.23 --- mingw.h 17 Dec 2007 22:05:41 -0000 1.24 *************** *** 153,156 **** /* Version number of package */ ! #define VERSION "7.9" --- 153,156 ---- /* Version number of package */ ! #define VERSION "7.10" Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q/src/Makefile.mingw,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Makefile.mingw 7 Dec 2007 23:08:00 -0000 1.34 --- Makefile.mingw 17 Dec 2007 22:05:41 -0000 1.35 *************** *** 17,21 **** # version number ! version = 7.9 # Window'ish installation layout: binaries and libraries in prefix directory, --- 17,21 ---- # version number ! version = 7.10 # Window'ish installation layout: binaries and libraries in prefix directory, |
From: Albert G. <ag...@us...> - 2007-12-17 22:05:47
|
Update of /cvsroot/q-lang/q/doc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22206/doc Modified Files: version.texi Log Message: bump version number, update docs Index: version.texi =================================================================== RCS file: /cvsroot/q-lang/q/doc/version.texi,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** version.texi 7 Dec 2007 23:08:00 -0000 1.91 --- version.texi 17 Dec 2007 22:05:41 -0000 1.92 *************** *** 1,4 **** @set UPDATED 20 October 2007 @set UPDATED-MONTH October 2007 ! @set EDITION 7.9 ! @set VERSION 7.9 --- 1,4 ---- @set UPDATED 20 October 2007 @set UPDATED-MONTH October 2007 ! @set EDITION 7.10 ! @set VERSION 7.10 |
From: Albert G. <ag...@us...> - 2007-12-17 19:13:07
|
Update of /cvsroot/q-lang/q-opengl/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13007 Modified Files: canvas.q Log Message: cosmetic changes Index: canvas.q =================================================================== RCS file: /cvsroot/q-lang/q-opengl/examples/canvas.q,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** canvas.q 17 Jan 2005 23:36:09 -0000 1.1.1.1 --- canvas.q 17 Dec 2007 19:13:03 -0000 1.2 *************** *** 95,99 **** glutMainLoop; ! def H = thread main; /* The callbacks. */ --- 95,99 ---- glutMainLoop; ! def TH = thread main; /* The callbacks. */ |
From: Albert G. <ag...@us...> - 2007-12-17 09:02:21
|
Update of /cvsroot/q-lang/qmidicc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16422 Modified Files: Makefile Log Message: bump version number Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/qmidicc/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 7 Oct 2007 11:51:15 -0000 1.2 --- Makefile 17 Dec 2007 09:02:18 -0000 1.3 *************** *** 6,10 **** # application name and version number: app = qmidicc ! version = 1.0 dist = $(app)-$(version) --- 6,10 ---- # application name and version number: app = qmidicc ! version = 1.1 dist = $(app)-$(version) |
From: Albert G. <ag...@us...> - 2007-12-17 08:59:02
|
Update of /cvsroot/q-lang/qmidicc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16205 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/qmidicc/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 17 Oct 2007 23:49:27 -0000 1.2 --- NEWS 17 Dec 2007 08:58:59 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + Dec 2007 1.1 Bugfixes. Oct 2007 1.0 Ported to Qt/Q, online help. Jun 2006 0.3 Update for Q 7.1, reduce display update rate. |
From: Albert G. <ag...@us...> - 2007-12-17 08:58:47
|
Update of /cvsroot/q-lang/qmidicc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16181 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/qmidicc/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 17 Oct 2007 23:48:49 -0000 1.2 --- ChangeLog 17 Dec 2007 08:58:44 -0000 1.3 *************** *** 1,2 **** --- 1,8 ---- + 2007-12-17 Albert Graef <Dr....@t-...> + + + Release 1.0 + + * qmidicc.q: fix lookup of midiccrc file + 2007-10-18 Albert Graef <Dr....@t-...> |
From: Albert G. <ag...@us...> - 2007-12-17 08:56:45
|
Update of /cvsroot/q-lang/qmidicc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16072 Modified Files: qmidicc.q Log Message: bugfix: midiccrc file not found in installation directory Index: qmidicc.q =================================================================== RCS file: /cvsroot/q-lang/qmidicc/qmidicc.q,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** qmidicc.q 17 Oct 2007 23:39:09 -0000 1.3 --- qmidicc.q 17 Dec 2007 08:56:42 -0000 1.4 *************** *** 32,39 **** = "/" otherwise; - prefix NAME = substr ANAME 0 (#ANAME-2) - where ANAME:String = which NAME; - = NAME otherwise; - lines S = split "\n" S; --- 32,35 ---- *************** *** 49,53 **** where F:File = fopen (home++"/.midiccrc") "r"; = parse (lines (fget F)) ! where F:File = fopen (prefix "midicc"++"rc") "r"; = [] otherwise; --- 45,49 ---- where F:File = fopen (home++"/.midiccrc") "r"; = parse (lines (fget F)) ! where F:File = fopen (which "midiccrc") "r"; = [] otherwise; *************** *** 222,226 **** = edit NAME if isfile (fopen NAME "r") ! where NAME = prefix "midicc"++"rc"; /* Qt/Q GUI. *** NEW STUFF STARTS HERE. ************************************/ --- 218,222 ---- = edit NAME if isfile (fopen NAME "r") ! where NAME = which "midiccrc"; /* Qt/Q GUI. *** NEW STUFF STARTS HERE. ************************************/ |
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) |
From: Albert G. <ag...@us...> - 2007-12-16 20:23:26
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29513/modules/clib Modified Files: clib.c clib.q system.c system.q Log Message: move signal and scheduling constants from system.q to clib.q Index: system.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/system.q,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** system.q 4 Oct 2007 12:33:26 -0000 1.3 --- system.q 16 Dec 2007 20:23:21 -0000 1.4 *************** *** 41,47 **** P_WAIT, P_NOWAIT, P_OVERLAY, P_DETACH, - // scheduling policies (setsched, getsched) - SCHED_OTHER, SCHED_RR, SCHED_FIFO, - // file access modes O_RDONLY, O_WRONLY, O_RDWR, --- 41,44 ---- *************** *** 82,94 **** CLOCKS_PER_SEC, CLK_TCK, - // trap action values - SIG_IGN, SIG_DFL, SIG_TRP, - - // signal numbers - SIGABRT, SIGALRM, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGKILL, SIGPIPE, - SIGQUIT, SIGSEGV, SIGTERM, SIGUSR1, SIGUSR2, SIGCHLD, SIGCONT, SIGSTOP, - SIGTSTP, SIGTTIN, SIGTTOU, SIGBUS, SIGPOLL, SIGPROF, SIGSYS, SIGTRAP, - SIGURG, SIGVTALRM, SIGXCPU, SIGXFSZ, - /* termios constants ******************************************************/ --- 79,82 ---- *************** *** 207,215 **** CLOCKS_PER_SEC, CLK_TCK, - SIGABRT, SIGALRM, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGKILL, SIGPIPE, - SIGQUIT, SIGSEGV, SIGTERM, SIGUSR1, SIGUSR2, SIGCHLD, SIGCONT, SIGSTOP, - SIGTSTP, SIGTTIN, SIGTTOU, SIGBUS, SIGPOLL, SIGPROF, SIGSYS, SIGTRAP, - SIGURG, SIGVTALRM, SIGXCPU, SIGXFSZ, - TCSANOW, TCSADRAIN, TCSAFLUSH, --- 195,198 ---- *************** *** 277,283 **** ) = sys_vars; ! def SIG_IGN = -1, SIG_DFL = 0, SIG_TRP = 1, ! SCHED_OTHER = 0, SCHED_RR = 1, SCHED_FIFO = 2, ! AF_UNIX = AF_LOCAL, AF_FILE = AF_LOCAL; // these values should be ubiquitous --- 260,264 ---- ) = sys_vars; ! def AF_UNIX = AF_LOCAL, AF_FILE = AF_LOCAL; // these values should be ubiquitous Index: clib.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/clib.q,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** clib.q 3 Oct 2007 16:19:39 -0000 1.31 --- clib.q 16 Dec 2007 20:23:21 -0000 1.32 *************** *** 44,47 **** --- 44,59 ---- SIZEOF_FLOAT, SIZEOF_DOUBLE, + // trap action values + SIG_IGN, SIG_DFL, SIG_TRP, + + // signal numbers + SIGABRT, SIGALRM, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGKILL, SIGPIPE, + SIGQUIT, SIGSEGV, SIGTERM, SIGUSR1, SIGUSR2, SIGCHLD, SIGCONT, SIGSTOP, + SIGTSTP, SIGTTIN, SIGTTOU, SIGBUS, SIGPOLL, SIGPROF, SIGSYS, SIGTRAP, + SIGURG, SIGVTALRM, SIGXCPU, SIGXFSZ, + + // scheduling policies (setsched, getsched) + SCHED_OTHER, SCHED_RR, SCHED_FIFO, + // file buffering modes (setvbuf) IONBF, IOLBF, IOFBF, *************** *** 56,63 **** --- 68,83 ---- SIZEOF_FLOAT, SIZEOF_DOUBLE, + SIGABRT, SIGALRM, SIGFPE, SIGHUP, SIGILL, SIGINT, SIGKILL, SIGPIPE, + SIGQUIT, SIGSEGV, SIGTERM, SIGUSR1, SIGUSR2, SIGCHLD, SIGCONT, SIGSTOP, + SIGTSTP, SIGTTIN, SIGTTOU, SIGBUS, SIGPOLL, SIGPROF, SIGSYS, SIGTRAP, + SIGURG, SIGVTALRM, SIGXCPU, SIGXFSZ, + IONBF, IOLBF, IOFBF, SEEK_SET, SEEK_CUR, SEEK_END) = sys_vars; + def SIG_IGN = -1, SIG_DFL = 0, SIG_TRP = 1, + SCHED_OTHER = 0, SCHED_RR = 1, SCHED_FIFO = 2; + /****************************************************************************/ Index: system.c =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/system.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** system.c 16 Dec 2007 09:37:39 -0000 1.3 --- system.c 16 Dec 2007 20:23:21 -0000 1.4 *************** *** 1015,1161 **** #endif - /* Signal numbers. */ - - #ifdef SIGABRT - #define _SIGABRT SIGABRT - #else - #define _SIGABRT (-1) - #endif - #ifdef SIGALRM - #define _SIGALRM SIGALRM - #else - #define _SIGALRM (-1) - #endif - #ifdef SIGFPE - #define _SIGFPE SIGFPE - #else - #define _SIGFPE (-1) - #endif - #ifdef SIGHUP - #define _SIGHUP SIGHUP - #else - #define _SIGHUP (-1) - #endif - #ifdef SIGILL - #define _SIGILL SIGILL - #else - #define _SIGILL (-1) - #endif - #ifdef SIGINT - #define _SIGINT SIGINT - #else - #define _SIGINT (-1) - #endif - #ifdef SIGKILL - #define _SIGKILL SIGKILL - #else - #define _SIGKILL (-1) - #endif - #ifdef SIGPIPE - #define _SIGPIPE SIGPIPE - #else - #define _SIGPIPE (-1) - #endif - #ifdef SIGQUIT - #define _SIGQUIT SIGQUIT - #else - #define _SIGQUIT (-1) - #endif - #ifdef SIGSEGV - #define _SIGSEGV SIGSEGV - #else - #define _SIGSEGV (-1) - #endif - #ifdef SIGTERM - #define _SIGTERM SIGTERM - #else - #define _SIGTERM (-1) - #endif - #ifdef SIGUSR1 - #define _SIGUSR1 SIGUSR1 - #else - #define _SIGUSR1 (-1) - #endif - #ifdef SIGUSR2 - #define _SIGUSR2 SIGUSR2 - #else - #define _SIGUSR2 (-1) - #endif - #ifdef SIGCHLD - #define _SIGCHLD SIGCHLD - #else - #define _SIGCHLD (-1) - #endif - #ifdef SIGCONT - #define _SIGCONT SIGCONT - #else - #define _SIGCONT (-1) - #endif - #ifdef SIGSTOP - #define _SIGSTOP SIGSTOP - #else - #define _SIGSTOP (-1) - #endif - #ifdef SIGTSTP - #define _SIGTSTP SIGTSTP - #else - #define _SIGTSTP (-1) - #endif - #ifdef SIGTTIN - #define _SIGTTIN SIGTTIN - #else - #define _SIGTTIN (-1) - #endif - #ifdef SIGTTOU - #define _SIGTTOU SIGTTOU - #else - #define _SIGTTOU (-1) - #endif - #ifdef SIGBUS - #define _SIGBUS SIGBUS - #else - #define _SIGBUS (-1) - #endif - #ifdef SIGPOLL - #define _SIGPOLL SIGPOLL - #else - #define _SIGPOLL (-1) - #endif - #ifdef SIGPROF - #define _SIGPROF SIGPROF - #else - #define _SIGPROF (-1) - #endif - #ifdef SIGSYS - #define _SIGSYS SIGSYS - #else - #define _SIGSYS (-1) - #endif - #ifdef SIGTRAP - #define _SIGTRAP SIGTRAP - #else - #define _SIGTRAP (-1) - #endif - #ifdef SIGURG - #define _SIGURG SIGURG - #else - #define _SIGURG (-1) - #endif - #ifdef SIGVTALRM - #define _SIGVTALRM SIGVTALRM - #else - #define _SIGVTALRM (-1) - #endif - #ifdef SIGXCPU - #define _SIGXCPU SIGXCPU - #else - #define _SIGXCPU (-1) - #endif - #ifdef SIGXFSZ - #define _SIGXFSZ SIGXFSZ - #else - #define _SIGXFSZ (-1) - #endif - /* Termios constants. */ --- 1015,1018 ---- *************** *** 1640,1644 **** if (argc != 0) return __FAIL; return mktuplel ! (270, mkint(P_WAIT), mkint(P_NOWAIT), mkint(P_OVERLAY), mkint(P_DETACH), --- 1497,1501 ---- if (argc != 0) return __FAIL; return mktuplel ! (242, mkint(P_WAIT), mkint(P_NOWAIT), mkint(P_OVERLAY), mkint(P_DETACH), *************** *** 1666,1698 **** mkint((long)CLOCKS_PER_SEC), mkint((long)CLK_TCK), - mkint(_SIGABRT), - mkint(_SIGALRM), - mkint(_SIGFPE), - mkint(_SIGHUP), - mkint(_SIGILL), - mkint(_SIGINT), - mkint(_SIGKILL), - mkint(_SIGPIPE), - mkint(_SIGQUIT), - mkint(_SIGSEGV), - mkint(_SIGTERM), - mkint(_SIGUSR1), - mkint(_SIGUSR2), - mkint(_SIGCHLD), - mkint(_SIGCONT), - mkint(_SIGSTOP), - mkint(_SIGTSTP), - mkint(_SIGTTIN), - mkint(_SIGTTOU), - mkint(_SIGBUS), - mkint(_SIGPOLL), - mkint(_SIGPROF), - mkint(_SIGSYS), - mkint(_SIGTRAP), - mkint(_SIGURG), - mkint(_SIGVTALRM), - mkint(_SIGXCPU), - mkint(_SIGXFSZ), - mkint(TCSANOW), mkint(TCSADRAIN), --- 1523,1526 ---- Index: clib.c =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/clib.c,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** clib.c 3 Oct 2007 10:27:46 -0000 1.81 --- clib.c 16 Dec 2007 20:23:21 -0000 1.82 *************** *** 714,717 **** --- 714,860 ---- #endif + /* Signal numbers. */ + + #ifdef SIGABRT + #define _SIGABRT SIGABRT + #else + #define _SIGABRT (-1) + #endif + #ifdef SIGALRM + #define _SIGALRM SIGALRM + #else + #define _SIGALRM (-1) + #endif + #ifdef SIGFPE + #define _SIGFPE SIGFPE + #else + #define _SIGFPE (-1) + #endif + #ifdef SIGHUP + #define _SIGHUP SIGHUP + #else + #define _SIGHUP (-1) + #endif + #ifdef SIGILL + #define _SIGILL SIGILL + #else + #define _SIGILL (-1) + #endif + #ifdef SIGINT + #define _SIGINT SIGINT + #else + #define _SIGINT (-1) + #endif + #ifdef SIGKILL + #define _SIGKILL SIGKILL + #else + #define _SIGKILL (-1) + #endif + #ifdef SIGPIPE + #define _SIGPIPE SIGPIPE + #else + #define _SIGPIPE (-1) + #endif + #ifdef SIGQUIT + #define _SIGQUIT SIGQUIT + #else + #define _SIGQUIT (-1) + #endif + #ifdef SIGSEGV + #define _SIGSEGV SIGSEGV + #else + #define _SIGSEGV (-1) + #endif + #ifdef SIGTERM + #define _SIGTERM SIGTERM + #else + #define _SIGTERM (-1) + #endif + #ifdef SIGUSR1 + #define _SIGUSR1 SIGUSR1 + #else + #define _SIGUSR1 (-1) + #endif + #ifdef SIGUSR2 + #define _SIGUSR2 SIGUSR2 + #else + #define _SIGUSR2 (-1) + #endif + #ifdef SIGCHLD + #define _SIGCHLD SIGCHLD + #else + #define _SIGCHLD (-1) + #endif + #ifdef SIGCONT + #define _SIGCONT SIGCONT + #else + #define _SIGCONT (-1) + #endif + #ifdef SIGSTOP + #define _SIGSTOP SIGSTOP + #else + #define _SIGSTOP (-1) + #endif + #ifdef SIGTSTP + #define _SIGTSTP SIGTSTP + #else + #define _SIGTSTP (-1) + #endif + #ifdef SIGTTIN + #define _SIGTTIN SIGTTIN + #else + #define _SIGTTIN (-1) + #endif + #ifdef SIGTTOU + #define _SIGTTOU SIGTTOU + #else + #define _SIGTTOU (-1) + #endif + #ifdef SIGBUS + #define _SIGBUS SIGBUS + #else + #define _SIGBUS (-1) + #endif + #ifdef SIGPOLL + #define _SIGPOLL SIGPOLL + #else + #define _SIGPOLL (-1) + #endif + #ifdef SIGPROF + #define _SIGPROF SIGPROF + #else + #define _SIGPROF (-1) + #endif + #ifdef SIGSYS + #define _SIGSYS SIGSYS + #else + #define _SIGSYS (-1) + #endif + #ifdef SIGTRAP + #define _SIGTRAP SIGTRAP + #else + #define _SIGTRAP (-1) + #endif + #ifdef SIGURG + #define _SIGURG SIGURG + #else + #define _SIGURG (-1) + #endif + #ifdef SIGVTALRM + #define _SIGVTALRM SIGVTALRM + #else + #define _SIGVTALRM (-1) + #endif + #ifdef SIGXCPU + #define _SIGXCPU SIGXCPU + #else + #define _SIGXCPU (-1) + #endif + #ifdef SIGXFSZ + #define _SIGXFSZ SIGXFSZ + #else + #define _SIGXFSZ (-1) + #endif + #ifndef SEEK_SET #define SEEK_SET 0 *************** *** 728,732 **** if (argc != 0) return __FAIL; return mktuplel ! (13, mkint(SIZEOF_CHAR), mkint(SIZEOF_SHORT), mkint(SIZEOF_INT), --- 871,875 ---- if (argc != 0) return __FAIL; return mktuplel ! (41, mkint(SIZEOF_CHAR), mkint(SIZEOF_SHORT), mkint(SIZEOF_INT), *************** *** 734,737 **** --- 877,909 ---- mkint(SIZEOF_FLOAT), mkint(SIZEOF_DOUBLE), + mkint(_SIGABRT), + mkint(_SIGALRM), + mkint(_SIGFPE), + mkint(_SIGHUP), + mkint(_SIGILL), + mkint(_SIGINT), + mkint(_SIGKILL), + mkint(_SIGPIPE), + mkint(_SIGQUIT), + mkint(_SIGSEGV), + mkint(_SIGTERM), + mkint(_SIGUSR1), + mkint(_SIGUSR2), + mkint(_SIGCHLD), + mkint(_SIGCONT), + mkint(_SIGSTOP), + mkint(_SIGTSTP), + mkint(_SIGTTIN), + mkint(_SIGTTOU), + mkint(_SIGBUS), + mkint(_SIGPOLL), + mkint(_SIGPROF), + mkint(_SIGSYS), + mkint(_SIGTRAP), + mkint(_SIGURG), + mkint(_SIGVTALRM), + mkint(_SIGXCPU), + mkint(_SIGXFSZ), + mkint(_IONBF), mkint(_IOLBF), mkint(_IOFBF), |
From: Albert G. <ag...@us...> - 2007-12-16 09:38:48
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25138 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.309 retrieving revision 1.310 diff -C2 -d -r1.309 -r1.310 *** ChangeLog 7 Dec 2007 23:07:59 -0000 1.309 --- ChangeLog 16 Dec 2007 09:38:43 -0000 1.310 *************** *** 1,2 **** --- 1,7 ---- + 2007-12-16 Albert Graef <Dr....@t-...> + + * modules/clib/system.c: add missing coerce_float function (bug + reported by Ryan Schmidt) + 2007-12-07 Albert Graef <Dr....@t-...> |
From: Albert G. <ag...@us...> - 2007-12-16 09:37:43
|
Update of /cvsroot/q-lang/q/modules/clib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24689/clib Modified Files: system.c Log Message: add missing coerce_float function Index: system.c =================================================================== RCS file: /cvsroot/q-lang/q/modules/clib/system.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** system.c 2 Oct 2007 03:28:24 -0000 1.2 --- system.c 16 Dec 2007 09:37:39 -0000 1.3 *************** *** 6028,6031 **** --- 6028,6039 ---- } + static int coerce_float(expr x, double *d) + { + if (isfloat(x, d) || ismpz_float(x, d)) + return 1; + else + return 0; + } + FUNCTION(system,strfmon,argc,argv) { |
From: Albert G. <ag...@us...> - 2007-12-15 00:36:38
|
Update of /cvsroot/q-lang/q-openal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13707 Modified Files: ChangeLog INSTALL Makefile NEWS README Log Message: update docs, bump version number Index: README =================================================================== RCS file: /cvsroot/q-lang/q-openal/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 25 Feb 2006 11:05:26 -0000 1.5 --- README 15 Dec 2007 00:36:30 -0000 1.6 *************** *** 3,13 **** ======== ! An OpenAL module for the Q programming language. Copyright (c) 2005-2006 by Albert Graef and Jonas Joebges, Johannes Gutenberg University Mainz, Germany. Distributed under the GNU General Public License (GPL) Version 2 or later (see the accompanying COPYING file for details). ! Please refer to the INSTALL file for installation instructions. You need Q 7.0 ! or later to compile this package. This is a SWIG-generated wrapper of the OpenAL library, which allows you to do --- 3,13 ---- ======== ! An OpenAL module for the Q programming language. Copyright (c) 2005-2007 by Albert Graef and Jonas Joebges, Johannes Gutenberg University Mainz, Germany. Distributed under the GNU General Public License (GPL) Version 2 or later (see the accompanying COPYING file for details). ! Please refer to the INSTALL file for installation instructions. You ! need at least Q 7.0 and OpenAL 1.1 to compile this package. This is a SWIG-generated wrapper of the OpenAL library, which allows you to do *************** *** 35,40 **** might not yet fully support all available OpenAL routines, but we intend to fix that, so if you find anything that's missing or unusable, please let us ! know. The module was developed using OpenAL 1.0 on SuSE Linux and has also ! been ported to Windows using MinGW3. Please send bug reports, patches, comments and suggestions to: --- 35,40 ---- might not yet fully support all available OpenAL routines, but we intend to fix that, so if you find anything that's missing or unusable, please let us ! know. The module was originally developed using OpenAL 1.0 on SuSE Linux, but ! the present version requires OpenAL 1.1. A windows port is available. Please send bug reports, patches, comments and suggestions to: *************** *** 43,46 **** Enjoy! ! July 2005 Albert Graef --- 43,46 ---- Enjoy! ! December 2007 Albert Graef Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q-openal/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NEWS 8 Dec 2007 09:26:41 -0000 1.5 --- NEWS 15 Dec 2007 00:36:30 -0000 1.6 *************** *** 1,3 **** --- 1,7 ---- + * 1.4 December 2007 + + OpenAL 1.1 compatibility fixes. + * 1.3 December 2007 Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/q-openal/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile 8 Dec 2007 08:24:48 -0000 1.7 --- Makefile 15 Dec 2007 00:36:30 -0000 1.8 *************** *** 5,9 **** # version number: ! version = 1.3 dist = q-openal-$(version) --- 5,9 ---- # version number: ! version = 1.4 dist = q-openal-$(version) Index: INSTALL =================================================================== RCS file: /cvsroot/q-lang/q-openal/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL 18 Jul 2005 17:53:15 -0000 1.2 --- INSTALL 15 Dec 2007 00:36:30 -0000 1.3 *************** *** 14,23 **** files. These are available in source form from http://www.openal.org, and should be readily available as binary packages for most Linux distributions. ! 1. Check the toplevel Makefile. In particular, you might have to check the ! installation prefix (this should match the Q installation prefix, normally ! /usr or /usr/local on Un*x systems). Also, if your OpenAL include files and ! library live in an unusual location, you'll have to fiddle with the compiler ! options to provide the correct include and library paths. 2. ONLY IF you want to rebuild the wrapper code from scratch, run "make --- 14,26 ---- files. These are available in source form from http://www.openal.org, and should be readily available as binary packages for most Linux distributions. + The present version has been tested with OpenAL 1.1 and ALUT 1.1. Use version + 1.3 of this module if you're still running an older version of OpenAL. ! 1. Check the toplevel Makefile. In particular, you might have to check ! the installation prefix (this should match the Q installation prefix, ! normally /usr or /usr/local on Un*x systems). Also, if your OpenAL ! include files and libraries live in an unusual location, you'll have ! to fiddle with the compiler options to provide the correct include and ! library paths. 2. ONLY IF you want to rebuild the wrapper code from scratch, run "make *************** *** 36,41 **** ------- ! A binary package (zipped MSI) is available from q-lang.sf.net. To run this ! version of the module, you'll also have to install the OpenAL dlls. These are available as an installer program on Creative's OpenAL page, see http://www.openal.org/downloads.html for details. --- 39,44 ---- ------- ! A compiled version of this module is included in the Qpad MSI package. ! To run this, you'll also have to install the OpenAL dlls. These are available as an installer program on Creative's OpenAL page, see http://www.openal.org/downloads.html for details. Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q-openal/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 8 Dec 2007 09:25:51 -0000 1.10 --- ChangeLog 15 Dec 2007 00:36:30 -0000 1.11 *************** *** 1,2 **** --- 1,8 ---- + 2007-12-14 Albert Graef <Dr....@t-...> + + + Release 1.4 + + * src/openal.i: fixes for OpenAL 1.1 compatibility + 2007-12-08 Albert Graef <Dr....@t-...> |
From: Albert G. <ag...@us...> - 2007-12-15 00:35:34
|
Update of /cvsroot/q-lang/q-openal/examples In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13308 Modified Files: alexample.q alstream.q Log Message: OpenAL 1.1 compatibility fixes Index: alstream.q =================================================================== RCS file: /cvsroot/q-lang/q-openal/examples/alstream.q,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** alstream.q 3 Jun 2006 10:07:09 -0000 1.4 --- alstream.q 15 Dec 2007 00:35:31 -0000 1.5 *************** *** 33,37 **** latency. */ ! def FPS = 10, DT = round (1000/FPS), BUFSZ = round (RATE/FPS), NBUFS = 4; /* Material and light definitions. */ --- 33,37 ---- latency. */ ! def FPS = 2, DT = round (1000/FPS), BUFSZ = round (RATE/FPS), NBUFS = 4; /* Material and light definitions. */ Index: alexample.q =================================================================== RCS file: /cvsroot/q-lang/q-openal/examples/alexample.q,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** alexample.q 19 Jul 2005 06:53:52 -0000 1.4 --- alexample.q 15 Dec 2007 00:35:31 -0000 1.5 *************** *** 51,56 **** the corresponding buffers. */ ! def SOURCES = alUIntVector 2, ! BUFFERS = alUIntVector 2; /* The main function. */ --- 51,55 ---- the corresponding buffers. */ ! def SOURCES = alUIntVector 2; /* The main function. */ *************** *** 78,95 **** glLightfv GL_LIGHT0 GL_POSITION LIGHT_POS || ! /* Initialize the audio library utility toolkit (ALUT). */ ! alutInit ARGS || ! /* Create ids for the sound sources and their buffers. */ ! alGenSources 2 SOURCES || ! alGenBuffers 2 BUFFERS || ! /* Load the wave files into the buffers. */ ! alBufferData (alGetUIntVector BUFFERS 0) (alutLoadWAVFile "left.wav") || ! alBufferData (alGetUIntVector BUFFERS 1) (alutLoadWAVFile "right.wav") || ! /* Assign the buffers to the corresponding sources. */ ! alSourcei (alGetUIntVector SOURCES 0) AL_BUFFER (alGetUIntVector BUFFERS 0) || ! alSourcei (alGetUIntVector SOURCES 1) AL_BUFFER (alGetUIntVector BUFFERS 1) || /* Set the parameters of the first source. */ --- 77,101 ---- glLightfv GL_LIGHT0 GL_POSITION LIGHT_POS || ! /* Initialize audio. */ ! init_alut || ! /* Install the GLUT callbacks. */ ! glutDisplayFunc display || ! glutReshapeFunc reshape || ! glutKeyboardFunc input || ! glutSpecialFunc input || ! /* Run the main loop. */ ! glutMainLoop; ! /* Initialize the audio library utility toolkit (ALUT) and prepare the ! audio data. */ ! ! init_alut ! = /* Create the sound sources and assign the buffers to the ! corresponding sources. */ ! alGenSources 2 SOURCES || ! alSourcei (alGetUIntVector SOURCES 0) AL_BUFFER BUF0 || ! alSourcei (alGetUIntVector SOURCES 1) AL_BUFFER BUF1 || /* Set the parameters of the first source. */ *************** *** 110,123 **** alListenerfv AL_POSITION LISTENER_POS || alListenerfv AL_VELOCITY LISTENER_VEL || ! alListenerfv AL_ORIENTATION LISTENER_ORI || ! ! /* Install the GLUT callbacks. */ ! glutDisplayFunc display || ! glutReshapeFunc reshape || ! glutKeyboardFunc input || ! glutSpecialFunc input || ! ! /* Run the main loop. */ ! glutMainLoop; /* Helper functions to keep track of the activation state of the sound --- 116,124 ---- alListenerfv AL_POSITION LISTENER_POS || alListenerfv AL_VELOCITY LISTENER_VEL || ! alListenerfv AL_ORIENTATION LISTENER_ORI ! where _ = alutInit ARGS, ! /* Load the wave files into the buffers. */ ! BUF0 = alutCreateBufferFromFile "left.wav", ! BUF1 = alutCreateBufferFromFile "right.wav"; /* Helper functions to keep track of the activation state of the sound |
From: Albert G. <ag...@us...> - 2007-12-15 00:35:11
|
Update of /cvsroot/q-lang/q-openal/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13125 Modified Files: Makefile openal.i Log Message: OpenAL 1.1 compatibility fixes Index: openal.i =================================================================== RCS file: /cvsroot/q-lang/q-openal/src/openal.i,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** openal.i 24 Feb 2006 23:24:41 -0000 1.9 --- openal.i 15 Dec 2007 00:35:06 -0000 1.10 *************** *** 74,89 **** %} ! %include <AL/altypes.h> ! #ifndef __WIN32__ ! %include <AL/aluttypes.h> ! %include <AL/alexttypes.h> ! #endif ! %include <AL/alctypes.h> /* map a string list to the (argc,argv) parameters of alutInit() */ ! %typemap(arginit) (int *argc, char **argv) "$2 = NULL;"; ! %typemap(in) (int *argc, char *argv[]) (int temp) { int n = 0; expr x = $input, hd, tl; --- 74,169 ---- %} ! /* typedefs */ ! ! /* al.h */ ! ! /** 8-bit boolean */ ! typedef char ALboolean; ! ! /** character */ ! typedef char ALchar; ! ! /** signed 8-bit 2's complement integer */ ! typedef char ALbyte; ! ! /** unsigned 8-bit integer */ ! typedef unsigned char ALubyte; ! ! /** signed 16-bit 2's complement integer */ ! typedef short ALshort; ! ! /** unsigned 16-bit integer */ ! typedef unsigned short ALushort; ! ! /** signed 32-bit 2's complement integer */ ! typedef int ALint; ! ! /** unsigned 32-bit integer */ ! typedef unsigned int ALuint; ! ! /** non-negative 32-bit binary integer size */ ! typedef int ALsizei; ! ! /** enumerated 32-bit value */ ! typedef int ALenum; ! ! /** 32-bit IEEE754 floating-point */ ! typedef float ALfloat; ! ! /** 64-bit IEEE754 floating-point */ ! typedef double ALdouble; ! ! /** void type (for opaque pointers only) */ ! typedef void ALvoid; ! ! /* alc.h */ ! ! typedef struct ALCdevice_struct ALCdevice; ! typedef struct ALCcontext_struct ALCcontext; ! ! /** 8-bit boolean */ ! typedef char ALCboolean; ! ! /** character */ ! typedef char ALCchar; ! ! /** signed 8-bit 2's complement integer */ ! typedef char ALCbyte; ! ! /** unsigned 8-bit integer */ ! typedef unsigned char ALCubyte; ! ! /** signed 16-bit 2's complement integer */ ! typedef short ALCshort; ! ! /** unsigned 16-bit integer */ ! typedef unsigned short ALCushort; ! ! /** signed 32-bit 2's complement integer */ ! typedef int ALCint; ! ! /** unsigned 32-bit integer */ ! typedef unsigned int ALCuint; ! ! /** non-negative 32-bit binary integer size */ ! typedef int ALCsizei; ! ! /** enumerated 32-bit value */ ! typedef int ALCenum; ! ! /** 32-bit IEEE754 floating-point */ ! typedef float ALCfloat; ! ! /** 64-bit IEEE754 floating-point */ ! typedef double ALCdouble; ! ! /** void type (for opaque pointers only) */ ! typedef void ALCvoid; /* map a string list to the (argc,argv) parameters of alutInit() */ ! %typemap(arginit) (int *argcp, char **argv) "$2 = NULL;"; ! %typemap(in) (int *argcp, char **argv) (int temp) { int n = 0; expr x = $input, hd, tl; *************** *** 109,113 **** } ! %typemap(freearg) (int *argc, char *argv[]) { if ($2) { int i; --- 189,193 ---- } ! %typemap(freearg) (int *argcp, char **argv) { if ($2) { int i; *************** *** 326,342 **** %rename(alutInit) alutMyInit; ! /* ignore these -- they're Linux-specific */ %ignore alutLoadWAV; %ignore alutUnloadWAV; /* Just include the OpenAL headers here. */ %include <AL/al.h> %include <AL/alut.h> #ifndef __WIN32__ %include <AL/alext.h> #endif - %include <AL/alc.h> /* typemaps for the vector functions (see alIntVector etc., below) */ --- 406,433 ---- %rename(alutInit) alutMyInit; ! /* Ignore these -- they are either not supported any more (as of OpenAL 1.1) ! or they are deprecated and/or non-portable. */ %ignore alutLoadWAV; + %ignore alutLoadWAVFile; + %ignore alutLoadWAVMemory; %ignore alutUnloadWAV; + /* These aren't supported in the Q API right now. Use the alutCreateBufferXXX + routines to load wave data directly into ALUT buffers instead. */ + + %ignore alutLoadMemoryFromFile; + %ignore alutLoadMemoryFromFileImage; + %ignore alutLoadMemoryHelloWorld; + %ignore alutLoadMemoryWaveform; + /* Just include the OpenAL headers here. */ %include <AL/al.h> + %include <AL/alc.h> %include <AL/alut.h> #ifndef __WIN32__ %include <AL/alext.h> #endif /* typemaps for the vector functions (see alIntVector etc., below) */ *************** *** 574,582 **** /* reworked alutInit function */ ! void alutMyInit(int *argc, char *argv[]) { ALCdevice *device; char *name = NULL; int i; for (i = 1; i < *argc; i++) if (strcmp(argv[i], "-d") == 0 && i+1 < *argc) --- 665,674 ---- /* reworked alutInit function */ ! ALboolean alutMyInit(int *argc, char **argv) { ALCdevice *device; char *name = NULL; int i; + if (!alutInitWithoutContext(argc, argv)) return AL_FALSE; for (i = 1; i < *argc; i++) if (strcmp(argv[i], "-d") == 0 && i+1 < *argc) *************** *** 589,592 **** --- 681,685 ---- } } + return AL_TRUE; } %} *************** *** 598,602 **** %} ! void alutMyInit(int *argc, char *argv[]); %stubs %{ --- 691,695 ---- %} ! ALboolean alutMyInit(int *argcp, char **argv); %stubs %{ Index: Makefile =================================================================== RCS file: /cvsroot/q-lang/q-openal/src/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile 17 Jul 2005 11:01:13 -0000 1.1.1.1 --- Makefile 15 Dec 2007 00:35:06 -0000 1.2 *************** *** 2,6 **** openal.la: openal_wrap.c ! qcc -o openal.la openal_wrap.c -- --link -lopenal openal_wrap.c openal.q: openal.i --- 2,6 ---- openal.la: openal_wrap.c ! qcc -o openal.la openal_wrap.c -- --link -lalut -lopenal openal_wrap.c openal.q: openal.i |
From: Albert G. <ag...@us...> - 2007-12-11 10:05:11
|
Update of /cvsroot/q-lang/qt-q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18379 Modified Files: INSTALL Log Message: update INSTALL Index: INSTALL =================================================================== RCS file: /cvsroot/q-lang/qt-q/INSTALL,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** INSTALL 25 Sep 2007 13:58:06 -0000 1.4 --- INSTALL 11 Dec 2007 10:05:07 -0000 1.5 *************** *** 4,13 **** This release requires that you already have SmokeQt on your system (and Qt, of ! course). KDE is not required, but if you have it and you have a SmokeQt ! version which supports it, you can also make use of the KDE widgets. SmokeQt ! is part of many KDE installations (check the kdebindings package), but you can ! also get a version for Qt3 from http://perlqt.sourceforge.net, and various ! other versions for both Qt3 and Qt4 are available on the net. You'll also need ! Q 7.8 (or later), available from http://q-lang.sf.net. If you're installing from the source, have a look at the toplevel Makefile. In --- 4,15 ---- This release requires that you already have SmokeQt on your system (and Qt, of ! course). The current version of this module requires Qt3 (the Qt3 ! compatibility classes in Qt4 won't do) and a matching SmokeQt version. KDE is ! not required, but if you have it and you have a SmokeQt version which supports ! it, you can also make use of the KDE widgets. SmokeQt is part of many KDE ! installations (check the kdebindings package), but you can also get a version ! for Qt3 from http://perlqt.sourceforge.net, and various other versions are ! available on the net. You'll also need Q 7.8 (or later), available from ! http://q-lang.sf.net. If you're installing from the source, have a look at the toplevel Makefile. In *************** *** 40,43 **** Good luck! :) ! September 2007 Albert Graef --- 42,45 ---- Good luck! :) ! December 2007 Albert Graef |
From: Albert G. <ag...@us...> - 2007-12-11 10:04:24
|
Update of /cvsroot/q-lang/qt-q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17979 Modified Files: README Log Message: update README Index: README =================================================================== RCS file: /cvsroot/q-lang/qt-q/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 16 Oct 2007 04:25:07 -0000 1.5 --- README 11 Dec 2007 10:04:20 -0000 1.6 *************** *** 7,13 **** This is a SWIG-generated wrapper of the SmokeQt library for the Q programming language, which provides access to most of Trolltech's Qt GUI toolkit (and ! KDE, depending on the implementation). This release has been tested with Qt3, ! but Qt4 should work, too, provided that you have a SmokeQt version which ! supports it. You'll also need Q 7.8 (or later), available from http://q-lang.sf.net. --- 7,12 ---- This is a SWIG-generated wrapper of the SmokeQt library for the Q programming language, which provides access to most of Trolltech's Qt GUI toolkit (and ! KDE, depending on the implementation). This release requires Qt3 (a port to ! Qt4 is on the TODO list). You'll also need Q 7.8 (or later), available from http://q-lang.sf.net. *************** *** 32,35 **** Enjoy! :) ! October 2007 Albert Graef --- 31,34 ---- Enjoy! :) ! December 2007 Albert Graef |
From: Albert G. <ag...@us...> - 2007-12-11 09:09:16
|
Update of /cvsroot/q-lang/qt-q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11810 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/qt-q/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 8 Nov 2007 21:02:02 -0000 1.14 --- ChangeLog 11 Dec 2007 09:09:09 -0000 1.15 *************** *** 1,2 **** --- 1,8 ---- + 2007-12-08 Albert Graef <Dr....@t-...> + + + Release 1.3 + + * Makefile: add DESTDIR support + 2007-11-08 Albert Graef <Dr....@t-...> |
From: Albert G. <ag...@us...> - 2007-12-10 11:43:49
|
Update of /cvsroot/q-lang/q-ncurses In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6128 Modified Files: INSTALL Log Message: add some notes about (lack of) Windows support Index: INSTALL =================================================================== RCS file: /cvsroot/q-lang/q-ncurses/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL 27 Aug 2007 17:40:14 -0000 1.2 --- INSTALL 10 Dec 2007 11:43:44 -0000 1.3 *************** *** 3,8 **** ============ ! Binary packages for Linux and Windows are (or will soon be) available from ! http://q-lang.sf.net. To install from the sources, first check that you have ncurses and the --- 3,7 ---- ============ ! Binary packages for Linux are available from http://q-lang.sf.net. To install from the sources, first check that you have ncurses and the *************** *** 51,55 **** you can also roll a distribution tarball by running 'make dist'. Good luck! :) ! August 2007 Albert Graef --- 50,62 ---- you can also roll a distribution tarball by running 'make dist'. + WINDOWS USERS: Currently this module is *not* supported on Windows, so you're + on your own. A (more or less) ncurses-compatible curses implementation for + Windows is available at http://pdcurses.sf.net, but this module hasn't been + tested with it yet. In any case pdcurses currently lacks the menu and form + libraries, so you will have to disable the corresponding wrapper code in + curses.i. If anyone manages to port this module to Windows then please send me + the necessary patches so that they can be included in the next release. + Good luck! :) ! December 2007 Albert Graef |
From: Albert G. <ag...@us...> - 2007-12-08 09:30:26
|
Update of /cvsroot/q-lang/q-opengl In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11230 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q-opengl/NEWS,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** NEWS 25 Feb 2006 10:28:40 -0000 1.3 --- NEWS 8 Dec 2007 09:30:22 -0000 1.4 *************** *** 1,3 **** --- 1,7 ---- + * 1.3 December 2007 + + Add DESTDIR support. + * 1.2 February 2006 |
From: Albert G. <ag...@us...> - 2007-12-08 09:30:09
|
Update of /cvsroot/q-lang/q-opengl In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11199 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q-opengl/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 25 Feb 2006 10:28:40 -0000 1.8 --- ChangeLog 8 Dec 2007 09:30:05 -0000 1.9 *************** *** 1,5 **** 2006-02-24 Albert Graef <Dr....@t-...> ! +++ Release 1.2 +++ * src/opengl.i: unicode support --- 1,11 ---- + 2007-12-08 Albert Graef <Dr....@t-...> + + + Release 1.3 + + * Makefile: add DESTDIR support + 2006-02-24 Albert Graef <Dr....@t-...> ! + Release 1.2 * src/opengl.i: unicode support *************** *** 7,11 **** 2005-07-19 Albert Graef <Dr....@t-...> ! +++ Release 1.1 +++ * src/opengl.i: thread-safe callbacks --- 13,17 ---- 2005-07-19 Albert Graef <Dr....@t-...> ! + Release 1.1 * src/opengl.i: thread-safe callbacks *************** *** 17,21 **** 2005-06-26 Albert Graef <Dr....@t-...> ! +++ Release 1.0 +++ * final touches for 1.0 release --- 23,27 ---- 2005-06-26 Albert Graef <Dr....@t-...> ! + Release 1.0 * final touches for 1.0 release |
From: Albert G. <ag...@us...> - 2007-12-08 09:26:44
|
Update of /cvsroot/q-lang/q-openal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11000 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q-openal/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NEWS 3 Jun 2006 10:07:09 -0000 1.4 --- NEWS 8 Dec 2007 09:26:41 -0000 1.5 *************** *** 1,3 **** --- 1,7 ---- + * 1.3 December 2007 + + Add DESTDIR support. + * 1.2 June 2006 |
From: Albert G. <ag...@us...> - 2007-12-08 09:26:04
|
Update of /cvsroot/q-lang/q-openal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10971 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q-openal/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 3 Jun 2006 10:07:09 -0000 1.9 --- ChangeLog 8 Dec 2007 09:25:51 -0000 1.10 *************** *** 1,5 **** 2006-06-03 Albert Graef <Dr....@t-...> ! +++ Release 1.2 +++ * examples/alstream.q: update for Q 7.1 (semaphore function) --- 1,11 ---- + 2007-12-08 Albert Graef <Dr....@t-...> + + + Release 1.3 + + * Makefile: add DESTDIR support + 2006-06-03 Albert Graef <Dr....@t-...> ! + Release 1.2 * examples/alstream.q: update for Q 7.1 (semaphore function) *************** *** 7,11 **** 2006-02-24 Albert Graef <Dr....@t-...> ! +++ Release 1.1 +++ * src/openal.i: unicode support --- 13,17 ---- 2006-02-24 Albert Graef <Dr....@t-...> ! + Release 1.1 * src/openal.i: unicode support *************** *** 17,21 **** 2005-07-19 Albert Graef <Dr....@t-...> ! +++ Release 1.0 +++ * src/openal.i (alutMyInit): added alutInit replacement --- 23,27 ---- 2005-07-19 Albert Graef <Dr....@t-...> ! + Release 1.0 * src/openal.i (alutMyInit): added alutInit replacement |
From: Albert G. <ag...@us...> - 2007-12-08 09:19:47
|
Update of /cvsroot/q-lang/q-faust In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10351 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q-faust/NEWS,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NEWS 5 Oct 2007 09:35:45 -0000 1.9 --- NEWS 8 Dec 2007 09:19:44 -0000 1.10 *************** *** 1,3 **** --- 1,7 ---- + * 1.8 December 2007 + + Add DESTDIR support. + * 1.7 October 2007 |
From: Albert G. <ag...@us...> - 2007-12-08 09:19:33
|
Update of /cvsroot/q-lang/q-faust In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10337 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q-faust/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** ChangeLog 5 Oct 2007 09:35:45 -0000 1.25 --- ChangeLog 8 Dec 2007 09:19:30 -0000 1.26 *************** *** 1,2 **** --- 1,8 ---- + 2007-12-08 Albert Graef <Dr....@t-...> + + + Release 1.8 + + * Makefile: add DESTDIR support + 2007-10-05 Albert Graef <Dr....@t-...> |
From: Albert G. <ag...@us...> - 2007-12-08 09:17:27
|
Update of /cvsroot/q-lang/q-xine In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10156 Modified Files: NEWS Log Message: update NEWS Index: NEWS =================================================================== RCS file: /cvsroot/q-lang/q-xine/NEWS,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** NEWS 5 Oct 2007 09:40:31 -0000 1.4 --- NEWS 8 Dec 2007 09:17:23 -0000 1.5 *************** *** 1,3 **** --- 1,7 ---- + * 1.4 December 2007 + + Add DESTDIR support. + * 1.3 October 2007 |