From 56dbfedbf5978ed4b75f9b5da382c31308e12003 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 22 Nov 2007 10:11:13 +0000 Subject: [PATCH] Remove cvs logs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1004 38d2e660-2303-0410-9eaa-f027e97ec537 --- algos/rotating_hash.h | 12 -------- app/triface/triface.mk | 12 -------- cfg/os.h | 39 ------------------------- mware/event.c | 21 -------------- mware/formatwr.c | 38 ------------------------- mware/formatwr.h | 2 +- mware/hex.c | 12 -------- mware/list.h | 64 ------------------------------------------ mware/sprintf.c | 35 ----------------------- mware/sprintf_test.c | 13 --------- mware/strtol10.c | 13 --------- mware/strtol10.h | 12 -------- 12 files changed, 1 insertion(+), 272 deletions(-) diff --git a/algos/rotating_hash.h b/algos/rotating_hash.h index 15344be2..123f2d3b 100644 --- a/algos/rotating_hash.h +++ b/algos/rotating_hash.h @@ -42,18 +42,6 @@ * \author Francesco Sacchi */ -/*#* - *#* $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 diff --git a/app/triface/triface.mk b/app/triface/triface.mk index bc0d7d04..be38898e 100644 --- a/app/triface/triface.mk +++ b/app/triface/triface.mk @@ -7,18 +7,6 @@ # # Author: Bernardo Innocenti # -# $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 diff --git a/cfg/os.h b/cfg/os.h index 2417ca1c..2843c956 100644 --- a/cfg/os.h +++ b/cfg/os.h @@ -37,45 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $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 diff --git a/mware/event.c b/mware/event.c index 0dfc637d..a0419fbf 100644 --- a/mware/event.c +++ b/mware/event.c @@ -37,27 +37,6 @@ * \author Giovanni Bajo */ -/*#* - *#* $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" diff --git a/mware/formatwr.c b/mware/formatwr.c index 62fc3421..6353e1f1 100644 --- a/mware/formatwr.c +++ b/mware/formatwr.c @@ -76,44 +76,6 @@ * 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 diff --git a/mware/formatwr.h b/mware/formatwr.h index 80aa009b..5854bd4a 100644 --- a/mware/formatwr.h +++ b/mware/formatwr.h @@ -1,7 +1,7 @@ /** * \file *