log ChangeLog @ 9054:0735e427c6c0

age author description
Sat, 28 Mar 2009 12:48:17 -0400 Marco Atzeri configure fixes for cygwin
Fri, 27 Mar 2009 21:34:23 +0100 Jaroslav Hajek configure fixes
Mon, 23 Mar 2009 08:29:51 +0100 Jaroslav Hajek more NEWS updates
Thu, 19 Mar 2009 17:46:38 +0100 Jaroslav Hajek optimize isnan/isinf/isfinite mappers
Sun, 15 Mar 2009 12:15:50 +0800 Ben Abbott Fix ChangeLog entries.
Thu, 12 Mar 2009 23:20:33 +0800 Ben Abbott graphics.cc: Fix default "papersize" property value.
Mon, 09 Mar 2009 14:31:10 -0400 John W. Eaton use doc-cache instead of DOC for doc cache file name
Mon, 09 Mar 2009 13:23:05 -0400 John W. Eaton configure.in: options for compiler warning flags
Sun, 08 Mar 2009 18:45:58 +0100 Soren Hauberg Add the 'histc' function
Sat, 07 Mar 2009 09:01:50 -0500 John W. Eaton config.sub, config.guess: update from FSF sources
Wed, 25 Feb 2009 01:24:12 -0500 John W. Eaton set default value for doc_cache_file variable
Tue, 24 Feb 2009 15:08:39 -0500 John W. Eaton doc and lookfor fixes
Tue, 24 Feb 2009 01:46:37 -0500 Thorsten Meyer Add make target "configfiles" to automatically regenerate configuration files
Tue, 24 Feb 2009 00:57:01 -0500 Thorsten Meyer Do not autogenerate Makefile from Makefile.in.
Wed, 18 Feb 2009 00:55:32 -0500 Benjamin Lindner use mkstemps as replacement for mkstemp on mingw32
Tue, 17 Feb 2009 12:52:13 +0100 Jaroslav Hajek NEWS update
Tue, 17 Feb 2009 02:38:05 -0500 John W. Eaton octave.gperf: eliminate whitespace to allow gperf 2.7.2 to work
Tue, 17 Feb 2009 00:43:13 -0500 John W. Eaton toplev.cc (Foctave_config_info): add CARBON_LIBS, X11_INCFLAGS, and X11_LIBS to the struct
Tue, 17 Feb 2009 00:28:48 -0500 Thomas Treichl Use CARBON_LIBS instead of LIBS for framework Carbon.
Tue, 17 Feb 2009 00:27:30 -0500 Thomas Treichl Fix test for X11 if "--without-x" is given.
Mon, 16 Feb 2009 10:53:46 +0100 Jaroslav Hajek more NEWS updates
Mon, 16 Feb 2009 00:09:44 -0500 John W. Eaton NEWS update
Fri, 13 Feb 2009 15:06:50 -0500 John W. Eaton NEWS: update for release
Wed, 11 Feb 2009 19:46:23 -0500 Ben Abbott Introduce new macro OCTAVE_GLUTESSCALLBACK_THREEDOTS. Use definitions HAVE_FRAMEWORK_OPENGL and HAVE_GLUTESSCALLBACK_THREEDOTS for Mac's framework OpenGL implementation.
Wed, 11 Feb 2009 19:14:42 -0500 Ben Abbott Include FTGLTextureFont.h when FTGL_UPPER_CASE is not defined.
Wed, 11 Feb 2009 10:14:58 -0500 John W. Eaton create $(DESTDIR)$(octetcdir) when installing
Wed, 11 Feb 2009 01:02:54 -0500 John W. Eaton install DOC and NEWS in $octetcdir
Tue, 10 Feb 2009 22:09:32 -0500 Rafael Laboissiere Run some clean targets on sub-directory @polynomial
Mon, 09 Feb 2009 14:55:07 -0500 John W. Eaton examples/Makefile.in (dist): create subdirs of examples, not dist
Mon, 09 Feb 2009 14:49:20 -0500 John W. Eaton examples/@polynomial/Makefile.in (do-mkpkgadd): special definition for this directory
Mon, 09 Feb 2009 14:18:45 -0500 John W. Eaton examples/Makefile.in: delete unused variable, don't reset SUBDIRS and DISTSUBDIRS
Sun, 08 Feb 2009 23:00:27 -0500 John W. Eaton miscellaneous cleanups
Sat, 07 Feb 2009 08:35:38 -0500 John W. Eaton octMakefile.in (all): display $(prefix) in summary message
Thu, 05 Feb 2009 01:19:29 -0500 John W. Eaton require HDF5 v1.6 API
Wed, 04 Feb 2009 17:48:30 -0500 Benjamin Lindner configure.in: separate cases for cygwin and mingw
Wed, 04 Feb 2009 10:18:20 +0100 Jaroslav Hajek configure: check whether qhull works
Sun, 01 Feb 2009 20:40:10 +0100 Thorsten Meyer Remove printing of cvs motd in autogen.sh
Fri, 30 Jan 2009 14:43:46 -0500 Marco Atzeri configure.in: fix shared library definitions for Cygwin and MinGW
Fri, 30 Jan 2009 13:56:24 -0500 Benjamin Lindner add -lgdi32 to LIBS on windows target
Thu, 29 Jan 2009 22:01:49 +0100 Thomas Treichl Further improvements for OCTAVE_HAVE_FRAMEWORK and the test for the MacOSX Carbon framework.
Wed, 28 Jan 2009 21:08:53 -0500 John W. Eaton configure.in (REGEX_LIBS): undo part of previous change
Wed, 28 Jan 2009 18:58:15 -0500 John W. Eaton configure.in: check for pcre_compile, don't check for other regex functions if pcre library is found
Wed, 28 Jan 2009 17:42:18 -0500 John W. Eaton use separate prefix for shllib and shlbin files
Tue, 27 Jan 2009 22:44:38 -0500 Benjamin Lindner add -lregex to REGEX_LIBS at configure stage, add ARPACK_LIBS, REGEX_LIBS to liboctave's link deps
Mon, 26 Jan 2009 23:07:09 -0500 Thomas Treichl Use Carbon framework to determine ScreenSize on Mac.
Thu, 22 Jan 2009 18:33:45 -0500 John W. Eaton configure.in (AH_BOTTOM): Also check __MACH__ when defining OCTAVE_USE_OS_X_API
Thu, 22 Jan 2009 13:29:20 -0500 John W. Eaton configure.in (AH_BOTTOM): define OCTAVE_USE_OS_X_API if __APPLE__ is defined
Thu, 22 Jan 2009 11:10:47 +0100 Jaroslav Hajek use replacement methods if qrupdate is not available
Wed, 21 Jan 2009 21:43:05 -0500 John W. Eaton get display characteristics from system
Wed, 21 Jan 2009 15:35:17 -0500 John W. Eaton THANKS, Announce: remove obsolete files
Tue, 20 Jan 2009 20:02:43 -0500 file-io.cc (Ffstat): new function [mq]: fstat
Mon, 05 Jan 2009 10:54:22 +0100 Thorsten Meyer do not eat white space within @example environments of docstrings
Tue, 23 Dec 2008 08:28:23 +0100 David Bateman Add the eigs and svds functions
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Thu, 04 Dec 2008 09:52:30 +0100 Jaroslav Hajek document more new features in the NEWS file
Wed, 03 Dec 2008 20:53:05 -0500 John W. Eaton ChangeLog fix
Wed, 03 Dec 2008 20:48:28 -0500 John W. Eaton update config.guess and config.sub
Fri, 21 Nov 2008 22:53:50 -0500 jpswensen [mq]: debug.patch
Thu, 13 Nov 2008 07:50:33 -0500 Ben Abbott graphics.h.in: Add props screensize & screenpixelsperinch.
Tue, 18 Nov 2008 10:01:58 -0500 John W. Eaton style fixes