Преглед на файлове

Shellfu v0.10.17 - FloatingPointError

Overview of changes:

 *  Fixed coerce__noctl() to actually do something

    Turns out that the function could not ever work properly since
    Perl's tr/// operator does not support POSIX character classes like
    traditional tr(1) does.  The expression was replaced with s///
    variant, preserving the same character range.

    Also it will now *replace* characters $COERCE__REPCHAR, instead of
    removing them.  (Removing behavior can be achieved by setting the
    variable to empty string.)
Alois Mahdal преди 5 години
ревизия
40c0ba3ee9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini Целия файл

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.10.16
2
+    version     = 0.10.17
3 3
     codename    = FloatingPointError
4 4
     name        = Shellfu
5 5
     tagline     = Shell dot on steroids