summaryrefslogtreecommitdiff
path: root/PACE/ChangeLog
blob: 82a0499e518ff3e52bbd85d75694d0b56a786e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
Wed Jun 21 13:15:47 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/posix/stdio.inl (pace_setbuf):

	  Altered return value and fixed typos.

Tue Jun 20 15:39:26 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/compiler.h:

	  Removed errant '\\' at end of lines and changed to '\'.

Tue Jun 20 15:31:43 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/posix/mman.h:
	* pace/posix/socket.h:
	* pace/posix/stat.h:
	* pace/posix/termios.h:
	* pace/posix/times.h:
	* pace/posix/types.h:
	* pace/posix/utsname.h:
	* pace/posix/in.h:
	* pace/posix/inet.h:
	* pace/posix/aio.h:
	* pace/posix/assert.h:
	* pace/posix/defines.h:
	* pace/posix/dirent.h:
	* pace/posix/fnctl.h:
	* pace/posix/grp.h:
	* pace/posix/limits.h:
	* pace/posix/locale.h:
	* pace/posix/mqueue.h:
	* pace/posix/netdb.h:
	* pace/posix/pthread.h:
	* pace/posix/pwd.h:
	* pace/posix/sched.h:
	* pace/posix/semaphore.h:
	* pace/posix/setjmp.h:
	* pace/posix/signal.h:
	* pace/posix/stdio.h:
	* pace/posix/stdlib.h:
	* pace/posix/string.h:
	* pace/posix/strings.h:
	* pace/posix/thread.h:
	* pace/posix/time.h:
	* pace/posix/unistd.h:
	* pace/posix/utime.h:
	* pace/posix/wait.h:

	  Edited for consistency with previous entry.

	  Removed #include "pace/defines.h".

Tue Jun 20 15:14:44 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/sys/mman.h:
	* pace/sys/socket.h:
	* pace/sys/stat.h:
	* pace/sys/termios.h:
	* pace/sys/times.h:
	* pace/sys/types.h:
	* pace/sys/utsname.h:
	* pace/netinet/in.h:
	* pace/arpa/inet.h:
	* pace/aio.h:
	* pace/assert.h:
	* pace/defines.h:
	* pace/dirent.h:
	* pace/fnctl.h:
	* pace/grp.h:
	* pace/limits.h:
	* pace/locale.h:
	* pace/mqueue.h:
	* pace/netdb.h:
	* pace/pthread.h:
	* pace/pwd.h:
	* pace/sched.h:
	* pace/semaphore.h:
	* pace/setjmp.h:
	* pace/signal.h:
	* pace/stdio.h:
	* pace/stdlib.h:
	* pace/string.h:
	* pace/strings.h:
	* pace/thread.h:
	* pace/time.h:
	* pace/unistd.h:
	* pace/utime.h:
	* pace/wait.h:

	  Inserted #include "pace/config/defines.h".

	* pace/config/defines.h:

	  Removed from pace/ dir and placed in config dir.

Tue Jun 20 14:53:12 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/defines.h:

	  This file needs to be included first! It was calling #including
	  itself from the posix directory but was doing so off of macros
	  that itself defined.

Mon Jun 19 05:03:53 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/posix/ctype.h
	* pace/posix/ctype.inl
	* pace/posix/math.h
	* pace/posix/math.inl

	  Correct functions added and implemented. _POSIX_C_LANG_SUPPORT.

