gwsw
gwsw
Hm, I'm not quite following how the suggestion in your second paragraph addresses the algorithm you describe in your first paragraph. In your first paragraph, it sounds like you're just...
Ok, but as I said, release versions of less are tarballs downloaded from greenwoodsoftware.com. It would be possible for me to add a tag on github which you would use...
Well, as I said earlier, releases should be downloaded from greenwoodsoftware.com, not from github. So from what you're saying, any information about what is a release should come from greenwoodsoftware.com,...
Perhaps a solution would be appending -beta or -release to each tag name. Then the existing github atom feed would have the information you want. So far in response to...
%B expands to the size of the file as it appears to the user. Generally, the unprocessed file size is irrelevant, as that is not what is being viewed. For...
The problem with this solution is it limits the number to INT_MAX, while POSITION (that is, off_t) may be larger than an int. Is there an actual problem with the...
I like the second option, fixing the overflows in lstrto* and using lstrtolinenum in cmd_int. cmd_int is somewhat overloaded: the return value is sometimes used as a POSITION and sometimes...
One problem with this solution is the assumption that the compiler supports "long long" (and LLONG_MAX). Less currently does not use the long long type anywhere. I am pretty sure...
This is the same as issue #22. I believe it is due to the Content-Encoding header. I have tried many suggestions of Apache configuration changes to eliminate this header but...
Duplicate of #22