2006-12-11 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / handles / ChangeLog
1 2006-04-06  Dick Porter  <dick@ximian.com>
2
3         * semdel.c (main): Fix parameters in semctl () call.
4
5 2005-12-23  Dick Porter  <dick@ximian.com>
6
7         * hps.c: Add named event support
8
9 2005-12-06  Dick Porter  <dick@ximian.com>
10
11         * hps.c: Add named semaphore support
12
13 2005-11-11  Dick Porter  <dick@ximian.com>
14
15         * hps.c: Thread handles are shared again
16
17 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18
19         * hps.c (main): Applied patch from Robert Jordan (robertj@gmx.net). Fix
20         compilation with gcc 2.95.
21
22 2005-07-04  Dick Porter  <dick@ximian.com>
23
24         * semdel.c: Fixed compilation on macos, put an error message back
25         at Hari's suggestion.
26
27 2005-07-01  Dick Porter  <dick@ximian.com>
28
29         * semdel.c: Removed output, and always exit (0), to avoid giving
30         make trouble
31
32 2005-06-30  Dick Porter  <dick@ximian.com>
33
34         * semdel.c: Added semdel, for deleting the current shared
35         semaphore
36
37 2005-04-13  Dick Porter  <dick@ximian.com>
38
39         * hps.c: Update to new daemon-less code
40         * Makefile.am: Don't bother to build shmdel or scratch any more
41
42 2003-06-05  Dick Porter  <dick@ximian.com>
43
44         * hps.c:
45         * shmdel.c:
46         * scratch.c: Update to new api
47
48 Sat Jun 1 13:54:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
49
50         * shmdel.c: use return instead of exit in main().
51
52 2002-04-30  Dick Porter  <dick@ximian.com>
53
54         * shmdel.c:
55         * scratch.c:
56         * hps.c:
57         * Makefile.am: Some tools to help debug shared memory handles:
58         'hps' shows handle status, 'scratch' displays info about scratch
59         data (such as handle names), 'shmdel' deletes the shared memory
60         segment.
61