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