OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [isoinfra/] [current/] [ChangeLog] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.