Remove cvs logs.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Nov 2007 10:11:13 +0000 (10:11 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Nov 2007 10:11:13 +0000 (10:11 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1004 38d2e660-2303-0410-9eaa-f027e97ec537

12 files changed:
algos/rotating_hash.h
app/triface/triface.mk
cfg/os.h
mware/event.c
mware/formatwr.c
mware/formatwr.h
mware/hex.c
mware/list.h
mware/sprintf.c
mware/sprintf_test.c
mware/strtol10.c
mware/strtol10.h

index 15344be2147110d7e68f247be3b1cc9384a4c384..123f2d3ba30cf184cd7c2c5daa9ad45ef94fcc74 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.2  2007/10/01 10:46:33  batt
- *#* Add rotating hash init function.
- *#*
- *#* Revision 1.1  2007/06/07 09:11:17  batt
- *#* Add rotating hash algorithm.
- *#*
- *#* Revision 1.1  2007/01/12 20:30:49  batt
- *#* Add right Rotating hash file.
- *#*
- *#*/
 
 #ifndef ALGOS_ROTATING_H
 #define ALGOS_ROTATING_H
index bc0d7d044cebdb1e71cb724aed72e4efbe2f9b48..be38898e3844a8184952bfcca363cded8db1601a 100644 (file)
@@ -7,18 +7,6 @@
 #
 # Author: Bernardo Innocenti <bernie@develer.com>
 #
-# $Log$
-# Revision 1.3  2006/06/12 21:37:02  marco
-# implemented some commands (ver and sleep)
-#
-# Revision 1.2  2006/06/01 12:29:21  marco
-# Add first simple protocol command (version request).
-#
-# Revision 1.1  2006/05/18 00:41:47  bernie
-# New triface devlib application.
-#
-#
-
 
 # Set to 1 for debug builds
 triface_DEBUG = 1
index 2417ca1c232dd76c01c8a47a13b4cfa91675d720..2843c956de51ba2119ddd8a670e350ba103249eb 100644 (file)
--- a/cfg/os.h
+++ b/cfg/os.h
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.11  2007/09/29 16:19:47  bernie
- *#* Changes to compile with sparse.
- *#*
- *#* Revision 1.10  2006/07/19 12:56:25  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.9  2006/03/22 13:34:34  bernie
- *#* MSVC support.
- *#*
- *#* Revision 1.8  2006/02/23 09:09:28  bernie
- *#* Remove Linux specific hack.
- *#*
- *#* Revision 1.7  2006/02/20 01:46:59  bernie
- *#* Port to MacOSX.
- *#*
- *#* Revision 1.6  2006/02/15 09:12:33  bernie
- *#* Don't mask useful user signals on UNIX.
- *#*
- *#* Revision 1.5  2005/11/27 23:32:42  bernie
- *#* Add CPU fallback for OS_ID.
- *#*
- *#* Revision 1.4  2005/11/27 03:07:13  bernie
- *#* IRQ_SAVE_DISABLE(): Really block signals.
- *#*
- *#* Revision 1.3  2005/11/27 03:02:40  bernie
- *#* Add POSIX emulation for IRQ_* macros; Add Qt support.
- *#*
- *#* Revision 1.2  2005/11/04 16:20:01  bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.1  2005/04/11 19:04:13  bernie
- *#* Move top-level headers to cfg/ subdir.
- *#*
- *#* Revision 1.1  2004/12/31 17:40:24  bernie
- *#* Add OS detection code.
- *#*
- *#*/
 #ifndef DEVLIB_OS_H
 #define DEVLIB_OS_H
 
index 0dfc637d73b65f85811e1a5f5f74ffd1746c1aff..a0419fbfa393d3b40bd89d7f058b4113011b3563 100644 (file)
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.3  2006/07/19 12:56:27  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.2  2006/02/10 12:24:42  bernie
- *#* Fix standalone build.
- *#*
- *#* Revision 1.1  2005/11/27 01:39:48  bernie
- *#* Move event.[ch] from kern/ to mware/.
- *#*
- *#* Revision 1.2  2005/11/04 16:20:02  bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.1  2005/01/24 04:19:06  bernie
- *#* Function pointer based event dispatching.
- *#*
- *#* Revision 1.1  2005/01/18 19:39:42  rasky
- *#* Cambiata la logica di dispatching degli eventi: si utilizza puntatori a funzione invece di inlinare i controlli
- *#*
- *#*/
 
 #include "event.h"
 
index 62fc342123641c9063d59569a884ae40a2b25aa9..6353e1f1347cdda23dd1e08389896b5d1c0dc130 100644 (file)
  * width and precision arguments.
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.19  2006/09/20 13:58:17  marco
- *#* Added z modifier in string format.
- *#*
- *#* Revision 1.18  2006/07/19 12:56:27  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.17  2005/11/04 17:43:27  bernie
- *#* Fix for LP64 architectures; Add some more tests.
- *#*
- *#* Revision 1.16  2005/07/19 07:25:46  bernie
- *#* Use appconfig.h instead of cfg/config.h.
- *#*
- *#* Revision 1.15  2005/04/11 19:10:28  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.14  2005/03/01 23:26:22  bernie
- *#* Use shared hextab.
- *#*
- *#* Revision 1.13  2005/02/18 12:33:25  bernie
- *#* Avoid strlen().
- *#*
- *#* Revision 1.12  2005/02/16 20:28:03  bernie
- *#* Add %S formatter.
- *#*
- *#* Revision 1.11  2005/02/16 16:51:29  bernie
- *#* Simplify float code.
- *#*
- *#* Revision 1.10  2004/10/26 09:01:35  bernie
- *#* Fix spacing.
- *#*
- *#* Revision 1.9  2004/09/14 21:06:23  bernie
- *#* Spelling fix.
- *#*
- *#* Revision 1.8  2004/08/25 14:12:09  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*/
 
 #include "formatwr.h"
 #include <mware/pgm.h>
index 80aa009b7154b883b45434bfb5080cf82a349cf8..5854bd4aa6d3123d6448cdc1b13ca7f4d9ea5aa3 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * \file
  * <!--
- * This file is part of BeRTOS.
+* This file is part of BeRTOS.
  *
  * Bertos is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 88d621945e2845f2b99956f8773fa860b7ec7a51..01c41642052419383632fdcfeb0211aaa6255a71 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.4  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.3  2006/02/10 11:30:48  bernie
- *#* C++ fixes.
- *#*
- *#* Revision 1.2  2005/03/01 23:32:05  bernie
- *#* Give due credit for this astounding creation.
- *#*
- *#*/
 
 #include "hex.h"
 
index d8e2d7bcebcde5e4ca52acb0b45781fd67833fb5..ddbad8c410b34eac44dbcb6185c1b0b45545ab11 100644 (file)
  * \brief General pourpose double-linked lists
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.20  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.19  2006/03/20 17:50:29  bernie
- *#* Fix typo.
- *#*
- *#* Revision 1.18  2006/02/27 22:40:21  bernie
- *#* Add support for poor pre-C99 compilers.
- *#*
- *#* Revision 1.17  2006/02/24 01:18:34  bernie
- *#* LIST_ENQUEUE(): New macro; Remove obsolete names.
- *#*
- *#* Revision 1.16  2006/01/23 23:10:38  bernie
- *#* REVERSE_FOREACH_NODE(): New macro; FOREACHNODE(): Rename to FOREACH_NODE.
- *#*
- *#* Revision 1.15  2005/11/04 16:20:02  bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.14  2005/07/19 07:25:18  bernie
- *#* Refactor to remove type aliasing problems.
- *#*
- *#* Revision 1.13  2005/04/11 19:10:28  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.12  2005/01/22 04:21:32  bernie
- *#* Add integrity checks.
- *#*
- *#* Revision 1.11  2004/12/31 16:44:11  bernie
- *#* list_remHead(), list_remTail(): Name like normal functions.
- *#*
- *#* Revision 1.10  2004/11/28 23:21:05  bernie
- *#* Remove obsolete INITLIST macro.
- *#*
- *#* Revision 1.9  2004/10/21 09:37:55  bernie
- *#* Revamp documentation.
- *#*
- *#* Revision 1.8  2004/10/19 08:46:34  bernie
- *#* Fix header.
- *#*
- *#* Revision 1.7  2004/08/25 14:12:09  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*
- *#* Revision 1.6  2004/07/30 14:34:10  rasky
- *#* Vari fix per documentazione e commenti
- *#* Aggiunte PP_CATn e STATIC_ASSERT
- *#*
- *#* Revision 1.5  2004/07/20 23:45:01  bernie
- *#* Finally remove redundant protos.
- *#*
- *#* Revision 1.4  2004/07/18 22:12:53  bernie
- *#* Fix warnings with GCC 3.3.2.
- *#*
- *#* Revision 1.3  2004/07/18 22:01:43  bernie
- *#* REMHEAD(), REMTAIL(): Move to list.h as inline functions.
- *#*
- *#* Revision 1.2  2004/06/03 11:27:09  bernie
- *#* Add dual-license information.
- *#*
- *#* Revision 1.1  2004/05/23 15:43:16  bernie
- *#* Import mware modules.
- *#*
- *#*/
 #ifndef MWARE_LIST_H
 #define MWARE_LIST_H
 
index 4bbaab9f08463bacff9e98b3dfbcd20cccac2624..0b05ce7ba6e3bc2db9a049dcdaf56011d9574ab1 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.11  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.10  2005/04/11 19:10:28  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.9  2005/02/18 12:48:01  bernie
- *#* Fix bug with NULL buffers (caught with unit test).
- *#*
- *#* Revision 1.8  2005/02/18 12:34:29  bernie
- *#* Include <mware/pgm.h> explicitly for non-Harvard archs.
- *#*
- *#* Revision 1.7  2004/12/31 17:47:45  bernie
- *#* Rename UNUSED() to UNUSED_ARG().
- *#*
- *#* Revision 1.6  2004/11/16 21:15:19  bernie
- *#* Fix off-by-one bug in [v]snprintf().
- *#*
- *#* Revision 1.5  2004/10/03 18:54:36  bernie
- *#* sprintf(): Fix a serious bug; snprintf(): New function.
- *#*
- *#* Revision 1.4  2004/08/25 14:12:09  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*
- *#* Revision 1.3  2004/06/27 15:20:26  aleph
- *#* Change UNUSED() macro to accept two arguments: type and name;
- *#* Add macro GNUC_PREREQ to detect GCC version during build;
- *#* Some spacing cleanups and typo fix
- *#*
- *#* Revision 1.2  2004/06/03 11:27:09  bernie
- *#* Add dual-license information.
- *#*/
-
 #include <mware/formatwr.h>
 #include <mware/pgm.h>
 #include <cfg/compiler.h>
index 1460661961177258bb4d1e3fafd9139637ceb334..1bcedfd35175f289618f6494422d83f27d0019b4 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.6  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.5  2005/11/04 17:47:26  bernie
- *#* Fix one warning.
- *#*
- *#* Revision 1.4  2005/11/04 17:43:27  bernie
- *#* Fix for LP64 architectures; Add some more tests.
- *#*
- *#*/
-
 #include "sprintf.c"
 #include "formatwr.c"
 #include "hex.c"
index ee993b0c081c2ae74261bea8674910765b45226f..6521a6a5a560978164d3dbb13ec988497dcb50f4 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.3  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.2  2005/04/11 18:10:45  bernie
- *#* Doxygen fixes.
- *#*
- *#* Revision 1.1  2005/03/15 00:06:30  bernie
- *#* Simpler, smaller, faster.
- *#*
- *#*/
-
 #include "strtol10.h"
 
 /**
index 5dd559b6546d710c753972bd4255fe4640c14fa2..4dfe7a479cb700e533f55ac5660583d3276df758 100644 (file)
  * \author Bernardo Innocenti <bernie@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.3  2006/07/19 12:56:28  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.2  2005/04/11 19:10:28  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.1  2005/03/15 00:06:30  bernie
- *#* Simpler, smaller, faster.
- *#*
- *#*/
 
 #ifndef MWARE_STRTOL10_H
 #define MWARE_STRTOL10_H