Mercurial > hg > octave-nkf
graph
-
build: Use INC rather than INCLUDES for consistent naming in libinterp Makefile.am.Tue, 04 Sep 2012 07:45:46 -0700, by Rik
-
* doc: Update HACKING file with new locations in liboctave for source files.Mon, 03 Sep 2012 08:19:57 -0700, by Rik
-
build: Remove unnecessary -I includes in libgui Makefile.am.Sun, 02 Sep 2012 22:26:01 -0700, by Rik
-
build: Remove unnecessary -I includes from AM_CPPFLAGS.Sun, 02 Sep 2012 17:41:43 -0700, by Rik
-
build: Place ranlib build rules in ranlib directory's module.mk.Sun, 02 Sep 2012 15:57:56 -0700, by Rik
-
doc: Add new words to spellchecking dictionary.Sun, 02 Sep 2012 15:45:42 -0700, by Rik
-
Fix typo in install.txi and in documentation spellcheck dictionarySun, 02 Sep 2012 15:08:50 -0700, by Rik
-
provide buttons for the settings dialog (bug #36981)Sun, 02 Sep 2012 22:39:56 +0200, by Torsten
-
use absolute file name to find mk-ops.awkSat, 01 Sep 2012 11:50:12 -0400, by John W. Eaton
-
additional changes for merger of libcruft with liboctaveSat, 01 Sep 2012 10:46:45 -0400, by John W. Eaton
-
build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave.Fri, 31 Aug 2012 20:00:20 -0700, by Rik
-
Fix which() reporting incorrect directory for functions in libinterp.Thu, 30 Aug 2012 20:29:37 -0700, by Rik
-
maint: Update Makefile.am comments to refer to Octave (program) rather than octave (command).Thu, 30 Aug 2012 20:22:19 -0700, by Rik
-
Use angle brackets for #include <config.h> for consistency.Thu, 30 Aug 2012 18:52:02 -0700, by Rik
-
Serialize texi2dvi and texi2pdf commands with Makefile ruleThu, 30 Aug 2012 17:18:50 -0700, by Rik
-
Restore ability to build HTML version of documentation.Thu, 30 Aug 2012 16:47:36 -0700, by Rik
-
provide correct name of info file for the doc viewer (bug #37229)Thu, 30 Aug 2012 17:28:08 -0400, by Torsten
-
don't overload meaning of info in Sparse Cholesky factorization functionsThu, 30 Aug 2012 16:57:24 -0400, by John W. Eaton
-
bug #37023 (wrong reading of lines starting and/or ending with whitespace)Thu, 30 Aug 2012 20:52:40 +0200, by Philip Nienhuis
-
install default values before initializing interpreter (bug #37161)Thu, 30 Aug 2012 12:05:04 -0400, by John W. Eaton
-
Include oct-base64.h in C++ source file to activate OCTAVE_API decorator.Thu, 30 Aug 2012 15:53:07 +0100, by Michael Goffioul
-
Export more symbols from liboctinterp.Thu, 30 Aug 2012 15:53:01 +0100, by Michael Goffioul
-
Add missing return value in JIT code.Thu, 30 Aug 2012 15:52:56 +0100, by Michael Goffioul
-
Use -DOCTINTERP_DLL when compiling convenience libaries in libinterp.Thu, 30 Aug 2012 15:52:50 +0100, by Michael Goffioul
-
Fix compilation under Windows with GUI and LLVM enabled.Thu, 30 Aug 2012 15:52:44 +0100, by Michael Goffioul
-
refresh gnulibThu, 30 Aug 2012 08:47:33 +0100, by Michael Goffioul
-
Remove serialization constraint on building pdf and dvi documentation.Wed, 29 Aug 2012 18:09:43 -0700, by Rik
-
avoid function defined but not used warningWed, 29 Aug 2012 19:02:20 -0400, by John W. Eaton
-
doc: Remove invalid call from scatter.mWed, 29 Aug 2012 17:09:13 -0400, by Jordi Gutiérrez Hermoso
-
move base64 encode and decode functionality to liboctaveWed, 29 Aug 2012 16:43:25 -0400, by John W. Eaton
-
Don't define SparseCholError if there is no Suitesparse (bug #37134)Wed, 29 Aug 2012 16:31:39 -0400, by Jordi Gutiérrez Hermoso
-
Cache texi2XXX intermediate results for faster builds.Wed, 29 Aug 2012 10:17:36 -0700, by Rik
-
Update path to default settings file in source treeWed, 29 Aug 2012 09:17:26 -0400, by Mike Miller
-
build: Fix and combine dependencies of documentationTue, 28 Aug 2012 21:26:04 -0400, by Mike Miller
-
specify separate build dirs for texi2dvi and texi2pdf commandsTue, 28 Aug 2012 21:07:21 -0400, by John W. Eaton
-
gco.m: Don't create figure if it doesn't already exist (Bug #37211)Tue, 28 Aug 2012 16:20:43 -0700, by Rik
-
pt-jit.cc (jit_infer::do_construct_ir): Correct extraious phi removalTue, 28 Aug 2012 17:12:37 -0600, by Max Brister
-
attempt to display location of out of memory errors in interpreted codeTue, 28 Aug 2012 11:00:53 -0400, by John W. Eaton
-
build octave and octave-cli when building compiled octave-config and mkoctfileTue, 28 Aug 2012 09:42:48 -0400, by John W. Eaton
-
fix library name for octave_configMon, 27 Aug 2012 18:06:48 -0400, by John W. Eaton
-
Validate conv2 inputs are 2-D matrices (Bug #37200)Sun, 26 Aug 2012 22:17:43 -0700, by Rik
-
Add mwSignedIndex type for better mex compatibility with Matlab (bug #37133)Sun, 26 Aug 2012 21:41:28 -0700, by Rik
-
dot.cc: Segfault with integers (bug #37199)Sun, 26 Aug 2012 20:06:19 -0600, by Max Brister
-
avoid confusing --disable-foo (default is yes) configure help messagesSun, 26 Aug 2012 16:17:02 -0400, by John W. Eaton
-
configure.ac: Clarify help text on --disable-guiSun, 26 Aug 2012 13:49:41 -0600, by Max Brister
-
Disallow new variables in nested functions (bug #36271)Tue, 17 Apr 2012 21:24:20 -0600, by Max Brister
-
Use correct context when saving anonymous functions (bug #35876)Sat, 25 Aug 2012 16:16:20 -0600, by Max Brister
-
pt-jit.cc (jit_info::compile): Fix compile error with OCTAVE_JIT_DEBUG definedSat, 25 Aug 2012 15:52:45 -0600, by Max Brister
-
pt-jit.cc (jit_convert::visit_simple_for_command): Fix block orderSat, 25 Aug 2012 15:43:19 -0600, by Max Brister
-
jit-ir.h (jit_phi_incomming::jit_phi_incomming): Remove extraneous parent initializationSat, 25 Aug 2012 14:16:30 -0600, by Max Brister
-
jit-ir.h (jit_use::stash_value): Explicitly specify parent template typesSat, 25 Aug 2012 14:04:38 -0600, by Max Brister
-
pt-jit.cc (jit_convert::get_variable): Add type boundSat, 25 Aug 2012 13:36:48 -0600, by Max Brister
-
configure.ac: Improve LLVM configure check and warning (bug #37050)Sat, 25 Aug 2012 13:11:34 -0500, by Max Brister
-
maint: periodic merge of default to classdef classdefFri, 24 Aug 2012 15:50:14 -0400, by John W. Eaton
-
also return help text as a string when nargin = 0 (bug #37183)Fri, 24 Aug 2012 14:46:55 -0400, by John W. Eaton
-
fix compilation problem if wait macros are undefinedFri, 24 Aug 2012 11:45:50 -0400, by John W. Eaton
-
correctly handle multiple --path command line argumentsThu, 23 Aug 2012 19:07:34 -0400, by John W. Eaton
-
perform fewer actions before starting GUIThu, 23 Aug 2012 17:53:42 -0400, by John W. Eaton
-
include --force-gui and --no-gui options in --help outputThu, 23 Aug 2012 15:08:19 -0400, by John W. Eaton
-
polyeig.m: Use @code, not @var, macro to silence warnings from texinfo.Thu, 23 Aug 2012 10:52:52 -0700, by Rik
-
avoid C-style cast warnings from GCC for wait-related macrosThu, 23 Aug 2012 12:18:08 -0400, by John W. Eaton
-
use std::numeric_limits<T>::epsilon in C++ codeThu, 23 Aug 2012 12:13:59 -0400, by John W. Eaton
-
Correct small typo in jit-typeinfo.ccThu, 23 Aug 2012 10:09:41 -0500, by Melvin Robinson
-
Modified interp1.m file to check whether X has distinct values or not.Thu, 23 Aug 2012 08:01:46 -0400, by Ben Abbott
-
avoid C-style cast warningWed, 22 Aug 2012 19:50:20 -0400, by John W. Eaton
-
avoid GCC warning by declaring Array destructor virtualWed, 22 Aug 2012 18:19:27 -0400, by John W. Eaton
-
use std::numeric_limits for integer max and min valuesWed, 22 Aug 2012 17:36:54 -0400, by John W. Eaton
-
print.m: Correct typo preventing fontsize to be set (bug #37163)Wed, 22 Aug 2012 13:46:29 -0700, by Rik
-
use numeric_limits functions instead of DBL_MIN, DBL_MAX, etc.Wed, 22 Aug 2012 16:30:55 -0400, by John W. Eaton
-
reduce code duplication in too_large_for_float array functionsWed, 22 Aug 2012 16:16:31 -0400, by John W. Eaton
-
fix installation of default-qt-settings file (bug #37161)Tue, 21 Aug 2012 17:48:19 -0400, by John W. Eaton
-
link liboctgui with liboctinterp.laTue, 21 Aug 2012 14:03:27 -0400, by John W. Eaton
-
set initial keyboard focus in command window (bug #36955)Mon, 20 Aug 2012 17:24:46 -0400, by John W. Eaton
-
link gui in way that is more consistent with the rest of OctaveMon, 20 Aug 2012 15:37:54 -0400, by John W. Eaton
-
fix name of ignored dldfcn/module.mk fileMon, 20 Aug 2012 14:14:52 -0400, by John W. Eaton
-
* libgui/Makefile.am, libgui/src/Makefile.am: Style fixes.Mon, 20 Aug 2012 14:09:47 -0400, by John W. Eaton
-
remove obsolete qmake configuration filesMon, 20 Aug 2012 14:04:45 -0400, by John W. Eaton
-
update copyright notices in libgui directoryMon, 20 Aug 2012 14:02:08 -0400, by John W. Eaton
-
override automake .yy.cc rule (bug #36407)Sun, 19 Aug 2012 15:16:42 -0400, by John W. Eaton
-
fix missing semicolons in various .m filesSun, 19 Aug 2012 10:50:40 -0400, by John W. Eaton
-
* __pie__.m: Avoid syntax errors in matrix lists.Sat, 18 Aug 2012 22:03:11 -0400, by John W. Eaton
-
fix .m file missing from distSat, 18 Aug 2012 21:56:37 -0400, by John W. Eaton
-
fix gui sources missing from distSat, 18 Aug 2012 20:38:52 -0400, by John W. Eaton
-
* HACKING: Update for libinterp and libgui changes.Sat, 18 Aug 2012 18:56:48 -0400, by John W. Eaton
-
* polyeig.m: Missing semicolon in test.Sat, 18 Aug 2012 18:26:11 -0400, by John W. Eaton
-
rename gui directory to libguSat, 18 Aug 2012 18:10:09 -0400, by John W. Eaton
-
split libinterp from srcSat, 18 Aug 2012 16:23:39 -0400, by John W. Eaton
-
Moved translators file and added GUI structure to etc/HACKING.Sat, 18 Aug 2012 12:01:06 +0200, by Jacob Dawid
-
Modified interp1.m file to check whether X has distinct values or not.Fri, 17 Aug 2012 08:22:30 -0400, by Vivek Dogra
-
Remove octave_value::is_real_nd_array cruftThu, 16 Aug 2012 18:57:45 -0500, by Max Brister
-
Move type inference from jit_convert to jit_inferThu, 16 Aug 2012 18:51:30 -0500, by Max Brister
-
polyeig.m: Style fixesThu, 16 Aug 2012 12:18:52 -0400, by Jordi Gutiérrez Hermoso
-
polyeig: remove DOS newlinesThu, 16 Aug 2012 12:13:57 -0400, by Jordi Gutiérrez Hermoso
-
Merge in polyeigThu, 16 Aug 2012 12:12:05 -0400, by Jordi Gutiérrez Hermoso
-
polyeig: return eigenvectors of the _correct_ sizeThu, 19 Jul 2012 04:53:34 +0100, by Ed Meyer
-
polyeig: new functionThu, 19 Jul 2012 04:50:43 +0100, by Fotios Kasolis
-
Proceed with the sparse Choleski computation when requested (bug #37095)Tue, 14 Aug 2012 15:54:43 -0400, by Jordi Gutiérrez Hermoso
-
pkg: check cURL library when using -forgeThu, 16 Aug 2012 16:25:15 +0100, by Carnë Draug
-
pt-jit.h: Remove unused typedefWed, 15 Aug 2012 23:51:16 -0500, by Max Brister
-
Factor out jit_block_list and jit_factory from jit_convertWed, 15 Aug 2012 23:30:02 -0500, by Max Brister
-
Rename jit_convert::convert_llvm to jit_convert_llvmWed, 15 Aug 2012 22:36:59 -0500, by Max Brister
-
pt-jit.h: Remove dated current status commentWed, 15 Aug 2012 21:56:26 -0500, by Max Brister
-
build: Add rule to build ctags for *.m files in scripts directory.Wed, 15 Aug 2012 08:33:03 -0700, by Rik
-
Include common build configuration in gui/srcWed, 15 Aug 2012 11:08:30 -0400, by Mike Miller
-
find-dialog.{h,cc}: Get rid of DOS newlinesWed, 15 Aug 2012 10:48:06 -0400, by Jordi Gutiérrez Hermoso
-
sombrero.m: Put input validation first and add %!tests.Tue, 14 Aug 2012 21:52:50 -0700, by Rik
-
doc: Remove multiple seealso links to I (bug #37046).Tue, 14 Aug 2012 21:32:26 -0700, by Rik
-
build: Remove unneeded -Ioctave-value, -Ioperators from AM_CPPFLAGS.Tue, 14 Aug 2012 15:55:52 -0700, by Rik
-
doc: Document escape character processing within single quotes for regexp, warning, error.Tue, 14 Aug 2012 15:17:39 -0700, by Rik
-
configure.ac: Add checks for a few missing types.Tue, 14 Aug 2012 13:57:44 -0700, by Rik
-
Do not simplify the CFG during type inferenceMon, 13 Aug 2012 20:24:14 -0500, by Max Brister
-
Add AX_COMPARE_VERSION.m4 macro m4/ dir to make configure.ac simpler.Mon, 13 Aug 2012 15:43:49 -0700, by Rik
-
Support balance, cond, det, norm, rand, magic, eye, and mod in JITMon, 13 Aug 2012 17:05:14 -0500, by Max Brister
-
configure.ac: Correct GCC_VERSION test to return only version number and no other text.Mon, 13 Aug 2012 14:06:47 -0700, by Rik
-
Deprecate configure variables CC_VERSION, CXX_VERSION.Mon, 13 Aug 2012 14:04:26 -0700, by Rik
-
Remove obsolete m4 macro OCTAVE_SMART_PUTENV.Mon, 13 Aug 2012 12:56:53 -0700, by Rik
-
configure.ac: Re-indent for clarity. Try to shorten long lines < 80 characters.Mon, 13 Aug 2012 11:56:07 -0700, by Rik
-
follow Octave pattern for resource_manager singletonMon, 13 Aug 2012 12:16:26 -0400, by John W. Eaton
-
GUI branch merged in, closing the GUI branch guiMon, 13 Aug 2012 11:01:26 -0400, by Jordi Gutiérrez Hermoso
-
Merge gui onto default \o/Mon, 13 Aug 2012 10:32:19 -0400, by Jordi Gutiérrez Hermoso
-
Make resource_manager a singleton with Octave conventions guiSun, 12 Aug 2012 14:36:23 -0400, by Mike Miller
-
allow location of default settings file to be configurable guiSat, 11 Aug 2012 17:58:12 -0400, by John W. Eaton
-
provide Voct_etc_dir variableSat, 11 Aug 2012 17:32:42 -0400, by John W. Eaton
-
partial cleanup of include files in gui sources guiSat, 11 Aug 2012 11:02:12 -0400, by John W. Eaton
-
build: Update ax_XXX macros in m4 directory to newest versions.Fri, 10 Aug 2012 17:50:55 -0700, by Rik
-
build: Remove unused variable INCFLAGS from AM_C[XX}_FLAGS and Octave.Fri, 10 Aug 2012 16:23:41 -0700, by Rik
-
Move documentation for seealso macro outside of macro definition.Fri, 10 Aug 2012 16:03:34 -0700, by Rik
-
use forward decls for mxArray in ov.h and ov-base.hFri, 10 Aug 2012 17:59:35 -0400, by John W. Eaton
-
Postfix increment and decrement operations in JITFri, 10 Aug 2012 16:41:07 -0500, by Max Brister
-
Remove uneeded release overloadsFri, 10 Aug 2012 16:19:27 -0500, by Max Brister
-
Scalar unary operation support in JITFri, 10 Aug 2012 15:05:29 -0500, by Max Brister
-
configure.ac: Don't run OCTAVE_CARBON_CGDISPLAYBITSPERPIXEL unless Carbon Framework is present.Fri, 10 Aug 2012 13:09:11 -0700, by Rik
-
build: Update OCTAVE_UMFPACK_SEPARATE_SPLIT macro to look for SuiteSparse header file.Fri, 10 Aug 2012 12:56:15 -0700, by Rik
-
configure.ac: Allow caching of EXCEPTION_IN_MATH test.Fri, 10 Aug 2012 12:39:31 -0700, by Rik
-
configure.ac: Split gnulib initialization into 2 parts to match recommended usage.Fri, 10 Aug 2012 12:19:59 -0700, by Rik
-
build: Overhaul acinclude.m4 macros.Fri, 10 Aug 2012 12:03:16 -0700, by Rik
-
Support +=, -=, *=, ect. in JITFri, 10 Aug 2012 12:23:32 -0500, by Max Brister
-
GUI: support for octave arguments and integrate with run-octave. guiSun, 05 Aug 2012 16:15:58 -0400, by John W. Eaton
-
jit-typeinfo.cc (jit_typeinfo::register_generic): Mark can errorThu, 09 Aug 2012 16:44:14 -0500, by Max Brister
-
Support sin, cos, and exp with matrix arguments in JITThu, 09 Aug 2012 15:45:59 -0500, by Max Brister
-
build: Move unordered_map header tests to acinclude.m4 and add caching of results.Thu, 09 Aug 2012 08:29:50 -0700, by Rik
-
m4/acinclude.m4: Correct typos, use consistent style for describing macros.Wed, 08 Aug 2012 21:51:23 -0700, by Rik
-
Use $(top_builddir)/libgnu for parallelism with $(top_srcdir)/libgnuWed, 08 Aug 2012 15:33:52 -0700, by Rik
-
src/Makefile.am: Remove unnecessary -I$(srcdir) in AM_CPPFLAGS.Wed, 08 Aug 2012 10:57:08 -0700, by Rik
-
configure.ac: Add AM_PROG_CC_C_O check for Automake subdir-objects support in C compiler.Wed, 08 Aug 2012 10:41:31 -0700, by Rik
-
octave.desktop.in: Change Octave's XDG top-level category to Education.Wed, 08 Aug 2012 09:19:35 -0700, by Rik
-
improve internal documentation of F77_ macros.Wed, 08 Aug 2012 11:38:52 -0400, by John W. Eaton
-
avoid "function declared 'noreturn' has a return statement" warning.Wed, 08 Aug 2012 10:27:59 -0400, by John W. Eaton
-
configure.ac: Require makeinfo to be present before building Octave.Wed, 08 Aug 2012 07:23:21 -0700, by Rik
-
configure.ac: Re-organize to follow Autoconf layout guidelinesTue, 07 Aug 2012 13:34:22 -0700, by Rik
-
Skip functions when resolving end context in JITTue, 07 Aug 2012 14:59:58 -0500, by Max Brister
-
Eliminate duplicate PTHREAD_CFLAGS inclusion in build process.Tue, 07 Aug 2012 09:01:02 -0700, by Rik
-
Remove DEFS and CXXFLAGS/CFLAGS from AM_CXXFLAGS/AM_CFLAGS causing duplicate options in compile command.Tue, 07 Aug 2012 07:09:54 -0700, by Rik
-
Remove unneccessary '-I.' in CPPFLAGS which is already part of DEFAULT_INCLUDES.Mon, 06 Aug 2012 21:42:56 -0700, by Rik
-
Remove CPPFLAGS from AM_CPPFLAGS which causes CPPFLAGS to appear twice during compile.Mon, 06 Aug 2012 17:27:18 -0700, by Rik
-
Update gnulib bootstrap script to version that completes successfully.Mon, 06 Aug 2012 09:41:20 -0700, by Rik
-
Further integration of GUI in the build system. guiSun, 05 Aug 2012 20:04:53 +0100, by Michael Goffioul
-
delete obsolete from Qt checks from configure.ac guiSun, 05 Aug 2012 12:35:28 -0400, by John W. Eaton
-
generalize base64_encode to work with data types other than doubleSun, 05 Aug 2012 16:35:45 +0200, by Carlo de Falco
-
Integrate GUI building with regular octave build system. guiSun, 05 Aug 2012 14:37:22 +0100, by Michael Goffioul
-
maint: periodic merge of default to classdef classdefSun, 05 Aug 2012 09:20:57 -0400, by John W. Eaton
-
generate convenience libraries for new parse-tree and interpfcn subdirectoriesSun, 05 Aug 2012 09:04:30 -0400, by John W. Eaton
-
Incorporated patch that adds replace from Torsten and modified it. guiSat, 04 Aug 2012 11:18:20 +0200, by Jacob Dawid
-
Added missing includes so the GUI builds with the new src-structure. guiSat, 04 Aug 2012 10:52:32 +0200, by Jacob Dawid
-
Support end in multi indexing in JITSat, 04 Aug 2012 00:19:07 -0500, by Max Brister
-
image.m: Remove input validation tests which cause window to pop up.Fri, 03 Aug 2012 17:38:05 -0700, by Rik
-
maint: Add DO NOT EDIT messages to build system for src/*.in.h.Fri, 03 Aug 2012 16:45:17 -0700, by Rik
-
maint: Remove duplicate includes for JIT sources from build.Fri, 03 Aug 2012 16:38:53 -0700, by Rik
-
maint: periodic merge of default to classdef classdefFri, 03 Aug 2012 18:04:33 -0400, by John W. Eaton
-
maint: Move interp source code without DEFUNs to interp-core/ dir.Fri, 03 Aug 2012 13:18:21 -0700, by Rik
-
Correct division by zero check in JITFri, 03 Aug 2012 10:14:57 -0500, by Max Brister
-
remove extern "C" context around gnulib headersFri, 03 Aug 2012 21:28:21 +0200, by Carlo de Falco
-
maint: periodic merge of default to classdef classdefFri, 03 Aug 2012 14:35:44 -0400, by John W. Eaton
-
maint: update to latest gnulib againFri, 03 Aug 2012 18:55:01 +0200, by Carlo de Falco
-
maint: update to latest gnulibFri, 03 Aug 2012 05:39:59 +0200, by Carlo de Falco
-
maint: Add DO NOT EDIT messages to src/*.in.h for propagation to generated .h files.Fri, 03 Aug 2012 09:34:13 -0700, by Rik
-
maint: Move core interpreter files with DEFUNS to interpfcn/ directoryFri, 03 Aug 2012 09:31:37 -0700, by Rik
-
fix the names of parse.h and parse-private.h in module.mk fileFri, 03 Aug 2012 11:37:02 -0400, by John W. Eaton
-
search corefcn directory in build tree for include filesFri, 03 Aug 2012 11:29:48 -0400, by John W. Eaton
-
maint: Move parser code and rules to parse-tree/ directoryThu, 02 Aug 2012 17:10:26 -0700, by Rik
-
lo-specfun.cc: Remove unused gripe* functions to stop compiler warning messageThu, 02 Aug 2012 16:33:24 -0700, by Rik
-
maint: Move autogenerated option functions to corefcn/ directory.Thu, 02 Aug 2012 16:29:55 -0700, by Rik
-
splinefit.m: Increase tolerance for %!tests. Use rand, not randn, for generating test data.Thu, 02 Aug 2012 14:02:26 -0700, by Rik
-
Cleaned up icon positions. Removed icon loading from resource manager. guiThu, 02 Aug 2012 12:12:00 +0200, by Jacob Dawid
-
demo.m: Allow functions in demo blocks (bug #33981).Wed, 01 Aug 2012 16:44:16 -0700, by Rik
-
Generate ND indexing functions on demand in JIT.Wed, 01 Aug 2012 17:00:12 -0500, by Max Brister
-
initialize randn state in splinefit testWed, 01 Aug 2012 12:10:26 -0400, by John W. Eaton
-
rename src/DLD-FUNCTIONS directory to src/dldfcnTue, 31 Jul 2012 21:57:58 -0400, by John W. Eaton
-
move more files to corefcn directoryTue, 31 Jul 2012 20:46:47 -0400, by John W. Eaton
-
delete obsolete directory functions declarationsTue, 31 Jul 2012 20:39:08 -0400, by John W. Eaton
-
don't search the corefcn directory for header filesTue, 31 Jul 2012 20:34:46 -0400, by John W. Eaton
-
* gtext.m: Fix typo in previous change.Wed, 01 Aug 2012 10:39:26 -0400, by John W. Eaton
-
configure.ac: Comment out unneeded special build flags for Sun C++ compiler.Tue, 31 Jul 2012 22:24:28 -0700, by Rik
-
gtext.m: Allow multiple text placements--one per mouse click.Tue, 31 Jul 2012 18:26:37 -0700, by Rik
-
Handle complex arguments in imagesc (bug #36866)Tue, 31 Jul 2012 18:06:54 -0400, by Jordi Gutiérrez Hermoso
-
Support ND matrix indexing with scalar assignment in JIT.Tue, 31 Jul 2012 15:40:52 -0500, by Max Brister
-
ND scalar indexing in JIT.Tue, 31 Jul 2012 11:51:01 -0500, by Max Brister
-
Merge in Carnë's changesTue, 31 Jul 2012 14:14:03 -0400, by Jordi Gutiérrez Hermoso
-
doc: be consistent on var name on stat help textTue, 31 Jul 2012 16:45:48 +0100, by Carnë Draug
-
image.m: Don't accept complex image data (bug #36866)Tue, 31 Jul 2012 11:11:05 -0700, by Rik
-
Refactor configure.ac to make it more understandable.Tue, 31 Jul 2012 10:28:51 -0700, by Rik
-
merge source reorganization changes on default to classdef classdefTue, 31 Jul 2012 09:54:19 -0400, by John W. Eaton
-
maint: periodic merge of default to classdef classdefFri, 27 Jul 2012 21:59:10 -0400, by John W. Eaton
-
Merge in Carnë's changesTue, 31 Jul 2012 08:51:02 -0400, by Jordi Gutiérrez Hermoso
-
configure.ac: replace deprecated AC_CONFIG_HEADER macroMon, 30 Jul 2012 20:45:52 +0100, by Carnë Draug
-
Fix typo in pkg.m reported in bug #36994.Tue, 31 Jul 2012 11:58:01 +0200, by Muhali
-
maint: Partition src/ directory with more code in subdirs.Mon, 30 Jul 2012 15:29:19 -0700, by Rik
-
Support the end keyword for one dimentional indexing in JIT.Mon, 30 Jul 2012 13:05:29 -0500, by Max Brister
-
configure.ac: replace deprecated AC_TRY_LINK macroMon, 30 Jul 2012 16:23:52 +0100, by Carnë Draug
-
Modified GUI sources so they can be build inside the source tree, without installing octave first. guiMon, 30 Jul 2012 09:55:57 +0200, by Jacob Dawid
-
maint: Use some Octave coding conventions for base64_encode, base64_decode.Sun, 29 Jul 2012 19:49:11 -0700, by Rik
-
maint: Remove extraneous commented out lines from changeset e753177cde93.Sun, 29 Jul 2012 12:08:03 -0700, by Rik
-
Add functions to encode/decode double arrays to/from base64.Sun, 29 Jul 2012 19:17:48 +0200, by Carlo de Falco
-
Add LAPACK_LIBS to link dependencies of liboctinterpSun, 29 Jul 2012 18:29:02 +0200, by Carlo de Falco
-
maint: periodic merge of default to gui guiSun, 29 Jul 2012 01:43:04 -0400, by Jordi Gutiérrez Hermoso
-
Document extra LLVM dependencySun, 29 Jul 2012 01:32:03 -0400, by Jordi Gutiérrez Hermoso
-
Source code formatting (80-column lines, mostly whitespace changes) guiSat, 28 Jul 2012 21:53:45 -0400, by Jordi Gutiérrez Hermoso
-
Update urls to Agora and bug tracker guiSat, 28 Jul 2012 21:02:28 -0400, by Jordi Gutiérrez Hermoso