aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update readmedyx2022-11-201-2/+0
|
* - hide the swap filedyx2022-11-203-15/+29
| | | | - fix bugs
* - refactor to a single .c filedyx2022-11-2033-1218/+918
| | | | | - use longjmp() to handle errors - add memory-optimization and disk-optimization modes
* delete an issued testdyx2022-11-132-6/+0
|
* - check backup before quizdyx2022-11-1320-766/+126
| | | | | | | - backup in the same dir - remove -1 option - update manpage - fix bugs
* update manpagedyx2022-11-122-7/+6
|
* - quiz flashcards in the same order in input filesdyx2022-11-125-58/+56
| | | | | | - fix a bug in `execmod()` - improve performance - update the man page
* - fix a bug in exemod()dyx2022-11-114-17/+14
| | | | | - fix bad indent in backup() - update readme
* update version to 2.2.0dyx2022-11-101-1/+1
|
* update docdyx2022-11-101-15/+44
|
* Merge remote-tracking branch 'origin/main'dyx2022-11-106-3/+21
|\
| * Merge pull request #1 from jndroid/maindyx2022-11-106-3/+21
| |\ | | | | | | fix a bug in learn.c/isnow()
| | * fix a bug in learn.c/isnow()SONG Yuanjia2022-11-106-3/+21
| |/
* | pass all fields to moddyx2022-11-108-38/+127
| |
* | hide inner types in card.cdyx2022-11-102-12/+11
| |
* | fix signal and eof handling issuedyx2022-11-101-17/+20
| |
* | fix bugdyx2022-11-101-5/+7
| |
* | begin 2.2.0 devdyx2022-11-101-1/+1
|/
* update docdyx2022-11-103-9/+20
|
* add NFIELD backdyx2022-11-1010-32/+38
|
* update docdyx2022-11-093-2/+52
|
* reduce limitsdyx2022-11-0918-83/+558
|
* use link list for fields; allow empty cards and commentsdyx2022-11-098-272/+279
|
* decrease memory consumption; more precise lineno reportdyx2022-11-0911-55/+104
|
* fix bug and improve performancedyx2022-11-088-38/+43
|
* fix manpagedyx2022-11-071-1/+1
|
* use %% as card separatordyx2022-11-0751-22044/+22691
|
* Fix a bug of dumpingdyx2022-10-312-2/+2
| | | | | | | | The bug was in ctab.c/dumpctab(). If the process fails to open the orignal file after that the backup has been created, dumpctab() falsely returned successfully.
* update versiondyx2022-10-311-1/+1
|
* update `make test` and `test/mod/run`dyx2022-10-312-0/+2
|
* update readmedyx2022-10-311-1/+5
|
* update readmedyx2022-10-311-7/+8
|
* update readmedyx2022-10-301-1/+1
|
* update versiondyx2022-10-301-1/+1
|
* move normval() to card.cdyx2022-10-303-16/+18
|
* block SIGTSTP while dumpingdyx2022-10-301-1/+1
|
* update readmedyx2022-10-301-6/+1
|
* update readmedyx2022-10-301-2/+2
|
* add readmedyx2022-10-302-10/+228
|
* add dont-edit promptdyx2022-10-301-0/+7
|
* rm .tmp in make cleandyx2022-10-301-1/+1
|
* fix typo in testdyx2022-10-303-6/+6
|
* support moddyx2022-10-3013-40/+256
|
* simplify code and fix a potential arithmetic overflowdyx2022-10-284-45/+109
|
* fix bugdyx2022-10-282-2/+1
|
* fix bugdyx2022-10-284-10/+24
|
* specify critical behaviorsdyx2022-10-2710-9/+81
|
* allow underlines in filed keydyx2022-10-267-13/+24
|
* limit the format of field keysdyx2022-10-2612-35/+61
|
* tune reported linenodyx2022-10-258-3/+58
|