forked from Imagelibrary/rtems
* address.h, address.inl, chain.c, chain.h, system.h: Eliminate unsigned8, unsigned16, unsigned32. Use size_t, ptrdiff_t, intptr_t for 64bit compliance. * chain.c: Reflect removal of isr.h. * isr.h: Remove. * Makefile.am: Remove isr.h.
30 lines
754 B
Plaintext
30 lines
754 B
Plaintext
2007-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
|
|
|
* address.h, address.inl, chain.c, chain.h, system.h:
|
|
Eliminate unsigned8, unsigned16, unsigned32.
|
|
Use size_t, ptrdiff_t, intptr_t for 64bit compliance.
|
|
* chain.c: Reflect removal of isr.h.
|
|
* isr.h: Remove.
|
|
* Makefile.am: Remove isr.h.
|
|
|
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Cosmetics.
|
|
|
|
2003-11-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* system.h: Remove USE_INLINES.
|
|
* chain.c: Remove USE_INLINES.
|
|
|
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
|
|
|
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
|
|
|
* Makefile.am: Require automake-1.5.
|
|
|
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
|
|
|
* ChangeLog: New file.
|