#include <stdio.h>
int main(int argc, char *argv)
{
char *code[] = {
"nano", // GNU Pico clone
"HackerKey", // Sig fodder!
"CMatrix", // Console Matrix
"GNU/Linux", // Linux info.
"Talker SRC", // Text chat!
"PG+Patches", // Deprecated
"resume", // README.mycareer
NULL
};
char *personal[] = {
"about asty", // All about me
"blog", // My weblog
NULL
};
float AmyNChris = 2000+10.07;
float BabyMonique = 2003+11.01;
int links;
#define EMAIL "chrisa@asty.org"
}
|
astyanax's PGPlus Patch Page
What the hell is this page?
Well, this will eventually
be my repository of patches to PGPlus, since Silver has said he will stop
development at version 1.0.10 (I believe). Honestly I don't blame
him, he and the other coders have done a tremendous job of finding and
squashing PG96 bugs and adding in new features. Please note that
there are unofficial patches and are not supported by the PGPlus team.
I can not guarantee they won't break something. If you do find
a problem, please mail me directly, and depending on how busy I am at the
time you may even get a reply ;)
Latest News:
2002.01.12 -
Okay, well by request I have updated the invis patch for PGPlus 1.0.11.
Download it here:
Click
here to download invis-patch-v091.tar.gz
No real changes, just updates due to some differences in PGPlus 1.0.11.
2000.07.29 - Tadaa!
It's official. The invisibility patch for PGPlus version 1.0.10 is
ready. Download it here:
Click
here to download invis-patch.tar.gz
I don't make any guarantees this code
works, but if you want it enough, you should be able to incorporate it
into your talker. Good luck =).
09/30/99 - At long last!
A patch. Yes, only one =) Silver has not released version
1.0.10 of PGPlus yet (it's in beta) so I can only release patches for 1.0.9.5
for now. As such, here is my first (possibly only) patch to PGPlus
1.0.9.5. Highlights:
-
Better BSD support (including a README
for the BSD port)
-
a couple of other minor bugfixes (its
been awhile)
download asty-1095.gz
patch
To apply this patch, move it to the
same directory as your pgplus/ directory (i.e. you can see both the patch
and pgplus/ when you type ls) and type gunzip asty-1095.gz (you can skip
this if you downloaded the patch through netscape), then type "patch -p0
< asty-1095" and watch the fun. If you see any "failed at line
blah blah" then you've probably modified the source code too extensively
for this patch to work. If you're sure you haven't, drop me an email.
Note that this patch will probably ONLY work with versin 1.0.9.5, mke sure
you're using that version before even getting the patch.
7/11/99 - Well, I started the page,
I guess that's a good first step. As for my plans for the future,
I'm going to test PGPlus on my Alpha and Sparc and try to clean up as many
warnings and errors as I can under Linux. Then I should be able to
get FreeBSD installed on one of my boxes and test it out there, and on
my OpenBSD account. I really dont intend to have a lot of new features,
mainly Makefile additions and enhancements and the like. However,
if you *do* have a feature you'd like to add, mail me your patch and I'll
be happy to put it up here if it looks good.
|