public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/infra/current ChangeLog include/ ...
@ 2004-04-15 1:07 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2004-04-15 1:07 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2004-04-15 01:07:32
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
* include/cyg_type.h: added CYG_ATTRIB_ALIGN_MAX and
CYGBLD_ATTRIB_ALIGNOFTYPE. Inspired by Robert Larice.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2013-02-12 20:58 vae
0 siblings, 0 replies; 11+ messages in thread
From: vae @ 2013-02-12 20:58 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: vae@sourceware.org 2013-02-12 20:58:57
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
Add CYGBLD_FORCE_INLINE macro to be used to enforce function inlining when compiling with no optimization.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2012-03-06 18:44 grante
0 siblings, 0 replies; 11+ messages in thread
From: grante @ 2012-03-06 18:44 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: grante@sourceware.org 2012-03-06 18:44:56
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
Add CYGBLD_ATTRIB_UNUSED. Part of [ Bugzilla 100504 ]
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2010-11-21 11:51 sergeig
0 siblings, 0 replies; 11+ messages in thread
From: sergeig @ 2010-11-21 11:51 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2010-11-21 11:51:30
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: diag.h
packages/infra/current/src: diag.cxx
Log message:
* include/diag.h:
* src/diag.cxx: Add diag_vsnprintf().
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2009-10-06 12:34 jld
0 siblings, 0 replies; 11+ messages in thread
From: jld @ 2009-10-06 12:34 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jld@sourceware.org 2009-10-06 12:34:56
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
* include/cyg_type.h: Changed definition of macro
CYG_REFERENCE_OBJECT according to proposal of Bart Veer on
ecos-discuss mailing list.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2006-10-26 18:25 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2006-10-26 18:25 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2006-10-26 18:25:09
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
* include/cyg_types.h: fixed typo, __GNU_PATCHLEVEL__ was checked,
should be __GNUC_PATCHLEVEL__ (which is already used later)
* include/cyg_types.h: fixed comment for CYGBLD_ATTRIB_USED, wrong
GCC version was referenced
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2005-07-30 11:48 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2005-07-30 11:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-07-30 11:48:55
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_ass.h
packages/infra/current/src: buffer.cxx fancy.cxx null.cxx
Log message:
* include/cyg_ass.h: Fixed a function prototype so that
gcc4 does not give warnings. A const void makes no sense.
* src/*.cxx (cyg_check_func_ptr): match the implementation to the
prototype.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2005-07-22 9:20 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2005-07-22 9:20 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-07-22 09:20:46
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h
Log message:
* include/cyg_type.h: Added CYGBLD_ATTRIB_USED so that we can
indicate to gcc 3.4.4 or above not to throw away a variable or
function even when it appears to be not references.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2005-03-27 18:15 asl
0 siblings, 0 replies; 11+ messages in thread
From: asl @ 2005-03-27 18:15 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-03-27 18:15:00
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_type.h diag.h
packages/infra/current/src: diag.cxx
Log message:
* include/diag.h: Added CYGBLD_ATTRIB_PRINTF_FORMAT where
appropriate to get the compiler to do more checking.
* src/diag.cxx (diag_dump_buf_with_offset_16bit): Fix compiler warning
caused by above change.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2003-01-18 4:18 jlarmour
0 siblings, 0 replies; 11+ messages in thread
From: jlarmour @ 2003-01-18 4:18 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-01-17 20:18:27
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: cyg_ass.h
packages/infra/current/src: buffer.cxx fancy.cxx null.cxx
simple.cxx
Log message:
* include/cyg_ass.h (CYG_CHECK_FUNC_PTRC): Define with const pointer
arguments.
(CYG_CHECK_DATA_PTRC): Ditto.
(CYG_CHECK_FUNC_PTR): Ditto.
(CYG_CHECK_DATA_PTR): Ditto.
* src/null.cxx: Define cyg_check_data/func_ptr() with const args.
* src/buffer.cxx: Ditto.
* src/fancy.cxx: Ditto.
* src/simple.cxx: Ditto.
^ permalink raw reply [flat|nested] 11+ messages in thread
* ecos/packages/infra/current ChangeLog include/ ...
@ 2002-07-18 13:08 gthomas
0 siblings, 0 replies; 11+ messages in thread
From: gthomas @ 2002-07-18 13:08 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sources.redhat.com 2002-07-18 13:08:16
Modified files:
packages/infra/current: ChangeLog
packages/infra/current/include: diag.h
packages/infra/current/src: diag.cxx
Log message:
Add diag_vdump_buf_with_offset().
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-02-12 20:58 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-15 1:07 ecos/packages/infra/current ChangeLog include/ jlarmour
-- strict thread matches above, loose matches on Subject: below --
2013-02-12 20:58 vae
2012-03-06 18:44 grante
2010-11-21 11:51 sergeig
2009-10-06 12:34 jld
2006-10-26 18:25 jlarmour
2005-07-30 11:48 asl
2005-07-22 9:20 asl
2005-03-27 18:15 asl
2003-01-18 4:18 jlarmour
2002-07-18 13:08 gthomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).