]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Sep 2001 22:17:56 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-readline.patch -> 1.2

ruby-readline.patch [deleted file]

diff --git a/ruby-readline.patch b/ruby-readline.patch
deleted file mode 100644 (file)
index 711a54b..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- ruby-1.6.3/ext/readline/readline.c.wiget   Fri Apr 13 18:25:59 2001
-+++ ruby-1.6.3/ext/readline/readline.c Fri Apr 13 18:27:40 2001
-@@ -321,8 +321,8 @@
-     char **matches;
-     int i;
--    matches = completion_matches(STR2CSTR(str),
--                               filename_completion_function);
-+    matches = rl_completion_matches(STR2CSTR(str),
-+                               rl_filename_completion_function);
-     if (matches) {
-       result = rb_ary_new();
-       for (i = 0; matches[i]; i++) {
-@@ -348,8 +348,8 @@
-     char **matches;
-     int i;
--    matches = completion_matches(STR2CSTR(str),
--                               username_completion_function);
-+    matches = rl_completion_matches(STR2CSTR(str),
-+                               rl_username_completion_function);
-     if (matches) {
-       result = rb_ary_new();
-       for (i = 0; matches[i]; i++) {
This page took 0.102421 seconds and 4 git commands to generate.