changeset 6209:15b299f6803d

[project @ 2006-12-07 01:17:26 by jwe]
author jwe
date Thu, 07 Dec 2006 01:20:04 +0000
parents 323be5eeed1f
children 12b676a0b183
files liboctave/CMatrix.cc liboctave/dMatrix.cc scripts/ChangeLog scripts/startup/inputrc
diffstat 4 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/CMatrix.cc	Wed Dec 06 20:23:19 2006 +0000
+++ b/liboctave/CMatrix.cc	Thu Dec 07 01:20:04 2006 +0000
@@ -29,6 +29,7 @@
 #include <cfloat>
 
 #include <iostream>
+#include <vector>
 
 // FIXME
 #ifdef HAVE_SYS_TYPES_H
--- a/liboctave/dMatrix.cc	Wed Dec 06 20:23:19 2006 +0000
+++ b/liboctave/dMatrix.cc	Thu Dec 07 01:20:04 2006 +0000
@@ -29,6 +29,7 @@
 #include <cfloat>
 
 #include <iostream>
+#include <vector>
 
 #include "Array-util.h"
 #include "byte-swap.h"
--- a/scripts/ChangeLog	Wed Dec 06 20:23:19 2006 +0000
+++ b/scripts/ChangeLog	Thu Dec 07 01:20:04 2006 +0000
@@ -1,3 +1,7 @@
+2006-12-06  Michael Goffioul  <michael.goffioul@swing.be>.
+
+	* startup/inputrc: Include sequences for Windows.
+
 2006-12-06  Søren Hauberg  <hauberg@gmail.com>
 
 	* pkg/pkg.m (unload_packages): New function.
--- a/scripts/startup/inputrc	Wed Dec 06 20:23:19 2006 +0000
+++ b/scripts/startup/inputrc	Thu Dec 07 01:20:04 2006 +0000
@@ -10,6 +10,7 @@
 ##   sequence for the UP arrow.
 
 "\e[A": history-search-backward
+"\340H": history-search-backward
 
 ## history-search-forward:
 ## 
@@ -19,3 +20,4 @@
 ##   sequence for the DOWN arrow.
 
 "\e[B": history-search-forward
+"\340P": history-search-forward