summaryrefslogtreecommitdiff
path: root/inc/geshi/tcl.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-03-23 10:42:53 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-03-23 10:42:53 +0100
commit2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae (patch)
treed8fd32b508377b76b9213b0b67835eac9b003345 /inc/geshi/tcl.php
parentccf354b192cc6f8e554b4729cb1424b93bf82602 (diff)
downloadrpg-2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae.tar.gz
rpg-2b8d02bf0a560f0ee8fa887fed0d2bbf66b10bae.tar.bz2
GeSHi 1.0.8.3 update
Ignore-this: d204f804a634d5a537737dc4a50c3c13 darcs-hash:20090323094253-7ad00-003ea6c7b9cb1306ad0623274917bbfc042a0103.gz
Diffstat (limited to 'inc/geshi/tcl.php')
-rw-r--r--inc/geshi/tcl.php9
1 files changed, 3 insertions, 6 deletions
diff --git a/inc/geshi/tcl.php b/inc/geshi/tcl.php
index bd02d78f7..9badb21a6 100644
--- a/inc/geshi/tcl.php
+++ b/inc/geshi/tcl.php
@@ -4,7 +4,7 @@
* ---------------------------------
* Author: Reid van Melle (rvanmelle@gmail.com)
* Copyright: (c) 2004 Reid van Melle (sorry@nowhere)
- * Release Version: 1\.0\.8
+ * Release Version: 1.0.8.3
* Date Started: 2006/05/05
*
* TCL/iTCL language file for GeSHi.
@@ -84,8 +84,6 @@ $language_data = array (
// list handling
'concat', 'join', 'lappend', 'lindex', 'list', 'llength', 'lrange',
'lreplace', 'lsearch', 'lset', 'lsort', 'split',
- // math
- 'expr',
// procedures and output
'incr', 'close', 'eof', 'fblocked', 'fconfigure', 'fcopy', 'file',
'fileevent', 'flush', 'gets', 'open', 'puts', 'read', 'seek',
@@ -97,7 +95,7 @@ $language_data = array (
// library routines
'enconding', 'http', 'msgcat',
// system related
- 'cd', 'clock', 'exec', 'exit', 'glob', 'pid', 'pwd', 'time',
+ 'cd', 'clock', 'exec', 'glob', 'pid', 'pwd', 'time',
// platform specified
'dde', 'registry', 'resource',
// special variables
@@ -111,8 +109,7 @@ $language_data = array (
* Set 3: standard library
*/
3 => array(
- 'comment', 'dde', 'filename', 'http', 'library', 'memory',
- 'packagens', 'registry', 'resource', 'tcltest', 'tclvars',
+ 'comment', 'filename', 'library', 'packagens', 'tcltest', 'tclvars',
),
/*