Mailinglist Archive: yast-commit (215 mails)
| < Previous | Next > |
[yast-commit] r67898 - /trunk/devtools/yast2/ycp-mode.el
- From: aschnell@xxxxxxxxxxxxxxxxx
- Date: Tue, 10 Apr 2012 15:42:33 -0000
- Message-id: <20120410154233.CA96E32520@svn2.opensuse.org>
Author: aschnell
Date: Tue Apr 10 17:42:33 2012
New Revision: 67898
URL: http://svn.opensuse.org/viewcvs/yast?rev=67898&view=rev
Log:
- added some builtins
Modified:
trunk/devtools/yast2/ycp-mode.el
Modified: trunk/devtools/yast2/ycp-mode.el
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/yast2/ycp-mode.el?rev=67898&r1=67897&r2=67898&view=diff
==============================================================================
--- trunk/devtools/yast2/ycp-mode.el (original)
+++ trunk/devtools/yast2/ycp-mode.el Tue Apr 10 17:42:33 2012
@@ -64,10 +64,10 @@
"size" "haskey" "add" "prepend" "union" "merge"
"foreach" "filter"
"find" "maplist" "flatten" "sort" "time" "toset"
"listmap" "mapmap"
"tointeger" "tofloat" "tostring" "topath" "toterm"
"tosymbol"
- "crypt" "substring" "findfirstnotof" "tolower"
"difference"
+ "crypt" "substring" "findfirstnotof" "tolower" "toupper"
"difference"
"toascii" "filterchars" "eval" "symbolof" "argsof"
"includes"
"sleep" "sformat" "y2log" "mergestring" "splitstring"
"sublist"
- "findfirstof" "issubstring"
+ "findfirstof" "findlastof" "findlastnotof" "issubstring"
"fileexist" "checkIP" "isnil" "include" "module" "import"
"y2debug" "y2milestone" "y2warning" "y2error"
"y2security" "y2internal"
))))
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Apr 10 17:42:33 2012
New Revision: 67898
URL: http://svn.opensuse.org/viewcvs/yast?rev=67898&view=rev
Log:
- added some builtins
Modified:
trunk/devtools/yast2/ycp-mode.el
Modified: trunk/devtools/yast2/ycp-mode.el
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/devtools/yast2/ycp-mode.el?rev=67898&r1=67897&r2=67898&view=diff
==============================================================================
--- trunk/devtools/yast2/ycp-mode.el (original)
+++ trunk/devtools/yast2/ycp-mode.el Tue Apr 10 17:42:33 2012
@@ -64,10 +64,10 @@
"size" "haskey" "add" "prepend" "union" "merge"
"foreach" "filter"
"find" "maplist" "flatten" "sort" "time" "toset"
"listmap" "mapmap"
"tointeger" "tofloat" "tostring" "topath" "toterm"
"tosymbol"
- "crypt" "substring" "findfirstnotof" "tolower"
"difference"
+ "crypt" "substring" "findfirstnotof" "tolower" "toupper"
"difference"
"toascii" "filterchars" "eval" "symbolof" "argsof"
"includes"
"sleep" "sformat" "y2log" "mergestring" "splitstring"
"sublist"
- "findfirstof" "issubstring"
+ "findfirstof" "findlastof" "findlastnotof" "issubstring"
"fileexist" "checkIP" "isnil" "include" "module" "import"
"y2debug" "y2milestone" "y2warning" "y2error"
"y2security" "y2internal"
))))
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |