5
I Use This!
High Activity

Commits : Listings

Analyzed 33 minutes ago. based on code collected 34 minutes ago.
Sep 16, 2024 — Sep 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
build/autoconf dir is used to hold most of the autoconf-related support files. More... over 16 years ago
These are executable files. More... over 16 years ago
Catch up with some of the moved files. More... over 16 years ago
Move the version number stamp file and the release.sh/autogen.sh scripts out of the root directory and into the 'build' directory. More... over 16 years ago
Move some of the autoconf support files into build/autoconf. It should be possible to move a lot more of the autoconf support files (including Makefile.in, autom4te.cache, etc) into build/autoconf, but I haven't found any way to do this. More... over 16 years ago
This shouldn't be in SVN. More... over 16 years ago
Clean up the top level a bit by moving the auxiliary cmake files down into build/cmake and the windows build files down into build/windows. I intend to do the same with the autoconf files, but that will require a little more creativity. More... over 16 years ago
The signature byte sequence is a 'const' argument. More... over 16 years ago
Clear the bidder object before returning it. More... over 16 years ago
Do not regard a read data in which a character '\n' isn't included as last block of a mtree file or last line of a entry. A data returned by the __archive_read_ahead function isn't always includeing the character '\n' if following datas have it. More... over 16 years ago
Improve /set keyword handling in mtree. When a parent directory is changed, check datas written with /set keyword and write it again if its values are different from current entry's, except directory-only mode. More... over 16 years ago
Do not use _waccess_s function. we cannot know whether a path is a directory. More... over 16 years ago
Catch up on r599 for cmake. More... over 16 years ago
On Windows, remove compiling option that eliminate POSIX deprecation warnings by. More... over 16 years ago
Follow r590, add sys/types.h before sys/acl.h for cmake to check headers on Mac OSX. More... over 16 years ago
Set -Wall -Werror to catch more minor build lint during development. More... over 16 years ago
Some cast reworking, found by trying to build on Mac OS. More... over 16 years ago
Darwin gratuitously renamed 'libtoolize' to 'glibtoolize'. <sigh> More... over 16 years ago
Fix a type mismatch. More... over 16 years ago
Missing casts. More... over 16 years ago
Fill in a couple of missing casts. More... over 16 years ago
On second thought, another guard here wouldn't hurt. More... over 16 years ago
Make the fake __FBSDID() macro match the one in cpio/cpio_platform.h, so that we don't get errors from it being redefined. More... over 16 years ago
Fix a couple of signed/unsigned mismatches. More... over 16 years ago