Download List

Project Description

Quick And Little Personal Database is a little
database for storing expenses and other things.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-09 12:21
0.4b2

chdir() is now used instead of the path_file array to memorize files in a selected directory. The stdin buffer is now freed before an fgets() call.
Tags: Code cleanup

2005-07-19 17:14
0.4a1

At startup, the program now searches for correspondences between the
current date and the entries in the todo list.
Tags: Minor feature enhancements

2005-07-18 22:59
0.4a

All functions needed by the notebook support have been fixed. A function to sort the todo list has been added.
Tags: Major bugfixes

2005-07-17 15:32
0.3b

The insert() and delete() functions were changed
in order to add and delete entries easily and
quickly. The database for the expenses should now
be stable. The new functions for the array of
structures "notebook" need to be freed from some
bugs.
Tags: Major feature enhancements

2005-06-17 06:34
0.3a

A save() function was split out of the main()
function. Some small bugs were corrected, such as
the ones in the show() and in the load()
functions. Now, while the program is running, you
can close one file and use the new empty pointer
for another file. The functions were rearranged
into two files, func.c and files.c, in order to
manage them better.
Tags: Minor feature enhancements

Project Resources