Initial import.
authorphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Mon, 21 Jul 2008 02:58:11 +0000 (02:58 +0000)
committerphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Mon, 21 Jul 2008 02:58:11 +0000 (02:58 +0000)
commitbb6b2dcdd9acffabfd373c4c3f6b64a9cc43f335
tree4ac5f080d6314b884af0a2034746360c67025498
Initial import.
92 files changed:
build/unix/Makefile [new file with mode: 0644]
build/win32/vs2005/pforth.sln [new file with mode: 0644]
build/win32/vs2005/pforth_main.vcproj [new file with mode: 0644]
csrc/pf_all.h [new file with mode: 0644]
csrc/pf_cglue.c [new file with mode: 0644]
csrc/pf_cglue.h [new file with mode: 0644]
csrc/pf_clib.c [new file with mode: 0644]
csrc/pf_clib.h [new file with mode: 0644]
csrc/pf_core.c [new file with mode: 0644]
csrc/pf_core.h [new file with mode: 0644]
csrc/pf_float.h [new file with mode: 0644]
csrc/pf_guts.h [new file with mode: 0644]
csrc/pf_host.h [new file with mode: 0644]
csrc/pf_inc1.h [new file with mode: 0644]
csrc/pf_inner.c [new file with mode: 0644]
csrc/pf_io.c [new file with mode: 0644]
csrc/pf_io.h [new file with mode: 0644]
csrc/pf_io_none.c [new file with mode: 0644]
csrc/pf_main.c [new file with mode: 0644]
csrc/pf_mem.c [new file with mode: 0644]
csrc/pf_mem.h [new file with mode: 0644]
csrc/pf_save.c [new file with mode: 0644]
csrc/pf_save.h [new file with mode: 0644]
csrc/pf_text.c [new file with mode: 0644]
csrc/pf_text.h [new file with mode: 0644]
csrc/pf_types.h [new file with mode: 0644]
csrc/pf_win32.h [new file with mode: 0644]
csrc/pf_words.c [new file with mode: 0644]
csrc/pf_words.h [new file with mode: 0644]
csrc/pfcompfp.h [new file with mode: 0644]
csrc/pfcompil.c [new file with mode: 0644]
csrc/pfcompil.h [new file with mode: 0644]
csrc/pfcustom.c [new file with mode: 0644]
csrc/pfdicdat.h [new file with mode: 0644]
csrc/pfdicdat_arm.h [new file with mode: 0644]
csrc/pfinnrfp.h [new file with mode: 0644]
csrc/pforth.h [new file with mode: 0644]
csrc/posix/pf_io_posix.c [new file with mode: 0644]
csrc/stdio/pf_io_stdio.c [new file with mode: 0644]
csrc/win32/pf_io_win32.c [new file with mode: 0644]
csrc/win32_console/pf_io_win32_console.c [new file with mode: 0644]
fth/ansilocs.fth [new file with mode: 0644]
fth/bench.fth [new file with mode: 0644]
fth/c_struct.fth [new file with mode: 0644]
fth/case.fth [new file with mode: 0644]
fth/condcomp.fth [new file with mode: 0644]
fth/coretest.fth [new file with mode: 0644]
fth/filefind.fth [new file with mode: 0644]
fth/floats.fth [new file with mode: 0644]
fth/forget.fth [new file with mode: 0644]
fth/history.fth [new file with mode: 0644]
fth/loadhist.fth [new file with mode: 0644]
fth/loadp4th.fth [new file with mode: 0644]
fth/locals.fth [new file with mode: 0644]
fth/math.fth [new file with mode: 0644]
fth/member.fth [new file with mode: 0644]
fth/misc1.fth [new file with mode: 0644]
fth/misc2.fth [new file with mode: 0644]
fth/numberio.fth [new file with mode: 0644]
fth/private.fth [new file with mode: 0644]
fth/savedicd.fth [new file with mode: 0644]
fth/see.fth [new file with mode: 0644]
fth/siev.fth [new file with mode: 0644]
fth/smart_if.fth [new file with mode: 0644]
fth/strings.fth [new file with mode: 0644]
fth/system.fth [new file with mode: 0644]
fth/t_alloc.fth [new file with mode: 0644]
fth/t_case.fth [new file with mode: 0644]
fth/t_corex.fth [new file with mode: 0644]
fth/t_floats.fth [new file with mode: 0644]
fth/t_include.fth [new file with mode: 0644]
fth/t_load.fth [new file with mode: 0644]
fth/t_load_defer.fth [new file with mode: 0644]
fth/t_load_pairs.fth [new file with mode: 0644]
fth/t_load_semi.fth [new file with mode: 0644]
fth/t_load_undef.fth [new file with mode: 0644]
fth/t_locals.fth [new file with mode: 0644]
fth/t_nolf.fth [new file with mode: 0644]
fth/t_strings.fth [new file with mode: 0644]
fth/t_tools.fth [new file with mode: 0644]
fth/termio.fth [new file with mode: 0644]
fth/tester.fth [new file with mode: 0644]
fth/trace.fth [new file with mode: 0644]
fth/tut.fth [new file with mode: 0644]
fth/utils/clone.fth [new file with mode: 0644]
fth/utils/dump_struct.fth [new file with mode: 0644]
fth/utils/load_file.fth [new file with mode: 0644]
fth/utils/make_all256.fth [new file with mode: 0644]
fth/utils/trace.fth [new file with mode: 0644]
fth/wordslik.fth [new file with mode: 0644]
readme.txt [new file with mode: 0644]
releases.txt [new file with mode: 0644]