]> pere.pagekite.me Git - homepage.git/blob - linux/wine-auto-author.diff
Switched blog to hungry.com for now. Updated all links.
[homepage.git] / linux / wine-auto-author.diff
1 From pere@minerva.cc.uit.no Sun Sep 27 12:33:33 1998
2 Received: from minerva.cc.uit.no (pere@nb38.stud.cs.UiT.No [129.242.13.48])
3 by yuubin.games.no (8.8.7/8.8.7) with ESMTP id OAA02515
4 for <pere@games.no>; Sun, 27 Sep 1998 14:33:31 +0200
5 From: pere@minerva.cc.uit.no
6 Received: (from pere@localhost)
7 by minerva.cc.uit.no (8.8.7/8.8.7) id OAA04815;
8 Sun, 27 Sep 1998 14:33:36 +0200
9 Date: Sun, 27 Sep 1998 14:33:36 +0200
10 Message-Id: <199809271233.OAA04815@minerva.cc.uit.no>
11 To: Alexandre Julliard <julliard@lrc.epfl.ch>
12 Subject: More patches for Wine 980913
13 Status: RO
14
15
16 Here are some more patches for Wine 980913. At the end there is
17 uuencoded perl script (tools/extractauthors.pl).
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /home/pere/src/cvsroot/wine/ChangeLog,v
22 retrieving revision 1.1.1.2
23 diff -u -r1.1.1.2 ChangeLog
24 --- ChangeLog 1998/09/15 15:36:01 1.1.1.2
25 +++ ChangeLog 1998/09/27 12:25:57
26 @@ -1,3 +1,22 @@
27 +Sun Sep 27 01:27:20 1998 Petter Reinholdtsen <pere@td.org.uit.no>
28 +
29 + * [AUTHORS] [Makefile.in] [tools/extractauthors.pl]
30 + [include/authors.h]
31 + Now generates include/authors.h from AUTHORS using perl script
32 + authorsextract.c. No need to keep info in two different places.
33 +
34 ----------------------------------------------------------------------
35 Fri Sep 11 13:14:35 1998 Andreas Mohr <100.30936@germany.net>
36
37 Index: Makefile.in
38 ===================================================================
39 RCS file: /home/pere/src/cvsroot/wine/Makefile.in,v
40 retrieving revision 1.1.1.2
41 diff -u -r1.1.1.2 Makefile.in
42 --- Makefile.in 1998/09/15 15:36:02 1.1.1.2
43 +++ Makefile.in 1998/09/26 23:41:50
44 @@ -123,7 +123,7 @@
45
46 lib: $(LIBSUBDIRS) $(LIB_TARGET)
47
48 -wine wine.sym: $(LIBSUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
49 +wine wine.sym: include/authors.h $(LIBSUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
50 $(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(LDOPTIONS) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS)
51 nm -n wine | grep -v _compiled >wine.sym
52
53 @@ -205,5 +205,8 @@
54
55 include/config.h.in: configure.in include/acconfig.h
56 autoheader -l include
57 +
58 +include/authors.h: AUTHORS tools/extractauthors.pl
59 + tools/extractauthors.pl $< > $@
60
61 ### Dependencies:
62
63 begin 775 tools/extractauthors.pl
64 M(R$O=7-R+V)I;B]P97)L("UW"B,*(R!!=71H;W(Z(%!E='1E<B!296EN:&]L
65 M9'1S96X@/'!E<F5`=&0N;W)G+G5I="YN;SX*(R!$871E.B`@(#$Y.3@M,#DM
66 M,C8*(PHC($=E;F5R871E(&EN8VQU9&4O875T:&]R<RYH(&9R;VT@05542$]2
67 M4PH*<')I;G0@(B\J(%1H:7,@9FEL92!I<R!G96YE<F%T960@9G)O;2!!551(
68 M3U)3('5S:6YG("0P("HO7&XB.PIP<FEN="`B+RH@1&\@;F]T(&5D:70@=&AI
69 M<R!F:6QE+"!E9&ET('1H92!O<FEG:6YA;"!I;G-T96%D(2`J+UQN(CL*<')I
70 M;G0@(B-I9FYD968@7U]724Y%7T%55$A/4E-?2%QN(CL*<')I;G0@(B-D969I
71 M;F4@7U]724Y%7T%55$A/4E-?2%QN7&XB.PIP<FEN="`B<W1A=&EC(&-O;G-T
72 M(&-H87(@*B!C;VYS="!32$5,3%]096]P;&5;72`]7&XB.PIP<FEN="`B>UQN
73 M(CL*"G=H:6QE("@\/BD@>PH@("`@;F5X="!I9B`H+UY<0"\I.R`C(%)E;6]V
74 M92!495AI;F9O(&-O;6UE;G1S"B`@("!N97AT(&EF("@O7E=I;F4@:7,@879A
75 M:6QA8FQE+RD[(",@4F5M;W9E(&EN:71I86P@=&5X=`H@("`@;F5X="!I9B`H
76 M+UY<<RLD+RD["B`@("!S+UYA;F0@+R\["B`@("!S+UXH+BLI6RPN72LO(B0Q
77 M(BPO.PH@("`@<')I;G0@(B`@("`D7R(["GT*"G!R:6YT("(@("`@3E5,3%QN
78 M(CL*<')I;G0@(GT[7&Y<;B(["G!R:6YT("(C96YD:68@("\J(%]?5TE.15]!
79 0551(3U)37T@@*B]<;B(["@``
80 `
81 end
82 --
83 ##> Petter Reinholdtsen <## | pere@td.org.uit.no
84