Mercurial > hg > octave-nkf
graph
-
extend linspace & fix up liboctave rewriteSat, 19 Sep 2009 22:17:12 +0200, by Jaroslav Hajek
-
implement templated octave_value extractorSat, 19 Sep 2009 21:38:30 +0200, by Jaroslav Hajek
-
provide NDArray->Matrix->Vector typedef mappersSat, 19 Sep 2009 11:14:28 +0200, by Jaroslav Hajek
-
mach-info.cc: don't include oct-types.hFri, 18 Sep 2009 18:57:39 -0400, by John W. Eaton
-
aclocal.m4: consistently quote first arg to AC_DEFUNFri, 18 Sep 2009 10:13:53 -0400, by John W. Eaton
-
improve linspace in liboctaveFri, 18 Sep 2009 15:27:09 +0200, by Jaroslav Hajek
-
make drawnow work for fltk backendFri, 18 Sep 2009 06:40:06 -0400, by John W. Eaton
-
mexproto.h: define OCTINTERP_API if it is not already definedFri, 18 Sep 2009 05:51:13 -0400, by John W. Eaton
-
omission from last patchFri, 18 Sep 2009 11:01:55 +0200, by Jaroslav Hajek
-
changelog fix for previous changeThu, 17 Sep 2009 18:39:01 -0400, by John W. Eaton
-
eliminate oct-dlldefs.h and oct-types.hThu, 17 Sep 2009 17:25:37 -0400, by John W. Eaton
-
optimize & extend randpermWed, 16 Sep 2009 13:41:49 +0200, by Jaroslav Hajek
-
remove debugging functionTue, 15 Sep 2009 21:19:15 +0200, by Jaroslav Hajek
-
configure tweaksTue, 15 Sep 2009 13:48:39 -0400, by John W. Eaton
-
don't return undefined output values from user functionsTue, 15 Sep 2009 17:17:13 +0200, by Jaroslav Hajek
-
avoid returning undefined values from disp & fdispTue, 15 Sep 2009 10:00:53 +0200, by Jaroslav Hajek
-
doc/interpreter/optim.txi: document pqpnonnegMon, 14 Sep 2009 22:24:43 -0400, by John W. Eaton
-
update README.CygwinMon, 14 Sep 2009 14:15:18 -0400, by John W. Eaton
-
more bug fixes in fltk zoomMon, 14 Sep 2009 13:13:19 -0400, by shaiay
-
store scope->function pointerMon, 14 Sep 2009 11:23:54 +0200, by Jaroslav Hajek
-
append + to version and api after snapshotSat, 12 Sep 2009 10:15:38 -0400, by John W. Eaton
-
Added tag ss-3-3-50 for changeset 74be4b7273e4Sat, 12 Sep 2009 10:14:02 -0400, by John W. Eaton
-
implement pqpnonnegFri, 11 Sep 2009 11:16:38 +0200, by Jaroslav Hajek
-
include missing sourceFri, 11 Sep 2009 09:27:58 +0200, by Jaroslav Hajek
-
simplify damped BFGS formulaFri, 11 Sep 2009 08:47:25 +0200, by Jaroslav Hajek
-
gnuplot_drawnow.m: Avoid flickering plot windows.Wed, 09 Sep 2009 19:41:29 -0400, by Ben Abbott
-
split __dogleg__ > __doglegm__Wed, 09 Sep 2009 14:43:06 +0200, by Jaroslav Hajek
-
dlmwrite.m: fix typoTue, 08 Sep 2009 23:37:00 -0400, by John W. Eaton
-
pr-output.cc: new testTue, 08 Sep 2009 14:44:55 -0400, by John W. Eaton
-
further correct initial TR step strategyTue, 08 Sep 2009 14:27:35 +0200, by Jaroslav Hajek
-
fix extra outputs in fminuncTue, 08 Sep 2009 13:39:39 +0200, by Jaroslav Hajek
-
add LDFLAGS to OCT_LINK_DEPSMon, 07 Sep 2009 08:49:55 +0200, by Jaroslav Hajek
-
optimize Matrix*ColumnVectorSun, 06 Sep 2009 11:00:19 +0200, by Jaroslav Hajek
-
implement Array<T>::clear overloadsSun, 06 Sep 2009 10:54:36 +0200, by Jaroslav Hajek
-
update initial TR step for fsolve and fminuncSun, 06 Sep 2009 10:02:09 +0200, by Jaroslav Hajek
-
fix broken testsSun, 06 Sep 2009 08:06:54 +0200, by Jaroslav Hajek
-
fix scalar complex-real comparisonsSun, 06 Sep 2009 07:41:34 +0200, by Jaroslav Hajek
-
graphics.h.in: provide std::string and char* versions of graphics_object:get functionsSat, 05 Sep 2009 21:00:44 -0400, by John W. Eaton
-
txt-eng-ft.cc (ft_manager::do_get_font): remove spurious assignment used for debuggingSat, 05 Sep 2009 19:02:39 -0400, by John W. Eaton
-
correctly toggle hold stateSat, 05 Sep 2009 16:50:21 -0400, by John W. Eaton
-
Makeconf.in: don't sort sparse and fftw cpp/ld flagsFri, 04 Sep 2009 17:57:46 -0400, by John W. Eaton
-
avoid crash if default font can't be foundFri, 04 Sep 2009 17:47:03 -0400, by John W. Eaton
-
Changed SPARSE_LIBS order to respect dependencyFri, 04 Sep 2009 11:34:57 -0400, by Marco Atzeri
-
Update README.CygwinFri, 04 Sep 2009 11:30:46 -0400, by Marco Atzeri
-
attempt to fix LD_PRELOAD for CygwinFri, 04 Sep 2009 11:25:44 -0400, by John W. Eaton
-
further liboctave design improvementsFri, 04 Sep 2009 11:22:53 +0200, by Jaroslav Hajek
-
pr-output.cc (set_format (const Complex&, int&, int&)): avoid passing NaN or Inf to log10Thu, 03 Sep 2009 17:28:58 -0400, by John W. Eaton
-
configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIBThu, 03 Sep 2009 17:24:06 -0400, by John W. Eaton
-
update NEWSThu, 03 Sep 2009 16:19:08 +0200, by Jaroslav Hajek
-
possibly mutate after in-place computed assignmentThu, 03 Sep 2009 08:51:45 +0200, by Jaroslav Hajek
-
reuse temporary arrays in nested expressionsThu, 03 Sep 2009 08:48:51 +0200, by Jaroslav Hajek
-
clear index cache on ++,-- operatorsThu, 03 Sep 2009 06:59:53 +0200, by Jaroslav Hajek
-
avoid some gcc warningsWed, 02 Sep 2009 13:11:06 -0400, by John W. Eaton
-
ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATEWed, 02 Sep 2009 14:30:00 +0200, by Jaroslav Hajek
-
implement FLOAT_STORE to allow safer complex comparisons on x87Wed, 02 Sep 2009 14:18:20 +0200, by Jaroslav Hajek
-
document subsasgn optimization in the OOP chapterWed, 02 Sep 2009 11:56:43 +0200, by Jaroslav Hajek
-
add a couple of missing copyright statementsWed, 02 Sep 2009 09:21:36 +0200, by Jaroslav Hajek
-
BLAS integer size check in acx_blas_f77_funcWed, 02 Sep 2009 08:35:48 +0200, by Jaroslav Hajek
-
update contributors.inTue, 01 Sep 2009 16:50:54 -0400, by John W. Eaton