3 RCS file: /home/cvs/morphos/clipboard/clipboard.c,v
4 Working file: clipboard.c
12 keyword substitution: kv
13 total revisions: 10; selected revisions: 10
15 ----------------------------
17 date: 2002/06/02 13:10:43; author: emm; state: Exp; lines: +19 -16
18 Added Steger's changes.
19 ----------------------------
21 date: 2002/05/16 15:14:59; author: emm; state: Exp; lines: +2 -2
22 Fixed initialization problem.
23 ----------------------------
25 date: 2002/05/15 23:40:28; author: laire; state: Exp; lines: +15 -5
26 fixed an empty PostPort PutMsg...not sure if this is "correct".
27 ----------------------------
29 date: 2002/05/14 19:07:05; author: emm; state: Exp; lines: +6 -2
30 Added some more semaphore protection.
31 ----------------------------
33 date: 2002/05/11 22:20:12; author: emm; state: Exp; lines: +145 -65
34 Fixed a few thousands bugs.
35 ----------------------------
37 date: 2002/05/11 19:34:37; author: emm; state: Exp; lines: +37 -34
38 Zero file handler after Close(). Changed version to 50.
39 ----------------------------
41 date: 2002/05/07 20:44:03; author: laire; state: Exp; lines: +121 -90
42 seems to work now..at least with ced
43 ----------------------------
45 date: 2002/05/03 00:12:55; author: cisc; state: Exp; lines: +10 -2
46 Fixed io_Data == NULL case in CMD_READ.
47 ----------------------------
49 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
52 ----------------------------
54 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
56 =============================================================================
58 RCS file: /home/cvs/morphos/clipboard/Attic/clipboard.device.elf,v
59 Working file: clipboard.device.elf
67 keyword substitution: kv
68 total revisions: 3; selected revisions: 3
70 ----------------------------
72 date: 2001/09/03 21:39:40; author: emm; state: dead; lines: +0 -0
74 ----------------------------
76 date: 2001/09/01 15:06:16; author: nadir; state: Exp;
79 ----------------------------
81 date: 2001/09/01 15:06:16; author: nadir; state: Exp; lines: +0 -0
83 =============================================================================
85 RCS file: /home/cvs/morphos/clipboard/clipboard_gcc.h,v
86 Working file: clipboard_gcc.h
94 keyword substitution: kv
95 total revisions: 3; selected revisions: 3
97 ----------------------------
99 date: 2002/12/15 14:10:28; author: steger; state: Exp; lines: +5 -1
100 sync with AROS code. Nothing code related, just some
102 ----------------------------
104 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
107 ----------------------------
109 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
111 =============================================================================
113 RCS file: /home/cvs/morphos/clipboard/clipboard_intern.h,v
114 Working file: clipboard_intern.h
122 keyword substitution: kv
123 total revisions: 3; selected revisions: 3
125 ----------------------------
127 date: 2002/12/15 14:10:28; author: steger; state: Exp; lines: +5 -0
128 sync with AROS code. Nothing code related, just some
130 ----------------------------
132 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
135 ----------------------------
137 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
139 =============================================================================
141 RCS file: /home/cvs/morphos/clipboard/lib.conf,v
142 Working file: lib.conf
150 keyword substitution: kv
151 total revisions: 3; selected revisions: 3
153 ----------------------------
155 date: 2002/05/16 15:15:00; author: emm; state: Exp; lines: +1 -1
156 Fixed initialization problem.
157 ----------------------------
159 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
162 ----------------------------
164 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
166 =============================================================================
168 RCS file: /home/cvs/morphos/clipboard/makefile,v
169 Working file: makefile
177 keyword substitution: kv
178 total revisions: 5; selected revisions: 5
180 ----------------------------
182 date: 2002/05/08 22:40:59; author: laire; state: Exp; lines: +2 -1
184 ----------------------------
186 date: 2002/05/07 20:44:03; author: laire; state: Exp; lines: +5 -4
187 seems to work now..at least with ced
188 ----------------------------
190 date: 2002/05/03 17:56:59; author: cisc; state: Exp; lines: +1 -1
191 clipboard is really fucked, let's add some extra debug
192 ----------------------------
194 date: 2001/09/01 15:06:16; author: nadir; state: Exp;
197 ----------------------------
199 date: 2001/09/01 15:06:16; author: nadir; state: Exp; lines: +0 -0
201 =============================================================================
203 RCS file: /home/cvs/morphos/clipboard/mmakefile.src,v
204 Working file: mmakefile.src
212 keyword substitution: kv
213 total revisions: 2; selected revisions: 2
215 ----------------------------
217 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
220 ----------------------------
222 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
224 =============================================================================
226 RCS file: /home/cvs/morphos/clipboard/aros/amiga.h,v
227 Working file: aros/amiga.h
235 keyword substitution: kv
236 total revisions: 2; selected revisions: 2
238 ----------------------------
240 date: 2001/09/01 15:06:19; author: nadir; state: Exp;
243 ----------------------------
245 date: 2001/09/01 15:06:19; author: nadir; state: Exp; lines: +0 -0
247 =============================================================================
249 RCS file: /home/cvs/morphos/clipboard/aros/asmcall.h,v
250 Working file: aros/asmcall.h
258 keyword substitution: kv
259 total revisions: 3; selected revisions: 3
261 ----------------------------
263 date: 2002/06/02 13:10:43; author: emm; state: Exp; lines: +2 -2
264 Added Steger's changes.
265 ----------------------------
267 date: 2001/09/01 15:06:21; author: nadir; state: Exp;
270 ----------------------------
272 date: 2001/09/01 15:06:21; author: nadir; state: Exp; lines: +0 -0
274 =============================================================================
276 RCS file: /home/cvs/morphos/clipboard/aros/config.h,v
277 Working file: aros/config.h
285 keyword substitution: kv
286 total revisions: 2; selected revisions: 2
288 ----------------------------
290 date: 2001/09/01 15:06:19; author: nadir; state: Exp;
293 ----------------------------
295 date: 2001/09/01 15:06:19; author: nadir; state: Exp; lines: +0 -0
297 =============================================================================
299 RCS file: /home/cvs/morphos/clipboard/aros/debug.h,v
300 Working file: aros/debug.h
308 keyword substitution: kv
309 total revisions: 2; selected revisions: 2
311 ----------------------------
313 date: 2001/09/01 15:06:19; author: nadir; state: Exp;
316 ----------------------------
318 date: 2001/09/01 15:06:19; author: nadir; state: Exp; lines: +0 -0
320 =============================================================================
322 RCS file: /home/cvs/morphos/clipboard/aros/libcall.h,v
323 Working file: aros/libcall.h
331 keyword substitution: kv
332 total revisions: 2; selected revisions: 2
334 ----------------------------
336 date: 2001/09/01 15:06:25; author: nadir; state: Exp;
339 ----------------------------
341 date: 2001/09/01 15:06:25; author: nadir; state: Exp; lines: +0 -0
343 =============================================================================
345 RCS file: /home/cvs/morphos/clipboard/aros/machine.h,v
346 Working file: aros/machine.h
354 keyword substitution: kv
355 total revisions: 2; selected revisions: 2
357 ----------------------------
359 date: 2001/09/01 15:06:19; author: nadir; state: Exp;
362 ----------------------------
364 date: 2001/09/01 15:06:19; author: nadir; state: Exp; lines: +0 -0
366 =============================================================================
368 RCS file: /home/cvs/morphos/clipboard/aros/options.h,v
369 Working file: aros/options.h
377 keyword substitution: kv
378 total revisions: 2; selected revisions: 2
380 ----------------------------
382 date: 2001/09/01 15:06:21; author: nadir; state: Exp;
385 ----------------------------
387 date: 2001/09/01 15:06:21; author: nadir; state: Exp; lines: +0 -0
389 =============================================================================
391 RCS file: /home/cvs/morphos/clipboard/aros/system.h,v
392 Working file: aros/system.h
400 keyword substitution: kv
401 total revisions: 2; selected revisions: 2
403 ----------------------------
405 date: 2001/09/01 15:06:21; author: nadir; state: Exp;
408 ----------------------------
410 date: 2001/09/01 15:06:21; author: nadir; state: Exp; lines: +0 -0
412 =============================================================================
414 RCS file: /home/cvs/morphos/clipboard/devices/newstyle.h,v
415 Working file: devices/newstyle.h
421 keyword substitution: kv
422 total revisions: 1; selected revisions: 1
424 ----------------------------
426 date: 2002/05/03 17:55:49; author: cisc; state: Exp;
428 =============================================================================
430 RCS file: /home/cvs/morphos/clipboard/proto/alib.h,v
431 Working file: proto/alib.h
439 keyword substitution: kv
440 total revisions: 2; selected revisions: 2
442 ----------------------------
444 date: 2001/09/01 15:06:18; author: nadir; state: Exp;
447 ----------------------------
449 date: 2001/09/01 15:06:18; author: nadir; state: Exp; lines: +0 -0
451 =============================================================================