[OctDev] OctConf 2012 participant information

2012-07-03 Thread Jordi Gutiérrez Hermoso
Hello again. OctConf is almost here! http://isitoctconf.org/ Please, if you are attending, and if you plan to use the wireless, our host university requires your name and snail mail address. There will be Eduroam, so if you already have that, you can use that instead, and I don't need your ad

[OctDev] To all package maintainers: where to upload new package releases

2012-07-03 Thread Carnë Draug
Hi everyone Sourceforge will be removing their phpbb forums (that's the place where new packages are uploaded first). They have their own built-in forums which were already activated. I'm also forwarding the e-mail I received from them. >From now on, please upload new package releases to https://

[OctDev] tsa package: LPC (Burg method) error

2012-07-03 Thread Carnë Draug
Hi Alois I was looking at the built-in forums of sourceforge (these forums have since been hidden and blocked to prevent posting) and found the following reported almost 3 years ago by Gregory Chudov. It relates to the tsa package so I'm forwarding it to you (the link given seems to be broken thou

[OctDev] signal package: possible bug on fir2 with patch (please review)

2012-07-03 Thread Carnë Draug
Hi I was looking at the built-in forums of sourceforge and found the following reported 2 years ago (these forums have since been hidden and blocked to prevent posting). Could someone please review the following? Thanks in advance, Carnë Reported by jmiles1: possible typo in main/signal/inst/fir

Re: [OctDev] octcdf 1.1.5

2012-07-03 Thread Carnë Draug
On 3 July 2012 14:01, Alexander Barth wrote: > Hi all, > > I have released octcdf 1.1.5 which includes the functions ncread, > ncwrite and ncinfo (similar to the matlab equivalent functions). > > Thanks for uploading it to the server. Done. ---

[OctDev] octcdf 1.1.5

2012-07-03 Thread Alexander Barth
Hi all, I have released octcdf 1.1.5 which includes the functions ncread, ncwrite and ncinfo (similar to the matlab equivalent functions). Thanks for uploading it to the server. Best regards, Alexander -- Live Security

Re: [OctDev] sockets 1.0.8 released

2012-07-03 Thread Michael Goffioul
On Tue, Jul 3, 2012 at 10:59 AM, Paul Dreik wrote: > On 2012-07-03 11:04, Michael Goffioul wrote: > > On Tue, Jul 3, 2012 at 9:55 AM, Paul Dreik > > wrote: > > > > On 2012-06-25 10:58, c. wrote: > > > P.S. I think there might be a typo in tis line of sockets.cc

Re: [OctDev] sockets 1.0.8 released

2012-07-03 Thread Paul Dreik
On 2012-07-03 11:04, Michael Goffioul wrote: > On Tue, Jul 3, 2012 at 9:55 AM, Paul Dreik > wrote: > > On 2012-06-25 10:58, c. wrote: > > P.S. I think there might be a typo in tis line of sockets.cc: > > > > DEFUNX_DLD ( "AF_LOCAL", FAFL_OCAL, FSAF_LOCAL

Re: [OctDev] sockets 1.0.8 released

2012-07-03 Thread Michael Goffioul
On Tue, Jul 3, 2012 at 9:55 AM, Paul Dreik wrote: > On 2012-06-25 10:58, c. wrote: > > P.S. I think there might be a typo in tis line of sockets.cc: > > > > DEFUNX_DLD ( "AF_LOCAL", FAFL_OCAL, FSAF_LOCAL, args, nargout, "socket > constant" ) > > { error( "AF_LOCAL address family not supported on

Re: [OctDev] sockets 1.0.8 released

2012-07-03 Thread Paul Dreik
On 2012-06-25 10:58, c. wrote: > P.S. I think there might be a typo in tis line of sockets.cc: > > DEFUNX_DLD ( "AF_LOCAL", FAFL_OCAL, FSAF_LOCAL, args, nargout, "socket > constant" ) > { error( "AF_LOCAL address family not supported on this platform" ); return > octave_value(); }; > > > shoul