<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/glark/patches/" rel="alternate"/><link href="https://sourceforge.net/p/glark/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/glark/patches/</id><updated>2005-03-02T15:38:24Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>-- to end options</title><link href="https://sourceforge.net/p/glark/patches/3/" rel="alternate"/><published>2005-03-02T15:38:24Z</published><updated>2005-03-02T15:38:24Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1d93131535c8cc524f7ce1fb9329e3ef3e32f725</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Allow you to put a double dash (--) to mark the end of the &lt;br /&gt;
command options, wether or not the remaining arguments &lt;br /&gt;
start with dashes. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;The following patch has been made against: &lt;br /&gt;
$ glark -v &lt;br /&gt;
glark, version 1.7.2 &lt;br /&gt;
Written by Jeff Pace (jpace@incava.org). &lt;br /&gt;
Released under the Lesser GNU Public License. &lt;/p&gt;
&lt;p&gt;--- /usr/bin/glark      2004-12-26 17:05:19.000000000 -0500 &lt;br /&gt;
+++ /home/gus/bin/glark 2005-03-02 &lt;br /&gt;
10:31:54.655452530 -0500 &lt;br /&gt;
@@ -1998,7 +1998,7 @@ &lt;br /&gt;
class GlarkHelp &lt;/p&gt;
&lt;p&gt;def initialize &lt;br /&gt;
-    puts "Usage: glark [options] expression file..." &lt;br /&gt;
+    puts "Usage: glark [options] [--] expression file..." &lt;br /&gt;
puts "Search for expression in each file or standard &lt;br /&gt;
input." &lt;br /&gt;
puts "Example: glark --and=3 'try' 'catch' *.java" &lt;br /&gt;
puts "" &lt;br /&gt;
@@ -2684,6 +2684,11 @@ &lt;br /&gt;
printf "%s: %s\n", "write_null", @write_null &lt;br /&gt;
printf "%s: %s\n", "ruby version", RUBY_VERSION &lt;br /&gt;
exit &lt;br /&gt;
+ &lt;br /&gt;
+    when "--" &lt;br /&gt;
+      opt = args.shift &lt;br /&gt;
+      @expr = ExpressionFactory.make_expression(opt, &lt;br /&gt;
args) &lt;br /&gt;
+      return @expr # We are done! &lt;/p&gt;
&lt;p&gt;# the expression &lt;br /&gt;
else &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>add in line number highlighting</title><link href="https://sourceforge.net/p/glark/patches/2/" rel="alternate"/><published>2004-08-05T18:35:14Z</published><updated>2004-08-05T18:35:14Z</updated><author><name>Ciaran McCreesh</name><uri>https://sourceforge.net/u/cmccreesh/</uri></author><id>https://sourceforge.net6697c039e57081d51d792fdcd160f81596e48d3c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Adds in --line-number-color and&lt;br /&gt;
glarkrc:line-number-color to control how line numbers&lt;br /&gt;
are displayed.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>specfile cleaning</title><link href="https://sourceforge.net/p/glark/patches/1/" rel="alternate"/><published>2004-04-06T00:29:55Z</published><updated>2004-04-06T00:29:55Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netec4ac8b9e94a31be6bae7ba3a8791243d35bff18</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The attached patch eliminates several rpmlint&lt;br /&gt;
warnings/errors.&lt;br /&gt;
The specfile will also be more compliant with fedora.us&lt;br /&gt;
packaging guidelines.&lt;/p&gt;
&lt;p&gt;The package builds without problems in: RH73, RH9, and FC1.&lt;/p&gt;
&lt;p&gt;Rpmlint:&lt;br /&gt;
&lt;a href="http://people.mandrakesoft.com/~flepied/projects/rpmlint/" rel="nofollow"&gt;http://people.mandrakesoft.com/~flepied/projects/rpmlint/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Fedora.us:&lt;br /&gt;
&lt;a href="http://www.fedora.us/" rel="nofollow"&gt;http://www.fedora.us/&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>