Mercurial > ecos-v2_0-branch
diff packages/infra/current/ChangeLog @ 76:435cced73e2f ecos-v1_3_1-release
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
| author | jlarmour |
|---|---|
| date | Tue, 28 Mar 2000 14:10:45 +0000 |
| parents | 9c122302a886 |
| children | 59d97b6ba612 |
line wrap: on
line diff
--- a/packages/infra/current/ChangeLog +++ b/packages/infra/current/ChangeLog @@ -1,3 +1,32 @@ +2000-03-20 John Dallaway <jld@cygnus.co.uk> + + * cdl/infra.cdl: + + Adjust documentation URLs. + +2000-03-07 Jesper Skov <jskov@redhat.com> + + * src/buffer.cxx: Fix some compiler warnings. + +2000-03-03 Jesper Skov <jskov@redhat.com> + + * include/cyg_type.h (CYGBLD_ATTRIB_WEAK): disarm bomb for !GCC. + +2000-03-01 Jesper Skov <jskov@redhat.com> + 103290 + * include/cyg_ass.h: Make cyg_assert_fail a weak symbol. + +2000-02-28 Gary Thomas <gthomas@cygnus.co.uk> + + * include/diag.h: + * src/diag.cxx (diag_dump_buf): Add diagnostic "dump buffer" function. + +2000-02-21 Hugo Tyson <hmt@cygnus.co.uk> + + * src/tcdiag.cxx (cyg_test_is_simulator): set this true if ugly + new cdl_option CYGHWR_TARGET_SIMULATOR_NO_GDB_WORKING is set. + This means we cannot diddle the variable using GDB. + 2000-02-18 Hugo Tyson <hmt@cygnus.co.uk> * src/tcdiag.cxx (cyg_test_exit): Add the facility for a platform @@ -21,14 +50,39 @@ 2000-02-08 Jonathan Larmour <jlarmour@ CYG_TRACE_DUMP() macros for outputting buffered trace output, and kernel state dump respectively + * cdl/debug.cdl (CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER): + replace (incorrect) mention of cyg_trace_output() with CYG_TRACE_PRINT() + macro. + * src/fancy.cxx (cyg_trace_dump): Add (from buffer.cxx) * src/simple.cxx (cyg_trace_dump): Add (from buffer.cxx) * src/null.cxx (cyg_trace_dump): Add as empty function +2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> + * cdl\infra.cdl: + + Adjust help URLs in line with new doc layout. + +2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> + * cdl\infra.cdl: + + Adjust help URLs in line with new doc layout. + 1999-11-26 Gary Thomas <gthomas@cygnus.co.uk> * include/cyg_type.h: Add MLT symbols CYGMEM_REGION_ATTR_R/W. +1999-11-23 Hugo Tyson <hmt@cygnus.co.uk> + + * cdl/debug.cdl: Add "active_if CYGDBG_USE_TRACING" to all tracing + only options in the buffered flavour of assert'n'trace. Otherwise + enabling asserts but no tracing does not build; oldCDL dealt with + this by a string of ifdefs in the header. Active_if is my friend. + This also prevents the confusion of having active options that + have no effect whatsoever. + Aside: the default is buffered assert'n'trace so that the test + farm can enable tracing and not get swamped by output. + 1999-05-14 Hugo Tyson <hmt@cygnus.co.uk> * include/cyg_type.h (CYG_INIT_COMPAT): add a new init priority
