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