log

age author description
Thu, 26 Jul 2012 12:17:56 -0500 Max Brister Compile top level while loops in JIT.
Thu, 26 Jul 2012 09:43:23 -0700 Rik maint: Use space after OCTAVE_LOCAL_BUFFER invocation in liboctave source code.
Thu, 26 Jul 2012 09:32:11 -0700 Rik maint: Cuddle parenthesis for indexing expressions in ccolamd.cc.
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Thu, 26 Jul 2012 10:40:26 -0500 Max Brister Update the execution engine's global mapping for external functions
Thu, 26 Jul 2012 08:13:22 -0700 Rik maint: Use Octave coding conventions for cuddled parentheses in liboctave/.
Wed, 25 Jul 2012 20:58:21 -0700 Rik maint: Fix a few Octave coding convention violations.
Wed, 25 Jul 2012 21:12:47 -0500 Max Brister Split pt-jit into multiple files.
Wed, 25 Jul 2012 16:30:39 -0700 Rik Add demos for plot.m (bug #36939).
Wed, 25 Jul 2012 06:40:15 -0500 Max Brister Take into account different calling conventions
Wed, 25 Jul 2012 16:48:10 +0100 Carnë Draug acinclude.m4: generate gnuplot warning message correctly (fixing bug from revision 8a84849ad986)
Wed, 25 Jul 2012 15:33:47 +0100 Carnë Draug configure.ac: consistency on output (using the same word for the same thing)
Tue, 24 Jul 2012 13:41:41 -0700 Rik maint: Use Octave coding standards for copyobj.m, hdl2struct.m, struct2hdl.m.
Tue, 24 Jul 2012 13:40:26 -0700 Rik doc: Fix typo in docstring for gco.m
Tue, 24 Jul 2012 13:38:58 -0700 Rik Fix typos introduced by changeset 5d3a684236b0.
Tue, 24 Jul 2012 13:13:45 -0400 John W. Eaton preserve order of path elements when doing "path (new_path)"
Tue, 24 Jul 2012 09:34:51 -0700 Rik doc: Periodic grammarcheck of documentation
Tue, 24 Jul 2012 07:50:42 -0700 Rik Clear %!functions at the end of testing, not for each shared block.
Mon, 23 Jul 2012 15:23:41 -0400 John W. Eaton fix failure with function handles caused by changeset ea6997657614
Mon, 23 Jul 2012 12:59:44 -0400 John W. Eaton which: provide source file name for built-in functions
Mon, 23 Jul 2012 06:53:09 -0500 Max Brister 'clear -f' does not work for command line functions (bug #34497)
Sun, 22 Jul 2012 04:16:02 +0200 Carlo de Falco Merge erroneously crated head
Sun, 22 Jul 2012 03:58:02 +0200 Carlo de Falco Properly restore compiler and linker flags after llvm tests
Thu, 19 Jul 2012 21:28:00 +0200 Carlo de Falco remove redundant private function absolute_pathname
Sat, 21 Jul 2012 10:23:00 -0400 Jordi Gutiérrez Hermoso Fix think-o in 4315a39da4c9 stable
Sat, 21 Jul 2012 01:39:03 -0400 Jacob Dawid Added support for changing the terminal cursor and the cursor blinking. gui
Fri, 20 Jul 2012 16:45:10 -0400 Jacob Dawid The GUI now remembers when categories in the workspace view have been closed. Bug #36885 gui
Fri, 20 Jul 2012 16:36:30 -0400 Jacob Dawid Updated qterminal. gui
Fri, 20 Jul 2012 16:13:35 -0400 Jordi Gutiérrez Hermoso Merge in JIT branch \o/
Fri, 20 Jul 2012 12:39:28 -0700 Andy Adler doc: Add "Display" option to optimset documentation.