projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90af78
)
Fix typo in changelog
author
Alexander Larsson
<alexl@src.gnome.org>
Mon, 31 Mar 2008 19:21:19 +0000
(19:21 +0000)
committer
Alexander Larsson
<alexl@src.gnome.org>
Mon, 31 Mar 2008 19:21:19 +0000
(19:21 +0000)
svn path=/trunk/; revision=6797
gio/ChangeLog
patch
|
blob
|
history
diff --git
a/gio/ChangeLog
b/gio/ChangeLog
index ae41f9cfea5a1a15ea5cf275c06e1e053dd34d20..0ca8d91ee0f4ffc939e29950875ee3c9b85e710d 100644
(file)
--- a/
gio/ChangeLog
+++ b/
gio/ChangeLog
@@
-1,7
+1,7
@@
2008-03-31 Alexander Larsson <alexl@redhat.com>
* glocalfileenumerator.c:
- Read readdir() info chunks (of 1000) and sort
+ Read readdir() info
in
chunks (of 1000) and sort
the chunks by inode before stat:ing.
This is a 20% performance increase in testing
gvfs-ls on /usr/bin with cold cache.