2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move from travis-ci to github actions and retired codeclimate More... almost 3 years ago
dist/Install: added italian translation kindly provided by Samir Hawamdeh. This closes #10. More... almost 3 years ago
Merge branch 'master' of https://github.com/polluks/flexcat More... about 5 years ago
For the sake of completeness. More... about 5 years ago
Merge pull request #1 from adtools/master More... about 5 years ago
* sd/RexCat.sd: fixed a CloseCatalog call at the wrong position. This closes #8. More... about 5 years ago
* readprefs.c: added a comment for the latest change. More... about 5 years ago
Merge branch 'polluks-master' More... about 5 years ago
Merge branch 'master' of https://github.com/polluks/flexcat into polluks-master More... about 5 years ago
Update readprefs.c More... about 5 years ago
Fixed warning. readprefs.c: In function 'ReadPrefs': readprefs.c:110:35: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] rda->RDA_Source.CS_Buffer = prefs; More... about 5 years ago
* tools/mkrelease.sh: ignore .git instead of .svn. More... about 5 years ago
Merge branch 'master' of https://github.com/adtools/flexcat More... about 5 years ago
* locale: updated all translations from Transifex. More... about 5 years ago
* all: bumped all copyright years to 2019. More... about 5 years ago
* tools/update_copyright.sh: ignore .git instead of .svn. More... about 5 years ago
Fixed warnings More... over 5 years ago
Fixed PowerPC More... over 5 years ago
Merge pull request #4 from adamel/master More... almost 7 years ago
Add bootstrap target in Makefile to correct timestamps after clone More... almost 7 years ago
* locale: updated all translations from Transifex. More... about 7 years ago
* updated all translations from Transifex. More... about 7 years ago
* updated all translations from Transifex. More... about 7 years ago
* locale: updated all translations from Transifex. More... about 7 years ago
* scanpo.c: the pointer returned by ReadLine() must not be modified during the scan process, otherwise the wrong pointer will be free()'d after the loop. This closes #2. More... about 7 years ago
* scanpo.c: fixed a wrong skip of a keyword. More... about 7 years ago
* scanct.c: changed the type of the Codeset variable to "unsigned long int" to match the return type of strtoul() and the implied semantics for the check against ULONG_MAX. This fixes the warning about "comparison is always false due to limited range of data type". More... about 7 years ago
* createcatsrc.c: use the standard PRIx32 definition to insert the correct system-dependent placeholder for 32bit integers. More... about 7 years ago
* createcatsrc.c, scancd.c, scanct.c, scanpo.c: added some explicit initializations of a pointer to be freed after the ReadLine() loop. Empty files will cause the loop to terminate even before the first ReadLine() call which left the "line" variable uninitialized before. This refs #2. More... about 7 years ago
* bumped all copyright years to 2017. More... about 7 years ago