log

age author description
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.
Wed, 19 Oct 2011 12:34:01 +0100 Michael Goffioul Make unused ARPACK code F77 compliant.
Wed, 19 Oct 2011 12:21:44 +0100 Michael Goffioul Yet another required WIN32_LEAN_AND_MEAN.
Wed, 19 Oct 2011 12:16:04 +0100 Michael Goffioul Provide dummy implementations of ctor and assign of base_graphics_object.
Wed, 19 Oct 2011 12:11:40 +0100 Michael Goffioul Prevent auto-inclusion of winsock.h in WIN32.
Wed, 19 Oct 2011 12:04:40 +0100 Michael Goffioul Remove useless OCTAVE_API decorators.
Wed, 19 Oct 2011 12:00:31 +0100 Michael Goffioul Export missing symbols.
Wed, 19 Oct 2011 20:30:22 +0100 Michael Goffioul Do not define __STDC__ under MSVC.
Tue, 18 Oct 2011 21:18:41 -0500 Jordi Gutiérrez Hermoso Fix segfault in do_minmax_bin_op (bug #34589) stable
Tue, 18 Oct 2011 10:17:09 -0500 Jordi Gutiérrez Hermoso imshow: check correctly for complex images (bug #34549) stable
Mon, 17 Oct 2011 23:41:49 -0400 Ben Abbott When single-quoted, the strread() "delimiter", "endofline", and "whitespace"
Mon, 17 Oct 2011 21:46:08 +0100 Michael Goffioul Make uicontextmenu::visible property off by default.
Mon, 17 Oct 2011 21:46:02 +0100 Michael Goffioul Add outerposition property to figure objects.
Mon, 17 Oct 2011 13:39:51 -0400 John W. Eaton new functions is_sq_string and is_dq_string