summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-03 00:24:38 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-03 00:24:38 -0800
commit7c42721b3f5d9e96c26f2fa853e7e1c477247664 (patch)
tree282c73151435e4be8bd89228dc2b3f3e1f9e92b7 /txr.1
parentfdb086e9ba73d203a2bd9ea0d53a2f9cdd2b6af1 (diff)
downloadtxr-7c42721b3f5d9e96c26f2fa853e7e1c477247664.tar.gz
txr-7c42721b3f5d9e96c26f2fa853e7e1c477247664.tar.bz2
txr-7c42721b3f5d9e96c26f2fa853e7e1c477247664.zip
* eval.c (eval_init): String and character functions
exposed as intrinsics. * txr.1: Blank sections created.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.149
1 files changed, 47 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index 2147036d..0203651e 100644
--- a/txr.1
+++ b/txr.1
@@ -4508,8 +4508,6 @@ The following are Lisp functions and variables built-in to TXR.
.SS Functions max and min
-.SS Function int-str
-
.SS Functions search-regex and match-regex
.SS Function make-hash
@@ -4578,6 +4576,53 @@ The following are Lisp functions and variables built-in to TXR.
.SS Function keywordp
+.SS Function mkstring
+
+.SS Function copy-str
+
+.SS Function upcase-str
+
+.SS Function downcase-str
+
+.SS Function string-extend
+
+.SS Function stringp
+
+.SS Function lazy-stringp
+
+.SS Function length-str
+
+.SS Function search-str
+
+.SS Function search-str-tree
+
+.SS Function sub-str
+
+.SS Function cat-str
+
+.SS Function split-str
+
+.SS Function split-str-set
+
+.SS Function trim-str
+
+.SS Function string-lt
+
+.SS Function int-str
+
+.SS Function chrp
+
+.SS Function chr-str
+
+.SS Function chr-str-set
+
+.SS Function span-str
+
+.SS Function compl-span-str
+
+.SS Function break-str
+
+
.SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS
Users familiar with regular expressions may not be familiar with the complement