Ajla 0.1.0ajla-0.1.0
commit2cbcb1f3db92fe70ba6f99129b4f6b27fe198a69
authorMikulas Patocka <mikulas@twibright.com>
Fri, 24 May 2024 20:08:48 +0000 (24 22:08 +0200)
committerMikulas Patocka <mikulas@twibright.com>
Fri, 24 May 2024 20:08:48 +0000 (24 22:08 +0200)
tree0ca1076957d0302fdb8b62da17aed55146bfe2c2
Ajla 0.1.0
462 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.t [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
addrlock.c [new file with mode: 0644]
addrlock.h [new file with mode: 0644]
ajla.c [new file with mode: 0644]
ajla.h [new file with mode: 0644]
amalloc.c [new file with mode: 0644]
amalloc.h [new file with mode: 0644]
args.c [new file with mode: 0644]
args.h [new file with mode: 0644]
arindex.h [new file with mode: 0644]
arithm-b.h [new file with mode: 0644]
arithm-b.inc [new file with mode: 0644]
arithm-i.h [new file with mode: 0644]
arithm-i.inc [new file with mode: 0644]
arithm-r.h [new file with mode: 0644]
arithm-r.inc [new file with mode: 0644]
arm64-w.inc [new file with mode: 0644]
arm64-x.inc [new file with mode: 0644]
array.c [new file with mode: 0644]
array.h [new file with mode: 0644]
arrayc.c [new file with mode: 0644]
arrayu.c [new file with mode: 0644]
arrayu.h [new file with mode: 0644]
arrayuc.c [new file with mode: 0644]
asm-1.inc [new file with mode: 0644]
asm-alph.inc [new file with mode: 0644]
asm-arm.inc [new file with mode: 0644]
asm-hppa.inc [new file with mode: 0644]
asm-ia64.inc [new file with mode: 0644]
asm-loon.inc [new file with mode: 0644]
asm-ppc.inc [new file with mode: 0644]
asm-rv.inc [new file with mode: 0644]
asm-s390.inc [new file with mode: 0644]
asm-spar.inc [new file with mode: 0644]
asm-x86.inc [new file with mode: 0644]
asm.c [new file with mode: 0644]
asm.h [new file with mode: 0644]
asm.inc [new file with mode: 0644]
bist.c [new file with mode: 0644]
bistc.c [new file with mode: 0644]
builtin.c [new file with mode: 0644]
builtin.h [new file with mode: 0644]
builtin.pcd [new file with mode: 0644]
c1-alpha.inc [new file with mode: 0644]
c1-arm.inc [new file with mode: 0644]
c1-arm64.inc [new file with mode: 0644]
c1-hppa.inc [new file with mode: 0644]
c1-ia64.inc [new file with mode: 0644]
c1-loong.inc [new file with mode: 0644]
c1-mips.inc [new file with mode: 0644]
c1-power.inc [new file with mode: 0644]
c1-riscv.inc [new file with mode: 0644]
c1-s390.inc [new file with mode: 0644]
c1-sparc.inc [new file with mode: 0644]
c1-x86.inc [new file with mode: 0644]
c2-alpha.inc [new file with mode: 0644]
c2-arm.inc [new file with mode: 0644]
c2-arm64.inc [new file with mode: 0644]
c2-hppa.inc [new file with mode: 0644]
c2-ia64.inc [new file with mode: 0644]
c2-loong.inc [new file with mode: 0644]
c2-mips.inc [new file with mode: 0644]
c2-power.inc [new file with mode: 0644]
c2-riscv.inc [new file with mode: 0644]
c2-s390.inc [new file with mode: 0644]
c2-sparc.inc [new file with mode: 0644]
c2-x86.inc [new file with mode: 0644]
cfg.h [new file with mode: 0644]
charsets/cp437.c8 [new file with mode: 0644]
charsets/cp737.c8 [new file with mode: 0644]
charsets/cp850.c8 [new file with mode: 0644]
charsets/cp852.c8 [new file with mode: 0644]
charsets/cp866.c8 [new file with mode: 0644]
charsets/iso88591.c8 [new file with mode: 0644]
charsets/iso88592.c8 [new file with mode: 0644]
charsets/iso88593.c8 [new file with mode: 0644]
charsets/iso88594.c8 [new file with mode: 0644]
charsets/iso88595.c8 [new file with mode: 0644]
charsets/iso88596.c8 [new file with mode: 0644]
charsets/iso88597.c8 [new file with mode: 0644]
charsets/iso88598.c8 [new file with mode: 0644]
charsets/iso88599.c8 [new file with mode: 0644]
charsets/iso_5910.c8 [new file with mode: 0644]
charsets/iso_5911.c8 [new file with mode: 0644]
charsets/iso_5913.c8 [new file with mode: 0644]
charsets/iso_5914.c8 [new file with mode: 0644]
charsets/iso_5915.c8 [new file with mode: 0644]
charsets/iso_5916.c8 [new file with mode: 0644]
charsets/koi8r.c8 [new file with mode: 0644]
charsets/koi8ru.c8 [new file with mode: 0644]
charsets/koi8u.c8 [new file with mode: 0644]
charsets/tcvn5712.c8 [new file with mode: 0644]
charsets/usascii.c8 [new file with mode: 0644]
charsets/viscii.c8 [new file with mode: 0644]
charsets/win_1250.c8 [new file with mode: 0644]
charsets/win_1251.c8 [new file with mode: 0644]
charsets/win_1252.c8 [new file with mode: 0644]
charsets/win_1256.c8 [new file with mode: 0644]
charsets/win_1257.c8 [new file with mode: 0644]
charsets/xcp866u.c8 [new file with mode: 0644]
charsets/xkamcs.c8 [new file with mode: 0644]
charsets/xmac.c8 [new file with mode: 0644]
charsets/xmacce.c8 [new file with mode: 0644]
clean [new file with mode: 0755]
code-op.h [new file with mode: 0644]
codegen.c [new file with mode: 0644]
codegen.h [new file with mode: 0644]
codegenc.c [new file with mode: 0644]
common.h [new file with mode: 0644]
compile [new file with mode: 0755]
compiler.h [new file with mode: 0644]
config-m.h [new file with mode: 0644]
configure.ac [new file with mode: 0644]
data.c [new file with mode: 0644]
data.h [new file with mode: 0644]
datac.c [new file with mode: 0644]
debug.h [new file with mode: 0644]
dist-os2.sh [new file with mode: 0755]
dist-w64.sh [new file with mode: 0755]
error.c [new file with mode: 0644]
error.h [new file with mode: 0644]
error.inc [new file with mode: 0644]
fileline.h [new file with mode: 0644]
fixup-configure [new file with mode: 0755]
fn_impl.c [new file with mode: 0644]
fn_impl.h [new file with mode: 0644]
for-fix.inc [new file with mode: 0644]
for-int.inc [new file with mode: 0644]
for-real.inc [new file with mode: 0644]
funct.c [new file with mode: 0644]
funct.h [new file with mode: 0644]
functc.c [new file with mode: 0644]
iomux.c [new file with mode: 0644]
iomux.h [new file with mode: 0644]
iomux.inc [new file with mode: 0644]
iomux_ep.c [new file with mode: 0644]
iomux_kq.c [new file with mode: 0644]
ipfn.c [new file with mode: 0644]
ipfn.h [new file with mode: 0644]
ipfnc.c [new file with mode: 0644]
ipio.c [new file with mode: 0644]
ipio.h [new file with mode: 0644]
ipio_ffi.inc [new file with mode: 0644]
ipioc.c [new file with mode: 0644]
ipret-1.inc [new file with mode: 0644]
ipret-a1.inc [new file with mode: 0644]
ipret-a2.inc [new file with mode: 0644]
ipret-a3.inc [new file with mode: 0644]
ipret-b1.inc [new file with mode: 0644]
ipret.c [new file with mode: 0644]
ipret.h [new file with mode: 0644]
ipret.inc [new file with mode: 0644]
ipretc.c [new file with mode: 0644]
ipunalg.h [new file with mode: 0644]
layout.c [new file with mode: 0644]
layout.h [new file with mode: 0644]
list.h [new file with mode: 0644]
m4/ax_c_long_long.m4 [new file with mode: 0644]
m4/ax_gcc_builtin.m4 [new file with mode: 0644]
m4/ax_pthread.m4 [new file with mode: 0644]
mem_al.c [new file with mode: 0644]
mem_al.h [new file with mode: 0644]
mini-gmp.c [new file with mode: 0644]
mini-gmp.h [new file with mode: 0644]
module.c [new file with mode: 0644]
module.h [new file with mode: 0644]
modulec.c [new file with mode: 0644]
mpint.c [new file with mode: 0644]
mpint.h [new file with mode: 0644]
newlib/box.ajla [new file with mode: 0644]
newlib/charset.ajla [new file with mode: 0644]
newlib/compiler/common/gvn.ajla [new file with mode: 0644]
newlib/compiler/compiler.ajla [new file with mode: 0644]
newlib/compiler/optimize/defs.ajla [new file with mode: 0644]
newlib/compiler/optimize/evaluate.ajla [new file with mode: 0644]
newlib/compiler/optimize/inline.ajla [new file with mode: 0644]
newlib/compiler/optimize/ssa.ajla [new file with mode: 0644]
newlib/compiler/optimize/utils.ajla [new file with mode: 0644]
newlib/compiler/parser/alloc.ajla [new file with mode: 0644]
newlib/compiler/parser/dict.ajla [new file with mode: 0644]
newlib/compiler/parser/export.ajla [new file with mode: 0644]
newlib/compiler/parser/expression.ajla [new file with mode: 0644]
newlib/compiler/parser/function.ajla [new file with mode: 0644]
newlib/compiler/parser/gen.ajla [new file with mode: 0644]
newlib/compiler/parser/gen2.ajla [new file with mode: 0644]
newlib/compiler/parser/istring.ajla [new file with mode: 0644]
newlib/compiler/parser/local_type.ajla [new file with mode: 0644]
newlib/compiler/parser/parser.ajla [new file with mode: 0644]
newlib/compiler/parser/statement.ajla [new file with mode: 0644]
newlib/compiler/parser/token.ajla [new file with mode: 0644]
newlib/compiler/parser/type.ajla [new file with mode: 0644]
newlib/compiler/parser/unit.ajla [new file with mode: 0644]
newlib/compiler/parser/util.ajla [new file with mode: 0644]
newlib/compiler/selfopt.ajla [new file with mode: 0644]
newlib/ex_codes.ajla [new file with mode: 0644]
newlib/exception.ajla [new file with mode: 0644]
newlib/ffi.ajla [new file with mode: 0644]
newlib/heap.ajla [new file with mode: 0644]
newlib/io.ajla [new file with mode: 0644]
newlib/msgqueue.ajla [new file with mode: 0644]
newlib/pcode.ajla [new file with mode: 0644]
newlib/private/fixed_point.ajla [new file with mode: 0644]
newlib/private/long.ajla [new file with mode: 0644]
newlib/private/longreal.ajla [new file with mode: 0644]
newlib/private/math.ajla [new file with mode: 0644]
newlib/private/rational.ajla [new file with mode: 0644]
newlib/private/show.ajla [new file with mode: 0644]
newlib/prng.ajla [new file with mode: 0644]
newlib/socket.ajla [new file with mode: 0644]
newlib/socket_consts.ajla [new file with mode: 0644]
newlib/spawn.ajla [new file with mode: 0644]
newlib/start.ajla [new file with mode: 0644]
newlib/system.ajla [new file with mode: 0644]
newlib/timezone.ajla [new file with mode: 0644]
newlib/treemap.ajla [new file with mode: 0644]
newlib/ui/curses.ajla [new file with mode: 0644]
newlib/ui/event.ajla [new file with mode: 0644]
newlib/ui/rect.ajla [new file with mode: 0644]
newlib/ui/termcap.ajla [new file with mode: 0644]
newlib/ui/widget.ajla [new file with mode: 0644]
newlib/ui/widget/button.ajla [new file with mode: 0644]
newlib/ui/widget/checkbox.ajla [new file with mode: 0644]
newlib/ui/widget/common.ajla [new file with mode: 0644]
newlib/ui/widget/dialog.ajla [new file with mode: 0644]
newlib/ui/widget/display.ajla [new file with mode: 0644]
newlib/ui/widget/fkeys.ajla [new file with mode: 0644]
newlib/ui/widget/input.ajla [new file with mode: 0644]
newlib/ui/widget/mainmenu.ajla [new file with mode: 0644]
newlib/ui/widget/menu.ajla [new file with mode: 0644]
newlib/ui/widget/msgbox.ajla [new file with mode: 0644]
newlib/ui/widget/progress.ajla [new file with mode: 0644]
newlib/ui/widget/text.ajla [new file with mode: 0644]
newlib/uni_case.ajla [new file with mode: 0644]
newlib/uni_fallback.ajla [new file with mode: 0644]
newlib/uni_table.ajla [new file with mode: 0644]
obj_reg.c [new file with mode: 0644]
obj_reg.h [new file with mode: 0644]
options.h [new file with mode: 0644]
os.h [new file with mode: 0644]
os_com.inc [new file with mode: 0644]
os_dos.c [new file with mode: 0644]
os_os2.c [new file with mode: 0644]
os_os2_e.inc [new file with mode: 0644]
os_os2_s.inc [new file with mode: 0644]
os_pos_s.inc [new file with mode: 0644]
os_posix.c [new file with mode: 0644]
os_util.c [new file with mode: 0644]
os_util.h [new file with mode: 0644]
os_win32.c [new file with mode: 0644]
pcode-op.h [new file with mode: 0644]
pcode.c [new file with mode: 0644]
pcode.h [new file with mode: 0644]
pcodec.c [new file with mode: 0644]
profile.c [new file with mode: 0644]
profile.h [new file with mode: 0644]
program.c [new file with mode: 0644]
programc.c [new file with mode: 0644]
programs/acmd/acmd.ajla [new file with mode: 0644]
programs/acmd/common.ajla [new file with mode: 0644]
programs/acmd/copy.ajla [new file with mode: 0644]
programs/acmd/defs.ajla [new file with mode: 0644]
programs/acmd/edit.ajla [new file with mode: 0644]
programs/acmd/error.ajla [new file with mode: 0644]
programs/acmd/panel.ajla [new file with mode: 0644]
programs/acmd/prompt.ajla [new file with mode: 0644]
programs/acmd/view.ajla [new file with mode: 0644]
programs/test/empty.ajla [new file with mode: 0644]
programs/test/test-fp.ajla [new file with mode: 0644]
programs/test/test.ajla [new file with mode: 0644]
ptrcomp.h [new file with mode: 0644]
rebuild [new file with mode: 0755]
refcount.h [new file with mode: 0644]
resolver.c [new file with mode: 0644]
resolver.h [new file with mode: 0644]
riscv-c.inc [new file with mode: 0644]
rwlock.c [new file with mode: 0644]
rwlock.h [new file with mode: 0644]
save.c [new file with mode: 0644]
save.h [new file with mode: 0644]
savec.c [new file with mode: 0644]
scripts/charset/7bit.cp [new file with mode: 0644]
scripts/charset/7bit.cpx [new file with mode: 0644]
scripts/charset/8859_1.cp [new file with mode: 0644]
scripts/charset/8859_1.cpx [new file with mode: 0644]
scripts/charset/8859_10.cp [new file with mode: 0644]
scripts/charset/8859_10.cpx [new file with mode: 0644]
scripts/charset/8859_11.cp [new file with mode: 0644]
scripts/charset/8859_11.cpx [new file with mode: 0644]
scripts/charset/8859_13.cp [new file with mode: 0644]
scripts/charset/8859_13.cpx [new file with mode: 0644]
scripts/charset/8859_14.cp [new file with mode: 0644]
scripts/charset/8859_14.cpx [new file with mode: 0644]
scripts/charset/8859_15.cp [new file with mode: 0644]
scripts/charset/8859_15.cpx [new file with mode: 0644]
scripts/charset/8859_16.cp [new file with mode: 0644]
scripts/charset/8859_16.cpx [new file with mode: 0644]
scripts/charset/8859_2.cp [new file with mode: 0644]
scripts/charset/8859_2.cpx [new file with mode: 0644]
scripts/charset/8859_3.cp [new file with mode: 0644]
scripts/charset/8859_3.cpx [new file with mode: 0644]
scripts/charset/8859_4.cp [new file with mode: 0644]
scripts/charset/8859_4.cpx [new file with mode: 0644]
scripts/charset/8859_5.cp [new file with mode: 0644]
scripts/charset/8859_5.cpx [new file with mode: 0644]
scripts/charset/8859_6.cp [new file with mode: 0644]
scripts/charset/8859_6.cpx [new file with mode: 0644]
scripts/charset/8859_7.cp [new file with mode: 0644]
scripts/charset/8859_7.cpx [new file with mode: 0644]
scripts/charset/8859_8.cp [new file with mode: 0644]
scripts/charset/8859_8.cpx [new file with mode: 0644]
scripts/charset/8859_9.cp [new file with mode: 0644]
scripts/charset/8859_9.cpx [new file with mode: 0644]
scripts/charset/cp1125.cp [new file with mode: 0644]
scripts/charset/cp1125.cpx [new file with mode: 0644]
scripts/charset/cp1250.cp [new file with mode: 0644]
scripts/charset/cp1250.cpx [new file with mode: 0644]
scripts/charset/cp1251.cp [new file with mode: 0644]
scripts/charset/cp1251.cpx [new file with mode: 0644]
scripts/charset/cp1252.cp [new file with mode: 0644]
scripts/charset/cp1252.cpx [new file with mode: 0644]
scripts/charset/cp1256.cp [new file with mode: 0644]
scripts/charset/cp1256.cpx [new file with mode: 0644]
scripts/charset/cp1257.cp [new file with mode: 0644]
scripts/charset/cp1257.cpx [new file with mode: 0644]
scripts/charset/cp437.cp [new file with mode: 0644]
scripts/charset/cp437.cpx [new file with mode: 0644]
scripts/charset/cp737.cp [new file with mode: 0644]
scripts/charset/cp737.cpx [new file with mode: 0644]
scripts/charset/cp850.cp [new file with mode: 0644]
scripts/charset/cp850.cpx [new file with mode: 0644]
scripts/charset/cp852.cp [new file with mode: 0644]
scripts/charset/cp852.cpx [new file with mode: 0644]
scripts/charset/cp866.cp [new file with mode: 0644]
scripts/charset/cp866.cpx [new file with mode: 0644]
scripts/charset/gen_charset8.ajla [new file with mode: 0644]
scripts/charset/kamen.cp [new file with mode: 0644]
scripts/charset/kamen.cpx [new file with mode: 0644]
scripts/charset/koi8_r.cp [new file with mode: 0644]
scripts/charset/koi8_r.cpx [new file with mode: 0644]
scripts/charset/koi8_ru.cp [new file with mode: 0644]
scripts/charset/koi8_ru.cpx [new file with mode: 0644]
scripts/charset/koi8_u.cp [new file with mode: 0644]
scripts/charset/koi8_u.cpx [new file with mode: 0644]
scripts/charset/mac_lat2.cp [new file with mode: 0644]
scripts/charset/mac_lat2.cpx [new file with mode: 0644]
scripts/charset/macroman.cp [new file with mode: 0644]
scripts/charset/macroman.cpx [new file with mode: 0644]
scripts/charset/tcvn5712.cp [new file with mode: 0644]
scripts/charset/tcvn5712.cpx [new file with mode: 0644]
scripts/charset/viscii.cp [new file with mode: 0644]
scripts/charset/viscii.cpx [new file with mode: 0644]
scripts/charset/widechar_width.c [new file with mode: 0644]
scripts/charset/widechar_width.h [new file with mode: 0644]
scripts/consts.ajla [new file with mode: 0644]
scripts/consts.txt [new file with mode: 0644]
scripts/socket.txt [new file with mode: 0644]
scripts/update.sh [new file with mode: 0755]
selfopt-all.ajla [new file with mode: 0644]
selfopt.ajla [new file with mode: 0644]
stdlib/box.ajla [new file with mode: 0644]
stdlib/charset.ajla [new file with mode: 0644]
stdlib/compiler/common/gvn.ajla [new file with mode: 0644]
stdlib/compiler/compiler.ajla [new file with mode: 0644]
stdlib/compiler/optimize/defs.ajla [new file with mode: 0644]
stdlib/compiler/optimize/evaluate.ajla [new file with mode: 0644]
stdlib/compiler/optimize/inline.ajla [new file with mode: 0644]
stdlib/compiler/optimize/ssa.ajla [new file with mode: 0644]
stdlib/compiler/optimize/utils.ajla [new file with mode: 0644]
stdlib/compiler/parser/alloc.ajla [new file with mode: 0644]
stdlib/compiler/parser/dict.ajla [new file with mode: 0644]
stdlib/compiler/parser/export.ajla [new file with mode: 0644]
stdlib/compiler/parser/expression.ajla [new file with mode: 0644]
stdlib/compiler/parser/function.ajla [new file with mode: 0644]
stdlib/compiler/parser/gen.ajla [new file with mode: 0644]
stdlib/compiler/parser/gen2.ajla [new file with mode: 0644]
stdlib/compiler/parser/istring.ajla [new file with mode: 0644]
stdlib/compiler/parser/local_type.ajla [new file with mode: 0644]
stdlib/compiler/parser/parser.ajla [new file with mode: 0644]
stdlib/compiler/parser/statement.ajla [new file with mode: 0644]
stdlib/compiler/parser/token.ajla [new file with mode: 0644]
stdlib/compiler/parser/type.ajla [new file with mode: 0644]
stdlib/compiler/parser/unit.ajla [new file with mode: 0644]
stdlib/compiler/parser/util.ajla [new file with mode: 0644]
stdlib/compiler/selfopt.ajla [new file with mode: 0644]
stdlib/ex_codes.ajla [new file with mode: 0644]
stdlib/exception.ajla [new file with mode: 0644]
stdlib/ffi.ajla [new file with mode: 0644]
stdlib/heap.ajla [new file with mode: 0644]
stdlib/io.ajla [new file with mode: 0644]
stdlib/msgqueue.ajla [new file with mode: 0644]
stdlib/pcode.ajla [new file with mode: 0644]
stdlib/private/fixed_point.ajla [new file with mode: 0644]
stdlib/private/long.ajla [new file with mode: 0644]
stdlib/private/longreal.ajla [new file with mode: 0644]
stdlib/private/math.ajla [new file with mode: 0644]
stdlib/private/rational.ajla [new file with mode: 0644]
stdlib/private/show.ajla [new file with mode: 0644]
stdlib/prng.ajla [new file with mode: 0644]
stdlib/socket.ajla [new file with mode: 0644]
stdlib/socket_consts.ajla [new file with mode: 0644]
stdlib/spawn.ajla [new file with mode: 0644]
stdlib/start.ajla [new file with mode: 0644]
stdlib/system.ajla [new file with mode: 0644]
stdlib/timezone.ajla [new file with mode: 0644]
stdlib/treemap.ajla [new file with mode: 0644]
stdlib/ui/curses.ajla [new file with mode: 0644]
stdlib/ui/event.ajla [new file with mode: 0644]
stdlib/ui/rect.ajla [new file with mode: 0644]
stdlib/ui/termcap.ajla [new file with mode: 0644]
stdlib/ui/widget.ajla [new file with mode: 0644]
stdlib/ui/widget/button.ajla [new file with mode: 0644]
stdlib/ui/widget/checkbox.ajla [new file with mode: 0644]
stdlib/ui/widget/common.ajla [new file with mode: 0644]
stdlib/ui/widget/dialog.ajla [new file with mode: 0644]
stdlib/ui/widget/display.ajla [new file with mode: 0644]
stdlib/ui/widget/fkeys.ajla [new file with mode: 0644]
stdlib/ui/widget/input.ajla [new file with mode: 0644]
stdlib/ui/widget/mainmenu.ajla [new file with mode: 0644]
stdlib/ui/widget/menu.ajla [new file with mode: 0644]
stdlib/ui/widget/msgbox.ajla [new file with mode: 0644]
stdlib/ui/widget/progress.ajla [new file with mode: 0644]
stdlib/ui/widget/text.ajla [new file with mode: 0644]
stdlib/uni_case.ajla [new file with mode: 0644]
stdlib/uni_fallback.ajla [new file with mode: 0644]
stdlib/uni_table.ajla [new file with mode: 0644]
str.c [new file with mode: 0644]
str.h [new file with mode: 0644]
task.c [new file with mode: 0644]
task.h [new file with mode: 0644]
taskc.c [new file with mode: 0644]
terminfo [new file with mode: 0644]
test.sh [new file with mode: 0755]
texts/classes.dia [new file with mode: 0644]
texts/classes.svg [new file with mode: 0644]
texts/parallel.dia [new file with mode: 0644]
texts/parallel.svg [new file with mode: 0644]
texts/tutorial.html [new file with mode: 0644]
th_com.inc [new file with mode: 0644]
th_none.c [new file with mode: 0644]
th_os2.c [new file with mode: 0644]
th_posix.c [new file with mode: 0644]
th_sig.inc [new file with mode: 0644]
th_win32.c [new file with mode: 0644]
thread.h [new file with mode: 0644]
tick.c [new file with mode: 0644]
tick.h [new file with mode: 0644]
timer.c [new file with mode: 0644]
timer.h [new file with mode: 0644]
tree.c [new file with mode: 0644]
tree.h [new file with mode: 0644]
type.c [new file with mode: 0644]
type.h [new file with mode: 0644]
util.c [new file with mode: 0644]
util.h [new file with mode: 0644]
version.h [new file with mode: 0644]