log

age author description
Sat, 23 Mar 2013 00:09:25 +0100 Philip Nienhuis doc: java.texi: dropped OF package specific text
Fri, 22 Mar 2013 10:43:00 -0700 Rik maint: update gnulib for upstream fix for bug #38424
Fri, 22 Mar 2013 17:46:04 +0100 Philip Nienhuis textscan.m, textread.m: allow reading multi-column data files with empty format + tests (bug #38317)
Thu, 21 Mar 2013 21:38:36 -0700 Rik doc: Update docstring for view.m
Thu, 21 Mar 2013 21:24:40 -0700 Rik build: Disallow packaging distribution unless Java is present (bug #38532)
Thu, 21 Mar 2013 16:30:00 -0400 John W. Eaton track line and column info directly in call stack (bug #38556)
Thu, 21 Mar 2013 07:45:04 -0700 Rik hsv.m: Make colormap compatible with Matlab (bug #36473).
Thu, 21 Mar 2013 07:42:59 -0700 Rik copper.m: Make colormap compatible with Matlab (bug #36473).
Thu, 21 Mar 2013 02:31:09 -0400 John W. Eaton scroll to bottom of history list directly
Thu, 21 Mar 2013 02:28:48 -0400 John W. Eaton use direct callbacks instead to handle history and workspace list updates
Thu, 21 Mar 2013 02:14:19 -0400 John W. Eaton provide pre- and post-input hook functions
Thu, 21 Mar 2013 02:07:59 -0400 John W. Eaton use function handle for fltk input event hook function
Thu, 21 Mar 2013 02:04:12 -0400 John W. Eaton allow add_input_event_hook to accept function handles
Wed, 20 Mar 2013 14:10:48 -0700 Rik doc: Replace \" with " in deprecated java m-files copied from C++ sources.
Wed, 20 Mar 2013 14:06:42 -0700 Rik NEWS: Update list of Java functions added for release 3.8.
Wed, 20 Mar 2013 13:39:48 -0700 Rik voronoin.m: Update documentation about which options are passed to QHull.
Wed, 20 Mar 2013 12:26:05 -0700 Rik __voronoi__.cc: Change QHull arguments for 4D inputs to match Matlab.
Wed, 20 Mar 2013 11:43:19 -0700 Rik Remove extra line printed at end of dbtype (off-by-1 error).
Wed, 20 Mar 2013 10:47:21 -0700 Rik build: remove GUI built translation files with distclean target.
Wed, 20 Mar 2013 08:59:04 -0700 Rik Stop compilation warning about signal function declared virtual.
Tue, 19 Mar 2013 20:51:27 -0400 John W. Eaton allow exponent in output to always have 3 digits
Tue, 19 Mar 2013 16:00:09 -0700 Rik fplot.m: Overhaul code to use modern coding practices.
Tue, 19 Mar 2013 18:03:23 -0400 John W. Eaton don't swallow statements that follow comment lines (bug #38549)
Tue, 19 Mar 2013 17:28:53 -0400 John W. Eaton "\n" is the new empty string (bug #38552)
Tue, 19 Mar 2013 17:06:27 -0400 John W. Eaton if not interactive, bypass readline and read stdin as a file (bug #38520)
Tue, 19 Mar 2013 17:06:22 -0400 John W. Eaton handle foo @... as command syntax
Tue, 19 Mar 2013 13:54:10 -0700 Rik text.m: Fix null label if string is "default" (bug #36156)
Sun, 17 Mar 2013 05:12:56 -0400 John W. Eaton conditionally define HAVE_FFTW and HAVE_ZLIB in config.h
Sun, 17 Mar 2013 05:01:00 -0400 John W. Eaton build top-level directory after scripts and src directories
Sun, 17 Mar 2013 04:58:33 -0400 John W. Eaton move AH_BOTTOM output to separate header file
Sat, 16 Mar 2013 16:44:24 -0400 Mike Miller build: allow make dist in libgui without Qt (bug #38518)
Sat, 16 Mar 2013 16:19:03 -0400 Mike Miller build: include GUI translation source files in the distribution tarball
Sat, 16 Mar 2013 16:19:00 -0400 Mike Miller build: generate GUI language files in the build directory
Sat, 16 Mar 2013 15:54:58 -0400 Mike Miller build: Call Qt tools using make variables
Sat, 16 Mar 2013 04:43:30 -0400 John W. Eaton also accept "." as possibly beginning a command
Sat, 16 Mar 2013 09:22:11 +0100 Torsten * configure.ac: look for lrelease and lrelease-qt4/-qt5
Sat, 16 Mar 2013 03:58:07 -0400 John W. Eaton provide int64 extractors for octave_value class
Sat, 16 Mar 2013 03:41:21 -0400 John W. Eaton include test file in distribution tarball
Sat, 16 Mar 2013 02:26:42 -0400 John W. Eaton distribute parser header files omitted in changeset faaf60aa457c
Sat, 16 Mar 2013 02:02:43 -0400 John W. Eaton don't modify symbol table scope in the parser
Fri, 15 Mar 2013 14:52:02 -0400 John W. Eaton maint: merge away extra head on default
Fri, 15 Mar 2013 14:37:32 -0400 John W. Eaton check for correct SuiteSparse functions if --enable-64
Fri, 15 Mar 2013 04:23:25 -0400 John W. Eaton * toplev.cc: Include sys/select.h.
Fri, 15 Mar 2013 04:23:02 -0400 John W. Eaton * symbfact.cc (Fsymbfact): Use CHOLMOD_NAME to access allocate_sparse and free_sparse functions.
Fri, 15 Mar 2013 04:17:30 -0400 John W. Eaton * ax_blas_f77_func.m4: Correct expression to generate 2^32.
Fri, 15 Mar 2013 04:14:09 -0400 John W. Eaton use intptr_t instead of long
Fri, 15 Mar 2013 07:07:08 -0400 John W. Eaton use int64_t for idx type if --enable-64
Fri, 15 Mar 2013 10:21:06 -0700 Rik Accept only case-sensitive keywords 'default', 'factory', 'remove' for graphics properties.
Fri, 15 Mar 2013 09:54:53 +0100 Philip Nienhuis textscan.m, textread.m: fix wrong code assessing EOL char(s), remove duplicate code
Thu, 14 Mar 2013 23:53:56 -0400 John W. Eaton * __xzip__.m: Use parens around anonymous function expression that spans multiple lines.
Thu, 14 Mar 2013 22:23:24 -0400 John W. Eaton allow newline to terminate anonymous function definition
Thu, 14 Mar 2013 22:23:24 -0400 John W. Eaton avoid trouble if pclose is a macro
Thu, 14 Mar 2013 22:23:23 -0400 John W. Eaton avoid shadowed variable warning from GCC
Thu, 14 Mar 2013 23:49:34 +0100 Philip Nienhuis strread.m: fix division by zero when called with no output args; test added
Thu, 14 Mar 2013 23:38:22 +0100 Philip Nienhuis textscan.m: re-enable reading from file id, test added (bug #38517)
Thu, 14 Mar 2013 14:47:29 -0700 Rik pkg.m: Fix str-to-num warnings (bug #37785)
Thu, 14 Mar 2013 10:25:23 -0700 Rik Fix saving names >31 characters to -v6 format (bug #34676)
Thu, 14 Mar 2013 03:48:47 -0600 Max Brister oct-parse.in.yy: a{~}.b segfaults the interpreter (bug #37804)
Wed, 13 Mar 2013 16:05:07 -0400 John W. Eaton * ov-float.cc (SCALAR_MAPPER): Use gnulib::floorf.
Wed, 13 Mar 2013 15:45:05 -0400 John W. Eaton eliminate some variable might be clobbered by 'longjmp' or 'vfork' warnings