Began to implement functions. Increased build number to 1. (1.2.2.1)1.2.2.1
commit2d960a168d7195bea427cc49fa3556cdd692752c
authorSam Fredrickson <kinghajj@gmail.com>
Wed, 16 Jan 2008 00:32:25 +0000 (15 16:32 -0800)
committerSam Fredrickson <kinghajj@gmail.com>
Wed, 16 Jan 2008 00:32:25 +0000 (15 16:32 -0800)
treeacb01be62e457ce24c1db2a59025c470bbf912ec
parenta3aad9acc7e5cbf7152d9b075137bcd3fe3d0904
Began to implement functions. Increased build number to 1. (1.2.2.1)

modified:   Doxyfile (build number)
modified:   Makefile (new files)
modified:   Makefile.psp (new files)
modified:   VERSION (build number)
modified:   src/calculator.c (creates new function table)
modified:   src/functions.c (code for creating a function table)
modified:   src/include/calculator.h (added field for function table)
deleted:    src/include/functions.c (mistake file)
new file:   src/include/functions.h (code to define function structures)
modified:   src/include/rpn.h (code to include functions.h)
modified:   src/include/structs.h (circular definitons for function structs)
Doxyfile
Makefile
Makefile.psp
VERSION
src/calculator.c
src/functions.c
src/include/calculator.h
src/include/functions.c [deleted file]
src/include/functions.h [copied from src/include/calculator.h with 74% similarity]
src/include/rpn.h
src/include/structs.h