log

age author description
Wed, 26 Oct 2011 00:50:39 -0400 John W. Eaton don't crash when concatenating structs with no fields
Tue, 25 Oct 2011 21:23:37 -0700 Rik Change return value of mxGetString to match Matlab (Bug #34546)
Tue, 25 Oct 2011 16:39:22 -0700 Rik Change f_cdf references to fcdf in statistics/test directory (Bug #34628)
Tue, 25 Oct 2011 22:35:55 +0100 Michael Goffioul Fix octinterp DLL searching on Win32.
Tue, 25 Oct 2011 11:28:41 -0700 Jordi Gutiérrez Hermoso Merge with default again gui
Tue, 25 Oct 2011 09:46:38 -0700 Jordi Gutiérrez Hermoso New nthargout function
Mon, 24 Oct 2011 18:06:04 -0700 Jordi Gutiérrez Hermoso Allow more than two input arguments for the kron function, plus some cleanup.
Tue, 25 Oct 2011 10:56:02 -0700 Rik Restore random number state after %!demos or %!tests
Tue, 25 Oct 2011 10:17:23 -0700 Rik Revamp geometry functions dependent on Qhull (Bug #34604, Bug #33346)
Mon, 24 Oct 2011 16:16:50 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 24 Oct 2011 16:14:14 -0400 John W. Eaton maint: missing semicolon. stable
Mon, 24 Oct 2011 16:12:58 -0400 John W. Eaton Added tag release-3-4-3 for changeset b0e70a71647b stable
Mon, 24 Oct 2011 16:10:09 -0400 John W. Eaton merge release changeset stable
Mon, 10 Oct 2011 10:23:45 -0400 John W. Eaton Version 3.4.3 released. stable release-3-4-3
Sat, 22 Oct 2011 16:22:04 -0700 Jordi Gutiérrez Hermoso Merge with default gui
Thu, 20 Oct 2011 14:28:13 -0500 Jordi Gutiérrez Hermoso rand.cc: Don't bring the whole std namespace into scope, only unordered_map
Thu, 20 Oct 2011 14:12:05 -0500 Jordi Gutiérrez Hermoso Periodic merge of stable to default
Thu, 20 Oct 2011 15:35:44 +0100 Michael Goffioul Use copysignf module from gnulib.
Thu, 20 Oct 2011 15:19:38 +0100 Michael Goffioul Avoid some compilation warnings.
Thu, 20 Oct 2011 14:08:25 +0100 Michael Goffioul Fix broken gcc compilation due to changeset d13b6086aea9.
Thu, 20 Oct 2011 12:54:58 +0100 Michael Goffioul Rename signbit to __signbit, until the problem is fixed in gnulib.
Thu, 20 Oct 2011 12:54:52 +0100 Michael Goffioul Add dummy template specializations with a return value.
Thu, 20 Oct 2011 12:54:46 +0100 Michael Goffioul [MSVC] Explicit instantiation to avoid undefined references.
Thu, 20 Oct 2011 12:54:40 +0100 Michael Goffioul Help dumb compilers to resolve template parameters.
Thu, 20 Oct 2011 12:54:32 +0100 Michael Goffioul [MSVC] Prevent duplicate symbol.
Thu, 20 Oct 2011 12:54:26 +0100 Michael Goffioul Make std::auto_ptr friend of idx_vector to allow access to private class idx_vector_rep.
Thu, 20 Oct 2011 12:54:10 +0100 Michael Goffioul Allow to use MiKTeX ghostscript.
Thu, 20 Oct 2011 12:51:31 +0100 Michael Goffioul Test unordered_map header location and namespace.
Wed, 19 Oct 2011 17:15:42 +0100 Michael Goffioul Create uitoolbar only when necessary.
Wed, 19 Oct 2011 15:46:29 +0100 Michael Goffioul Revert changeset c943be5f929d as it breaks Linux compilation.