Mon Jun 19 04:34:34 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/sys/mman.h:
	* pace/sys/socket.h:
	* pace/sys/stat.h:
	* pace/sys/termios.h:
	* pace/sys/times.h:
	* pace/sys/types.h:
	* pace/sys/utsname.h:
	* pace/netinet/in.h:
	* pace/arpa/inet.h:
	* pace/aio.h:
	* pace/assert.h:
	* pace/defines.h:
	* pace/dirent.h:
	* pace/fnctl.h:
	* pace/grp.h:
	* pace/limits.h:
	* pace/locale.h:
	* pace/mqueue.h:
	* pace/netdb.h:
	* pace/pthread.h:
	* pace/pwd.h:
	* pace/sched.h:
	* pace/semaphore.h:
	* pace/setjmp.h:
	* pace/signal.h:
	* pace/stdio.h:
	* pace/stdlib.h:
	* pace/string.h:
	* pace/strings.h:
	* pace/thread.h:
	* pace/time.h:
	* pace/unistd.h:
	* pace/utime.h:
	* pace/wait.h:

	  Altered these files #ifdef macro to PACE_FILE_H_INDIRECT so that the
	  implementation pace/posix/*.h files didn't conflict with the preprocessor
	  name space.

	  Fully qualified all the includes in these files from #include "posix/file.h"
	  to #include "pace/posix/file.h"

Mon Jun 19 03:57:37 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/ctype.h:
	* pace/posix/ctype.h:
	* pace/posix/ctype.inl:
	* pace/posix/ctype.c:

	* pace/math.h:
	* pace/posix/math.h:
	* pace/posix/math.inl:
	* pace/posix/math.c:

	  Added to repository.

Sat Jun 17 17:24:47 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/sys/mman.h:
	* pace/sys/socket.h:
	* pace/sys/stat.h:
	* pace/sys/termios.h:
	* pace/sys/times.h:
	* pace/sys/types.h:
	* pace/sys/utsname.h:
	* pace/netinet/in.h:
	* pace/arpa/inet.h:

	  Altered these "root" files to include the correct
	  subdirectory/file.

Sat Jun 17 16:46:39 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/aio.h:
	* pace/assert.h:
	* pace/defines.h:
	* pace/dirent.h:
	* pace/fnctl.h:
	* pace/grp.h:
	* pace/limits.h:
	* pace/locale.h:
	* pace/mqueue.h:
	* pace/netdb.h:
	* pace/pthread.h:
	* pace/pwd.h:
	* pace/sched.h:
	* pace/semaphore.h:
	* pace/setjmp.h:
	* pace/signal.h:
	* pace/stdio.h:
	* pace/stdlib.h:
	* pace/string.h:
	* pace/strings.h:
	* pace/thread.h:
	* pace/time.h:
	* pace/unistd.h:
	* pace/utime.h:
	* pace/wait.h:

	  Altered these "root" files to include the correct
	  subdirectory/file.

Fri Jun 16 17:47:59 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/pace/config/features.h

	  Added to the repository to isolate user defined features.
	  (ie: PACE_HAS_INLINE)

	* pace/pace/config/compiler.h

	  Added *hack* to cover PACE_INLINE to static, inline
	  or (blank) expansion depending on the compiler.

	* pace/pace/config/platform.h
	* pace/pace/config/config.h
	* pace/pace/config/utility.h

	  Cleaned up source.

	* pace/pace/common/README
	* pace/pace/common

	  Removed from the repository. Not used for anything.

	* pace/pace/*.h

	  Started adding code to include the correct directory
	  here, but there seems to be a better way... :-) We will
	  wait and see. Do away with these .h files and simply
	  go to the correct directory via the makefile.

Fri Jun 16 16:15:25 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* pace/Makefile:
          Added POSIX Units of Functionality targets for libraries.

	* pace/{assert,locale}.h:
	* pace/posix/{assert,locale}.{h,inl,c}:
          Added new POSIX APIs for assert and setlocale.

	* pace/posix/stdio.{h,inl}:
          Added needed POSIX APIs.

	* pace/config/{compile,temp}.h:
          Redefined PACE_UNUSED_ARG and moved from temp.h to compile.h.

	* pace/posix/aio.inl:
          Made some formatting changes.

Fri Jun 16 16:05:52 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* tests/{Makefile,Stdio_Test,Posix_SP_Test.c}:
          Updated the tests to more informational and adding uname -s
          information for some different platforms.

Fri Jun 16 14:11:44 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/posix/*.h

	  Added all .h files to posix directory. The implementation
	  specific .h files are simply lumped together into one large
	  directory while the original interface files are still
	  found in the similarly names sunos directory.

	  SunOS dirs (sys, netinet, arpa) ==> PACE implementation dir
	  - - - -                             - - - -
	  (pace/pace/sys/types.h          ==> pace/pace/posix/types.h)
	  (pace/pace/unistd.h             ==> pace/pace/posix/unistd.h)

Thu Jun 15 13:49:14 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/defaults.h

	  Removed superfluous defaults originally copied
	  from ACE_OS.

Mon Jun 12 17:23:59 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/constants.h:

	  Added POSIX minimum values in PACE format.

	* pace/config/platform.h (PACE_LINUX):

	  Removed ACE code that shouldn't be included in PACE files.
	  Deprecated macro that did not follow our current pattern.
	  Added PACE_LINUX macro.

Mon Jun 12 15:41:51 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/compiler.h:

	  Deprecated PACE_HAS_CPLUSPLUS.
	  Current PACE_CPLUSPLUS

	  We will save the 'HAS' for user defined feature macros.
	  Anytime we are renaming a current macro, we will just
	  prepend PACE_'xxx'. See the next ChangeLog entry. The
	  same motivation applies. Once I change the source code
	  to reflect this idea, I will remove the deprecated
	  macro names.

	  Moved error stuff from 'codes.h' to compiler.

	* pace/config/codes.h"

	  Removed from repository.

	* pace/defines.h:

	  Removed #include "codes.h" from reposistory.

Fri Jun  9 14:05:25 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/compiler.h:
	* pace/config/config.h:

	  Moved PACE_HAS_INLINE from compiler.h to config.h.

	  Deprecated macros. Left in but I will removed the
	  deprecated macros once I change the code to use the
	  current macros.

Fri Jun  9 13:02:26 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/*.h pace/posix/*.inl,c

	  See config/types.h from previous ChangeLog. All these
	  types are altered in the source code. (ie: pthread_t
	  became pace_pthread_t).

	  perl -pi -e `s/pid_t/pace_pid_t/` *.h posix/*.inl posix/*.c

Fri Jun  9 12:20:23 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/types.h:

	  These are posix types in pace wrappers.
	  They are macro definitions. The actual types are not
	  available until the appropriate file is included.
	  Thus, I didn't put them into pace/sys/types.h.

	* pace/pace/defines.h

	  Added pace/config/types.h.

Thu Jun  8 15:10:24 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* pace/tests/{Makefile,Posix_SP_Test.c}:
          Added new test for POSIX_SINGLE_PROCESS unit of functionality
          and updated Makefile for changes to the PACE library directory
          structure.

Thu Jun  8 15:10:24 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* pace/pace/*.h:
	* pace/pace/arpa/*.h:
	* pace/pace/netinet/*.h:
	* pace/pace/sys/*.h:
          Modifying .h files to remove any path in front of .inl files.

	* pace/pace/posix/*.c:
          Modifying .c files to remove any path in front of .inl files.

	* pace/pace/posix/time.inl
          Changed PACE_SETERNNO to PACE_SET_ERRNO

Thu Jun  8 15:03:42 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* pace/pace/Makefile:
          Added support for PACE_SYSNAME to determine appropriate platform
          subdirectory for VPATH and INCLDIRS.

Thu Jun  8 14:44:39 2000  Luther J Baker  <luther@cs.wustl.edu>

	* ../pace/linux/README
	* ../pace/linux
	* ../pace/sunos/README
	* ../pace/sunos
	* ../pace/emulation

	  Removed from reposistory.

	* ../pace/linux/TODO

	  Moved to ../pace/posix/TODO

	* ../pace/pace.dsw

	  Moved to ../pace/win32/pace.dsw.
	  Hi Darrell. This takes all traces of win32 stuff out of
	  the main dir and although its slightly different than
	  ace or tao, we are using our directories a little
	  differently here. Nanbor thought that is might be ok so
	  I will try it here until it breaks? or someone has good
	  reason to move it back.

Thu Jun  8 12:09:56 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* pace/pace/sunos/*.{c,inl}:
          Removed files and put them in the posix subdirectory.
	* pace/pace/linux/*.{c,inl}:
          Removed files and put them in the posix subdirectory.
	* pace/pace/posix/*.{c,inl}:
          Added files from the linux/sunos subdirectories. (The files
          were identical from both directories aside from the $Id$ macro,
          i.e., the person who checked them in.)

Wed Jun  7 12:27:13 2000  Joe Hoffert  <joeh@cs.wustl.edu>

	* Makefile:
	  Added Makefile for upper level pace directory.
        * pace/Makefile:
          Changed Makefile to fit in with the general makefile scheme in
          ACE and TAO.
        * config/compiler.h:
          Defined PACE_HAS_INLINE even for C files so that the functions
          will be directly added with the .h file.
        * tests/{Makefile,Stdio_Test.c,Posix_SP_Test.c}:
          Adding Makefile and tests to the tests directory.

Mon Jun  5 17:43:07 2000  Luther J Baker  <luther@cs.wustl.edu>

	* docs/todo.txt:

	  Updated. You may go here to find current
	  responsibilities.

Mon Jun  5 17:22:23 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/paces.dsp
	* pace/pacesd.dsp

	  Removed from the respository.
	  These files are generated (ie: paces.lib),
	  not project files.

Mon Jun  5 17:19:30 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/THANKS:

	  Added John Heitmann, Andrew Gilpin and Darrell Brunsch.
	  Note: names and email addresses are nicely accesible
	  from this alphabetical file.

Mon Jun  5 17:04:36 2000  Andrew G. Gilpin  <agg1@cs.wustl.edu>

	* [inl,c]

	  Commited files to the repository in pace/linux

	* aio, dirent, fcntl, grp, in, inet, mman, mqueue,
	  netdb, pthread, pwd, sched, semaphore, setjmp,
	  signal, socket, stat, stdio, stdlib, string,
	  strings, termios, time, times, unistd, utime,
	  utsname, wait

Mon Jun  5 16:47:32 2000  Luther J Baker  <luther@cs.wustl.edu>

	* [inl,c]

	  Moved files from root directory to pace/sunos.

	* aio, dirent, fcntl, grp, in, inet, mman, mqueue,
	  netdb, pthread, pwd, sched, semaphore, setjmp,
	  signal, socket, stat, stdio, stdlib, string,
	  strings, termios, time, times, unistd, utime,
	  utsname, wait

Mon Jun  5 15:23:53 2000  Luther J Baker  <luther@cs.wustl.edu>

	* /pace/linux
	* /pace/linux/README

	  Added to repository.

	* /pace/emulation
	* /pace/emulation/README

	  Removed from repository.

Fri Jun 02 16:55:10 2000    <luther@cs.wustl.edu>

	* ACE_wrappers/pace/pace/paces.dsp
	* ACE_wrappers/pace/pace/pacesd.dsp

	  Added to repository. Naming consistency with other
	  ACE libraries. Also removed pre-compiled header
	  option as well as separate directories for debug
	  and release versions of software.

	* ACE_wrappers/pace/pace/pace_lib.dsp

	  Removed from repository. Naming consistency.

Thu Jun  1 17:41:04 2000  Luther J Baker  <luther@cs.wustl.edu>

	* ACE_wrappers/pace/pace/emulation
	* ACE_wrappers/pace/pace/common
	* ACE_wrappers/pace/pace/emulation/README
	* ACE_wrappers/pace/pace/common/README

	  Added to repository.


Thu Jun  1 17:18:17 2000  Luther J Baker  <luther@cs.wustl.edu>

	* pace/config/config_sunos5.7.h:
	  Removed from repository.

	* ACE_wrappers/pace/pace/posix/README
	* ACE_wrappers/pace/pace/win32/README
	* ACE_wrappers/pace/pace/vxworks/README

	  Added to repository to keep the directories visible.


Thu Jun 01 16:50:48 2000    <luther@cs.wustl.edu>

	* ACE_wrappers/pace/pace/pace.dsw
	* ACE_wrappers/pace/pace/pace_lib.dsp

	  Added to the repository.

Tue May 30 16:54:06 2000  Luther J Baker  <luther@cs.wustl.edu>

	* THANKS:
	  Added key people to this file.

Tue May 30 14:13:00 2000  Luther J Baker  <luther@cs.wustl.edu>

	* ACE_wrappers/pace/pace/posix
	* ACE_wrappers/pace/pace/win32
	* ACE_wrappers/pace/pace/vxworks
	* ACE_wrappers/pace/THANKS

          Added to the repository to facilitate cross-platform work.

Wed May 24 18:56:16 2000  Darrell Brunsch <brunsch@uci.edu>

        * docs/ACE_Integration.txt: (added)

          For the PACE crew, a file used to document our progress in
          splitting of ACE_OS and the PACE integration.

Wed May 24 14:40:41 2000  Luther J Baker  <luther@cs.wustl.edu>

        * README/VERSION:
          Added to repository.

Tue May 23 18:22:48 2000  Luther J Baker  <luther@cs.wustl.edu>

        * pace/pace/Makefile:
          Added to repository.

        * 'touch' to force dirs to show up with cvs co -P
          pace/docs/README
          pace/examples/README
          pace/pace/README
          pace/pace++/README
          pace/tests/README

Tue May 23 17:59:06 2000  Luther J Baker  <luther@cs.wustl.edu>

        * docs/todo.txt:
          Currently, all .o files appear in the
          ACE_wrappers/pace/pace directory (e.g.: nested
          files such as pace/pace/sys/socket.c generate
          pace/pace/socket.o. See pace/docs/todo.txt.

        * ACE_wrappers/pace/pace:
          Source files added.