updated website to reflect 1.0.1 release
imported website css styling
imported website code to svn for easier tracking
frozen ver 1.0.1 to tags
fixes after switching from EXE to COM
compile with max warn level + treat warnings as errors
minor typo
improved screen look
moved the rest of io routines (file-related) to rcal.c
moved io_getcountryparms() to pragma_aux
moved io_getcursorpos() to pragma aux
moved io_setcursorpos() to pragma aux
moved io_printdoschar() and io_printdosstr() to pragma aux
io_getkey() moved to a pragma aux
builds a tiny COM instead of small EXE
builds proper SvarDOS package
fixed handling of decimals when separator is not a dot
added lsm file
typo fix
freezed v1.0 into tags
added tags dir
makefile creates all packages with the pkg target
added date
error messages are trailed with a cr lf pair
added note about Lloyd agreeing for APM usage within rcal
mention of 'ESC to quit' on intro screen
document fix
automated packages creation
added the legal bits into headers
log alignment fix
io.c is compatible with large memory models (added DS handling during interrupt calls)
/log feature
division precision increased to 20 decimals
too long results are truncated instead of being completely hidden
negative exponents supported
sign change key (S)
compiles to exe to provide APM with better memory mgmt
diff of APM origins and explication note
added APM library sources
initial import