log

age author description
Thu, 13 Dec 2012 10:47:24 -0800 Rik configure.ac: Use build_java as internal script variable rather than HAVE_JAVA.
Thu, 13 Dec 2012 10:17:19 -0800 Rik configure.ac: Ensure that all AC_DEFINEs are captured by UGLY_DEFS variable.
Wed, 12 Dec 2012 20:19:28 -0800 Rik build: Build documentation correctly even without Java installed.
Wed, 12 Dec 2012 16:03:46 -0800 Rik configure.ac: Search for jvm.dll on MingW/Cygwin platforms for Java.
Wed, 12 Dec 2012 16:01:52 -0800 Rik recycle.m: Fix docstring.
Wed, 12 Dec 2012 18:07:55 -0500 Ben Abbott struct2hdl.m: Set the "*.mode" properties last. (Bug # 37645)
Wed, 12 Dec 2012 14:32:59 -0800 Rik Remove cell2mlstr.m and update java XXXdlg.m functions.
Wed, 12 Dec 2012 14:19:37 -0800 Rik listdlg.m: Correct behavior for ListSize where height and width were swapped.
Wed, 12 Dec 2012 13:48:47 -0800 Rik Overhaul scripts/java directory to conform to Octave core.
Wed, 12 Dec 2012 13:33:37 -0800 Rik Hide java_init, java_exit functions. Deprecate java_new, java_set, java_get.
Wed, 12 Dec 2012 13:15:31 -0800 Rik Add new isjava function.
Wed, 12 Dec 2012 08:35:29 -0800 Rik configure.ac: Add with-java-xxx options to specify homedir, libdir, includedir
Wed, 12 Dec 2012 09:35:36 -0500 John W. Eaton use JAVA_CPPFLAGS when building .df files.
Wed, 12 Dec 2012 08:38:22 -0500 John W. Eaton only register java type if using java
Tue, 11 Dec 2012 14:06:09 -0800 Rik build: Add more searching for Java libjvm.so.
Tue, 11 Dec 2012 15:40:02 -0500 Jordi GutiƩrrez Hermoso maint: update .hgignore to reflect new libgnu/ structure
Mon, 10 Dec 2012 15:38:38 -0800 Rik Temporary fix for display of indexed images of integer class.
Mon, 10 Dec 2012 13:15:08 -0800 Rik build: Overhaul auto-detection of Java when JAVA_HOME is not set.
Sun, 09 Dec 2012 18:27:58 -0500 Mike Miller test.m: Better error reporting for arguments that can't be tested (bug #37592)
Sun, 09 Dec 2012 15:07:24 -0800 Rik configure.ac: Add warning message if JAVA_HOME variable is not set.
Sun, 09 Dec 2012 13:01:53 -0500 Pantxo Diribarne graphics.cc (graphics_object::set (const octave_map& m)): set structure
Sun, 09 Dec 2012 15:02:11 +0100 Torsten respect charset when updating the history widget
Sun, 25 Nov 2012 21:52:06 +0100 Torsten respect charset when syncing directories between octave and gui (bug #37813)
Sat, 08 Dec 2012 18:00:54 -0500 Mike Miller Increase test tolerance on sqp (bug #37742)
Sat, 08 Dec 2012 16:08:09 -0500 Mike Miller Make the path to the shell interpreter configuable
Sat, 08 Dec 2012 08:27:03 -0800 Rik ov-java.cc: Correcty typo HAVE_WINDWOS_H to HAVE_WINDOWS_H
Sat, 08 Dec 2012 00:36:52 -0500 John W. Eaton register octave_java type at Octave startup
Sat, 08 Dec 2012 00:24:45 -0500 John W. Eaton style fixes and copyright update for java files
Sat, 08 Dec 2012 00:23:13 -0500 John W. Eaton make java functions part of core octave_value classes
Fri, 07 Dec 2012 19:34:19 -0500 Mike Miller Avoid future timestamp warning on non-existent shared libs
Fri, 07 Dec 2012 18:03:01 -0500 John W. Eaton use numel instead of length in newly imported java functions
Fri, 07 Dec 2012 18:00:09 -0500 John W. Eaton additional doc fixes for newly imported Java package
Fri, 07 Dec 2012 17:21:27 -0500 John W. Eaton style and doc fixes for newly imported Java package .m files
Fri, 07 Dec 2012 16:19:22 -0500 John W. Eaton * __java__.cc, __java__.h: Clean up lists of include files.
Fri, 07 Dec 2012 16:14:49 -0500 John W. Eaton update copyright statements in newly added java files
Fri, 07 Dec 2012 16:04:58 -0500 John W. Eaton * __java__.h, __java__.cc: Style fixes.
Fri, 07 Dec 2012 11:34:03 -0500 John W. Eaton eliminate most compilation warnings for __java__.cc
Thu, 06 Dec 2012 22:24:36 -0800 Rik Correctly locate octave.jar in VPATH builds (bug #37815)
Thu, 06 Dec 2012 18:05:23 -0800 Rik isa.m: Add "integer" class category for compatibility with Matlab.
Thu, 06 Dec 2012 20:15:58 -0500 Mike Miller Fix infinite loop when setting fftw planner method (bug #37873) stable
Thu, 06 Dec 2012 16:13:49 -0800 Rik build: include scripts/image/private functions in build.
Thu, 06 Dec 2012 15:09:37 -0800 Rik configure.ac: Use portable sh programming techniques for java autoconf code.
Thu, 06 Dec 2012 12:06:08 -0800 Rik build: Check for 'mkdir -p' and then use it in Makefiles.
Thu, 06 Dec 2012 11:54:22 -0800 Rik build: Add rules to clean built files in java/scripts directory.
Thu, 06 Dec 2012 10:37:54 -0800 Rik build: Add --disable-java option to configure (bug #37838).
Thu, 06 Dec 2012 10:33:36 -0800 Rik build: Don't delete java-images under source control when using maintainer-clean target.
Thu, 06 Dec 2012 09:16:35 -0800 Rik maint: Remove unnecessary execute permissions from java images in doc directory.
Thu, 06 Dec 2012 08:22:32 -0800 Rik maint: Remove unnecessary execute permissions from newly added java files.
Wed, 05 Dec 2012 16:53:53 -0500 Jordi GutiƩrrez Hermoso num2str: Take into account inf inputs. Add tests for inf and NaN
Tue, 04 Dec 2012 20:06:49 +0100 Juan Pablo Carbajal error_ids: Adding ids and documentation
Tue, 04 Dec 2012 16:40:22 -0500 John W. Eaton Remove libgnu/Makefile.am.
Tue, 04 Dec 2012 16:34:12 -0500 John W. Eaton Don't link liboctinterp with $(GRAPHICS_LIBS).
Tue, 04 Dec 2012 13:52:51 -0500 John W. Eaton USe pkg-config for freetype2 configure check.
Tue, 04 Dec 2012 10:34:50 -0500 John W. Eaton libgnu/Makefile.am: gnulib update changes
Tue, 04 Dec 2012 10:22:20 -0500 John W. Eaton * libinterp/dldfcn/config-files.awk: Print list of DLDFCN_INC files.
Tue, 04 Dec 2012 10:07:51 -0500 John W. Eaton libgnu/Makefile.am: undo unintended changes from d65de42265c9
Mon, 03 Dec 2012 16:02:30 -0500 John W. Eaton fix incorrect sparse array allocation introduced in cda76da34693
Mon, 03 Dec 2012 15:17:03 -0500 John W. Eaton * libinterp/module-files (chol.cc): Link with sparse libs.
Mon, 03 Dec 2012 14:48:32 -0500 John W. Eaton distribute __java__.h
Mon, 03 Dec 2012 12:56:35 -0500 John W. Eaton maint: update gnulib