|
From: <sv...@va...> - 2011-12-04 15:59:02
|
Author: bart Date: 2011-12-04 15:54:19 +0000 (Sun, 04 Dec 2011) New Revision: 12279 Log: Remove emacs modeline and/or local variables from DRD source files Modified: trunk/drd/drd.h trunk/drd/drd_barrier.c trunk/drd/drd_barrier.h trunk/drd/drd_basics.h trunk/drd/drd_bitmap.c trunk/drd/drd_bitmap.h trunk/drd/drd_bitmap2_node.c trunk/drd/drd_clientobj.c trunk/drd/drd_clientobj.h trunk/drd/drd_clientreq.c trunk/drd/drd_clientreq.h trunk/drd/drd_cond.c trunk/drd/drd_cond.h trunk/drd/drd_darwin_intercepts.c trunk/drd/drd_error.c trunk/drd/drd_error.h trunk/drd/drd_hb.c trunk/drd/drd_hb.h trunk/drd/drd_load_store.c trunk/drd/drd_load_store.h trunk/drd/drd_main.c trunk/drd/drd_malloc_wrappers.c trunk/drd/drd_malloc_wrappers.h trunk/drd/drd_mutex.c trunk/drd/drd_mutex.h trunk/drd/drd_pthread_intercepts.c trunk/drd/drd_qtcore_intercepts.c trunk/drd/drd_rwlock.c trunk/drd/drd_rwlock.h trunk/drd/drd_segment.c trunk/drd/drd_segment.h trunk/drd/drd_semaphore.c trunk/drd/drd_semaphore.h trunk/drd/drd_strmem_intercepts.c trunk/drd/drd_suppression.c trunk/drd/drd_suppression.h trunk/drd/drd_thread.c trunk/drd/drd_thread.h trunk/drd/drd_thread_bitmap.h trunk/drd/drd_vc.c trunk/drd/drd_vc.h trunk/drd/pub_drd_bitmap.h trunk/drd/tests/annotate_hb_err.c trunk/drd/tests/annotate_hb_race.c trunk/drd/tests/annotate_smart_pointer.cpp trunk/drd/tests/free_is_write.c trunk/drd/tests/pth_barrier_thr_cr.c trunk/drd/tests/unified_annotations.h Modified: trunk/drd/drd.h =================================================================== --- trunk/drd/drd.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,5 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ - /* ---------------------------------------------------------------- Modified: trunk/drd/drd_barrier.c =================================================================== --- trunk/drd/drd_barrier.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_barrier.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_barrier.h =================================================================== --- trunk/drd/drd_barrier.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_barrier.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_basics.h =================================================================== --- trunk/drd/drd_basics.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_basics.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of DRD, a thread error detector. Modified: trunk/drd/drd_bitmap.c =================================================================== --- trunk/drd/drd_bitmap.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_bitmap.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_bitmap.h =================================================================== --- trunk/drd/drd_bitmap.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_bitmap.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_bitmap2_node.c =================================================================== --- trunk/drd/drd_bitmap2_node.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_bitmap2_node.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_clientobj.c =================================================================== --- trunk/drd/drd_clientobj.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_clientobj.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_clientobj.h =================================================================== --- trunk/drd/drd_clientobj.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_clientobj.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_clientreq.c =================================================================== --- trunk/drd/drd_clientreq.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_clientreq.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_clientreq.h =================================================================== --- trunk/drd/drd_clientreq.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_clientreq.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_cond.c =================================================================== --- trunk/drd/drd_cond.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_cond.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_cond.h =================================================================== --- trunk/drd/drd_cond.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_cond.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_darwin_intercepts.c =================================================================== --- trunk/drd/drd_darwin_intercepts.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_darwin_intercepts.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_error.c =================================================================== --- trunk/drd/drd_error.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_error.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_error.h =================================================================== --- trunk/drd/drd_error.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_error.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_hb.c =================================================================== --- trunk/drd/drd_hb.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_hb.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_hb.h =================================================================== --- trunk/drd/drd_hb.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_hb.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_load_store.c =================================================================== --- trunk/drd/drd_load_store.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_load_store.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_load_store.h =================================================================== --- trunk/drd/drd_load_store.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_load_store.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_main.c =================================================================== --- trunk/drd/drd_main.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_main.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_malloc_wrappers.c =================================================================== --- trunk/drd/drd_malloc_wrappers.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_malloc_wrappers.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_malloc_wrappers.h =================================================================== --- trunk/drd/drd_malloc_wrappers.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_malloc_wrappers.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_mutex.c =================================================================== --- trunk/drd/drd_mutex.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_mutex.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_mutex.h =================================================================== --- trunk/drd/drd_mutex.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_mutex.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_pthread_intercepts.c =================================================================== --- trunk/drd/drd_pthread_intercepts.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_pthread_intercepts.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,5 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ - /*--------------------------------------------------------------------*/ /*--- Client-space code for DRD. drd_pthread_intercepts.c ---*/ /*--------------------------------------------------------------------*/ Modified: trunk/drd/drd_qtcore_intercepts.c =================================================================== --- trunk/drd/drd_qtcore_intercepts.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_qtcore_intercepts.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,5 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ - /*--------------------------------------------------------------------*/ /*--- Client-space code for drd. drd_qtcore_intercepts.c ---*/ /*--------------------------------------------------------------------*/ Modified: trunk/drd/drd_rwlock.c =================================================================== --- trunk/drd/drd_rwlock.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_rwlock.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_rwlock.h =================================================================== --- trunk/drd/drd_rwlock.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_rwlock.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_segment.c =================================================================== --- trunk/drd/drd_segment.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_segment.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_segment.h =================================================================== --- trunk/drd/drd_segment.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_segment.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_semaphore.c =================================================================== --- trunk/drd/drd_semaphore.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_semaphore.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_semaphore.h =================================================================== --- trunk/drd/drd_semaphore.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_semaphore.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_strmem_intercepts.c =================================================================== --- trunk/drd/drd_strmem_intercepts.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_strmem_intercepts.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,5 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ - /*--------------------------------------------------------------------*/ /*--- Replacements for strlen() and strnlen(), which run on the ---*/ /*--- simulated CPU. ---*/ Modified: trunk/drd/drd_suppression.c =================================================================== --- trunk/drd/drd_suppression.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_suppression.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_suppression.h =================================================================== --- trunk/drd/drd_suppression.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_suppression.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ #ifndef __PUB_CORE_DRD_H #define __PUB_CORE_DRD_H Modified: trunk/drd/drd_thread.c =================================================================== --- trunk/drd/drd_thread.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_thread.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_thread.h =================================================================== --- trunk/drd/drd_thread.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_thread.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_thread_bitmap.h =================================================================== --- trunk/drd/drd_thread_bitmap.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_thread_bitmap.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_vc.c =================================================================== --- trunk/drd/drd_vc.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_vc.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/drd_vc.h =================================================================== --- trunk/drd/drd_vc.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/drd_vc.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/pub_drd_bitmap.h =================================================================== --- trunk/drd/pub_drd_bitmap.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/pub_drd_bitmap.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */ /* This file is part of drd, a thread error detector. Modified: trunk/drd/tests/annotate_hb_err.c =================================================================== --- trunk/drd/tests/annotate_hb_err.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/annotate_hb_err.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -45,9 +45,3 @@ fprintf(stderr, "Done.\n"); return 0; } - -/* - * Local variables: - * c-basic-offset: 2 - * End: - */ Modified: trunk/drd/tests/annotate_hb_race.c =================================================================== --- trunk/drd/tests/annotate_hb_race.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/annotate_hb_race.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -46,9 +46,3 @@ return 0; } - -/* - * Local variables: - * c-basic-offset: 2 - * End: - */ Modified: trunk/drd/tests/annotate_smart_pointer.cpp =================================================================== --- trunk/drd/tests/annotate_smart_pointer.cpp 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/annotate_smart_pointer.cpp 2011-12-04 15:54:19 UTC (rev 12279) @@ -330,7 +330,3 @@ std::cerr << "Done.\n"; return 0; } - -// Local variables: -// c-basic-offset: 2 -// End: Modified: trunk/drd/tests/free_is_write.c =================================================================== --- trunk/drd/tests/free_is_write.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/free_is_write.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -62,9 +62,3 @@ return 0; } - -/* - * Local variables: - * c-basic-offset: 2 - * End: - */ Modified: trunk/drd/tests/pth_barrier_thr_cr.c =================================================================== --- trunk/drd/tests/pth_barrier_thr_cr.c 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/pth_barrier_thr_cr.c 2011-12-04 15:54:19 UTC (rev 12279) @@ -1,4 +1,3 @@ -/* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */ /* * Test program that triggers pthread_barrier_wait() where each * pthread_barrier_wait() call is invoked by another thread. This is the only Modified: trunk/drd/tests/unified_annotations.h =================================================================== --- trunk/drd/tests/unified_annotations.h 2011-12-01 19:44:34 UTC (rev 12278) +++ trunk/drd/tests/unified_annotations.h 2011-12-04 15:54:19 UTC (rev 12279) @@ -62,9 +62,3 @@ #endif /* _UNIFIED_ANNOTATIONS_H_ */ - -/* - * Local variables: - * c-basic-offset: 2 - * End: - */ |