log

age author description
Fri, 11 Dec 2009 20:58:51 -0500 John W. Eaton configure.ac: use pthread flags and libs for tests
Fri, 11 Dec 2009 11:40:19 -0800 Rik ChangeLog updates
Fri, 11 Dec 2009 11:21:06 -0800 Rik Remove various install-local targets in favor of using automake syntax for installation
Fri, 11 Dec 2009 13:46:24 -0500 John W. Eaton ChangeLog fixes
Fri, 11 Dec 2009 13:38:18 -0500 John W. Eaton correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
Fri, 11 Dec 2009 13:30:16 -0500 John W. Eaton avoid cp -a --update
Thu, 10 Dec 2009 14:51:08 -0800 Rik distclean symbolic links for .oct files in src/DLD_FUNCTIONS
Thu, 10 Dec 2009 14:41:27 -0800 Rik Replace distdir-local rule with dist-hook rule which is better supported
Thu, 10 Dec 2009 13:09:25 -0800 Rik new distdir-local rule stops package distribution unless libraries necessary to create documentation are present.
Thu, 10 Dec 2009 12:26:12 -0800 Rik Final patch to enable autotools VPATH builds of documentation
Thu, 10 Dec 2009 11:51:33 +0100 Jaroslav Hajek implement get_current_shlib and octave_auto_shlib
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek include autoloads in out-of-date checks
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek improve octave_shlib for safer shared libs treatment
Thu, 10 Dec 2009 02:09:53 -0500 John W. Eaton mkoctfile: if output file is specified and it does not end in output_ext, append output_ext
Thu, 10 Dec 2009 01:49:15 -0500 John W. Eaton mkoctfile: when compiling files in subdirectories, place object files in current directory by default
Thu, 10 Dec 2009 01:28:26 -0500 John W. Eaton mkoctfile.cc.in: accept long options with single -
Thu, 10 Dec 2009 01:21:21 -0500 John W. Eaton mkoctfile.in: accept long options with single -
Thu, 10 Dec 2009 01:12:41 -0500 John W. Eaton allow + at end of fopen modestrings like rb+
Thu, 10 Dec 2009 01:03:34 -0500 John W. Eaton allow scanf to store ASCII NUL values
Wed, 09 Dec 2009 15:49:38 -0500 Shai Ayal print immediately in fltk backend
Wed, 09 Dec 2009 15:49:00 -0500 Shai Ayal image printing for fltk backend
Wed, 09 Dec 2009 12:37:50 -0500 John W. Eaton update HACKING file
Wed, 09 Dec 2009 02:38:37 -0500 John W. Eaton add missing file from previous change
Wed, 09 Dec 2009 02:20:30 -0500 John W. Eaton call nstrftime, not my_strftime
Wed, 09 Dec 2009 01:36:50 -0500 John W. Eaton start using gnulib
Tue, 08 Dec 2009 18:48:25 -0500 Ben Abbott gnuplot_drawnow.m: Prunec prompt lines from dumb terminal output.
Tue, 08 Dec 2009 18:40:40 -0500 Ben Abbott __go_draw_figure__.m: Add missing 'unset multiplot' to restore mouse actions.
Tue, 08 Dec 2009 15:25:05 -0800 Rik Modifications to makefiles to pass distcheck test
Tue, 08 Dec 2009 12:57:01 +0100 Jaroslav Hajek return logical result from fnmatch
Tue, 08 Dec 2009 12:45:58 +0100 Jaroslav Hajek several fixes by M. Goffioul