]> git.pld-linux.org Git - packages/ruby.git/blame - ruby-info.patch
- disable workaround which disallows to build ruby
[packages/ruby.git] / ruby-info.patch
CommitLineData
9fa56d80 1diff -Nru ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi
2--- ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi Sun Sep 26 19:16:22 1999
3+++ ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi Thu Feb 15 22:01:36 2001
4@@ -23,9 +23,9 @@
5 @c ===================================================================
6 @c Part II: Summary Description and Copyright
7 @ifinfo
8-@dircategory Languages
9+@dircategory Programming Languages:
10 @direntry
11-* ruby: (ruby). Ruby Language Reference Manual (English)
12+* ruby: (ruby). Ruby Language Reference Manual
13 @end direntry
14
15 @quotation
16diff -Nru ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi.in ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi.in
17--- ruby-1.6.2/ruby-texi-1.4-en/Ruby.texi.in Sun Sep 26 18:32:38 1999
18+++ ruby-1.6.2.new/ruby-texi-1.4-en/Ruby.texi.in Thu Feb 15 22:00:27 2001
19@@ -23,9 +23,9 @@
20 @c ===================================================================
21 @c Part II: Summary Description and Copyright
22 @ifinfo
23-@dircategory Languages
24+@dircategory Programming Languages:
25 @direntry
26-* ruby: (ruby). Ruby Language Reference Manual (English)
27+* ruby: (ruby). Ruby Language Reference Manual
28 @end direntry
29
30 @quotation
e20bcdfd
JB
31--- ruby-1.6.7/ruby-texi-1.4-en/socket.texi.orig Sun Sep 26 19:16:23 1999
32+++ ruby-1.6.7/ruby-texi-1.4-en/socket.texi Wed May 22 21:53:54 2002
33@@ -347,7 +347,7 @@
34 @code{recv} (@pxref{BasicSocket}).
35
36 @end defmethod
37-@defmethod @code{UDPSocket} send (@var{mesg}, @var{flags[, }@var{host}, @var{port}])
38+@defmethod @code{UDPSocket} send (@var{mesg}, @var{flags}[, @var{host}, @var{port}])
39
40 Sends the @var{mesg} through the socket. See
41 @samp{send(2)} for detail. You have to specify the
42@@ -400,7 +400,7 @@
43
44 Receives data from the socket and returns the pair of data and the
45 path of the sender. For arguments, see
46-@code{recv} (@pxref{}).
47+@code{recv} (@pxref{BasicSocket}).
48
49 @end defmethod
50 @page
51@@ -524,5 +524,5 @@
52
53 Receives data from the socket and returns the pair of data and the
54 address of the sender. For arguments, see
55-@code{recv} (@pxref{}).
56+@code{recv} (@pxref{BasicSocket}).
57 @end defmethod
58--- ruby-1.6.7/ruby-texi-1.4-en/thread.texi.orig Sun Sep 26 19:16:26 1999
59+++ ruby-1.6.7/ruby-texi-1.4-en/thread.texi Wed May 22 21:56:35 2002
60@@ -168,7 +168,7 @@
61
62 Waits for the thread to terminate and returns the evaluated value of
63 the block, which is given to the
64-@code{Thread.create} (@pxref{}).
65+@code{Thread.create} (@pxref{Thread}).
66
67 @end defmethod
68 @defmethod @code{Thread} wakeup
This page took 0.056508 seconds and 4 git commands to generate.