Update of /cvsroot/pure-data/externals/iem/iem_tab/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1576/iem/iem_tab/src
Modified Files: iem_tab.c iem_tab.h iemlib.h tab_abs.c tab_add.c tab_add_scalar.c tab_carth2polar.c tab_complex_inv.c tab_complex_mul.c tab_const.c tab_conv.c tab_copy.c tab_counter.c tab_cross_corr.c tab_div.c tab_eq.c tab_eq_scalar.c tab_fft.c tab_find_exact_peaks.c tab_find_peaks.c tab_ge.c tab_ge_scalar.c tab_gt.c tab_gt_scalar.c tab_ifft.c tab_le.c tab_le_scalar.c tab_lt.c tab_lt_scalar.c tab_max_index.c tab_min_index.c tab_min_max.c tab_mls.c tab_mul.c tab_mul_scalar.c tab_ne.c tab_ne_scalar.c tab_rfft.c tab_rifft.c tab_sqrt.c tab_sub.c tab_sum.c Log Message: new date in header
Index: tab_carth2polar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_carth2polar.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab_carth2polar.c 10 Nov 2006 17:15:47 -0000 1.1 --- tab_carth2polar.c 14 Dec 2006 17:54:09 -0000 1.2 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_min_max.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_min_max.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_min_max.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_min_max.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_mul.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_mul.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_mul.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_mul.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_gt.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_gt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_gt.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_gt.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_copy.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_copy.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_copy.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_copy.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: iem_tab.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/iem_tab.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iem_tab.c 10 Nov 2006 17:15:47 -0000 1.2 --- iem_tab.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_min_index.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_min_index.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_min_index.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_min_index.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_ne_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_ne_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_ne_scalar.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_ne_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_gt_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_gt_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_gt_scalar.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_gt_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_rifft.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_rifft.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_rifft.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_rifft.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_abs.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_abs.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_abs.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_abs.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_ne.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_ne.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_ne.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_ne.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_eq_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_eq_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_eq_scalar.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_eq_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_cross_corr.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_cross_corr.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_cross_corr.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_cross_corr.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_le.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_le.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_le.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_le.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_const.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_const.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_const.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_const.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_conv.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_conv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_conv.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_conv.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_sum.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_sum.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_sum.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_sum.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: iemlib.h =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/iemlib.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iemlib.h 10 Nov 2006 14:52:36 -0000 1.2 --- iemlib.h 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#ifndef __IEMLIB_H__ --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iemlib written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#ifndef __IEMLIB_H__
Index: tab_sqrt.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_sqrt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_sqrt.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_sqrt.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_complex_mul.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_complex_mul.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_complex_mul.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_complex_mul.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_div.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_div.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_div.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_div.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: iem_tab.h =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/iem_tab.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** iem_tab.h 10 Mar 2006 03:05:55 -0000 1.1 --- iem_tab.h 14 Dec 2006 17:54:09 -0000 1.2 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#ifndef __IEMTAB_H__ --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#ifndef __IEMTAB_H__
Index: tab_lt_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_lt_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_lt_scalar.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_lt_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_rfft.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_rfft.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_rfft.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_rfft.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_mul_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_mul_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_mul_scalar.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_mul_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_ge.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_ge.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_ge.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_ge.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_eq.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_eq.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_eq.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_eq.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_ifft.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_ifft.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_ifft.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_ifft.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_find_peaks.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_find_peaks.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_find_peaks.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_find_peaks.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_add_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_add_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_add_scalar.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_add_scalar.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_fft.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_fft.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_fft.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_fft.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_max_index.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_max_index.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_max_index.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_max_index.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_ge_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_ge_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_ge_scalar.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_ge_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_mls.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_mls.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_mls.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_mls.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_counter.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_counter.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_counter.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_counter.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_lt.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_lt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_lt.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_lt.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
--- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
Index: tab_sub.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_sub.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_sub.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_sub.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_complex_inv.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_complex_inv.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_complex_inv.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_complex_inv.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h" *************** *** 230,235 **** --- 230,237 ---- class_addlist(tab_complex_inv_class, (t_method)tab_complex_inv_list); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_re, gensym("src1_re"), A_DEFSYMBOL, 0); + class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_re, gensym("src_re"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_dst_re, gensym("dst_re"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_im, gensym("src1_im"), A_DEFSYMBOL, 0); + class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_src1_im, gensym("src_im"), A_DEFSYMBOL, 0); class_addmethod(tab_complex_inv_class, (t_method)tab_complex_inv_dst_im, gensym("dst_im"), A_DEFSYMBOL, 0); class_sethelpsymbol(tab_complex_inv_class, gensym("iemhelp2/tab_complex_inv-help"));
Index: tab_add.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_add.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_add.c 10 Nov 2006 17:15:47 -0000 1.2 --- tab_add.c 14 Dec 2006 17:54:09 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_le_scalar.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_le_scalar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** tab_le_scalar.c 10 Nov 2006 17:15:48 -0000 1.2 --- tab_le_scalar.c 14 Dec 2006 17:54:10 -0000 1.3 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"
Index: tab_find_exact_peaks.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iem_tab/src/tab_find_exact_peaks.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tab_find_exact_peaks.c 10 Nov 2006 17:15:47 -0000 1.1 --- tab_find_exact_peaks.c 14 Dec 2006 17:54:10 -0000 1.2 *************** *** 2,6 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */
#include "m_pd.h" --- 2,6 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution.
! iem_tab written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 */
#include "m_pd.h"