aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-27Fixing memory leaks.dam
2023-03-27Tested is_empty_string.dam
2023-03-23Converting is_empty_string.dam
2023-03-21Prototyping import_from_csv.dam
2023-03-17Improve truncate_string to be aware of ASCII and UTF8 encodings.dam
2023-03-16Fixed truncate_string_utf8.dam
2023-03-16Learning how to work with strings.dam
2023-03-08Prototyping import_from_csv.dam
2023-03-04Removed syscall test script.dam
2023-02-28Small cleanup on syscall code.dam
2023-02-28Added notes about JAI code struture.dam
2023-02-27Implemented prototypes for sys_stat and sys_fstat to replace lseek used to ↵dam
get file size.
2023-02-26Improved syscall prototypes.dam
2023-02-26Prototype implementation of import_csv, sys_open, sys_close, and usage of ↵dam
map_entire_file_start.
2023-02-26Prototyping syscalls.dam
2023-02-18First functional prototype of database load and store.dam
2023-02-17Prototypes for store and load database.dam
2023-02-16Initialize app directory and file paths.dam
2023-02-10Temporary code to check for memory owners.dam
2023-02-01Added compilation commands in comments.dam
2023-02-01Added some code that may be usefull to check memory ownership on next ↵dam
compiler versions.
2023-01-30Simplified help text printing.dam
2023-01-28Added comments about memory owner.dam
2023-01-28Simplified memory deallocation. Implemented argument parsing. Created ↵dam
prototype for app directory initialization.
2023-01-27Processing version option argument.dam
2023-01-27Initial attempt to process input arguments. Added fossil settings.dam
2023-01-27First attempt to use ncurses.dam
2023-01-25Ported add_int64 and sub_int64 to jai.dam
2023-01-25Initial tests in jai.dam
2023-01-24Lets try out jai.dam
2023-08-22Branch to port app to jai.dam
2023-01-22Fix multi-byte characters on task name causing empty spaces at the end of ↵v1.0dam
the column.
2023-01-13Renamed unarchive operation to restore.dam
2023-01-11Added copyright note on version output.dam
2023-01-10Added copyright info.dam
2023-01-10Improved some comments.dam
2023-01-10Updated compile instructions to match file names. Replaced tabs by 4 spaces.dam
2023-01-10Renamed source files to better describe them.dam
2023-01-05Added app icon.dam
2022-12-23Improved error messages on edge cases.dam
2022-12-22Reduced usage of snprintf and string_buffer by replacing them with mvprintw. ↵dam
Prototype code for print_error.
2022-12-16Fixed logic to edit task time.dam
2022-12-15Added notes about folder where data is stored.dam
2022-12-15Added safeguards to avoid discarding entries in case they do not fit on ↵dam
memory. Added error messages in app.
2022-12-15Improved error return on read_input_to_int.dam
2022-12-15Simplified code.dam
2022-12-15Tweaked theme colors and command key bindings.dam
2022-12-14Fixed bug on duplicate_task. Fixed some to-do entries.dam
2022-12-13Fixed bug introduced on export_csv. Tweaked console output text.dam
2022-12-13Fixing final to-dos.dam