log

age author description
Fri, 04 Jan 2002 15:53:57 +0000 pkienzle Changes required to compile for gcc-3.0 in debian hppa/unstable octave-forge
Thu, 03 Jan 2002 23:36:01 +0000 bensapp Changed the .cc to .o rule so it would compile. octave-forge
Thu, 03 Jan 2002 23:32:52 +0000 bensapp Copied the way linking is done from the sparse Makefile. octave-forge
Thu, 03 Jan 2002 23:20:34 +0000 bensapp Finished converting ex_to_type functions to ex_to<GiNaC::type> functions octave-forge
Wed, 02 Jan 2002 13:18:04 +0000 alnd Adding a new directory to contain administrative files not directly related octave-forge
Wed, 02 Jan 2002 13:11:05 +0000 alnd Add new Perl script 'get_contents'. It finds CONTENTS files in the octave-forge
Wed, 02 Jan 2002 13:07:17 +0000 alnd Append / to directory names to allow get_contents script to add HTML fixed octave-forge
Wed, 02 Jan 2002 02:01:59 +0000 alnd Added CONTENTS file to several directories. The CONTENTS file should have octave-forge
Fri, 21 Dec 2001 20:48:49 +0000 pkienzle Elliptic filter design octave-forge
Fri, 21 Dec 2001 20:47:21 +0000 pkienzle compiled version of ellipj (5x faster and does implicit meshgrid) octave-forge
Fri, 21 Dec 2001 20:45:06 +0000 pkienzle ill-conditioned rectangular matrix for testing QR octave-forge
Fri, 21 Dec 2001 20:43:19 +0000 pkienzle remind release manager to update the afunclist.html octave-forge
Fri, 21 Dec 2001 20:41:36 +0000 pkienzle put octave-forge home page under CVS and update doc guide to reflect this octave-forge
Fri, 21 Dec 2001 20:40:11 +0000 pkienzle add assignin comments; other minor things octave-forge
Fri, 21 Dec 2001 16:44:30 +0000 pkienzle (for Leopoldo Cerbaro) handle complex inputs octave-forge
Fri, 21 Dec 2001 16:42:46 +0000 pkienzle license updates octave-forge
Sat, 15 Dec 2001 22:06:34 +0000 alnd Initial import of perl script which extracts author & copyright info octave-forge
Sat, 15 Dec 2001 22:01:28 +0000 alnd Put usage info in standard format. octave-forge
Sat, 15 Dec 2001 22:00:06 +0000 alnd Use location-independent shebang invokation of perl via /usr/bin/env (as octave-forge
Fri, 14 Dec 2001 18:33:58 +0000 rlaboiss Corrected versioned dependency on octave2.1 package. octave-forge
Fri, 14 Dec 2001 18:33:21 +0000 rlaboiss Symlinks point to right location. octave-forge
Fri, 14 Dec 2001 16:43:07 +0000 rlaboiss Preparing Debian release 0.1.2-1. octave-forge
Thu, 13 Dec 2001 20:35:23 +0000 rlaboiss New release 0.1.2 (integrates last changes done by P. Kienzle). octave-forge
Wed, 12 Dec 2001 15:37:05 +0000 pkienzle handle duplicate file names octave-forge
Wed, 12 Dec 2001 14:33:46 +0000 pkienzle Silently return "" if option does not exist octave-forge
Tue, 11 Dec 2001 20:35:29 +0000 pkienzle (for prnienhuis) remove matcompat references and other small changes octave-forge
Tue, 11 Dec 2001 20:26:05 +0000 pkienzle Use closed interval [-1,1] rather than open interval [-1,1) internally octave-forge
Tue, 11 Dec 2001 15:13:42 +0000 pkienzle Matlab compatibility notes octave-forge
Fri, 07 Dec 2001 17:00:19 +0000 pkienzle remove references to "matcompat" octave-forge
Fri, 07 Dec 2001 16:21:05 +0000 pkienzle Write .bmp files octave-forge
Fri, 07 Dec 2001 15:52:37 +0000 pkienzle Return a vector of lags rather than a range octave-forge
Fri, 07 Dec 2001 15:48:01 +0000 pkienzle Use 'binary' mode when opening files for reading/writing on Windows octave-forge
Wed, 05 Dec 2001 05:40:31 +0000 alnd This function called by main/io/textread.m. octave-forge
Wed, 05 Dec 2001 05:38:39 +0000 alnd Added directory main/io and file main/io/textread.m. textread.m is a octave-forge
Tue, 04 Dec 2001 19:13:42 +0000 pkienzle sparse(i,j,s,...) now check that lengths of i,j,s match octave-forge
Mon, 03 Dec 2001 18:35:22 +0000 pkienzle by Rolf Fabian: Don't use transpose for complex conjugate transpose!!! octave-forge
Fri, 30 Nov 2001 21:58:19 +0000 stahel generalized eigenvalues octave-forge
Tue, 27 Nov 2001 20:31:59 +0000 stahel Gram Schmidt algorithm added octave-forge
Wed, 21 Nov 2001 03:20:55 +0000 aadler fixed make bug, added method support for IOMs octave-forge
Tue, 20 Nov 2001 02:38:05 +0000 aadler fix for select octave path in Makefile.PL octave-forge
Mon, 19 Nov 2001 03:13:37 +0000 aadler fixes for multifiles, nargin/nargout tests, operator overloading octave-forge
Sun, 18 Nov 2001 22:57:23 +0000 tpikonen Initial version octave-forge
Sun, 18 Nov 2001 22:54:51 +0000 tpikonen Functions to read and write Protein databank (pdb) files and to interface octave-forge
Sun, 18 Nov 2001 03:29:06 +0000 aadler bug in fread fix - add \n octave-forge
Sun, 18 Nov 2001 03:22:43 +0000 aadler multisections now ok, cleaned up singleton object, octave-forge
Sat, 17 Nov 2001 02:15:21 +0000 aadler changed docs, new options for Makefile.PL octave-forge
Fri, 16 Nov 2001 03:10:27 +0000 aadler sparse sum octave-forge
Fri, 16 Nov 2001 03:09:42 +0000 aadler added spsum.m, is_sparse, is_real_sparse, is_complex_sparse octave-forge
Wed, 14 Nov 2001 15:21:33 +0000 pkienzle handle case when output was already to a file before the print octave-forge
Wed, 14 Nov 2001 15:14:40 +0000 pkienzle for debugging purposes, only remove configure.in if autoconf succeeds octave-forge
Wed, 14 Nov 2001 15:12:29 +0000 pkienzle Find function on your path and edit it octave-forge
Wed, 14 Nov 2001 15:09:50 +0000 pkienzle Adding Ben Sapp's symbolic toolbox (but not GinaC, cln, or gmp on which it depends) octave-forge
Mon, 12 Nov 2001 00:01:24 +0000 aadler fixed bug in select octave interpreter octave-forge
Sun, 11 Nov 2001 03:40:13 +0000 aadler now you can supply perl Makefile.PL LIB=blah octave-forge
Sun, 11 Nov 2001 03:36:31 +0000 aadler mod to work with octave-2.0 as well as 2.1 octave-forge
Sun, 11 Nov 2001 03:00:54 +0000 aadler added makefile and tests octave-forge
Wed, 07 Nov 2001 15:02:21 +0000 pkienzle need all: as first rule so everything will be built octave-forge
Tue, 06 Nov 2001 02:58:35 +0000 aadler mod to work with 5.005 octave-forge
Mon, 05 Nov 2001 14:14:02 +0000 pkienzle (prneinhuis: updates) octave-forge
Mon, 05 Nov 2001 14:09:44 +0000 pkienzle Fix bug in fig output option octave-forge