[PD-cvs] externals/build/src mtx_0x2a.c, NONE, 1.1 mtx_0x2a0x7e.c, NONE, 1.1 mtx_0x2e0x2a.c, NONE, 1.1 mtx_+.c, 1.1, 1.2 mtx_-.c, 1.1, 1.2 mtx_.^.c, 1.1, 1.2 mtx_*.c, 1.1, NONE mtx_*~.c, 1.1, NONE mtx_.*.c, 1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Thu Nov 17 21:47:19 CET 2005


Update of /cvsroot/pure-data/externals/build/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5270

Modified Files:
	mtx_+.c mtx_-.c mtx_.^.c 
Added Files:
	mtx_0x2a.c mtx_0x2a0x7e.c mtx_0x2e0x2a.c 
Removed Files:
	mtx_*.c mtx_*~.c mtx_.*.c 
Log Message:
first test case for IOhannes' loaderHEX patch

--- NEW FILE: mtx_0x2e0x2a.c ---
#include "mtx_mul.c"
void mtx_0x2e0x2a_setup(void)
{
	mtx_mul_setup();
}

--- NEW FILE: mtx_0x2a.c ---
#include "mtx_mul.c"
void mtx_0x2a_setup(void)
{
	mtx_mul_setup();
}

Index: mtx_-.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/mtx_-.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mtx_-.c	15 Nov 2005 16:09:29 -0000	1.1
--- mtx_-.c	17 Nov 2005 20:47:17 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "mtx_sub.c"
+ void mtx_0x2d_setup(void)
+ {
+ 	mtx_sub_setup();
+ }

--- mtx_.*.c DELETED ---

--- mtx_*~.c DELETED ---

Index: mtx_.^.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/mtx_.^.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mtx_.^.c	7 Nov 2005 04:31:58 -0000	1.1
--- mtx_.^.c	17 Nov 2005 20:47:17 -0000	1.2
***************
*** 2,10 ****
  #include "../../iem/iemmatrix/src/mtx_matrix.c"
  #include "../../iem/iemmatrix/src/mtx_pow.c"
! /*
! void mtx_.^_setup(void)
  {
  	mtx_pow_setup();
! 	}*/
  void iemmatrix_sources_setup(void)
  {
--- 2,9 ----
  #include "../../iem/iemmatrix/src/mtx_matrix.c"
  #include "../../iem/iemmatrix/src/mtx_pow.c"
! void mtx_0x2e0x5e_setup(void)
  {
  	mtx_pow_setup();
! }
  void iemmatrix_sources_setup(void)
  {

--- mtx_*.c DELETED ---

--- NEW FILE: mtx_0x2a0x7e.c ---
#include "mtx_mul~.c"
void mtx_0x2a0x7e_setup(void)
{
	mtx_mul_tilde_setup();
}

Index: mtx_+.c
===================================================================
RCS file: /cvsroot/pure-data/externals/build/src/mtx_+.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mtx_+.c	15 Nov 2005 16:09:29 -0000	1.1
--- mtx_+.c	17 Nov 2005 20:47:17 -0000	1.2
***************
*** 1 ****
--- 1,5 ----
  #include "mtx_add.c"
+ void mtx_0x2b_setup(void)
+ {
+ 	mtx_add_setup();
+ }





More information about the Pd-cvs mailing list