]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/isoinfra/v2_0/ChangeLog
Initial revision
[karo-tx-redboot.git] / packages / isoinfra / v2_0 / ChangeLog
1 2005-07-22  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * include/unistd.h: Const correctness to keep the compiler happy.
4
5 2004-03-30  Alex Paulis and Cameron Taylor  <ctaylor@waverider.com>
6
7         * include/sys/select.h: set FD_SETSIZE to CYGNUM_FILEIO_NFD
8         when appropriate.
9
10 2004-03-12  Jonathan Larmour  <jifl@eCosCentric.com>
11
12         * cdl/isoinfra.cdl: Typo: CYGBLD_ISO_STDIO_FILEPOS ->
13         CYGBLD_ISO_STDIO_FILEPOS_HEADER.
14
15         * include/limits.h: Avoid potential illegal recursion if
16         already been included by GCC's limits.h.
17
18         * include/stdio.h: Include stdarg.h to save duplication.
19         Give fileno(),fdopen() throw specifiers.
20
21         * include/unistd.h: Prototype for rename() lives in stdio.h.
22
23 2004-01-07  Jonathan Larmour  <jifl@eCosCentric.com>
24
25         * include/sys/select.h: Only declare pselect() when posix signals are
26         included.
27
28 2003-07-15  Andrew Lunn  <andrew.lunn@ascom.ch>
29
30         * include/sys/stat.h (S_ISGID): Please, somebody teach me to count!
31
32 2003-07-10  Andrew Lunn  <andrew.lunn@ascom.ch>
33
34         * include/sys/stat.h :S_I[RWX]{USR|GRP|OTH} etc changed so they
35         don't overlap with S_ISLINK and S_ISSOCK. Reported by Scott
36         Wilkinson.
37
38 2003-06-10  Andrew Lunn  <andrew.lunn@ascom.ch>
39
40         * include/sys/stat.h: S_IFFIFO defies logic and should be called
41         S_IFIFO!
42
43 2003-05-26  Andrew Lunn  <andrew.lunn@ascom.ch>
44
45         * include/sys/stat.h (S_IF*): Added macros to test the type of a
46         file.
47
48 2003-05-23  Andrew Lunn  <andrew.lunn@ascom.ch>
49
50         * include/sys/stat.h: Added various S_IF macros for the st_mode
51         flags.
52
53 2003-01-13  Jonathan Larmour  <jifl@eCosCentric.com>
54
55         * include/mqueue.h: Define POSIX 1003.1d draft mq_timedsend() and
56         mq_timedreceive() functions.
57
58 2002-12-12  Bart Veer  <bartv@ecoscentric.com>
59
60         * include/stdlib.h: #include cyg_type.h, now that this header
61         uses NORET attributes
62
63 2002-11-10  Nick Garnett  <nickg@ecoscentric.com>
64
65         * include/sys/types.h: Add define/undefine for __NEED_FD_SETS_ONLY
66         around include of sys/select.h to avoid circular dependencies in
67         headers.
68
69         * include/sys/select.h: Reorganized definitions so that the
70         include from sys/types.h only defines the fd_set type and macros
71         and not the select() and pselect() functions. The latter needs
72         sigset_t from signal.h, which can result in circularity.
73
74 2002-04-09  Jonathan Larmour  <jlarmour@redhat.com>
75
76         * include/stdlib.h: use NORET attributes from cyg_type.h.
77
78 2002-03-20  Jonathan Larmour  <jlarmour@redhat.com>
79
80         * include/float.h: Don't have multiple inclusion protection. It is
81         unnecessary and can confuse things if the headers are subject to two
82         -I paths.
83         * include/stdarg.h: Ditto.
84         * include/float.h: Don't cover include_next with inclusion protection
85         for a similar reason.
86         * include/stddef.h: Use C comment.
87
88 2002-01-17  Jonathan Larmour  <jlarmour@redhat.com>
89
90         * include/unistd.h: ftruncate() should use an off_t argument.
91
92 2002-01-15  Jonathan Larmour  <jlarmour@redhat.com>
93
94         * include/sys/types.h: off_t should be signed.
95
96 2001-12-05  Jonathan Larmour  <jlarmour@redhat.com>
97
98         * include/netdb.h (gethostbyname): anonymous arguments aren't allowed
99         in C (I thought they were a GNU C extension, sigh).
100
101 2001-11-30  Jonathan Larmour  <jlarmour@redhat.com>
102 2001-11-30  Andrew Lunn  <andrew.lunn@ascom.ch>
103
104         * include/netdb.h: Provide a default NULL implementation of
105         struct hostent, gethostbyname and gethostbyaddr if a real implementation
106         doesn't exist. This makes life easier for legacy code.
107
108 2001-10-17  Jesper Skov  <jskov@redhat.com>
109
110         * cdl/isoinfra.cdl: Changed string interfaces to flavor booldata.
111
112         * include/string.h: Changed feature checks to ifdef.
113
114 2001-10-09  Jonathan Larmour  <jlarmour@redhat.com>
115
116         * cdl/isoinfra.cdl: Make all CYGPKG_ISO_TIME interfaces be booldata.
117         Add config for POSIX clock types and implementations.
118         Make all CYGPKG_ISO_PTHREAD interfaces be booldata.
119         Add POSIX sleep() config.
120
121         * include/pthread.h: Reflect booldata interfaces.
122         * include/time.h: Ditto.
123         Also add default struct itimerspec and POSIX clock includes.
124         * include/unistd.h: Add sleep includes, with default proto.
125
126 2001-09-28  Jonathan Larmour  <jlarmour@redhat.com>
127
128         * cdl/isoinfra.cdl: Add netdb services and proto function support.
129         * include/netdb.h: New file.
130
131 2001-09-24  Jesper Skov  <jskov@redhat.com>
132
133         * cdl/isoinfra.cdl: Added CYGINT_ISO_DNS and
134         CYGBLD_ISO_DNS_HEADER.
135
136 2001-09-12  Jesper Skov  <jskov@redhat.com>
137
138         * include/limits.h: Work around glibc header problem.
139
140 2001-09-10  Jonathan Larmour  <jlarmour@redhat.com>
141
142         * cdl/isoinfra.cdl: Add CYGINT_ISO_PTHREAD_MUTEX and
143         CYGBLD_ISO_PTHREAD_MUTEX_HEADER.
144         * include/pthread.h: Include above header if set.
145
146 2001-08-06  Jonathan Larmour  <jlarmour@redhat.com>
147
148         * cdl/isoinfra.cdl: Add a separate POSIX mutex types header option.
149         * include/sys/types.h: Include it.
150         * include/time.h: Provide a default struct timespec even if the
151         implementation doesn't provide something better.
152
153 2001-07-26  Jonathan Larmour  <jlarmour@redhat.com>
154
155         * include/sys/types.h: Move select() related stuff into separate
156         sys/select header. Include it still for now.
157         * include/sys/select.h: New header, as per upcoming POSIX 200x standard.
158
159         * cdl/isoinfra.cdl: Add configury for select() and poll().
160         
161
162 2001-07-20  Jonathan Larmour  <jlarmour@redhat.com>
163
164         * include/stdlib.h: Use correct macro names for abs and div.
165
166 2001-06-08  Jonathan Larmour  <jlarmour@redhat.com>
167
168         * include/stdlib.h: Actually set MB_CUR_MAX in i18n package via header.
169         * cdl/isoinfra.cdl: Define multibyte char headers/interfaces
170
171 2000-06-08  Jeff Johnston  <jjohnstn@redhat.com>
172
173         * include/stdlib.h: Add code to set MB_CUR_MAX to __mb_cur_max
174         if CYGFUN_LIBC_I18N_MB is defined, otherwise set it to 1.
175
176 2001-02-11  Jonathan Larmour  <jlarmour@redhat.com>
177
178         * cdl/isoinfra.cdl: Add CYGPKG_ISO_UNISTD to deal with unistd.h
179         Include POSIX timer operations underneath it.
180
181         * include/unistd.h: Add support for conditional inclusion of
182         POSIX timer operations.
183
184 2001-02-01  Jonathan Larmour  <jlarmour@redhat.com>
185
186         * cdl/isoinfra.cdl: Add CYGINT_ISO_STDIO_POSIX_FDFUNCS and
187         CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER primarily for fileno()
188         and fdopen()
189         * include/stdio.h: Use above to provide default protos for fileno
190         and fdopen.
191
192 2000-12-15  Nick Garnett  <nickg@cygnus.co.uk>
193
194         * include/dlfcn.h: 
195         * cdl/isoinfra.cdl:
196         Added support for dlfcn.h header that defines dynamic load API.
197
198 2000-11-01  Jonathan Larmour  <jlarmour@redhat.com>
199
200         * cdl/isoinfra.cdl: Add CYGINT_ISO_STDIO_STREAMS and
201         CYGBLD_ISO_STDIO_STREAMS_HEADER.
202         Change flavor of other stdio interfaces to booldata
203         * include/stdio.h: Use #ifdefs not #ifs on interfaces to reflect above
204         Add CYGINT_ISO_STDIO_STREAMS and CYGBLD_ISO_STDIO_STREAMS_HEADER.
205
206 2000-10-05  Nick Garnett  <nickg@cygnus.co.uk>
207
208         * include/sys/types.h: Changed type of pid_t to plain int. It
209         needs to be signed.
210
211         * include/unistd.h: Fixed prototypes of several functions to match
212         POSIX standard.
213
214 2000-09-11  Jonathan Larmour  <jlarmour@redhat.com>
215
216         * cdl/isoinfra.cdl: Add CYGBLD_ISO_{OPEN,LINK,NAME,PATH}_MAX_HEADER
217         * include/limits.h: Support definition of OPEN_MAX, LINK_MAX,
218         NAME_MAX, PATH_MAX
219
220 2000-08-30  Jonathan Larmour  <jlarmour@redhat.co.uk>
221
222         * include/assert.h (assert): Fix logic
223
224 2000-08-29  Jonathan Larmour  <jlarmour@redhat.co.uk>
225
226         * include/stddef.h: Don't use CYGONCE_ multiple header inclusion
227         protection for this file - this is special.
228
229 2000-08-08  Jonathan Larmour  <jlarmour@redhat.co.uk>
230
231         * include/limits.h: Add SSIZE_MAX
232
233 2000-08-03  Jonathan Larmour  <jlarmour@redhat.co.uk>
234
235         * include/sys/types.h: Make fd_mask unsigned int, not cyg_uint32 so
236         as to avoid including cyg_type.h
237
238 2000-08-01  Jonathan Larmour  <jlarmour@redhat.co.uk>
239
240         * cdl/isoinfra.cdl: Support termios
241         * include/termios.h: Added
242
243 2000-07-21  Jonathan Larmour  <jlarmour@redhat.co.uk>
244
245         * cdl/isoinfra.cdl: CYGNUM_ISO_MQUEUE_OPEN_MAX and
246         CYGNUM_ISO_MQUEUE_PRIO_MAX should only be active if CYGINT_ISO_MQUEUE
247         rather than them requiring it
248
249 2000-07-20  Nick Garnett  <nickg@cygnus.co.uk>
250
251         * cdl/isoinfra.cdl: Added configury for sys/utsname.h.
252
253         * include/unistd.h: Added _POSIX_VERSION constant.
254         Changed return type of sysconf() to long.
255
256         * include/sys/utsname.h: Added this file.
257
258 2000-07-13  Nick Garnett  <nickg@cygnus.co.uk>
259
260         * include/unistd.h: Added fsync() prototype.
261
262 2000-07-13  Jonathan Larmour  <jlarmour@redhat.co.uk>
263
264         * cdl/isoinfra.cdl: Add CYGINT_ISO_MALLINFO and 
265         CYGBLD_ISO_MALLINFO_HEADER to support mallinfo()
266
267         * include/stdlib.h: Support mallinfo()
268
269 2000-06-28  Nick Garnett  <nickg@cygnus.co.uk>
270
271         * include/sys/stat.h: Added prototypes for stat(), fstat() and
272         mkdir().
273
274         * include/dirent.h: Added this file to provide directory reading
275         support.
276
277         * cdl/isoinfra.cdl: Added dirent support.
278
279 2000-06-21  Jonathan Larmour  <jlarmour@redhat.co.uk>
280
281         * cdl/isoinfra.cdl: Put in below requires line, but change to allow
282         0 or 1 implementations
283
284 2000-06-19  Nick Garnett  <nickg@cygnus.co.uk>
285
286         * cdl/isoinfra.cdl: Commented out requires line in
287         CYGINT_POSIX_REALTIME_SIGNALS interface. This causes configuration
288         errors when the POSIX package is absent.
289
290         * include/sys/types.h: Reimplemented FD_COPY() and FD_ZERO() as
291         inline copy loops rather than calls to memcpy() and memset(). 
292
293 2000-06-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
294
295         * include/time.h: Following the below change, simply define struct
296         timeval, while allowing it to be overridden if necessary
297         * cdl/isoinfra.cdl (CYGBLD_ISO_STRUCTTIMEVAL_HEADER): define for this
298         purpose
299
300 2000-06-09  Nick Garnett  <nickg@cygnus.co.uk>
301
302         * include/time.h: Added definition of struct timeval. This is a
303         temporary home for this while we work out where definitions like
304         this should really live. Like the fd_set stuff in sys/types.h,
305         this is needed by two packages, both of which can operate
306         independently but which also need to co-operate when they are both
307         present.
308
309 2000-06-07  Nick Garnett  <nickg@cygnus.co.uk>
310
311         * include/sys/types.h: Added definitions for file descriptor sets
312         and inclusion of BSD specific types.
313
314         * include/stdlib.h: Added extern for environ variable in non-POSIX
315         builds.
316
317         * include/fcntl.h (O_WRONLY): Moved this to bit 1, leaving bit 2
318         for future expansion.
319
320         * cdl/isoinfra.cdl: Added CYGPKG_ISO_EXTRA_TYPES to control
321         inclusion of types into <sys/types.h> that are not specified by
322         POSIX. Mostly needed by the socket and BSD code.
323
324 2000-06-02  Nick Garnett  <nickg@cygnus.co.uk>
325
326         * include/unistd.h: Added this initial version of this file. Jifl
327         will probably want to rewrite it at some point.
328
329         * include/fcntl.h: Changed O_RDWR to (O_RDONLY|O_WRONLY).
330
331 2000-05-31  Nick Garnett  <nickg@cygnus.co.uk>
332
333         * include/fcntl.h: Fixed ifdefs around extern declaration of
334         fcntl().
335
336 2000-05-20  Jonathan Larmour  <jlarmour@redhat.co.uk>
337
338         * include/fcntl.h: new file
339         * include/mqueue.h: new file
340         * include/sys/stat.h: new file
341
342         * cdl/isoinfra.cdl: No need for memcpy and memset interfaces - they're
343         always present
344         (CYGINT_ISO_POSIX_TIMERS): define _POSIX_TIMERS if enabled
345         (CYGINT_POSIX_REALTIME_SIGNALS): add
346         (CYGPKG_ISO_POSIX_FCNTL): Add a number of hooks for things that need
347         to control fcntl.h
348         (CYGPKG_ISO_MQUEUE): Add a number of hooks for things that need
349         to control mqueue.h
350         (CYGBLD_ISO_STAT_DEFS_HEADER): Add to override default sys/stat.h
351         contents
352         
353         Fix some typos throughout, and a few other minor tidies
354         
355         * include/limits.h: Move _POSIX_* macros here from POSIX package since
356         they are implementation independent
357
358         * include/time.h: Keep CLOCKS_PER_SEC at 1000000
359
360         * include/sys/types.h: Bring some of the types more in line with Linux
361
362         * include/ctype.h, include/errno.h, include/limits.h, include/locale.h,
363         include/pthread.h, include/sched.h, include/semaphore.h,
364         include/setjmp.h, include/signal.h, include/stdio.h, include/stdlib.h,
365         include/string.h, include/time.h, include/sys/types.h:
366         Don't need to explicitly check interface values > 0
367
368 2000-05-02  Jonathan Larmour  <jlarmour@redhat.co.uk>
369
370         * include/time.h: Provide default definitions of time_t, clock_t and
371         CLOCKS_PER_SEC
372
373         * cdl/isoinfra.cdl: Remove CYGINT_ISO_TIME_T and CYGINT_ISO_CLOCK_T -
374         not really needed with a default definition
375
376         * New package isoinfra with the following files:
377         include/errno.h
378         include/sys/types.h
379         include/assert.h
380         include/stddef.h
381         include/string.h
382         include/setjmp.h
383         include/ctype.h
384         include/float.h
385         include/sched.h
386         include/stdarg.h
387         include/semaphore.h
388         include/time.h
389         include/signal.h
390         include/locale.h
391         include/pthread.h
392         include/stdio.h
393         include/stdlib.h
394         include/limits.h
395         cdl/isoinfra.cdl
396
397         This package manages the ISO standard (C and POSIX) top-level header
398         files
399
400 //===========================================================================
401 //####ECOSGPLCOPYRIGHTBEGIN####
402 // -------------------------------------------
403 // This file is part of eCos, the Embedded Configurable Operating System.
404 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
405 //
406 // eCos is free software; you can redistribute it and/or modify it under
407 // the terms of the GNU General Public License as published by the Free
408 // Software Foundation; either version 2 or (at your option) any later version.
409 //
410 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
411 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
412 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
413 // for more details.
414 //
415 // You should have received a copy of the GNU General Public License along
416 // with eCos; if not, write to the Free Software Foundation, Inc.,
417 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
418 //
419 // As a special exception, if other files instantiate templates or use macros
420 // or inline functions from this file, or you compile this file and link it
421 // with other works to produce a work based on this file, this file does not
422 // by itself cause the resulting work to be covered by the GNU General Public
423 // License. However the source code for this file must still be made available
424 // in accordance with section (3) of the GNU General Public License.
425 //
426 // This exception does not invalidate any other reasons why a work based on
427 // this file might be covered by the GNU General Public License.
428 //
429 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
430 // at http://sources.redhat.com/ecos/ecos-license/
431 // -------------------------------------------
432 //####ECOSGPLCOPYRIGHTEND####
433 //===========================================================================