X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fdeveloper-manual.sgml;h=fba281f153a204823f11cf9ac1b319f990abb5a2;hb=028385ac043e6278a5a070b534e40334819e6d79;hp=d7a3d8d569bd2b7d45e1c62aa27636dbd2a6ecbe;hpb=d8024e835e3e1efcaaf2bd118172d44b2b5c17ca;p=privoxy.git diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index d7a3d8d5..fba281f1 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.42 2012/03/20 13:03:05 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.50 2012/05/27 15:31:24 fabiankeil Exp $ Copyright (C) 2001-2012 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -51,7 +51,7 @@ - $Id: developer-manual.sgml,v 2.42 2012/03/20 13:03:05 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.50 2012/05/27 15:31:24 fabiankeil Exp $ d$"; +const char FILENAME_rcs[] = "$I<!-- Break CVS Substitution -->d$"; /********************************************************************* * - * File : $Source$ + * File : $S<!-- Break CVS Substitution -->ource$ * * Purpose : (Fill me in with a good description!) * @@ -1881,10 +1855,10 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id$" +#define FILENAME_H_VERSION "$I<!-- Break CVS Substitution -->d$" /********************************************************************* * - * File : $Source$ + * File : $S<!-- Break CVS Substitution -->ource$ * * Purpose : (Fill me in with a good description!) * @@ -1955,10 +1929,10 @@ extern const char FILENAME_h_rcs[]; * Returns : 0 => Ok, everything else is an error. * *********************************************************************/ -int FUNCTION_NAME( void *param1, const char *x ) +int FUNCTION_NAME(void *param1, const char *x) { ... - return( 0 ); + return 0; } @@ -2755,7 +2729,7 @@ at sourceforge. Three simple steps: The module contains complete instructions on its usage in its - README file. The end result will be the the + README file. The end result will be the exported version of Privoxy installed on the build machine. @@ -3066,6 +3040,34 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.50 2012/05/27 15:31:24 fabiankeil + Remove a duplicated 'the' + + Spotted by igor. + + Revision 2.49 2012/03/20 13:05:55 fabiankeil + We use XXX not FIXME + + Revision 2.48 2012/03/20 13:05:39 fabiankeil + Remove bogus section about long and short being preferable to int + + Revision 2.47 2012/03/20 13:05:14 fabiankeil + Adjust whitespace in examples to be closer to our style + + Revision 2.46 2012/03/20 13:04:54 fabiankeil + IJB is dead, long live Privoxy + + Revision 2.45 2012/03/20 13:04:41 fabiankeil + The redhat-dok target no longer exists so there's no point documenting it + + Revision 2.44 2012/03/20 13:04:19 fabiankeil + We no longer build PDFs so stop pretending + + Revision 2.43 2012/03/20 13:04:03 fabiankeil + Comment out references to multiple branches + + We currently don't use any. + Revision 2.42 2012/03/20 13:03:05 fabiankeil Bump copyright date