- 21 Feb, 2022 2 commits
-
-
Heikki Orsila authored
Spelling fixes See merge request !3
-
Heikki Orsila authored
CheckSFV: use mktemp instead of tempfile See merge request !2
-
- 03 Nov, 2021 2 commits
-
-
Ville Skyttä authored
-
Ville Skyttä authored
tempfile(1) is to my knowledge something Debian specific. It has been removed from debianutils >= 5.0 (currently in Debian unstable) following a deprecation warning message added in May 2020: https://salsa.debian.org/debian/debianutils/-/commit/d19f6bb98f8108f7ec259ec31e461526c2a96cec https://salsa.debian.org/debian/debianutils/-/commit/6c7ab57b5723ee68f48a24a0a177b41bc538d9f4 Use the more portable mktemp(1) instead.
-
- 22 Nov, 2020 1 commit
-
-
Heikki Orsila authored
Print file listing in recursive mode Closes #1 See merge request !1
-
- 11 Oct, 2020 3 commits
-
-
Heikki Orsila authored
-
Heikki Orsila authored
-
Heikki Orsila authored
This file is obsoleted. The content should be moved to README.md.
-
- 10 Oct, 2020 3 commits
-
-
Heikki Orsila authored
-
Heikki Orsila authored
-
Heikki Orsila authored
Also, enable some compile warnings with -W [PREVENTIVE]. Closes #1
-
- 21 Sep, 2020 3 commits
-
-
Heikki Orsila authored
Also, enable some compile warnings with -W [PREVENTIVE]. Closes #1
-
Heikki Orsila authored
-
-
- 24 Apr, 2009 2 commits
-
-
Heikki Orsila authored
-
Heikki Orsila authored
-
- 21 Apr, 2009 1 commit
-
-
Heikki Orsila authored
-
- 16 Apr, 2009 1 commit
-
-
Heikki Orsila authored
-
- 12 Apr, 2009 5 commits
-
-
Heikki Orsila authored
This is a bug fix and cleanup release.
-
Heikki Orsila authored
-
Heikki Orsila authored
-
Heikki Orsila authored
-
Heikki Orsila authored
The code could read (not write) outside the buffer if a filename is too short: that is, anything under 4 bytes. This happens only in recursive directory scanning.
-
- 02 Jan, 2009 1 commit
-
-
Heikki Orsila authored
-
- 24 Aug, 2008 1 commit
-
-
Heikki Orsila authored
* Bug fixes * Improved documentation
-
- 23 Dec, 2007 1 commit
-
-
Heikki Orsila authored
Do not test ferror() after fgets() because ferror() can become true if a child terminates. This would look like an EOF causing the program to terminate too soon. This reverts commit 07c78d91.
-
- 09 Dec, 2007 1 commit
-
-
Heikki Orsila authored
-
- 08 Dec, 2007 1 commit
-
-
Heikki Orsila authored
be restarted if a signal arrived, so the whole file would not be read. [CORRECTIVE]
-
- 12 Sep, 2007 1 commit
-
-
Heikki Orsila authored
running the configure script. This allows easier Sparse checks [PERFECTIVE] - Sparse fixes [CORRECTIVE]
-
- 29 Aug, 2007 1 commit
-
-
- 12 Aug, 2007 5 commits
-
-
Heikki Orsila authored
-
Heikki Orsila authored
- Code cleanups - Documentation improvements - Added -g option that replaces -f in most cases. Instead of running cksfv -C foo -f foo/bar.sfv one can just run: cksfv -g foo/bar.sfv
-
Heikki Orsila authored
seemed too short for my eyes [PREVENTIVE]
-
Heikki Orsila authored
-
Heikki Orsila authored
-
- 11 Jul, 2007 4 commits
-
-
Heikki Orsila authored
[CORRECTIVE]
-
Heikki Orsila authored
-
Heikki Orsila authored
-
Heikki Orsila authored
Mike Appelman <chokuchou@gmail.com>. [PERFECTIVE]
-
- 24 May, 2007 1 commit
-
-
Heikki Orsila authored
-