Rename CPU_MEMORY_BARRIER to MEMORY_BARRIER and move it in compiler header.
[bertos.git] / mware /
2004-12-31 bernieMove seek function last in VT.
2004-12-08 bernieSuppress warning.
2004-12-08 bernieAdd missing header.
2004-12-08 bernieAdd missing header.
2004-12-08 bernieRemove done todo.
2004-11-28 bernieRemove obsolete INITLIST macro.
2004-11-16 bernieWorkaround for a known fifobuf bug.
2004-11-16 bernieUpdate to new naming scheme in mware/gfx.c.
2004-11-16 bernieFix off-by-one bug in [v]snprintf().
2004-11-16 bernieUpdate to new naming scheme in mware/gfx.c.
2004-11-01 bernieUpdate to current coding conventions.
2004-10-26 bernieheap_free(): Handle NULL pointers like free(), write...
2004-10-26 bernieFix spacing.
2004-10-21 bernieAdd a TODO item.
2004-10-21 bernieRevamp documentation.
2004-10-19 bernieFix header.
2004-10-03 bernieImport changes from kseries.
2004-10-03 bernieImport changes from sc/firmware.
2004-10-03 bernietext_widthf(), text_vwidthf(): New functions.
2004-10-03 berniesprintf(): Fix a serious bug; snprintf(): New function.
2004-09-20 bernieRelax assertion.
2004-09-20 bernieConditionalize AVR-specific code.
2004-09-20 bernieFix header; Conditionalize AVR-specific code.
2004-09-20 bernieFix header.
2004-09-14 bernieSpelling fix.
2004-09-14 bernieRename rectangle drawing functions; Unify filled/cleare...
2004-09-14 bernietext_xprintf(): Support all styles; Pixel-wise text...
2004-09-14 bernieReformat.
2004-09-14 bernieUse debug.h instead of kdebug.h.
2004-09-14 bernieMake more generic and adapt to new gfx functions.
2004-09-06 bernieExtend interface to allow any algorithmic style.
2004-09-06 bernieClarify side-effects in documentation.
2004-09-06 bernieSimplify code using ATOMIC().
2004-08-29 bernieRename BITS_PER_PTR to CPU_BITS_PER_PTR.
2004-08-29 bernieFix Doxygen markup and indentation.
2004-08-25 raskyAggiornato il comment block dei log RCS
2004-08-24 bernieUse new-style config macros.
2004-08-24 bernieAdd type-size definitions for preprocessor.
2004-08-15 bernieMake the buffer a local variable, as documented.
2004-08-15 bernieupdcrc16(): inline version of UPDCRC16(); Cleanup docum...
2004-08-15 bernieAdd an #error to spread some FUD about the quality...
2004-08-14 raskyMerge da SC: macros.h, pool.h, BIT_CHANGE, nome dei...
2004-08-12 bernieRemove extra indentation level in switch statements.
2004-08-12 bernieReplace a handmade loop with memset().
2004-08-12 bernieReplace if/else with continue to reduce indentation...
2004-08-12 bernieRename UPDCRC() to UPDCRC16().
2004-08-11 bernieImport XModem protocol into DevLib.
2004-08-11 bernieUse chart_x_t and chart_y_t for the input dataset.
2004-08-11 bernieRefactor after the new mware/gfx API.
2004-08-10 bernieAdd missing header.
2004-08-05 bernieDocumentation improvements.
2004-08-04 raskyMerge da SC: prima versione veramente funzionante
2004-08-04 raskyNuove opzioni di configurazione per formatted_write...
2004-08-04 raskyMerge da SC: fixato namespace dell'include guard
2004-08-04 bernieSwitch to new DevLib CONFIG_ convention.
2004-08-04 bernieImport simple chart drawing code.
2004-08-04 bernieAdd virtual file I/O interface.
2004-08-04 bernieImport simple RLE algorithm.
2004-08-03 alephAdd include to fix warning for vsprintf()
2004-08-02 alephMerge from kseries
2004-07-31 raskySpostato lo heap da kern/ a mware/
2004-07-30 raskyVari fix per documentazione e commenti
2004-07-30 raskyNuovo supporto unificato per detect della CPU
2004-07-29 bernieSwitch to new-style config handling.
2004-07-29 bernieAdd values for new-style CONFIG_PRINTF option.
2004-07-29 bernieDoxygen fix.
2004-07-22 bernieswab32(): Fix a very serious bug.
2004-07-21 bernieAllow completely disabling printf()-like formatter.
2004-07-20 berniefifo_flush_locked(): New function;
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieFinally remove redundant protos.
2004-07-20 bernieswab16(), swab32(), cpu_to_be32(), cpu_to_le32(): New...
2004-07-20 bernieImport byte-order macros into DevLib.
2004-07-18 bernieFix warnings with GCC 3.3.2.
2004-07-18 bernieREMHEAD(), REMTAIL(): Move to list.h as inline functions.
2004-07-18 bernieReorganize configuration parameters to match DevLib...
2004-07-14 raskyImplementazione di una tabella hash
2004-06-27 alephChange UNUSED() macro to accept two arguments: type...
2004-06-06 bernieRemove redundant declaration of fifo_isempty_locked().
2004-06-06 bernieImport fixes for race conditions from kseries.
2004-06-06 bernieProtect MetroWerks specific pragmas with #ifdef's
2004-06-04 alephMove all functions to .h as inline functions
2004-06-03 alephMerge improvements from kseries (mainly inlining)
2004-06-03 bernieAdd dual-license information.
2004-06-03 bernieImport into DevLib
2004-05-23 bernieImport mware modules.