Tristan Miller

Results 83 issues of Tristan Miller

The original user-script version of Don't track me Google worked great with all Mozilla browsers, as it could be run through Scriptish or Greasemonkey. However, the current add-on version works...

The source code should be reformatted and some stylistic issues corrected: - needs pretty-printing (more whitespace between arguments) - needs function prototypes - needs comments dividing code into sections -...

enhancement

We should add a test suite using [the capabilities provided by GNU Automake](https://www.gnu.org/software/automake/manual/html_node/Tests.html). This should consist of a set of scripts testing various input files and comparing them to gold-standard...

enhancement

Commits in the git master branch go back only to GPP 2.1. We should prepend to the root a commit containing the source to [GPP 2.0](https://files.nothingisreal.com/software/gpp/gpp-2.0.tar.bz2).

enhancement

The Git repository has tags for some, but not all, release commits. The remaining tags should be added.

enhancement

[GPP 2.1a](http://files.nothingisreal.com/software/gpp/gpp-2.1a.tar.bz2) is an incompletely documented and dead branch of the GPP development tree. Most of the differences from the previous version, 2.1, are internal changes to speed up performance...

enhancement

(This issue was migrated from the old `TODO` file of 2004-09-19.)

enhancement

[GNU gettext](https://www.gnu.org/software/gettext/gettext.html) should be used so that all strings output by the program can be localized. (This issue was migrated from the old `TODO` file of 2004-09-19.)

enhancement

The return values from dynamic memory allocation functions such as `malloc()`, `calloc()`, `realloc()`, and `strdup()` rarely checked. This should be fixed. (This issue was migrated from the BUGS file of...

bug

- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question...

enhancement