On Fri, Jan 09, 2015 at 08:22:13PM -0500, Brian Callahan wrote:
>
> On 01/07/15 15:32, Scarlett wrote:
> > Updated diff to bump revision (whoops), and carrying over the change to use
> > overflow-detecting malloc to matrix.c (patch-matrix_c). I forgot about
> > this beca
Needs testing on non-amd64 and of redshift-gtk by someone with a
gnomish setup.
Are the makefile changes ok?
Scarlett
Index: Makefile
===
RCS file: /cvs/ports/misc/redshift/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21
20:21:59 -
@@ -0,0 +1,39 @@
+/*
+ * by Scarlett. public domain.
+ * replacements for w3m's allocation macros which add overflow
+ * detection and concentrate the macros in one file
+ */
+#ifndef W3_ALLOC_H
+#define W3_ALLOC_H
+#include
+#include
+#include
+#include
+
+static inline s
On Tue, Jan 06, 2015 at 01:42:49AM -0500, Brian Callahan wrote:
> Hi Scarlett --
>
> I don't have time to do more than eyeball this right now, but I just
> want to make two quick comments:
> 1. Usually we use CVS to send patches. Lets you send a single file
> instead of a
On Tue, Jan 06, 2015 at 06:10:25AM +, Scarlett wrote:
> This archive contains patches for several problems I have found
> while hacking on www/w3m, as well as several bug fixes taken from
> elsewhere.
>
> --
>
> Ported patches
>
> * Use "%s" to printf
gusting, and upstream is mostly dead with occasional
patches ported from debian. However, it is one of the more usable web
browsers (and the only curses browser with inline images, iirc).
Fixing its problems is good for its users.
Scarlett
w3m.tar.gz
Description: application/tar-gz
custom controls or
subsystems. Most subsystems are expandable with plugins without the
need to touch the core code. It is possible to load resources like fonts,
cursors, images, skins, etc. All resources and settings are
described in XML files.
Scarlett
mygui.tar.gz
Description: application/tar-gz