|
From: <sv...@va...> - 2011-03-13 12:02:54
|
Author: bart
Date: 2011-03-13 12:02:44 +0000 (Sun, 13 Mar 2011)
New Revision: 11642
Log:
Updated modeline and copyright statement in 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
Modified: trunk/drd/drd.h
===================================================================
--- trunk/drd/drd.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
----------------------------------------------------------------
@@ -14,7 +14,7 @@
This file is part of DRD, a Valgrind tool for verification of
multithreaded programs.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Modified: trunk/drd/drd_barrier.c
===================================================================
--- trunk/drd/drd_barrier.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_barrier.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_barrier.h
===================================================================
--- trunk/drd/drd_barrier.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_barrier.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_basics.h
===================================================================
--- trunk/drd/drd_basics.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_basics.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 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-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_bitmap.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_bitmap.h
===================================================================
--- trunk/drd/drd_bitmap.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_bitmap.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_bitmap2_node.c
===================================================================
--- trunk/drd/drd_bitmap2_node.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_bitmap2_node.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.c
===================================================================
--- trunk/drd/drd_clientobj.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_clientobj.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientobj.h
===================================================================
--- trunk/drd/drd_clientobj.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_clientobj.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientreq.c
===================================================================
--- trunk/drd/drd_clientreq.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_clientreq.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_clientreq.h
===================================================================
--- trunk/drd/drd_clientreq.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_clientreq.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.c
===================================================================
--- trunk/drd/drd_cond.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_cond.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_cond.h
===================================================================
--- trunk/drd/drd_cond.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_cond.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_darwin_intercepts.c
===================================================================
--- trunk/drd/drd_darwin_intercepts.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_darwin_intercepts.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 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-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_error.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_error.h
===================================================================
--- trunk/drd/drd_error.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_error.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_hb.c
===================================================================
--- trunk/drd/drd_hb.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_hb.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_hb.h
===================================================================
--- trunk/drd/drd_hb.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_hb.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_load_store.c
===================================================================
--- trunk/drd/drd_load_store.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_load_store.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_load_store.h
===================================================================
--- trunk/drd/drd_load_store.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_load_store.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_main.c
===================================================================
--- trunk/drd/drd_main.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_main.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -751,7 +751,7 @@
VG_(details_name) ("drd");
VG_(details_version) (NULL);
VG_(details_description) ("a thread error detector");
- VG_(details_copyright_author)("Copyright (C) 2006-2010, and GNU GPL'd,"
+ VG_(details_copyright_author)("Copyright (C) 2006-2011, and GNU GPL'd,"
" by Bart Van Assche.");
VG_(details_bug_reports_to) (VG_BUGS_TO);
Modified: trunk/drd/drd_malloc_wrappers.c
===================================================================
--- trunk/drd/drd_malloc_wrappers.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_malloc_wrappers.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_malloc_wrappers.h
===================================================================
--- trunk/drd/drd_malloc_wrappers.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_malloc_wrappers.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_mutex.c
===================================================================
--- trunk/drd/drd_mutex.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_mutex.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_mutex.h
===================================================================
--- trunk/drd/drd_mutex.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_mutex.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_pthread_intercepts.c
===================================================================
--- trunk/drd/drd_pthread_intercepts.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_pthread_intercepts.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 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-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_qtcore_intercepts.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*--------------------------------------------------------------------*/
/*--- Client-space code for drd. drd_qtcore_intercepts.c ---*/
@@ -7,7 +7,7 @@
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.c
===================================================================
--- trunk/drd/drd_rwlock.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_rwlock.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_rwlock.h
===================================================================
--- trunk/drd/drd_rwlock.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_rwlock.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.c
===================================================================
--- trunk/drd/drd_segment.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_segment.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_segment.h
===================================================================
--- trunk/drd/drd_segment.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_segment.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.c
===================================================================
--- trunk/drd/drd_semaphore.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_semaphore.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_semaphore.h
===================================================================
--- trunk/drd/drd_semaphore.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_semaphore.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_strmem_intercepts.c
===================================================================
--- trunk/drd/drd_strmem_intercepts.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_strmem_intercepts.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*--------------------------------------------------------------------*/
/*--- Replacements for strlen() and strnlen(), which run on the ---*/
Modified: trunk/drd/drd_suppression.c
===================================================================
--- trunk/drd/drd_suppression.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_suppression.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_suppression.h
===================================================================
--- trunk/drd/drd_suppression.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_suppression.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-basic-offset: 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-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_thread.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread.h
===================================================================
--- trunk/drd/drd_thread.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_thread.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_thread_bitmap.h
===================================================================
--- trunk/drd/drd_thread_bitmap.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_thread_bitmap.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.c
===================================================================
--- trunk/drd/drd_vc.c 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_vc.c 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/drd_vc.h
===================================================================
--- trunk/drd/drd_vc.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/drd_vc.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
Modified: trunk/drd/pub_drd_bitmap.h
===================================================================
--- trunk/drd/pub_drd_bitmap.h 2011-03-13 09:42:56 UTC (rev 11641)
+++ trunk/drd/pub_drd_bitmap.h 2011-03-13 12:02:44 UTC (rev 11642)
@@ -1,8 +1,8 @@
-/* -*- mode: C; c-basic-offset: 3; -*- */
+/* -*- mode: C; c-basic-offset: 3; indent-tabs-mode: nil; -*- */
/*
This file is part of drd, a thread error detector.
- Copyright (C) 2006-2010 Bart Van Assche <bva...@ac...>.
+ Copyright (C) 2006-2011 Bart Van Assche <bva...@ac...>.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
|