summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/utf
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 19:35:09 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 19:35:09 +0300
commita9060cc06bee66e12fe16644511f181a4b0cdbd3 (patch)
tree8778fe5d1ab1e6eefee29b357ee5b585f5b7ad30 /sys/src/ape/lib/utf
parent1206371abb0d786be1d5ee4201ff864680e2387b (diff)
Import sources from 2011-03-30 iso image - lib
Diffstat (limited to 'sys/src/ape/lib/utf')
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/lib9.h0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/mkfile0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/rune.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrcat.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrchr.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrcmp.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrcpy.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrdup.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrecpy.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrlen.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrncat.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrncmp.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrncpy.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrrchr.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runestrstr.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/runetype.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfdef.h0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfecpy.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utflen.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfnlen.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfrrune.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfrune.c0
-rw-r--r--[-rwxr-xr-x]sys/src/ape/lib/utf/utfutf.c0
23 files changed, 0 insertions, 0 deletions
diff --git a/sys/src/ape/lib/utf/lib9.h b/sys/src/ape/lib/utf/lib9.h
index e6128ae4d..e6128ae4d 100755..100644
--- a/sys/src/ape/lib/utf/lib9.h
+++ b/sys/src/ape/lib/utf/lib9.h
diff --git a/sys/src/ape/lib/utf/mkfile b/sys/src/ape/lib/utf/mkfile
index 8cbca19cd..8cbca19cd 100755..100644
--- a/sys/src/ape/lib/utf/mkfile
+++ b/sys/src/ape/lib/utf/mkfile
diff --git a/sys/src/ape/lib/utf/rune.c b/sys/src/ape/lib/utf/rune.c
index e1aaa9be9..e1aaa9be9 100755..100644
--- a/sys/src/ape/lib/utf/rune.c
+++ b/sys/src/ape/lib/utf/rune.c
diff --git a/sys/src/ape/lib/utf/runestrcat.c b/sys/src/ape/lib/utf/runestrcat.c
index e1e8c9d57..e1e8c9d57 100755..100644
--- a/sys/src/ape/lib/utf/runestrcat.c
+++ b/sys/src/ape/lib/utf/runestrcat.c
diff --git a/sys/src/ape/lib/utf/runestrchr.c b/sys/src/ape/lib/utf/runestrchr.c
index 45ee673a5..45ee673a5 100755..100644
--- a/sys/src/ape/lib/utf/runestrchr.c
+++ b/sys/src/ape/lib/utf/runestrchr.c
diff --git a/sys/src/ape/lib/utf/runestrcmp.c b/sys/src/ape/lib/utf/runestrcmp.c
index d14145f38..d14145f38 100755..100644
--- a/sys/src/ape/lib/utf/runestrcmp.c
+++ b/sys/src/ape/lib/utf/runestrcmp.c
diff --git a/sys/src/ape/lib/utf/runestrcpy.c b/sys/src/ape/lib/utf/runestrcpy.c
index 9d7aa026a..9d7aa026a 100755..100644
--- a/sys/src/ape/lib/utf/runestrcpy.c
+++ b/sys/src/ape/lib/utf/runestrcpy.c
diff --git a/sys/src/ape/lib/utf/runestrdup.c b/sys/src/ape/lib/utf/runestrdup.c
index 97a889c8f..97a889c8f 100755..100644
--- a/sys/src/ape/lib/utf/runestrdup.c
+++ b/sys/src/ape/lib/utf/runestrdup.c
diff --git a/sys/src/ape/lib/utf/runestrecpy.c b/sys/src/ape/lib/utf/runestrecpy.c
index f3e4a096b..f3e4a096b 100755..100644
--- a/sys/src/ape/lib/utf/runestrecpy.c
+++ b/sys/src/ape/lib/utf/runestrecpy.c
diff --git a/sys/src/ape/lib/utf/runestrlen.c b/sys/src/ape/lib/utf/runestrlen.c
index bca3050c5..bca3050c5 100755..100644
--- a/sys/src/ape/lib/utf/runestrlen.c
+++ b/sys/src/ape/lib/utf/runestrlen.c
diff --git a/sys/src/ape/lib/utf/runestrncat.c b/sys/src/ape/lib/utf/runestrncat.c
index 74400c30e..74400c30e 100755..100644
--- a/sys/src/ape/lib/utf/runestrncat.c
+++ b/sys/src/ape/lib/utf/runestrncat.c
diff --git a/sys/src/ape/lib/utf/runestrncmp.c b/sys/src/ape/lib/utf/runestrncmp.c
index dbd9da45c..dbd9da45c 100755..100644
--- a/sys/src/ape/lib/utf/runestrncmp.c
+++ b/sys/src/ape/lib/utf/runestrncmp.c
diff --git a/sys/src/ape/lib/utf/runestrncpy.c b/sys/src/ape/lib/utf/runestrncpy.c
index acba7bc2b..acba7bc2b 100755..100644
--- a/sys/src/ape/lib/utf/runestrncpy.c
+++ b/sys/src/ape/lib/utf/runestrncpy.c
diff --git a/sys/src/ape/lib/utf/runestrrchr.c b/sys/src/ape/lib/utf/runestrrchr.c
index 1f40c5a65..1f40c5a65 100755..100644
--- a/sys/src/ape/lib/utf/runestrrchr.c
+++ b/sys/src/ape/lib/utf/runestrrchr.c
diff --git a/sys/src/ape/lib/utf/runestrstr.c b/sys/src/ape/lib/utf/runestrstr.c
index 48583a3d5..48583a3d5 100755..100644
--- a/sys/src/ape/lib/utf/runestrstr.c
+++ b/sys/src/ape/lib/utf/runestrstr.c
diff --git a/sys/src/ape/lib/utf/runetype.c b/sys/src/ape/lib/utf/runetype.c
index ffae30e69..ffae30e69 100755..100644
--- a/sys/src/ape/lib/utf/runetype.c
+++ b/sys/src/ape/lib/utf/runetype.c
diff --git a/sys/src/ape/lib/utf/utfdef.h b/sys/src/ape/lib/utf/utfdef.h
index 4b58ae87e..4b58ae87e 100755..100644
--- a/sys/src/ape/lib/utf/utfdef.h
+++ b/sys/src/ape/lib/utf/utfdef.h
diff --git a/sys/src/ape/lib/utf/utfecpy.c b/sys/src/ape/lib/utf/utfecpy.c
index 571593503..571593503 100755..100644
--- a/sys/src/ape/lib/utf/utfecpy.c
+++ b/sys/src/ape/lib/utf/utfecpy.c
diff --git a/sys/src/ape/lib/utf/utflen.c b/sys/src/ape/lib/utf/utflen.c
index 9d24ccf23..9d24ccf23 100755..100644
--- a/sys/src/ape/lib/utf/utflen.c
+++ b/sys/src/ape/lib/utf/utflen.c
diff --git a/sys/src/ape/lib/utf/utfnlen.c b/sys/src/ape/lib/utf/utfnlen.c
index 66d674fd2..66d674fd2 100755..100644
--- a/sys/src/ape/lib/utf/utfnlen.c
+++ b/sys/src/ape/lib/utf/utfnlen.c
diff --git a/sys/src/ape/lib/utf/utfrrune.c b/sys/src/ape/lib/utf/utfrrune.c
index 1f951feeb..1f951feeb 100755..100644
--- a/sys/src/ape/lib/utf/utfrrune.c
+++ b/sys/src/ape/lib/utf/utfrrune.c
diff --git a/sys/src/ape/lib/utf/utfrune.c b/sys/src/ape/lib/utf/utfrune.c
index a98004d2a..a98004d2a 100755..100644
--- a/sys/src/ape/lib/utf/utfrune.c
+++ b/sys/src/ape/lib/utf/utfrune.c
diff --git a/sys/src/ape/lib/utf/utfutf.c b/sys/src/ape/lib/utf/utfutf.c
index ea3603612..ea3603612 100755..100644
--- a/sys/src/ape/lib/utf/utfutf.c
+++ b/sys/src/ape/lib/utf/utfutf.c