log src/main.in.cc @ 20654:b65888ec820e draft default tip gccjit

age author description
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Fri, 20 Feb 2015 03:55:59 -0500 John W. Eaton avoid C-style cast warnings from GCC
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 02 May 2014 14:45:22 -0700 Rik Abort Octave GUI if setsid() fails after fork().
Fri, 24 Jan 2014 03:47:31 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Fri, 24 Jan 2014 03:40:55 -0500 John W. Eaton use common code to get OCTAVE_HOME in main, octave-config and mkoctfile stable
Mon, 23 Dec 2013 19:39:39 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Mon, 23 Dec 2013 19:34:34 -0500 John W. Eaton install octave-gui binary in libexec directory stable
Sat, 21 Dec 2013 13:44:13 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Thu, 19 Dec 2013 15:24:28 -0500 John W. Eaton invoke versioned binaries from octave driver program (bug #40957) stable
Tue, 03 Dec 2013 16:06:46 -0800 Rik maint: Periodic merge of stable to default.
Tue, 03 Dec 2013 08:26:46 -0800 Rik Correct typo in error message when no DISPLAY var set. stable
Mon, 25 Nov 2013 22:25:35 -0800 Rik maint: Periodic merge of stable to default.
Mon, 25 Nov 2013 21:17:36 -0800 Rik maint: Back out changeset 25b6fbe82827 and set default to GUI for 4.0 release.
Mon, 25 Nov 2013 21:22:57 -0800 Rik Pass --force-gui option on to octave executable. stable
Mon, 25 Nov 2013 20:57:13 -0800 Rik main.in.cc: Respect --silent option and don't print startup message. stable
Mon, 25 Nov 2013 22:11:37 -0500 Mike Miller Restore passing '--silent' option from octave wrapper executable
Mon, 25 Nov 2013 19:10:33 -0800 Rik Make the CLI the default for the 3.8 release.
Mon, 25 Nov 2013 18:28:43 -0800 Rik main.in.cc: Replace tabs with spaces. Shorten lines > 80 chars.
Sun, 24 Nov 2013 02:57:32 -0500 John W. Eaton start in CLI mode if display is not available (bug #40685)
Tue, 19 Nov 2013 14:25:32 -0500 Michael Goffioul [Win32] Use spawn instead of exec for main octave wrapper executable.
Wed, 06 Nov 2013 18:00:48 -0500 John W. Eaton improve signal handling in driver program
Thu, 31 Oct 2013 03:58:26 -0400 John W. Eaton make compilation of main.cc work again when not building GUI
Thu, 31 Oct 2013 02:25:47 -0400 John W. Eaton fix compilation of main.cc on Windows
Wed, 30 Oct 2013 12:43:15 -0400 John W. Eaton allow main.cc to build again with --disable-gui
Wed, 30 Oct 2013 00:34:14 -0400 John W. Eaton * main.in.cc (have_controlling_terminal): Return bool, not int.
Wed, 30 Oct 2013 00:33:39 -0400 John W. Eaton * main.in.cc (main): Eliminate some #ifdefs.
Wed, 30 Oct 2013 00:18:28 -0400 John W. Eaton only fork and exec when starting gui
Mon, 28 Oct 2013 20:49:13 -0700 Rik Use GNU style coding conventions for code in src/.
Mon, 28 Oct 2013 16:38:46 -0400 John W. Eaton allow octave binary to work if building GUI is disabled (bug #40395)
Mon, 28 Oct 2013 15:32:20 -0400 John W. Eaton automatically locate wrapper binary on Windows systems (bug #40381)
Sun, 27 Oct 2013 23:13:45 -0400 John W. Eaton allow octave main program to work on Windows systems
Sun, 27 Oct 2013 18:47:22 -0400 John W. Eaton new main program wrapper to handle giving up controlling tty