---
ChangeLog | 4 ++++
build-aux/texi2dvi | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1eca776..c029f64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-09-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * build-aux/texi2dvi: Fix a regular expression.
+
+2011-09-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* NEWS: List changes for the next release.
2011-06-07 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/build-aux/texi2dvi b/build-aux/texi2dvi
index fce73b9..7d1f2ab 100755
--- a/build-aux/texi2dvi
+++ b/build-aux/texi2dvi
@@ -1848,7 +1848,7 @@ input_file_name_decode ()
# If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
# prepend `./' in order to avoid that the tools take it as an option.
- echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
+ echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
|| command_line_filename="./$command_line_filename"
# See if the file exists. If it doesn't we're in trouble since, even
--
1.7.2.5
---
ChangeLog | 4 ++++
build-aux/texi2dvi | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1eca776..c029f64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-09-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * build-aux/texi2dvi: Fix a regular expression.
+
+2011-09-02 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* NEWS: List changes for the next release.
2011-06-07 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/build-aux/texi2dvi b/build-aux/texi2dvi
index fce73b9..7d1f2ab 100755
--- a/build-aux/texi2dvi
+++ b/build-aux/texi2dvi
@@ -1848,7 +1848,7 @@ input_file_name_decode ()
# If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
# prepend `./' in order to avoid that the tools take it as an option.
- echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
+ echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
|| command_line_filename="./$command_line_filename"
# See if the file exists. If it doesn't we're in trouble since, even
--
1.7.2.5
#48: Implement mln::accu::take for fastest images.
-------------------------+--------------------------------------------------
Reporter: garrigues | Owner: Olena Team
Type: enhancement | Status: new
Priority: major | Milestone: Olena 1.1
Component: Milena | Version: 1.0
Keywords: |
-------------------------+--------------------------------------------------
Comment(by lazzara):
This function seems to be deprecated since data::compute and set::compute
do the same job. Moreover, it does not work anymore with the new
accumulators...
--
Ticket URL: <https://trac.lrde.org/olena/ticket/48#comment:1>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
Spam detection software, running on the system "kualalumpur.lrde.epita.fr", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: Dear olena-patches(a)lrde.epita.fr Rolex.com WANTS TO
SHARE SOMETHING WITH YOU While exploring the Rolex.Com website, tom
discovered this official Rolex address and thought you would be
interested: http://www.rolex.com/en/home [...]
Content analysis details: (24.6 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.5 ADDRESS_IN_SUBJECT To: address appears in Subject
0.1 SPOOF_OURI URI: URI has items in odd places
2.5 SPOOF_COM2COM URI: URI contains ".com" in middle and end
0.2 HTML_TAG_BALANCE_BODY BODY: HTML has unbalanced "body" tags
0.0 HTML_MESSAGE BODY: HTML included in message
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 1.0000]
0.0 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.5 RAZOR2_CF_RANGE_E8_51_100 Razor2 gives engine 8 confidence level
above 50%
[cf: 100]
0.5 RAZOR2_CHECK Listed in Razor2 (http://razor.sf.net/)
0.5 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
[cf: 100]
1.6 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: goatcountry.com]
3.8 URIBL_AB_SURBL Contains an URL listed in the AB SURBL blocklist
[URIs: goatcountry.com]
4.1 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist
[URIs: goatcountry.com]
2.1 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: goatcountry.com]
1.7 MSGID_DOLLARS Message-Id has pattern used in spam
1.9 RATWARE_MS_HASH Bulk email fingerprint (msgid ms hash) found
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
#172: Experiment SCOOP 1.5/2 with C++0x concepts
-------------------------+--------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: enhancement | Status: new
Priority: trivial | Milestone: Olena 2.0
Component: Olena-NG | Version: 2.0
Keywords: |
-------------------------+--------------------------------------------------
What I call SCOOP 1.5 is the paradigm currently used in Milena 1.0 (as of
Nov. 2008), and SCOOP 2 the paradigm described in the MPOOL'08 paper (used
in Olena-NG).
--
Ticket URL: <https://trac.lrde.org/olena/ticket/172>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
Spam detection software, running on the system "kualalumpur.lrde.epita.fr", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: About this mailing: You are receiving this e-mail
because you subscribed to MSN Featured Offers. If you do not wish to
receive this MSN Featured Offers e-mail, please click the "Unsubscribe"
link below. This will not unsubscribe you from e-mail communications
from third-party advertisers that may appear in MSN Feature Offers. This
shall not constitute an offer by MSN. MSN shall not be responsible or
liable for the advertisers' content nor any of the goods or service
advertised. Prices and item availability subject to change without
notice. [...]
Content analysis details: (30.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.0 NO_REAL_NAME From: does not include a real name
0.5 ADDRESS_IN_SUBJECT To: address appears in Subject
0.1 SPOOF_OURI URI: URI has items in odd places
2.5 SPOOF_COM2COM URI: URI contains ".com" in middle and end
1.8 HTML_IMAGE_ONLY_24 BODY: HTML: images with 2000-2400 bytes of words
0.0 HTML_MESSAGE BODY: HTML included in message
0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
[score: 0.5462]
0.0 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.5 RAZOR2_CF_RANGE_E8_51_100 Razor2 gives engine 8 confidence level
above 50%
[cf: 100]
0.5 RAZOR2_CHECK Listed in Razor2 (http://razor.sf.net/)
0.5 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
[cf: 100]
1.6 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see <http://www.spamcop.net/bl.shtml?91.206.64.47>]
3.9 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
[91.206.64.47 listed in sbl-xbl.spamhaus.org]
1.6 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: changejudge.com]
3.8 URIBL_AB_SURBL Contains an URL listed in the AB SURBL blocklist
[URIs: changejudge.com]
4.1 URIBL_JP_SURBL Contains an URL listed in the JP SURBL blocklist
[URIs: changejudge.com]
2.1 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: changejudge.com]
4.5 URIBL_SC_SURBL Contains an URL listed in the SC SURBL blocklist
[URIs: changejudge.com]
0.9 HTML_SHORT_LINK_IMG_3 HTML is very short with a linked image
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.