index
:
dam/task-time-tracker
master
A tool to keep track of the time spent on tasks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ttt.jai
Age
Commit message (
Collapse
)
Author
2023-03-27
Fixing memory leaks.
dam
2023-03-27
Tested is_empty_string.
dam
2023-03-23
Converting is_empty_string.
dam
2023-03-21
Prototyping import_from_csv.
dam
2023-03-17
Improve truncate_string to be aware of ASCII and UTF8 encodings.
dam
2023-03-16
Fixed truncate_string_utf8.
dam
2023-03-16
Learning how to work with strings.
dam
2023-03-08
Prototyping import_from_csv.
dam
2023-02-27
Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ↵
dam
get file size.
2023-02-26
Prototype implementation of import_csv, sys_open, sys_close, and usage of ↵
dam
map_entire_file_start.
2023-02-26
Prototyping syscalls.
dam
2023-02-18
First functional prototype of database load and store.
dam
2023-02-17
Prototypes for store and load database.
dam
2023-02-16
Initialize app directory and file paths.
dam
2023-02-10
Temporary code to check for memory owners.
dam
2023-02-01
Added compilation commands in comments.
dam
2023-02-01
Added some code that may be usefull to check memory ownership on next ↵
dam
compiler versions.
2023-01-30
Simplified help text printing.
dam
2023-01-28
Added comments about memory owner.
dam
2023-01-28
Simplified memory deallocation. Implemented argument parsing. Created ↵
dam
prototype for app directory initialization.
2023-01-27
Processing version option argument.
dam
2023-01-27
Initial attempt to process input arguments. Added fossil settings.
dam
2023-01-27
First attempt to use ncurses.
dam
2023-01-25
Ported add_int64 and sub_int64 to jai.
dam
2023-01-25
Initial tests in jai.
dam
2023-01-24
Lets try out jai.
dam