From 7652304bff969afb3969603149bb385efe861fe8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 3 Aug 2006 20:34:36 +0000 Subject: * s/D-BUS/D-Bus/g --- HACKING | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 24b30bd6..3b069cf6 100644 --- a/HACKING +++ b/HACKING @@ -5,13 +5,13 @@ can always polish it up. Mailing list === -The D-BUS mailing list is message-bus-list@freedesktop.org; discussion +The D-Bus mailing list is message-bus-list@freedesktop.org; discussion of patches, etc. should go there. Security === -Most of D-BUS is security sensitive. Guidelines related to that: +Most of D-Bus is security sensitive. Guidelines related to that: - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(), strstr(), strtok(), or any of this stuff. Use DBusString. @@ -62,7 +62,7 @@ Coding Style Making a release === -To make a release of D-BUS, do the following: +To make a release of D-Bus, do the following: - check out a fresh copy from CVS @@ -112,25 +112,25 @@ To make a release of D-BUS, do the following: Environment variables === -These are the environment variables that are used by the D-BUS client library +These are the environment variables that are used by the D-Bus client library DBUS_VERBOSE=1 -Turns on printing verbose messages. This only works if D-BUS has been +Turns on printing verbose messages. This only works if D-Bus has been compiled with --enable-verbose-mode DBUS_MALLOC_FAIL_NTH=n Can be set to a number, causing every nth call to dbus_alloc or -dbus_realloc to fail. This only works if D-BUS has been compiled with +dbus_realloc to fail. This only works if D-Bus has been compiled with --enable-tests. DBUS_MALLOC_FAIL_GREATER_THAN=n Can be set to a number, causing every call to dbus_alloc or dbus_realloc to fail if the number of bytes to be allocated is greater -than the specified number. This only works if D-BUS has been compiled with +than the specified number. This only works if D-Bus has been compiled with --enable-tests. DBUS_TEST_MALLOC_FAILURES=n -Many of the D-BUS tests will run over and over, once for each malloc +Many of the D-Bus tests will run over and over, once for each malloc involved in the test. Each run will fail a different malloc, plus some number of mallocs following that malloc (because a fair number of bugs only happen if two or more mallocs fail in a row, e.g. error recovery @@ -147,7 +147,7 @@ These are the test programs that are built if dbus is compiled using --enable-tests. dbus/dbus-test -This is the main unit test program that tests all aspects of the D-BUS +This is the main unit test program that tests all aspects of the D-Bus client library. dbus/bus-test -- cgit