1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [1266] add missing function ( and no titi, perl_checker didn' t notice this one, but pterjan checker did )
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1266%5D%20add%20missing%20function%20%28%20and%20no%20titi%2C%0A%20perl_checker%20didn%27%20t%20notice%20this%20one%2C%20but%20pterjan%20checker%20did%20%29&In-Reply-To=%3CBANLkTimzXHCd%3D1RTO8wtzkOpj6n_bEsVtA%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004589.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [1266] add missing function ( and no titi, perl_checker didn' t notice this one, but pterjan checker did )</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5B1266%5D%20add%20missing%20function%20%28%20and%20no%20titi%2C%0A%20perl_checker%20didn%27%20t%20notice%20this%20one%2C%20but%20pterjan%20checker%20did%20%29&In-Reply-To=%3CBANLkTimzXHCd%3D1RTO8wtzkOpj6n_bEsVtA%40mail.gmail.com%3E"
TITLE="[Mageia-dev] [1266] add missing function ( and no titi, perl_checker didn' t notice this one, but pterjan checker did )">thierry.vignaud at gmail.com
</A><BR>
<I>Mon May 9 23:36:28 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004589.html">[Mageia-dev] Freeze Push Request : amarok
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4587">[ date ]</a>
<a href="thread.html#4587">[ thread ]</a>
<a href="subject.html#4587">[ subject ]</a>
<a href="author.html#4587">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 9 May 2011 22:48, <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A>> wrote:
><i> Revision 1266 Author misc Date 2011-05-09 22:48:31 +0200 (Mon, 09 May 2011)
</I>><i>
</I>><i> Log Message
</I>><i>
</I>><i> add missing function ( and no titi, perl_checker didn't notice this one, but
</I>><i> pterjan checker did )
</I>
you lie:
File "emi", line 178, character 42-53
unknown function difference2
File "emi", line 183, character 24-27
unknown function if_
File "emi", line 217, character 39-50
unknown function difference2
><i> Modified: build_system/iurt/trunk/emi
</I>><i> ===================================================================
</I>><i> --- build_system/iurt/trunk/emi 2011-05-09 20:25:50 UTC (rev 1265)
</I>><i> +++ build_system/iurt/trunk/emi 2011-05-09 20:48:31 UTC (rev 1266)
</I>><i> @@ -36,6 +36,7 @@
</I>><i> use Iurt::Util qw(plog_init plog);
</I>><i> use Data::Dumper;
</I>><i> use MDK::Common qw(cat_);
</I>><i> +use MDK::Common::DataStructure qw(difference2);
</I></PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004589.html">[Mageia-dev] Freeze Push Request : amarok
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4587">[ date ]</a>
<a href="thread.html#4587">[ thread ]</a>
<a href="subject.html#4587">[ subject ]</a>
<a href="author.html#4587">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|