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