* HACKING: added a section about where to look for bug reports

and patches.
This commit is contained in:
Roland Illig 2004-09-22 12:00:42 +00:00
parent a3cf3b2d5f
commit 727b62e229
2 changed files with 32 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* HACKING: added advice for using g_strdup for a modifiable
copy of a string.
* HACKING: added a section about where to look for bug reports
and patches.
2004-09-19 Roland Illig <roland.illig@gmx.de>

31
HACKING
View File

@ -277,7 +277,36 @@ provide a callback function. Please note that it's not the same as the
user callback in some widgets.
PROGRAMMING TIPS
Where to Find Bug Reports and Patches
=====================================
There are various sources where bug reports and patches can be found.
http://savannah.gnu.org/bugs/?group=mc
The primary bug tracking system for MC.
http://bugs.debian.org/mc
The bug tracking system for Debian, a package collection mainly
for GNU/Linux and the Hurd.
http://savannah.gnu.org/patch/?group=mc
Patches reported in the GNU Savannah project.
http://www.openbsd.org/cgi-bin/cvsweb/ports/misc/mc/patches/
The patches that are applied for the OpenBSD version of MC.
http://www.freebsd.org/cgi/cvsweb.cgi/ports/misc/mc/files/
The patches that are applied for the FreeBSD version of MC.
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/sysutils/mc/patches/
The patches that are applied for the NetBSD version of MC.
http://www.gentoo.org/cgi-bin/viewcvs.cgi/app-misc/mc/files/?hideattic=1
The patches that are applied for the Gentoo Linux version of MC.
Programming Tips
================
(This list should be sorted alphabetically.)