Changeset 5845

Show
Ignore:
Timestamp:
01/30/08 07:40:03 (10 months ago)
Author:
drry
Message:

lang/ruby/misc/vbf.rb
lang/ruby/misc/tumblr_refollow.rb
lang/ruby/misc/tumblr_autofollow.rb
lang/ruby/misc/cybozu_client.rb
lang/ruby/misc/tig.rb
lang/ruby/misc/mork.rb
lang/ruby/misc/chm-generators/adc.rb: trivial mentenances. some executable props and regexps.

Location:
lang/ruby/misc
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/misc/chm-generators/adc.rb

    r732 r5845  
    6161        title = (doc/:title).text.strip 
    6262        case title 
    63         when /([^\s]+) (Additions )?Class Reference/ 
     63        when /(\S+) (Additions )?Class Reference/ 
    6464                class_name = Regexp.last_match[1] 
    6565                keywords << { 
  • lang/ruby/misc/cybozu_client.rb

    • Property svn:executable set to *
  • lang/ruby/misc/mork.rb

    r2852 r5845  
    6363                pairs = key_table.split(/\(([^\)]+)\)/) 
    6464                pairs.each do |pair| 
    65                         next unless pair =~ /[^\s]/m 
     65                        next unless pair =~ /\S/m 
    6666                        _, key, val = *pair.match(/([\dA-F]*)[\t\n ]*=[\t\n ]*(.*)/i); 
    6767 
     
    7878                pairs = val_part.split(/\(([^\)]+)\)/) 
    7979                pairs.each do |pair| 
    80                         next unless pair =~ /[^\s]/m 
     80                        next unless pair =~ /\S/m 
    8181                        _, key, val = *pair.match(/([\dA-F]*)[\t\n ]*=[\t\n ]*(.*)/i); 
    8282 
  • lang/ruby/misc/tig.rb

    • Property svn:keywords deleted
  • lang/ruby/misc/tumblr_autofollow.rb

    • Property svn:executable set to *
  • lang/ruby/misc/tumblr_refollow.rb

    • Property svn:executable set to *
  • lang/ruby/misc/vbf.rb

    • Property svn:executable set to *