Mercurial > hg > octave-nkf
graph
-
use rem for divisibility check in factorTue, 30 Mar 2010 21:04:27 +0200, by Jaroslav Hajek
-
helper idx_vector methodsMon, 29 Mar 2010 14:08:30 +0200, by Jaroslav Hajek
-
Neither include qhull/qhull_a.h nor run tests unless we HAVE_QHULL.Sun, 28 Mar 2010 19:07:48 +0200, by David Grundberg
-
__go_draw_figure__.m: Untabify.Sat, 27 Mar 2010 19:56:08 -0400, by Ben Abbott
-
print.m: Provide default suffixes & validate hardcopy format.Sat, 27 Mar 2010 19:30:28 -0400, by Ben Abbott
-
Add detection of OpenMP support to configure. Disabled by defaultSat, 27 Mar 2010 18:23:54 +0100, by David Bateman
-
improve fzeroSat, 27 Mar 2010 10:07:10 +0100, by Jaroslav Hajek
-
add missing file into buildFri, 26 Mar 2010 11:57:03 +0100, by Jaroslav Hajek
-
improve sparse 2d indexing (part 3)Fri, 26 Mar 2010 10:41:56 +0100, by Jaroslav Hajek
-
guard against recursive calls of missing_function_hookFri, 26 Mar 2010 08:24:04 +0100, by Jaroslav Hajek
-
eigs-base.cc: avoid warning about deprecated Array constructorThu, 25 Mar 2010 18:19:19 -0400, by John W. Eaton
-
sort list of modules in bootstrap.confThu, 25 Mar 2010 18:14:41 -0400, by John W. Eaton
-
tag call to fclose with gnulib::Thu, 25 Mar 2010 18:13:42 -0400, by John W. Eaton
-
undo recent gnulib-related changesThu, 25 Mar 2010 17:30:07 -0400, by John W. Eaton
-
ChangeLog fixThu, 25 Mar 2010 12:10:23 -0400, by John W. Eaton
-
optimize kronThu, 25 Mar 2010 14:19:29 +0100, by Jaroslav Hajek
-
cell2mat.m: Add test for cells of cells.Thu, 25 Mar 2010 07:40:27 -0400, by Ben Abbott
-
use round and trunc from gnulib where possibleThu, 25 Mar 2010 11:45:10 +0100, by Jaroslav Hajek
-
Revert modf usage now that cmath is back.Thu, 25 Mar 2010 11:38:07 +0100, by David Grundberg
-
include both math.h and cmath in lo-math.hThu, 25 Mar 2010 10:22:46 +0100, by Jaroslav Hajek
-
version is now 3.3.51+Wed, 24 Mar 2010 16:27:46 -0400, by John W. Eaton
-
Added tag ss-3-3-51 for changeset 79a56d0a6a0dWed, 24 Mar 2010 17:10:23 -0400, by John W. Eaton
-
NEWS: style fixesWed, 24 Mar 2010 16:26:33 -0400, by John W. Eaton
-
update texinfo menusWed, 24 Mar 2010 16:13:16 -0400, by John W. Eaton
-
Fix bug with logscale in combination with colorbarWed, 24 Mar 2010 20:35:44 +0100, by Petr Mikulik
-
point to bugs.octave.org bug tracker instead of bug@octave.org mailing listWed, 24 Mar 2010 15:48:25 -0400, by John W. Eaton
-
src/DLD-FUNCTIONS/config-module.awk: emit additions to EXTRA_DISTWed, 24 Mar 2010 15:45:41 -0400, by John W. Eaton
-
src/Makefile.am: typoWed, 24 Mar 2010 15:43:17 -0400, by John W. Eaton
-
Use gnulib headers instead of C++ std headers where needed.Wed, 24 Mar 2010 17:27:58 +0100, by David Grundberg
-
load_path::add_to_fcn_map: style fixesWed, 24 Mar 2010 09:53:14 -0400, by John W. Eaton
-
warn about missing matlab funcs in helpWed, 24 Mar 2010 13:16:25 +0100, by Jaroslav Hajek
-
don't call missing_function_hook inside try blockWed, 24 Mar 2010 13:10:36 +0100, by Jaroslav Hajek
-
implement smart warnings about missing Matlab functionalityWed, 24 Mar 2010 12:56:18 +0100, by Jaroslav Hajek
-
improve sparse 2d indexing (part 2)Wed, 24 Mar 2010 10:38:39 +0100, by Jaroslav Hajek
-
support cells of cells in cell2matWed, 24 Mar 2010 07:13:44 +0100, by Jaroslav Hajek
-
ChangeLog fixTue, 23 Mar 2010 17:48:54 -0400, by John W. Eaton
-
make refreshdata work againTue, 23 Mar 2010 17:46:26 -0400, by John W. Eaton
-
liboctave/config-ops.sh: handle 'all' case correctlyTue, 23 Mar 2010 15:06:33 -0400, by John W. Eaton
-
update NEWSTue, 23 Mar 2010 13:03:06 +0100, by Jaroslav Hajek
-
implement built-in rem and modTue, 23 Mar 2010 13:01:34 +0100, by Jaroslav Hajek
-
implement general binary mapping facilityTue, 23 Mar 2010 09:30:46 +0100, by Jaroslav Hajek
-
avoid problems if liboctave/config-ops.sh is run in parallelMon, 22 Mar 2010 19:03:07 -0400, by John W. Eaton
-
Detabify scripts in 'scripts/image/'Mon, 22 Mar 2010 12:36:30 -0700, by Soren Hauberg
-
improve sparse 2D indexing (part 1)Mon, 22 Mar 2010 13:54:22 +0100, by Jaroslav Hajek
-
simplify sparse->full conversions in liboctaveMon, 22 Mar 2010 12:05:33 +0100, by Jaroslav Hajek
-
scripts/general/quadv.m: Replace 'quadl' with 'quadv' in help textSun, 21 Mar 2010 22:50:04 -0700, by Soren Hauberg
-
link libcruft with libgnuSun, 21 Mar 2010 10:44:46 -0400, by John W. Eaton
-
fix parsing of function names in cellfunSun, 21 Mar 2010 15:35:50 +0100, by Jaroslav Hajek
-
scripts/general/interp2.m, scripts/general/interpn.m: For nearest neighbour interpolation ceil (instead of floor) at the center of the data intervals to be compatible with Matlab. Add test.Sat, 20 Mar 2010 14:26:03 -0700, by Soren Hauberg
-
oct-parse.yy, lex.ll: use symbols via gnulib namespaceSat, 20 Mar 2010 11:01:04 -0400, by John W. Eaton
-
rewrite 1D sparse indexingFri, 19 Mar 2010 13:00:06 +0100, by Jaroslav Hajek
-
fix strmatchFri, 19 Mar 2010 07:12:21 +0100, by Jaroslav Hajek
-
print.m: Add '-append' option.Thu, 18 Mar 2010 20:08:35 -0400, by Ben Abbott
-
print.m: print.m: Detabify.Thu, 18 Mar 2010 19:52:37 -0400, by Ben Abbott
-
improve sparse indexing interfaceThu, 18 Mar 2010 14:55:52 +0100, by Jaroslav Hajek
-
use macro for 2 and 3 arg dim_vector constructorsWed, 17 Mar 2010 09:34:43 -0400, by John W. Eaton
-
implement generic macro magic for repeated declsWed, 17 Mar 2010 10:30:36 +0100, by Jaroslav Hajek
-
up to 7th-order dim_vector constructorsWed, 17 Mar 2010 08:46:46 +0100, by Jaroslav Hajek
-
save: make that two newline charactersTue, 16 Mar 2010 17:03:55 -0400, by John W. Eaton