mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-18 10:28:12 +08:00
Compare commits
2 Commits
debian-1.1
...
debian-1.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7d7374e628 | ||
![]() |
7559ed5f66 |
@@ -388,7 +388,7 @@ sub mainThread
|
||||
my $numRE = '-?\d*\.?\d+(?:[Ee][-+]?\d+)?';
|
||||
|
||||
# a point may be preceded by an id
|
||||
my $pointRE = $options{dataid} ? '(\w+)\s+' : '()';
|
||||
my $pointRE = $options{dataid} ? '(\S+)\s+' : '()';
|
||||
$pointRE .= '(' . join('\s+', ($numRE) x $valuesPerPoint) . ')';
|
||||
$pointRE = qr/$pointRE/;
|
||||
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
feedgnuplot (1.18) unstable; urgency=low
|
||||
|
||||
* data-ids can now include characters such as -. Any non-whitespace
|
||||
works
|
||||
|
||||
-- Dima Kogan <dkogan@secretsauce.net> Tue, 27 Dec 2011 16:47:36 -0800
|
||||
|
||||
feedgnuplot (1.17) unstable; urgency=low
|
||||
|
||||
[ Dima Kogan ]
|
||||
|
Reference in New Issue
Block a user