vte r2224 - in trunk: . perf
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2224 - in trunk: . perf
- Date: Sat, 29 Nov 2008 06:44:32 +0000 (UTC)
Author: behdad
Date: Sat Nov 29 06:44:31 2008
New Revision: 2224
URL: http://svn.gnome.org/viewvc/vte?rev=2224&view=rev
Log:
2008-11-29 Behdad Esfahbod <behdad gnome org>
* configure.in: Require glib >= 2.18.0 as earlier glib versions
had a totally bogus g_unichar_iswide_cjk().
* perf/vim.sh: Don't use builting time command.
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/perf/vim.sh
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sat Nov 29 06:44:31 2008
@@ -216,7 +216,7 @@
;;
esac
-GLIB_REQUIRED=2.14.0
+GLIB_REQUIRED=2.18.0
PANGO_REQUIRED=1.22.0
GTK_REQUIRED=2.12.0
AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])
Modified: trunk/perf/vim.sh
==============================================================================
--- trunk/perf/vim.sh (original)
+++ trunk/perf/vim.sh Sat Nov 29 06:44:31 2008
@@ -4,9 +4,9 @@
# rudimentary Vim performance benchmark
# scrolling (just the cursor)
-time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
-time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
-time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':quit' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':call AutoScroll(100)' UTF-8-demo.txt
+\time vim -u scroll.vim -c ':call AutoWindowScroll(10)' UTF-8-demo.txt
echo press enter to close
read
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]