log libinterp/corefcn/rand.cc @ 21942:aab79a1885cc

age author description
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Tue, 09 Feb 2016 10:35:28 -0800 Rik maint: Merge stable to default.
Tue, 09 Feb 2016 10:34:35 -0800 Rik Fix cut/paste error in rande documentation (bug #47097). stable
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Mon, 01 Feb 2016 21:16:19 -0800 Rik maint: Replace some uses of goto in libinterp.
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 06 Jan 2016 18:04:02 +0100 Kai T. Ohlhus Usage of corresponding value extractor for octave_idx_type. Improves support
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Mon, 14 Dec 2015 14:16:19 -0800 Rik rand.cc: Overhaul file to make use of new C++ archetype.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Thu, 03 Dec 2015 19:22:54 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Mon, 23 Nov 2015 23:23:57 -0500 John W. Eaton eliminate more uses of error_state
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Sun, 08 Nov 2015 16:14:27 -0500 John W. Eaton backout changeset 18f38ed43962
Fri, 06 Nov 2015 16:52:49 -0500 John W. Eaton vector_value exctractors with error messages
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 21 Aug 2014 15:57:18 -0700 Rik doc: Add @nospell macro around proper names in documentation.
Fri, 25 Apr 2014 15:49:03 -0700 Rik doc: Fix unbalanced parentheses in documentation.
Thu, 20 Mar 2014 08:56:39 -0700 Rik Fix %!test comparing NaN (single) to NaN (double) in cset 53ba52143af7. stable
Wed, 19 Mar 2014 20:46:39 -0400 Branden Archer Fix dead assignment in oct-rand.cc do_float_scalar (bug #41827). stable
Fri, 07 Feb 2014 20:10:02 -0800 Rik doc: Change docstring for rand* functions from [N, M] to [M, N] (bug #41496). stable
Wed, 30 Oct 2013 21:55:14 -0700 Rik maint: A few Octave coding convention tweaks
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Tue, 15 Oct 2013 14:48:48 -0400 Jordi Gutiérrez Hermoso Allow randperm to work with bigger inputs (bug #39378)
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Thu, 15 Aug 2013 20:14:30 +0200 Philipp Kutin Handle out-of-range values consistently when initializing random number generator.
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/corefcn/rand.cc@891501a3235e