5
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 12, 2024 — Jun 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fill in a missing #else More... over 16 years ago
Clarify the failure messages and generalize the end-of-line test to accept \r\n or \n line termination. More... over 16 years ago
Skip symlink tests on Windows. Now, all bsdtar tests passed on Windows. Results are: 0 of 13 tests reported failures Total of 84126 assertions checked. Total of 0 assertions failed. Total of 9 assertions skipped. More... over 16 years ago
Fix spelling. More... over 16 years ago
On Windows, a file mode of group members and others does not work. More... over 16 years ago
Consider carriage return code on Windows. More... over 16 years ago
Skip the test using -s option if bsdtar does not support that platform does not have regex.h. More... over 16 years ago
command.com cannot handle "`" operation like unix shell. e.g. bsdtar cvf - `cat listfile` > xxx More... over 16 years ago
command.com cannot accept the command used '/' with drive name such as c:/xxx/bsdtar.exe when use '|' pipe handling. More... over 16 years ago
Make sure close file descriptor in bsdtar_test. More... over 16 years ago
Simplify Windows conditionals just a bit. More... over 16 years ago
Add execution bit to directory mode. It is more simular unix. More... over 16 years ago
Bug fix. we need how log match path1 and path2 are. More... over 16 years ago
Consider a directory separator of Windows. More... over 16 years ago
Make sure open() function is used with a binary mode on Windows. More... over 16 years ago
On Windows, Use "rmdir /S /Q" instead of "rm -rf" to remove directory. More... over 16 years ago
On Windows, Use NUL instead of /dev/null. More... over 16 years ago
Now, we can run bsdtar and bsdtar_test on Windows. But those need more improvement. bsdtar_test reported many errors. More... over 16 years ago
Backout r624. It is wrong way. More... over 16 years ago
Do not call __archive_errx function in POISX functions replaced or implemented on Windows. Consider those functions are used by bsdtar or bsdcpio. Or those ones copy to bsdtar or bsdcpio easily. More... over 16 years ago
r625 uncovered a few places where const was needed. In particular, the refdir and testprog variables should have been const. More... over 16 years ago
When parse options in bsdtar_test, Do not use getopt(), which isn't available on all platforms. More... over 16 years ago
On Windows, Do not call _close() function directly to avoid assertion message. More... over 16 years ago
Yacc bison 2.1 for Windows installed is detected but does not work. It is shell script. More... over 16 years ago
Avoid compiling warning on the platform that does not have regex.h More... over 16 years ago
Remove unnecessary definition. More... over 16 years ago
Eliminate cmake error. More... over 16 years ago
Minor tweaks to the README More... over 16 years ago
Update the PROJECTS file just a bit. More... over 16 years ago
Update the INSTALL instructions a bit. Need to fill in more detail about cmake usage. More... over 16 years ago