Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1:/tmp/cvs-serv17359
Modified Files: makefile.linux zexy.c Added Files: z_operating_system.c Log Message: added [operating_system] to get the current OS
--- NEW FILE: z_operating_system.c --- (This appears to be a binary file; contents omitted.)
Index: makefile.linux =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/makefile.linux,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** makefile.linux 29 Sep 2003 02:15:37 -0000 1.8 --- makefile.linux 1 Dec 2003 15:09:03 -0000 1.9 *************** *** 37,41 **** z_sfplay z_sfrecord \ z_sigpack \ ! z_prime z_random z_wrap
# ----------------------- LINUX ---------------------------- --- 37,42 ---- z_sfplay z_sfrecord \ z_sigpack \ ! z_prime z_random z_wrap \ ! z_operating_system
# ----------------------- LINUX ----------------------------
Index: zexy.c =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** zexy.c 29 Sep 2003 02:15:11 -0000 1.6 --- zexy.c 1 Dec 2003 15:09:03 -0000 1.7 *************** *** 96,99 **** --- 96,100 ---- "\nwrap\t\t:: wrap a floating number between 2 limits" "\nurn\t\t:: unique random numbers" + "\noperating_system\t:: information on the OS" #if 0 "\nexecute\t\t:: execute an application" *************** *** 207,210 **** --- 208,212 ---- ... */ + void z_operating_system_setup();
void zexy_setup(void) *************** *** 267,270 **** --- 269,273 ----
z_strings_setup(); + z_operating_system_setup();
/* lp ports are only on i386 machines */