Mercurial > hg > octave-nkf
graph
-
Memory leaks with matrices in JITTue, 10 Jul 2012 21:25:51 -0500, by Max Brister
-
Ignore unkonwn functions during compilationTue, 10 Jul 2012 17:14:32 -0500, by Max Brister
-
More support for complex numbers in JITTue, 10 Jul 2012 15:55:05 -0500, by Max Brister
-
Initial support for complex numbers in JITMon, 09 Jul 2012 17:06:54 -0500, by Max Brister
-
Rename jit_function to jit_operationMon, 09 Jul 2012 12:32:42 -0500, by Max Brister
-
Fix bad mergeMon, 09 Jul 2012 12:21:19 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 09 Jul 2012 09:55:35 -0500, by Max Brister
-
Reduce code duplication in JITThu, 05 Jul 2012 17:25:25 -0500, by Max Brister
-
maint: periodic merge of default to jitTue, 03 Jul 2012 11:05:16 -0500, by Max Brister
-
Add short circult operators to JITWed, 27 Jun 2012 23:43:06 -0500, by Max Brister
-
src/pt-jit.cc: Take into account step for matrix range subsasgn in JITWed, 27 Jun 2012 18:50:59 -0500, by Max Brister
-
In jit support A(idx) = v; where A is matrix, idx is a range, and v is a scalarWed, 27 Jun 2012 18:19:41 -0500, by Max Brister
-
Add element wise boolean And and Or in JITWed, 27 Jun 2012 15:49:28 -0500, by Max Brister
-
Generalize builtin specification in JIT and add support for cos and expWed, 27 Jun 2012 14:14:20 -0500, by Max Brister
-
Add sin to JITTue, 26 Jun 2012 16:15:30 -0500, by Max Brister
-
src/TEMPLATE-INST/Array-jit.cc: Check for LLVM presenceMon, 25 Jun 2012 17:26:28 -0500, by Max Brister
-
Remove jit_block::visit_dom and simplify release placementMon, 25 Jun 2012 16:26:00 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 25 Jun 2012 14:40:21 -0500, by Max Brister
-
Add support for matrix indexed assignment to JITMon, 25 Jun 2012 14:21:45 -0500, by Max Brister
-
Do not smash stack when passing structures in JITFri, 22 Jun 2012 17:17:48 -0500, by Max Brister
-
Simplify matrix handling in JITFri, 22 Jun 2012 15:46:26 -0500, by Max Brister
-
Place releases for temporaries on errorFri, 22 Jun 2012 11:43:30 -0500, by Max Brister
-
Place grab/release for assignmentsThu, 21 Jun 2012 17:37:36 -0500, by Max Brister
-
src/pt-jit.cc (jit_block::maybe_split): Correctly mark if split branch is aliveThu, 21 Jun 2012 16:21:47 -0500, by Max Brister
-
Change algorithm for placing releases and simplify PHIs in low level Octave IRThu, 21 Jun 2012 15:08:06 -0500, by Max Brister
-
Keep track of variables after SSA constructionTue, 19 Jun 2012 18:48:39 -0500, by Max Brister
-
Simplify the creation of error checks in jitTue, 19 Jun 2012 13:10:10 -0500, by Max Brister
-
Rename jit_check_error to jit_error_checkTue, 19 Jun 2012 12:36:53 -0500, by Max Brister
-
Fix whitespace issues and update documentationTue, 19 Jun 2012 12:27:55 -0500, by Max Brister
-
Rename jit_break to jit_branch and jit_cond_break to jit_cond_branchTue, 19 Jun 2012 12:15:44 -0500, by Max Brister
-
pt-jit.h: Remove unused variables from jit_blockTue, 19 Jun 2012 10:14:47 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 18 Jun 2012 16:45:10 -0500, by Max Brister
-
src/pt-jit.cc (jit_info::~jit_info): New functionFri, 15 Jun 2012 14:10:24 -0500, by Max Brister
-
Check for null index listsFri, 15 Jun 2012 13:35:35 -0500, by Max Brister
-
Fix some segfaultsFri, 15 Jun 2012 13:15:48 -0500, by Max Brister
-
Do not define OCTAVE_JIT_DEBUGFri, 15 Jun 2012 12:41:44 -0500, by Max Brister
-
Start of jit support for double matriciesThu, 14 Jun 2012 16:38:06 -0500, by Max Brister
-
maint: periodic merge of default to jitMon, 11 Jun 2012 20:11:20 -0500, by Max Brister
-
Add power to jitMon, 11 Jun 2012 10:03:28 -0500, by Max Brister
-
Cleanup and optimization of JITSun, 10 Jun 2012 12:16:29 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 09 Jun 2012 14:26:15 -0500, by Max Brister
-
Only add items to worklist in type inferece if not already thereSat, 09 Jun 2012 10:23:28 -0500, by Max Brister
-
Remove uneeded error checksFri, 08 Jun 2012 22:31:57 -0500, by Max Brister
-
jit_const no longer inherits from jit_instructionFri, 08 Jun 2012 15:30:07 -0500, by Max Brister
-
Prevent crash when using scalars as conditionalsFri, 08 Jun 2012 13:35:40 -0500, by Max Brister
-
Improve printing of jit_extract_argumentThu, 07 Jun 2012 21:28:56 -0500, by Max Brister
-
warn on divide by zeroThu, 07 Jun 2012 17:25:58 -0500, by Max Brister
-
Mark fail with GCC_ATTR_NORETURNThu, 07 Jun 2012 16:45:19 -0500, by Max Brister
-
No longer segfault when compiling nested for loopsThu, 07 Jun 2012 15:48:43 -0500, by Max Brister
-
Adding basic error support to JITThu, 07 Jun 2012 12:43:20 -0500, by Max Brister
-
Remove some macros from pt-jit.h and pt-jit.ccTue, 05 Jun 2012 16:28:09 -0500, by Max Brister
-
Allow for construction of ranges during jitMon, 04 Jun 2012 17:18:47 -0500, by Max Brister
-
Place releases after last use and generalize dom visitingMon, 04 Jun 2012 13:10:44 -0500, by Max Brister
-
maint: periodic merge of default to jitSun, 03 Jun 2012 16:30:21 -0500, by Max Brister
-
Use CXX and CPP flags correctly when configuring llvmSun, 03 Jun 2012 16:00:22 -0500, by Max Brister
-
Locate and link with LLVM properlySun, 03 Jun 2012 15:38:40 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 02 Jun 2012 10:06:54 -0500, by Max Brister
-
Rename symbol_table::symbol_record_ref to symbol_table::symbol_referenceSat, 02 Jun 2012 10:04:55 -0500, by Max Brister
-
maint: periodic merge of default to jitFri, 01 Jun 2012 19:24:15 -0500, by Max Brister
-
Use standard SSA construction algorithm, and support break/continueFri, 01 Jun 2012 19:08:43 -0500, by Max Brister
-
maint: periodic merge of default to jitWed, 30 May 2012 09:36:38 -0500, by Max Brister
-
Prevent double release of input arguments in JITTue, 29 May 2012 13:51:02 -0500, by Max Brister
-
Properly cleanup the low level IRTue, 29 May 2012 12:07:26 -0500, by Max Brister
-
Treat undefined as anyTue, 29 May 2012 09:50:40 -0500, by Max Brister
-
If, ifelse, and else statements JIT compile nowMon, 28 May 2012 23:19:41 -0500, by Max Brister
-
Cleanup of some type inference functionsSun, 27 May 2012 22:57:55 -0500, by Max Brister
-
maint: periodic merge of default to jitSat, 26 May 2012 20:38:17 -0500, by Max Brister
-
For loops compile with new IRSat, 26 May 2012 20:30:28 -0500, by Max Brister
-
maint: Periodic merge of default to jitThu, 24 May 2012 15:48:10 -0600, by Max Brister
-
Removed dead functionsThu, 24 May 2012 15:25:06 -0600, by Max Brister
-
Rewrite pt-jit.* adding new low level octave IRThu, 24 May 2012 15:08:09 -0600, by Max Brister
-
maint: Periodic merge of default to jitWed, 23 May 2012 16:22:05 -0400, by Jordi Gutiérrez Hermoso
-
Add if support and fix leak with anyMon, 21 May 2012 15:41:19 -0600, by Max Brister
-
doc (pt-jit.h): Update progressFri, 18 May 2012 10:24:14 -0600, by Max Brister
-
Use symbol_record_ref instead of names in JITFri, 18 May 2012 10:22:34 -0600, by Max Brister
-
Add symbol_table::symbol_record_refFri, 18 May 2012 08:53:26 -0600, by Max Brister
-
doc: Removed old FIXMEsFri, 18 May 2012 08:11:00 -0600, by Max Brister
-
Simplified llvm::GenericValue creationFri, 18 May 2012 08:09:03 -0600, by Max Brister
-
Remove OCTINTERP_API from jit classesFri, 18 May 2012 05:59:59 -0600, by Max Brister
-
maint: Periodic merge of default to jitThu, 17 May 2012 21:22:25 -0600, by Max Brister
-
maint: Periodic merge of default to jitThu, 17 May 2012 19:50:01 -0400, by Jordi Gutiérrez Hermoso
-
JIT for loops over rangesThu, 17 May 2012 16:07:21 -0600, by Max Brister
-
maint: periodic merge of default to jitTue, 15 May 2012 18:43:18 -0600, by Max Brister
-
maint: periodic merge of default to jitSat, 12 May 2012 19:39:44 -0600, by Max Brister
-
Reworking JIT implementationSat, 12 May 2012 19:24:32 -0600, by Max Brister
-
configure.ac: Bad mergeWed, 09 May 2012 12:53:41 -0600, by Max Brister
-
doc: Copyright fix in pt-jit.h and pt-jit.ccMon, 07 May 2012 18:37:31 -0600, by Max Brister
-
maint: periodic merge of default to jitMon, 07 May 2012 16:57:57 -0600, by Max Brister
-
Initial JIT supportSun, 06 May 2012 20:17:30 -0600, by Max Brister
-
doc: Add "Display" option to optimset documentation.Fri, 20 Jul 2012 12:39:28 -0700, by Andy Adler
-
doc: Use 'grayscale' rather than 'gray-scale' in documentation.Fri, 20 Jul 2012 12:26:31 -0700, by Rik
-
Add new functions cmpermute(), cmunque().Fri, 20 Jul 2012 12:22:48 -0700, by Rik
-
Add new function fminsearch.mFri, 20 Jul 2012 09:25:37 -0700, by Andy Adler
-
shorten signal warningsFri, 20 Jul 2012 11:40:50 -0400, by John W. Eaton
-
Fixed bug with error message about missing arguments when running a file. guiFri, 20 Jul 2012 09:15:22 -0400, by Jacob Dawid
-
rename octave-core file to octave-workspaceThu, 19 Jul 2012 18:19:57 -0400, by John W. Eaton
-
Do computations with octave_uint64 to avoid overflow stableThu, 19 Jul 2012 18:08:08 -0400, by Jordi Gutiérrez Hermoso
-
Fixed performance issues on updating the symbol table. guiThu, 19 Jul 2012 16:03:47 -0400, by Jacob Dawid
-
doc: corrected eig docThu, 19 Jul 2012 12:08:46 -0700, by Ed Meyer
-
omit warning for multiple Contents.m files in the load pathThu, 19 Jul 2012 15:18:19 -0400, by John W. Eaton
-
doc: recommend to use bug tracker rather than maintainers mailing list.Wed, 18 Jul 2012 20:05:32 +0100, by Carnë Draug
-
maint: periodic merge of default to gui guiThu, 19 Jul 2012 11:53:00 -0400, by Jordi Gutiérrez Hermoso
-
maint: Periodic merge of stable to defaultThu, 19 Jul 2012 11:48:40 -0400, by Jordi Gutiérrez Hermoso
-
Added dimension column to workspace view. Using octave print-function to retrieve a value string for a variable. guiThu, 19 Jul 2012 10:13:40 -0400, by Jacob Dawid
-
Added patch from jwe that forks the GUI process in order to have less work. guiThu, 19 Jul 2012 09:30:07 -0400, by Jacob Dawid
-
Removed cd'ing back after running a script for compatibility with less. guiWed, 18 Jul 2012 17:06:59 -0400, by Jacob Dawid
-
correcly compute Z for 3-output call to qz (bug #36728)Wed, 18 Jul 2012 15:37:36 -0400, by John W. Eaton
-
Forgot to have a fallback lexer when the file suffix is unknown. Removed unused variable and added comments. guiWed, 18 Jul 2012 07:07:18 -0400, by Jacob Dawid
-
Added syntax highlighting support for .sh/.bat/.pl and .diff-files. guiWed, 18 Jul 2012 05:45:40 -0400, by Jacob Dawid
-
maint: use rows() and columns() to clarify m-files.Tue, 17 Jul 2012 13:34:19 -0700, by Rik
-
Give message id to undefined function errorTue, 17 Jul 2012 15:08:20 +0200, by Juan Pablo Carbajal
-
maint: Use single quotes to simplify backslashing of double quotes.Tue, 17 Jul 2012 08:43:15 -0700, by Rik
-
maint: Use Octave coding conventions for cuddling parentheses in scripts directoryTue, 17 Jul 2012 07:08:39 -0700, by Rik
-
New Functions; copyobj.m, hdl2struct.m, struct2hdl.mMon, 16 Jul 2012 20:37:01 -0400, by Pantxo Diribarne
-
Use explicit false and true instead of 0 and 1Mon, 16 Jul 2012 17:32:27 -0400, by Jordi Gutiérrez Hermoso
-
smyrcm.cc: use std::swap instead of custom swap code.Sat, 14 Jul 2012 09:59:41 -0700, by Rik
-
maint: Use Octave coding conventions for cuddling parentheses in src/ directorySat, 14 Jul 2012 06:22:56 -0700, by Rik
-
fix typo in error message in pkg.mFri, 13 Jul 2012 00:05:49 +0200, by Carlo de Falco
-
doc: Fix Søren's name (proper UTF-8 encoding)Thu, 12 Jul 2012 11:14:26 -0400, by Jordi Gutiérrez Hermoso
-
pkg.m: Check if the prefix directory can be created; don't fail silentlyThu, 12 Jul 2012 10:58:42 -0400, by Jordi Gutiérrez Hermoso
-
pkg.m: create prefix directory, if it does not existThu, 12 Jul 2012 06:38:07 +0200, by Rafael Laboissiere
-
maint: Use Octave coding conventions for cuddling parentheses in doc directoryMon, 09 Jul 2012 17:00:46 -0700, by Rik
-
maint: Use Octave coding conventions for coddling parentheses in examples directoryMon, 09 Jul 2012 13:23:31 -0700, by Rik
-
maint: Use Octave coding conventions for coddling parenthis is DLD-FUNCTIONS directoryMon, 09 Jul 2012 13:01:49 -0700, by Rik
-
doc: Periodic grammarcheck of documentation.Mon, 09 Jul 2012 10:34:43 -0700, by Rik
-
doc: Periodic spellcheck of documentation.Mon, 09 Jul 2012 09:43:53 -0700, by Rik
-
doc: Add subchapter on nested functions (bug #36147)Mon, 09 Jul 2012 09:29:04 -0700, by Max Brister
-
doc: Add Seealso links to betainc() docstringSun, 08 Jul 2012 12:02:26 -0700, by Rik
-
test: Use Octave coding conventions for tests for line() and toc().Sun, 08 Jul 2012 12:00:45 -0700, by Rik
-
maint: Allow scatter demo to be run under Octave or Matlab for plot comparisonsSun, 08 Jul 2012 11:43:30 -0700, by Rik
-
Use xlgamma instead of lgamma in betaincinv for portability across systems.Sun, 08 Jul 2012 11:35:06 -0700, by Rik
-
maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.Sun, 08 Jul 2012 11:28:50 -0700, by Rik
-
maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.Fri, 06 Jul 2012 14:00:25 -0700, by Rik
-
data.cc: Use Octave coding conventions for cuddling/non-cuddling of parenthesis.Fri, 06 Jul 2012 09:34:35 -0700, by Rik
-
doc: Improve docstring for filter.Thu, 05 Jul 2012 20:03:01 -0700, by Rik
-
* str-vec.h, str-vec.cc (string_vector::list_in_columns): Accept prefix.Thu, 05 Jul 2012 15:44:06 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultWed, 04 Jul 2012 13:38:37 -0400, by John W. Eaton
-
use mwSize for size arguments to mxArray_sparse constructor (bug #36783) stableWed, 04 Jul 2012 12:55:03 -0400, by John W. Eaton
-
Make sure opengl_renderer::toolkit is defined.Wed, 04 Jul 2012 15:53:18 +0100, by Michael Goffioul
-
Add gco implementation.Wed, 04 Jul 2012 14:57:57 +0100, by Michael Goffioul
-
Make some opengl_renderer methods virtual.Wed, 04 Jul 2012 08:15:04 +0100, by Michael Goffioul
-
strread.m: more robust word parsing and style improvementsTue, 03 Jul 2012 21:58:23 +0200, by Philip Nienhuis
-
ppval.m: Small efficiency improvement in determining offsets.Tue, 03 Jul 2012 08:50:43 -0700, by Rik
-
Fixed debugging shortcuts and debug menu item order. guiMon, 02 Jul 2012 17:20:51 +0200, by Jacob Dawid
-
Removed run command, instead cding into the script directory and executing script directly. guiMon, 02 Jul 2012 16:06:50 +0200, by Jacob Dawid
-
Fix ppval when pp.dim > 1 and xi is an array (bug #36665)Mon, 02 Jul 2012 10:26:19 +0200, by Marco Caliari
-
Very basic breakpoint setting and removing in the editor works. guiMon, 02 Jul 2012 12:35:08 +0200, by Jacob Dawid
-
Changed QImage to QPixmap to allow compilation with QScintilla2 < 2.6. guiMon, 02 Jul 2012 10:51:47 +0200, by Jacob Dawid
-
Added menus, markers and methods to visualize debugging in the editor and add, remove and navigate breakpoints* . guiMon, 02 Jul 2012 09:31:30 +0200, by Jacob Dawid
-
Not attempint to save workspace when no filename provided. guiMon, 02 Jul 2012 07:56:07 +0200, by Jacob Dawid
-
Improve matlab compatibility of gmresSun, 01 Jul 2012 13:10:50 +0200, by Carlo de Falco
-
Clarify doc string for strcat.Fri, 29 Jun 2012 17:23:19 -0400, by Ben Abbott
-
__go_draw_axes__.m: Add missing terminating semicolon. stableFri, 29 Jun 2012 17:17:47 -0400, by Ben Abbott
-
doc: Clarify docstrings for canonicalize_file_name, make_absolute_filenameFri, 29 Jun 2012 13:38:28 -0700, by Rik
-
Look for perl/python scripts in Octave load path (bug #36729)Fri, 29 Jun 2012 08:45:54 -0700, by Rik
-
Adapt implementation of betaincinv to Octave.Thu, 28 Jun 2012 10:18:38 -0700, by Rik
-
New function: betaincinv (bug #34364)Fri, 22 Jun 2012 16:51:31 +0200, by Axel Mathéi
-
Use Array superclass, rather than Matrix or NDArray, for betainc function.Thu, 28 Jun 2012 09:00:23 -0700, by Rik
-
* main-window: Fixed bug with command window not coming up on Ctrl+0. guiThu, 28 Jun 2012 12:21:58 +0200, by Jacob Dawid
-
Improved menu structure of file, edit and window menu. Removed ambiguous shortcuts, improved focus handling for operating the GUI with the keyboard. Added new shortcuts to focus subwindows directly. guiThu, 28 Jun 2012 11:04:37 +0200, by Jacob Dawid
-
use templates to avoid code duplication in octave_read_value functionsTue, 26 Jun 2012 16:57:32 -0400, by John W. Eaton
-
provide template version of octave_NATue, 26 Jun 2012 16:53:48 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultTue, 26 Jun 2012 16:50:35 -0400, by John W. Eaton
-
maint: periodic merge of stable to defaultTue, 26 Jun 2012 16:25:13 -0400, by John W. Eaton
-
avoid calling putback more than once between reads stableTue, 26 Jun 2012 16:18:35 -0400, by John W. Eaton
-
Replaced a lot of terminal interaction with events: Clearing, loading and saving workspace, running a file. Default location for saving a new file is now the current working directory. Fixed bad settings with a fresh installation of the GUI by providing a file with default settings and installing it when appropriate. guiTue, 26 Jun 2012 15:27:10 +0200, by Jacob Dawid
-
Current directories now synchronize on top, in the file browser and the cwd in octave. guiTue, 26 Jun 2012 10:54:39 +0200, by Jacob Dawid
-
strread.m: catch unsupported ML format specifiers (bug #36464)Mon, 25 Jun 2012 22:25:56 +0200, by Philip Nienhuis
-
fix embedding example.Sun, 24 Jun 2012 21:42:58 +0200, by Carlo de Falco
-
textscan, strread: improved ML compatibility (bug 36398)Fri, 22 Jun 2012 20:01:35 +0200, by Philip Nienhuis
-
Better Matlab compatibility of textscan, bugs #36356 and #36392Fri, 22 Jun 2012 19:09:30 +0200, by Philip Nienhuis
-
The color property for new plot axes should take on the default value.Thu, 21 Jun 2012 18:25:23 -0400, by Ben Abbott
-
Now recognizing more symbol types in workspace view. Fixed bug with file system watcher complaining with new files. guiThu, 21 Jun 2012 22:30:08 +0200, by Jacob Dawid
-
Fixed integrating debug menu in the editor window. guiThu, 21 Jun 2012 21:29:01 +0200, by Jacob Dawid
-
Special-case removing rows or columns from empty sparse matricesThu, 21 Jun 2012 14:42:05 -0400, by John W. Eaton
-
Remove SparseRep constructor without nz parameterThu, 21 Jun 2012 14:29:24 -0400, by Jordi Gutiérrez Hermoso
-
Update Sparse sources to GNU standards (whitespace changes only)Thu, 21 Jun 2012 14:29:21 -0400, by Jordi Gutiérrez Hermoso
-
maint: periodic merge of stable to defaultThu, 21 Jun 2012 14:29:10 -0400, by Jordi Gutiérrez Hermoso
-
Return sparse column vectors when the indexing allows it (bug #36656) stableThu, 21 Jun 2012 14:24:33 -0400, by David Bateman
-
Assign the sparse column index when deleting contiguous columns (bug #36656) stableThu, 21 Jun 2012 14:23:33 -0400, by Jordi Gutiérrez Hermoso
-
Fixed bug with editor complaining that a file has been modified by another application when saving. guiThu, 21 Jun 2012 20:18:30 +0200, by Jacob Dawid
-
lsqnonneg have tolerance option for convergence (bug #33347)Thu, 21 Jun 2012 12:15:38 +0200, by Axel Mathéi
-
Pre-compute bounds (constant folding) for erfcinv function.Thu, 21 Jun 2012 08:05:17 -0700, by Rik
-
Changing the directory one step up now does not use the terminal. guiThu, 21 Jun 2012 12:22:01 +0200, by Jacob Dawid
-
Set text elide mode and replaced \n by \\n, so long strings do not bloat the workspace view. guiThu, 21 Jun 2012 12:18:39 +0200, by Jacob Dawid
-
Fix scatter() for filled markers using gnuplot.Tue, 19 Jun 2012 19:00:55 -0400, by John Hunt
-
maint: Correct comments and use Octave spacing conventions for erfinv.Tue, 19 Jun 2012 10:05:01 -0700, by Rik
-
Fix plotyy to function as expected with "hold on" (Bug # 36508)Mon, 18 Jun 2012 19:54:03 -0400, by Ben Abbott
-
Fix segfault when replacing a colorbar axis. (Bug # 36576)Sun, 17 Jun 2012 19:17:26 -0400, by Ben Abbott
-
Detect Carbon's CGDisplayBitsPerPixel during configure. Use it if present.Sun, 17 Jun 2012 17:20:38 -0400, by Ben Abbott
-
Update contributers.Fri, 15 Jun 2012 21:15:23 -0400, by Ben Abbott
-
Allow setting of ghostscript TextAlphaBits and GraphicsAlphaBits.Fri, 15 Jun 2012 21:13:48 -0400, by John Hunt
-
gmres.m: Overhaul function. Fix bug #36568.Fri, 15 Jun 2012 10:15:07 -0700, by Rik
-
Fix failing logncdf tests by adding eps tolerance.Thu, 14 Jun 2012 22:11:04 -0700, by Rik
-
maint: code cleanup for new erfcinv function.Thu, 14 Jun 2012 21:34:39 -0700, by Rik
-
New function: erfcinv (bug #36607)Thu, 14 Jun 2012 23:31:59 +0200, by Axel Mathéi
-
Update contributor's list.Thu, 14 Jun 2012 20:24:08 -0400, by Ben ABbott
-
Support spaces into the path to ghostscript.Thu, 14 Jun 2012 20:08:28 -0400, by Fabio Rossi
-
Correct Fortran implementation of erf for small values (Bug #36364)Thu, 14 Jun 2012 08:35:05 -0700, by Rik
-
doc: Fix bug with Texinfo special characters within Seealso macro.Wed, 13 Jun 2012 14:10:45 -0700, by Rik
-
get_first_help_sentence.m: Use a period followed by any regexp space character as a possible sentence boundary.Wed, 13 Jun 2012 12:08:25 -0700, by Rik
-
get_first_help_sentence: do not capture the first newline when end of sentence is a double newlineMon, 11 Jun 2012 19:46:16 +0100, by Carnë Draug
-
get_first_help_sentence: use period followed by non-word character to indentify end of sentenceMon, 11 Jun 2012 18:25:14 +0100, by Carnë Draug
-
maint: Rename solution.pro -> gui.pro guiWed, 13 Jun 2012 14:39:07 -0400, by Jordi Gutiérrez Hermoso
-
Collapsing/Expanding items now works with a workaround. guiWed, 13 Jun 2012 13:34:38 +0200, by Jacob Dawid
-
Fix logncdf tests to use more accurate expected result.Tue, 12 Jun 2012 19:50:13 +0100, by Michael Goffioul
-
Move variable declaration at the beginning of code block.Tue, 12 Jun 2012 19:44:09 +0100, by Michael Goffioul
-
Refresh gnulib to solve some dependencies bugs.Tue, 12 Jun 2012 19:41:38 +0100, by Michael Goffioul
-
Changed copy-paste shortcuts from Ctrl-C/V to Ctrl-Shift-C/V, so that the Ctrl-C signal won't be catched by the terminal anymore. guiTue, 12 Jun 2012 11:16:15 +0200, by Jacob Dawid
-
Added -lreadline flag to build on MacOSX and with Cygwin, as proposed by Ben Abbott and Marco Atzeri. guiSun, 10 Jun 2012 13:13:26 +0200, by Jacob Dawid
-
doc: Clarify input must be cellstr, not just cell, to legend().Sat, 09 Jun 2012 21:31:31 -0700, by Rik
-
The GUI now shows performance information in the status bar of the GUI (ie. how much overhead it causes in the octave thread compares to the terminal version). guiSat, 09 Jun 2012 19:59:43 +0200, by Jacob Dawid
-
Added menu for debugging. Now sending debug control events, but these seem to not work flawlessly guiSat, 09 Jun 2012 01:10:51 +0200, by Jacob Dawid
-
Fixed flooding the event queue by only an event after the last one has been processed. guiFri, 08 Jun 2012 19:13:50 +0200, by Jacob Dawid
-
doc: Fix typo in datenum docstring.Fri, 08 Jun 2012 08:37:27 -0700, by Rik