log liboctave/ChangeLog @ 10182:0522a65bcd56

age author description
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Thu, 21 Jan 2010 03:25:23 -0500 John W. Eaton bootstrap.conf fixes
Thu, 21 Jan 2010 03:06:56 -0500 John W. Eaton file-ops.cc cleanups
Thu, 21 Jan 2010 02:53:37 -0500 John W. Eaton provide wrapper for tempnam
Thu, 21 Jan 2010 02:47:45 -0500 John W. Eaton use readlink module from gnulib
Thu, 21 Jan 2010 02:41:50 -0500 John W. Eaton use symlink module from gnulib
Thu, 21 Jan 2010 02:37:26 -0500 John W. Eaton use link module from gnulib
Thu, 21 Jan 2010 02:28:33 -0500 John W. Eaton use unlink module from gnulib
Thu, 21 Jan 2010 02:25:53 -0500 John W. Eaton provide wrapper for umask
Thu, 21 Jan 2010 04:02:29 -0500 John W. Eaton provide wrappers for mkdir and mkfifo
Thu, 21 Jan 2010 02:07:32 -0500 John W. Eaton use strptime module from gnulib
Thu, 21 Jan 2010 02:07:24 -0500 John W. Eaton use rename module from gnulib
Thu, 21 Jan 2010 01:49:36 -0500 John W. Eaton use rmdir module from gnulib
Thu, 21 Jan 2010 01:09:42 -0500 John W. Eaton use c-strcase module from gnulib
Thu, 21 Jan 2010 01:03:37 -0500 John W. Eaton use getopt-gnu module from gnulib
Wed, 20 Jan 2010 19:04:35 -0500 John W. Eaton remove Emacs local-variable settings from liboctave source files
Wed, 20 Jan 2010 21:14:52 +0100 Jaroslav Hajek optimize cumsum with logicals
Wed, 20 Jan 2010 13:31:45 -0500 John W. Eaton style fixes
Wed, 20 Jan 2010 13:03:10 -0500 John W. Eaton don't install oct-glob.h
Wed, 20 Jan 2010 17:50:56 +0100 Jaroslav Hajek optimize any/all (x, 2) with small number of rows
Wed, 20 Jan 2010 13:56:52 +0100 Jaroslav Hajek inline xmin/xmax & optimize special cases
Wed, 20 Jan 2010 12:24:00 +0100 Jaroslav Hajek make p-norms breakable
Wed, 20 Jan 2010 10:58:55 +0100 Jaroslav Hajek simplify pairwise min/max implementations
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Wed, 20 Jan 2010 08:56:12 +0100 Jaroslav Hajek fix reversed min/max in bsxfun
Wed, 20 Jan 2010 02:01:26 -0500 John W. Eaton glob-match.h: update copyright
Wed, 20 Jan 2010 01:57:41 -0500 John W. Eaton avoid conflict between glob.h definition of glob and glob_match::glob function
Sun, 17 Jan 2010 15:13:53 +0100 Jaroslav Hajek use octave_idx_type where needed
Sun, 17 Jan 2010 20:32:38 +0000 Michael Goffioul Fix a few MSVC-related problems and partially re-enable MSVC compilation.
Fri, 15 Jan 2010 10:34:54 +0100 Jaroslav Hajek simplify Array::insert methods
Fri, 15 Jan 2010 08:57:07 +0100 Jaroslav Hajek optimize sorting of bools
Thu, 14 Jan 2010 22:39:17 +0100 Jaroslav Hajek fix concatenation bug
Thu, 14 Jan 2010 13:16:09 +0100 Jaroslav Hajek optimize bsxfun for chars
Thu, 14 Jan 2010 03:10:46 -0500 John W. Eaton fix prototypes for zherk and cherk
Thu, 14 Jan 2010 01:11:27 -0500 John W. Eaton oct-rl-edit.c (octave_rl_set_terminal_name): save term string before setting rl_terminal_name
Wed, 13 Jan 2010 22:31:48 -0500 John W. Eaton cleanups to avoid valgrind warnings
Wed, 13 Jan 2010 22:06:58 +0100 Jaroslav Hajek allow the general case in Array<T>::compute_index
Wed, 13 Jan 2010 18:19:37 +0100 Jaroslav Hajek always chop dimension vector when constructing Arrays
Mon, 11 Jan 2010 22:38:08 -0800 Rik Remove unnecessary uses of simple_move_if_change_rule
Fri, 08 Jan 2010 11:25:08 +0100 Jaroslav Hajek return class types by reference in const Array element access functions
Thu, 07 Jan 2010 16:43:48 -0500 John W. Eaton use gettimeofday module from gnulib
Thu, 07 Jan 2010 07:58:23 +0100 Jaroslav Hajek handle interrupts octave_fgets
Tue, 05 Jan 2010 02:02:28 -0500 John W. Eaton include -I../libgnu in AM_CPPFLAGS
Wed, 30 Dec 2009 05:30:54 +0100 Jaroslav Hajek implement index reduction rule for multiple constant ranges
Mon, 28 Dec 2009 10:42:05 -0500 John W. Eaton file-ops.cc: avoid problems if sys/stat.h #defines mkdir or mkfifo
Sat, 26 Dec 2009 00:07:01 -0500 John W. Eaton use gnulib modules for fstat, lstat, and stat
Sat, 26 Dec 2009 00:20:12 -0500 John W. Eaton use mkdir module from gnulib
Fri, 25 Dec 2009 21:38:20 -0500 John W. Eaton use gnuplib crypto/md5 module
Sat, 19 Dec 2009 22:58:54 -0800 Rik Eliminate TOPDIR variable in favor of built-in automake variables
Thu, 17 Dec 2009 02:38:33 -0500 John W. Eaton avoid conflict with gnulib defining glob to be rpl_glob
Tue, 15 Dec 2009 10:05:38 +0100 Jaroslav Hajek fix subscripting of vectors by N-d arrays
Tue, 15 Dec 2009 10:04:34 +0100 Jaroslav Hajek optimize indexing of ranges by single subscripts
Tue, 15 Dec 2009 10:01:35 +0100 Jaroslav Hajek fix idx_vector::loop for masks
Sun, 13 Dec 2009 20:01:16 -0800 Rik Clean liboctave/Makefile.am to use more standard automake syntax
Sat, 12 Dec 2009 06:18:31 +0100 Jaroslav Hajek remove stray decls from oct-shlib.h
Fri, 11 Dec 2009 20:59:27 -0500 John W. Eaton oct-shlib.cc (octave_dlopen_shlib): reverse sense of test and improve error message
Fri, 11 Dec 2009 13:46:24 -0500 John W. Eaton ChangeLog fixes
Thu, 10 Dec 2009 09:14:47 +0100 Jaroslav Hajek improve octave_shlib for safer shared libs treatment
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