0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved the ebuild but still haven't tested it. More... over 18 years ago
Added an untested ebuild for unball. Probably needs debugging, will test later. More... over 18 years ago
- Renamed moveToZip.sh to moveToZip and made all the related changes except for letting install.sh remove the old one. - Cleaned up ChangeLog More... over 18 years ago
Cleaned up the manpage-generation code in install.sh More... over 18 years ago
- Fixed a typo in install.sh - Added support for install-time manpage generation for unball using help2man. More... over 18 years ago
Added tests for gzipped and bzip2ed tarballs which don't have .tar in their name. More... over 18 years ago
Added support for using the testoob unit test extensions. More... over 18 years ago
Added a unit test TODO regarding testing for non-bash shells. More... over 18 years ago
Added a "Known Bugs" entry regarding the fragility of the "nested tar file" detection. More... over 18 years ago
- Made moveToZip.sh more robust - Added a moveToZip-related tip to README - Added a reminder to TODO regarding Midnight Commander's archive support. More... over 18 years ago
Added some important TODO notes (Section: Known Bugs) More... over 18 years ago
- Added a version 3.0 TODO note (Re: GNU screen) - Cleaned up a mistake in the --help output More... over 18 years ago
- Fixed a potential return code problem in call() - Disovered and noted a stubbornly confusing problem which is causing call() to run unzip twice. More... over 18 years ago
Added the format for the "pax" tool to the TODO list. More... over 18 years ago
Updated the testing policy to add entries for ebuilds More... over 18 years ago
- Added some post-install notes to install.sh relating to the use of unit tests. More... over 18 years ago
Updated the --help output for install.sh Split my TODO notes off into their own file More... over 18 years ago
Updated the shell debugging section of the testing policy. More... over 18 years ago
Fixed support for extensionless archives with --samedir Added a regression test for extensionless archives Updated the "System Integration" and "Known Bugs" section of the TODO list. Added instructions for Nautilus integration to the README More... over 18 years ago
Moved unball a step closer to compatibility with the original Bourne shell. Moved Service Menu .desktop files to a subdirectory in preparation for adding regular .desktop files. More... over 18 years ago
install.sh: - Corrected the behaviour of DESTDIR and PREFIX - Removed the need for 2>&1 through the use of &> - Added preliminary Nautilus script support: - Installing to /etc/skel works. - Code is there for iterating through /etc/passwd but it doesn't work. More... over 18 years ago
Split unball off into it's own repository since it has as many files as the rest of snakebyte combined. ...not to mention, it currently gets 99% of the action. More... over 18 years ago
Replaced "> FOO 2>&1" with "&> FOO" in unball and run_test.py More... over 18 years ago
Updated the list of known bugs in README More... over 18 years ago
Added a "Publicity" section to the TODO list. More... over 18 years ago
install.sh: Fixed the problem with Nautilus install. It was two small but stupid mistakes. More... over 18 years ago
Unball: - Fixed the final regression for 0.2.10 More... over 18 years ago
Added an entry for shell debugging to the testing policy More... over 18 years ago
Unball: - Removed another regression (1 left) - Finished moving the docs to their own subdirectory - Made the unit test failure messages a little more descriptive - Updated the changelog - Made the "Please remove the rar command" message less intrusive. More... over 18 years ago
Unball: - Cleaned up the unit test output on failures (redirected unball's stderr to /dev/null) - Updated the ChangeLog a bit - Added a test for compressed tarballs with .tz extensions - Added a few TODO notes to the README More... over 18 years ago