Mike Frysinger

Results 280 comments of Mike Frysinger

we want that logic in the repo so we can verify & keep in sync easier. and we don't want to keep around old scripts that are known to be...

*shrug* it doesn't cost us anything to leave open

having 30 tiny CLs that just shuffle style & bits around is not an improvement. having a single commit that implements a single thing makes history management a hell of...

> Should we remove the old "* gdTcl_UtfToUniChar is borrowed from Tcl ..." comment as well ? i'm indifferent. if you think the amount of borrowed code is still significant,...

I don't like deleting things. we can update the description text & readme to explain what's going on, and then mark this repo as read only.

i'm fine with leaving this kind of work for 2.3. i think 2.2 should focus on bug fixes only.

afaict, this is the same as the previous PR, which means none of the concerns have been addressed. please see the discussion in #397.

we should have a --enable-cxx option to configure.ac so people can control it would also be nice if we could link the code into libgd w/out requiring libstdc++, but i'm...

> integrating libgd with c++ without any option sounds resonable considering the relation between c and c++. sorry but I don't know what you mean by relation. libgd today does...

we don't need to parse the metadata though right? we should treat it as an opaque blob and copy it across by default. I thought at least some formats (e.g....