Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass
Date: Wed, 09 Jan 2008 21:14:03
Message-Id: E1JCiFM-0002fp-E0@stork.gentoo.org
1 hawking 08/01/09 21:14:00
2
3 Modified: vim.eclass
4 Log:
5 Close file handles in gawk code to avoid leakage, bug 205037
6
7 Revision Changes Path
8 1.169 eclass/vim.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.169&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.169&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?r1=1.168&r2=1.169
13
14 Index: vim.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
17 retrieving revision 1.168
18 retrieving revision 1.169
19 diff -u -r1.168 -r1.169
20 --- vim.eclass 7 Nov 2007 15:01:18 -0000 1.168
21 +++ vim.eclass 9 Jan 2008 21:13:59 -0000 1.169
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.168 2007/11/07 15:01:18 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.169 2008/01/09 21:13:59 hawking Exp $
27
28 # Authors:
29 # Ryan Phillips <rphillips@g.o>
30 @@ -188,6 +188,8 @@
31 next
32 }
33 }
34 + # Close the file to avoid leakage, bug 205037
35 + close(thisfile)
36 # Print the previous lines and start printing
37 print firstlines
38 printing = 1
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list