0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First attempt at making --eval interface for filtering with arbitrary Ruby code. More... almost 14 years ago
Code generation cleanup. More... almost 14 years ago
Use Pathname, not String for pathnames. More... almost 14 years ago
Option to print skipped files. More... almost 14 years ago
More source file types. More... almost 14 years ago
--help types to look at actual list of types, don't repeat yourself. More... almost 14 years ago
Fix help More... almost 14 years ago
If something is specified in cmdline, it should be followed even if a symlink More... almost 14 years ago
Major refactoring of file finding part. It was all so entangled that it wasn't at all clear what it was doing, and it turned out it was doing many dubious things. Some decisions current version does could be argued with too, but it should at least be a lot cleaner what it does. More... almost 14 years ago
I want to make rak able to match files immediately once found, not with a huge delay. More... almost 14 years ago
Not only is all != re not a valid shortcut, it also slows rak down a lot, and I cannot think of any case where it actually improves performance. More... almost 14 years ago
Merge remote branch 'danlucraft/master' More... almost 14 years ago
Got rid of extra \n on the end. Also made -v use the same separator newlines as normal match. In both cases new behaviour is exactly what ack does. More... almost 14 years ago
With tests showing failures this time. You need to parenthesize a regexp before prepending or appending ^$\b etc. More... almost 14 years ago
Update version to 1.1 More... almost 14 years ago
All specs now pass. More... almost 14 years ago
Fixed handling of files with no \n at the end More... almost 14 years ago
Harmless changes to specs to make them pass More... almost 14 years ago
Merge remote branch 'taw/master' More... almost 14 years ago
Clean up tests More... almost 14 years ago
Fixed XML files autodetection. More... almost 14 years ago
It's a big interconnected patch, but these issues are related. More... almost 14 years ago
Improved shebang matches: * Accept any numbers after executable name (ruby1.9, python3.0 etc.) * Added /sh/ for shell and /make/ for Makefile * Made it case insensitive (Python.app uses that...) * If something has shebang, it's almost certainly code, so it should be searched by default. More... almost 14 years ago
Fixed bug that made shebang_matches return types like "..rb". They worked when searching in all files, not when searching only specific type like --ruby More... almost 14 years ago
Searching and listing matching files are exclusive, so treat first argument as path too in listing mode More... almost 14 years ago
rak is now ack output compatiable when using the --nogroup parameter More... almost 14 years ago
Updated versions in gemspec to 1.0 More... over 14 years ago
Release 1.0 More... over 14 years ago
Add .hpp to list of C++ file extensions. More... over 14 years ago
Merge branch 'luislavena' More... about 15 years ago