|
|
Up |
|
|
  |
Author: Global Congress of Women in Politics and GovernanceGlobal Congress of Women in Politics and Governance
Date: Mar 31, 2008 06:27
Dear Colleagues and Friends,
Greetings from the Center for Asia Pacific Women in Politics (CAPWIP) and the United Nations International Strategy for Disaster Risk Reduction (UN-ISDR)!
We are pleased to invite you to the Third Global Congress of Women in Politics and Governance which will be held on October 19-22, 2008 at the Dusit Hotel, Makati City, Metro Manila, Philippines. The theme of the congress is Gender and Climate Change.
Women and environment experts have raised concern over the absence of women in the discourse and debate on climate change, a global mainstream issue that is currently impacting the entire world. The involvement...
|
| Show full article (6.55Kb) |
|
| |
no comments
|
|
  |
Author: Jason McIntyreJason McIntyre
Date: Mar 31, 2008 06:24
On Mon, Mar 31, 2008 at 12:12:54PM +0530, Girish Venkatachalam wrote:
> Dear all,
>
> Please find the diff attached.
>
> -Girish
>
fixed, thanks.
jmc
> Index: share/man/man3//queue.3
> ===================================================================
> RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
> retrieving revision 1.45
> diff ...
|
| Show full article (2.63Kb) |
|
| |
no comments
|
|
  |
Author: Otto MoerbeekOtto Moerbeek
Date: Mar 31, 2008 00:29
On Thu, Mar 13, 2008 at 03:51:23PM +0100, Otto Moerbeek wrote:
> On Thu, Mar 13, 2008 at 09:55:37AM -0400, Brandon Mercer wrote:
>
>> Please don't start introducing things that enhance performance.
>> You'll spoil our reputation ;).
>
> Heh, I could think of a...
|
| Show full article (3.01Kb) |
|
no comments
|
|
  |
Author: Girish VenkatachalamGirish Venkatachalam
Date: Mar 31, 2008 00:13
Dear all,
Please find the diff attached.
-Girish
Index: share/man/man3//queue.3
===================================================================
RCS file: /store/openbsd/cvsync/src/share/man/man3/queue.3,v
retrieving revision 1.45
diff -u -r1.45 queue...
|
| Show full article (2.37Kb) |
|
no comments
|
|
  |
Author: Jacek MasiulaniecJacek Masiulaniec
Date: Mar 30, 2008 14:16
Missed that one:
diff -ru ps4/print.c ps5/print.c
--- ps4/print.c Sun Mar 30 21:22:28 2008
+++ ps5/print.c Sun Mar 30 22:07:26 2008
@@ -134,7 +134,7 @@
sep = " ";
}
}
- if (argv == NULL || argv[0] == '\0' ||
+ if (argv == NULL || argv[0] == NULL ||
strcmp(cmdpart(argv[0]), kp->p_comm)) {
fmt_puts(sep, &left);
fmt_putc('(', &left);
|
| |
|
no comments
|
|
  |
Author: Jacek MasiulaniecJacek Masiulaniec
Date: Mar 30, 2008 14:00
This reduces command() function by 24 lines, making it more readable
and fixing one bug btw (consider the case: needenv = 0, kd = NULL).
Note: this diff depends on my 2 previous ones:
- ps(1) remove needcomm
- ps(1) cleanup
diff -ur ps3/print.c ps4/print.c
--- ps3/print.c Sun Mar 30 20:49:19 2008
+++ ps4/print.c Sun Mar 30 21:22:28 2008
@@ -103,9 +103,10 @@
command(const struct kinfo_proc2 *kp, VARENT *ve)
{
VAR *v;
- int left, wantspace = 0;
+ int left;
- char **argv, **p;
+ char **argv, **p, *sep;
+ sep = "";
v = ve->var;
if (ve->next != NULL)
left = v->width;
@@ -117,60 +118,35 @@
left = -1;
if (needenv && kd != NULL) {
argv = kvm_getenvv2(kd, kp, termwidth);
- if ((p = argv) !...
|
| Show full article (2.11Kb) |
|
no comments
|
|
  |
Author: Jacek MasiulaniecJacek Masiulaniec
Date: Mar 30, 2008 13:55
- remove repeated declarations (struct var, etc.)
- remove unused nlistread; donlist() is called only once.
- don't include headers that aren't needed.
- command(): make "left" variable assignment more readable.
- remove unused struct usave.
diff -ur ps2/extern.h ps3/extern.h
--- ps2/extern.h Sun Mar 30 20:46:18 2008
+++ ps3/extern.h Sun Mar 30 20:51:41 2008
@@ -33,11 +33,9 @@
*/
struct nlist;
-struct var;
-struct varent;
|
| Show full article (2.87Kb) |
|
no comments
|
|
  |
Author: Jacek MasiulaniecJacek Masiulaniec
Date: Mar 30, 2008 13:45
Remove enclosing "if (needcomm)" condition as it always evaluates
true; this is the only use of the needcomm variable.
The bulk of the diff is indentation reduction, as can be seen using
"cvs di -w".
|
| Show full article (3.41Kb) |
|
no comments
|
|
  |
|
|
  |
|
|
  |
Author: daviddavid
Date: Mar 30, 2008 01:20
we are searching agents ,if you are interested ,please contact with me.:a15914106575@ gmail.com or david.huang@ fanvil.com .please send emails with your company name,website ,contacting person's name and phone number.
All of our ipphone supports SIP,IAX2 protocol.It is compatible with various softwitch systems and voip voice gateways to provide broadband IP voice service.
If you have any device requirement ,please contact me .I had worked for 7 years in voip technical support . You can get quick technical support .
++++++++++++++++++++++++++++++++++++++++++++++++++++++...
|
| Show full article (4.00Kb) |
|
no comments
|
|
|
|
|
|
|