Mercurial > hg > octave-nkf
graph
-
doc: Add validateattributes function to NEWS on gui-release branch. gui-releaseThu, 05 Dec 2013 11:48:58 -0800, by Rik
-
maint: backout cset 35464baa7d99 on gui-release branch. gui-releaseThu, 05 Dec 2013 11:39:02 -0800, by Rik
-
maint: backout cset d48ef9e24324 on gui-release branch. gui-releaseThu, 05 Dec 2013 11:36:54 -0800, by Rik
-
maint: backout cset ff05d5b70411 on gui-release branch. gui-releaseThu, 05 Dec 2013 11:36:10 -0800, by Rik
-
maint: Backout cset ca72f1b73216 on gui_release branch gui-releaseThu, 05 Dec 2013 11:31:13 -0800, by Rik
-
maint: Backout ca72f1b73216 on gui_release branch. gui-releaseThu, 05 Dec 2013 11:30:28 -0800, by Rik
-
NEWS: Remove 4.2 features from gui-release version. gui-releaseThu, 05 Dec 2013 11:15:37 -0800, by Rik
-
Follow coding convention of defining and initializing only 1 variable per line in libgui.Thu, 05 Dec 2013 10:53:31 -0800, by Rik
-
Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.Thu, 05 Dec 2013 10:50:17 -0800, by Rik
-
Tweak cset 8e056300994b defining 1 var per line in liboctave.Thu, 05 Dec 2013 09:48:11 -0800, by Rik
-
maint: Periodic merge of gui-release to default.Thu, 05 Dec 2013 12:14:06 -0500, by John W. Eaton
-
maint: Periodic merge of stable to gui-release. gui-releaseThu, 05 Dec 2013 12:13:09 -0500, by John W. Eaton
-
maint: Merge classdef to default.Thu, 05 Dec 2013 12:04:40 -0500, by John W. Eaton
-
set version number to 3.9.0+ on gui-release branch gui-releaseThu, 05 Dec 2013 12:04:07 -0500, by John W. Eaton
-
also check for xtest in __run_test_suite__Thu, 05 Dec 2013 10:48:21 -0500, by John W. Eaton
-
maint: Periodic merge of default to classdef. classdefThu, 05 Dec 2013 11:52:48 -0500, by John W. Eaton
-
build: Don't distribute bootstrap, bootstrap.conf files stableThu, 05 Dec 2013 08:38:04 -0800, by Rik
-
Added tag rc-3-8-0-1 for changeset d734216aa2b1 stableThu, 05 Dec 2013 10:42:39 -0500, by John W. Eaton
-
maint: Merge changes for release candidate. stableThu, 05 Dec 2013 10:42:05 -0500, by John W. Eaton
-
runtests.m: Also runtests for files that only contain %!xtest (bug #40780) stableTue, 03 Dec 2013 09:04:09 -0800, by Rik
-
Follow coding convention of defining and initializing only 1 variable per line in liboctave.Wed, 04 Dec 2013 22:13:18 -0800, by Rik
-
maint: Use Octave coding convention for indexing vs. function calls in liboctave/array.Wed, 04 Dec 2013 18:56:47 -0800, by Rik
-
allow saving an editor file as the current one (bug #40759) stableThu, 05 Dec 2013 06:49:48 +0100, by Torsten
-
setxor.m: Fix bug when "rows" argument given (bug #40808). stableWed, 04 Dec 2013 14:51:45 -0800, by Rik
-
Overhaul max/min implementations for Sparse matrices to fix bug #40743.Wed, 04 Dec 2013 14:15:01 -0800, by Rik
-
* install.txi: Update 64-bit build info for suitesparse, glpk, and qhull. stableWed, 04 Dec 2013 15:14:18 -0500, by John W. Eaton
-
doc: Don't use @table @qcode to avoid problems with Texinfo 5.2.Wed, 04 Dec 2013 12:05:43 -0800, by Rik
-
avoid overflow when passing problem dimensions to qhull with --enable-64 stableTue, 03 Dec 2013 21:39:39 -0500, by John W. Eaton
-
max.cc: Add %!test for bug #40743.Wed, 04 Dec 2013 08:57:05 -0800, by Rik
-
Rename function dir_in_path to dir_in_loadpath.Wed, 04 Dec 2013 08:23:42 -0800, by Rik
-
fill.m: replicate cdata to match size of data for Matlab compatibility (bug #40777).Tue, 03 Dec 2013 20:39:07 -0800, by Rik
-
maint: Remove deprecated keyword static.Tue, 03 Dec 2013 16:35:04 -0800, by Rik
-
Deprecate find_dir_in_path in favor of dir_in_path.Tue, 03 Dec 2013 15:59:56 -0800, by Rik
-
maint: Periodic merge of stable to default.Tue, 03 Dec 2013 16:06:46 -0800, by Rik
-
maint: Remove deprecated configuration variables CC_VERSION and CXX_VERSION.Tue, 03 Dec 2013 15:34:08 -0800, by Rik
-
maint: Remove functions deprecated in 3.8 from 4.2 development branch.Tue, 03 Dec 2013 15:19:05 -0800, by Rik
-
Use gnulib version of canonicalize_file_name across all systems.Tue, 03 Dec 2013 13:45:46 -0800, by Rik
-
NEWS: Update file for 4.2 release on dev branch.Tue, 03 Dec 2013 13:43:06 -0800, by Rik
-
language file update: info on experimental gui and qt-internal strings (nl+be) stableTue, 03 Dec 2013 22:32:52 +0100, by Torsten
-
ls.m: Strip tailing UNIX file separator when running in Windows environment (bug #40726).Tue, 03 Dec 2013 13:13:44 -0800, by Rik
-
edit.m: Respond correctly to either file separator (bug #40726).Tue, 03 Dec 2013 12:30:50 -0800, by Rik
-
what.m: Workaround file separator issues in code (bug #40726).Tue, 03 Dec 2013 10:49:01 -0800, by Rik
-
Simplify directory testing code for rundemos, runtests.Tue, 03 Dec 2013 10:45:20 -0800, by Rik
-
configure.ac: add warning about disabling java to the final summary. stableTue, 03 Dec 2013 18:25:07 +0000, by Carnë Draug
-
configure.ac: add warning on disabling OpenGL printing to the final summary. stableTue, 03 Dec 2013 18:18:43 +0000, by Carnë Draug
-
es_ES.ts: Update of the translation into spanish language stableTue, 03 Dec 2013 11:21:49 +0100, by Valentin Ortega
-
Accept a bare directory name for rundemos and runtests.Tue, 03 Dec 2013 09:35:54 -0800, by Rik
-
runtests.m: Also runtests for files that only contain %!xtest (bug #40780)Tue, 03 Dec 2013 09:04:09 -0800, by Rik
-
Correct typo in error message when no DISPLAY var set. stableTue, 03 Dec 2013 08:26:46 -0800, by Rik
-
maint: Bump version to 4.1.0+ on default branch.Tue, 03 Dec 2013 08:09:23 -0800, by Rik
-
Add template checklist for making a release to source control.Mon, 02 Dec 2013 13:38:18 -0800, by Rik
-
maint: Remove functions deprecated in 3.6 for 4.0 release.Mon, 02 Dec 2013 13:29:03 -0800, by Rik
-
NEWS: Save old NEWS in NEWS.3. New NEWS file for 4.0 release.Mon, 02 Dec 2013 13:07:38 -0800, by Rik