Browse Source

Update copyright dates with scripts/update-copyrights

arm/gcs
Paul Eggert 2 years ago
parent
commit
dff8da6b3e
  1. 2
      .clang-format
  2. 2
      Makeconfig
  3. 2
      Makefile
  4. 2
      Makefile.help
  5. 2
      Makerules
  6. 2
      NEWS
  7. 2
      Rules
  8. 2
      argp/Makefile
  9. 2
      argp/argp-ba.c
  10. 2
      argp/argp-eexst.c
  11. 2
      argp/argp-fmtstream.c
  12. 2
      argp/argp-fmtstream.h
  13. 2
      argp/argp-fs-xinl.c
  14. 2
      argp/argp-help.c
  15. 2
      argp/argp-namefrob.h
  16. 2
      argp/argp-parse.c
  17. 2
      argp/argp-pv.c
  18. 2
      argp/argp-pvh.c
  19. 2
      argp/argp-test.c
  20. 2
      argp/argp-xinl.c
  21. 2
      argp/argp.h
  22. 2
      argp/bits/argp-ldbl.h
  23. 2
      argp/tst-argp1.c
  24. 2
      argp/tst-argp2.c
  25. 2
      argp/tst-ldbl-argp.c
  26. 2
      assert/Makefile
  27. 2
      assert/__assert.c
  28. 2
      assert/__libc_assert_fail.c
  29. 2
      assert/assert-perr.c
  30. 2
      assert/assert.c
  31. 2
      assert/assert.h
  32. 2
      assert/tst-assert-c++.cc
  33. 2
      assert/tst-assert-g++.cc
  34. 2
      benchtests/Makefile
  35. 2
      benchtests/bench-arc4random.c
  36. 2
      benchtests/bench-bzero-large.c
  37. 2
      benchtests/bench-bzero-walk.c
  38. 2
      benchtests/bench-bzero.c
  39. 2
      benchtests/bench-dl-elf-hash.c
  40. 2
      benchtests/bench-dl-new-hash.c
  41. 2
      benchtests/bench-hash-funcs-kernel.h
  42. 2
      benchtests/bench-hash-funcs.c
  43. 2
      benchtests/bench-libmvec-skeleton.c
  44. 2
      benchtests/bench-malloc-simple.c
  45. 2
      benchtests/bench-malloc-thread.c
  46. 2
      benchtests/bench-math-inlines.c
  47. 2
      benchtests/bench-memccpy.c
  48. 2
      benchtests/bench-memchr.c
  49. 2
      benchtests/bench-memcmp.c
  50. 2
      benchtests/bench-memcmpeq.c
  51. 2
      benchtests/bench-memcpy-large.c
  52. 2
      benchtests/bench-memcpy-random.c
  53. 2
      benchtests/bench-memcpy-walk.c
  54. 2
      benchtests/bench-memcpy.c
  55. 2
      benchtests/bench-memmem.c
  56. 2
      benchtests/bench-memmove-large.c
  57. 2
      benchtests/bench-memmove-walk.c
  58. 2
      benchtests/bench-memmove.c
  59. 2
      benchtests/bench-mempcpy.c
  60. 2
      benchtests/bench-memrchr.c
  61. 2
      benchtests/bench-memset-large.c
  62. 2
      benchtests/bench-memset-walk.c
  63. 2
      benchtests/bench-memset-zero-large.c
  64. 2
      benchtests/bench-memset-zero-walk.c
  65. 2
      benchtests/bench-memset-zero.c
  66. 2
      benchtests/bench-memset.c
  67. 2
      benchtests/bench-nss-hash.c
  68. 2
      benchtests/bench-pthread-lock-base.c
  69. 2
      benchtests/bench-pthread-locks.c
  70. 2
      benchtests/bench-pthread-mutex-lock.c
  71. 2
      benchtests/bench-pthread-mutex-trylock.c
  72. 2
      benchtests/bench-pthread-spin-lock.c
  73. 2
      benchtests/bench-pthread-spin-trylock.c
  74. 2
      benchtests/bench-rawmemchr.c
  75. 2
      benchtests/bench-skeleton.c
  76. 2
      benchtests/bench-stpcpy.c
  77. 2
      benchtests/bench-stpcpy_chk.c
  78. 2
      benchtests/bench-stpncpy.c
  79. 2
      benchtests/bench-strcasecmp.c
  80. 2
      benchtests/bench-strcasestr.c
  81. 2
      benchtests/bench-strcat.c
  82. 2
      benchtests/bench-strchr.c
  83. 2
      benchtests/bench-strchrnul.c
  84. 2
      benchtests/bench-strcmp.c
  85. 2
      benchtests/bench-strcoll.c
  86. 2
      benchtests/bench-strcpy.c
  87. 2
      benchtests/bench-strcpy_chk.c
  88. 2
      benchtests/bench-strcspn.c
  89. 2
      benchtests/bench-string.h
  90. 2
      benchtests/bench-strlen.c
  91. 2
      benchtests/bench-strncasecmp.c
  92. 2
      benchtests/bench-strncat.c
  93. 2
      benchtests/bench-strncmp.c
  94. 2
      benchtests/bench-strncpy.c
  95. 2
      benchtests/bench-strnlen.c
  96. 2
      benchtests/bench-strpbrk.c
  97. 2
      benchtests/bench-strrchr.c
  98. 2
      benchtests/bench-strsep.c
  99. 2
      benchtests/bench-strspn.c
  100. 2
      benchtests/bench-strstr.c

2
.clang-format

@ -1,5 +1,5 @@
# clang-format file for GLIBC
# Copyright (C) 2022-2023 Free Software Foundation, Inc.
# Copyright (C) 2022-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
#
# The GNU C Library is free software; you can redistribute it and/or

2
Makeconfig

@ -1,4 +1,4 @@
# Copyright (C) 1991-2023 Free Software Foundation, Inc.
# Copyright (C) 1991-2024 Free Software Foundation, Inc.
# Copyright The GNU Toolchain Authors.
# This file is part of the GNU C Library.

2
Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2023 Free Software Foundation, Inc.
# Copyright (C) 1991-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
Makefile.help

@ -1,4 +1,4 @@
# Copyright (C) 2019-2023 Free Software Foundation, Inc.
# Copyright (C) 2019-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
Makerules

@ -1,4 +1,4 @@
# Copyright (C) 1991-2023 Free Software Foundation, Inc.
# Copyright (C) 1991-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
NEWS

@ -1,5 +1,5 @@
GNU C Library NEWS -- history of user-visible changes.
Copyright (C) 1992-2023 Free Software Foundation, Inc.
Copyright (C) 1992-2024 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>

2
Rules

@ -1,4 +1,4 @@
# Copyright (C) 1991-2023 Free Software Foundation, Inc.
# Copyright (C) 1991-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
argp/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1997-2023 Free Software Foundation, Inc.
# Copyright (C) 1997-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
argp/argp-ba.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_BUG_ADDRESS.
Copyright (C) 1996-2023 Free Software Foundation, Inc.
Copyright (C) 1996-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-eexst.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_ERR_EXIT_STATUS
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fmtstream.c

@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fmtstream.h

@ -1,5 +1,5 @@
/* Word-wrapping and line-truncating streams.
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-fs-xinl.c

@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp-fmtstream.h
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-help.c

@ -1,5 +1,5 @@
/* Hierarchial argument parsing help output
Copyright (C) 1995-2023 Free Software Foundation, Inc.
Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-namefrob.h

@ -1,5 +1,5 @@
/* Name frobnication for compiling argp outside of glibc
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-parse.c

@ -1,5 +1,5 @@
/* Hierarchial argument parsing, layered over getopt
Copyright (C) 1995-2023 Free Software Foundation, Inc.
Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-pv.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION.
Copyright (C) 1996-2023 Free Software Foundation, Inc.
Copyright (C) 1996-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-pvh.c

@ -1,5 +1,5 @@
/* Default definition for ARGP_PROGRAM_VERSION_HOOK.
Copyright (C) 1996-2023 Free Software Foundation, Inc.
Copyright (C) 1996-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp-test.c

@ -1,5 +1,5 @@
/* Test program for argp argument parser
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
argp/argp-xinl.c

@ -1,5 +1,5 @@
/* Real definitions for extern inline functions in argp.h
Copyright (C) 1997-2023 Free Software Foundation, Inc.
Copyright (C) 1997-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/argp.h

@ -1,5 +1,5 @@
/* Hierarchical argument parsing, layered over getopt.
Copyright (C) 1995-2023 Free Software Foundation, Inc.
Copyright (C) 1995-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Written by Miles Bader <miles@gnu.ai.mit.edu>.

2
argp/bits/argp-ldbl.h

@ -1,5 +1,5 @@
/* Redirections for argp functions for -mlong-double-64.
Copyright (C) 2019-2023 Free Software Foundation, Inc.
Copyright (C) 2019-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
argp/tst-argp1.c

@ -1,4 +1,4 @@
/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
/* Copyright (C) 2002-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
argp/tst-argp2.c

@ -1,4 +1,4 @@
/* Copyright (C) 2007-2023 Free Software Foundation, Inc.
/* Copyright (C) 2007-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
argp/tst-ldbl-argp.c

@ -1,5 +1,5 @@
/* Testing of long double conversions in argp.h functions.
Copyright (C) 2018-2023 Free Software Foundation, Inc.
Copyright (C) 2018-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 1991-2023 Free Software Foundation, Inc.
# Copyright (C) 1991-2024 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or

2
assert/__assert.c

@ -1,4 +1,4 @@
/* Copyright (C) 2000-2023 Free Software Foundation, Inc.
/* Copyright (C) 2000-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/__libc_assert_fail.c

@ -1,5 +1,5 @@
/* libc-internal assert that calls __libc_message.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert-perr.c

@ -1,4 +1,4 @@
/* Copyright (C) 1994-2023 Free Software Foundation, Inc.
/* Copyright (C) 1994-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert.c

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
/* Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/assert.h

@ -1,4 +1,4 @@
/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
/* Copyright (C) 1991-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/tst-assert-c++.cc

@ -1,5 +1,5 @@
/* Tests for interactions between C++ and assert.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
assert/tst-assert-g++.cc

@ -1,5 +1,5 @@
/* Tests for interactions between C++ and assert. GNU C++11 version.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/Makefile

@ -1,4 +1,4 @@
# Copyright (C) 2013-2023 Free Software Foundation, Inc.
# Copyright (C) 2013-2024 Free Software Foundation, Inc.
# Copyright The GNU Toolchain Authors.
# This file is part of the GNU C Library.

2
benchtests/bench-arc4random.c

@ -1,5 +1,5 @@
/* arc4random benchmarks.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-bzero-large.c

@ -1,5 +1,5 @@
/* Measure bzero functions with large data sizes.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-bzero-walk.c

@ -1,5 +1,5 @@
/* Measure memset function throughput with large data sizes.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-bzero.c

@ -1,5 +1,5 @@
/* Measure bzero functions.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-dl-elf-hash.c

@ -1,5 +1,5 @@
/* Measure __dl_new_hash runtime
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-dl-new-hash.c

@ -1,5 +1,5 @@
/* Measure __dl_new_hash runtime
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-hash-funcs-kernel.h

@ -1,5 +1,5 @@
/* Actual benchmark kernels used by bench-hash-funcs.h
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-hash-funcs.c

@ -1,5 +1,5 @@
/* Measure hash functions runtime.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-libmvec-skeleton.c

@ -1,5 +1,5 @@
/* Skeleton for libmvec benchmark programs.
Copyright (C) 2021-2023 Free Software Foundation, Inc.
Copyright (C) 2021-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-malloc-simple.c

@ -1,5 +1,5 @@
/* Benchmark malloc and free functions.
Copyright (C) 2019-2023 Free Software Foundation, Inc.
Copyright (C) 2019-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-malloc-thread.c

@ -1,5 +1,5 @@
/* Benchmark malloc and free functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-math-inlines.c

@ -1,5 +1,5 @@
/* Measure math inline functions.
Copyright (C) 2015-2023 Free Software Foundation, Inc.
Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memccpy.c

@ -1,5 +1,5 @@
/* Measure memccpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memchr.c

@ -1,5 +1,5 @@
/* Measure memchr functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcmp.c

@ -1,5 +1,5 @@
/* Measure memcmp functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcmpeq.c

@ -1,5 +1,5 @@
/* Measure __memcmpeq functions.
Copyright (C) 2015-2023 Free Software Foundation, Inc.
Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcpy-large.c

@ -1,5 +1,5 @@
/* Measure memcpy functions with large data sizes.
Copyright (C) 2016-2023 Free Software Foundation, Inc.
Copyright (C) 2016-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcpy-random.c

@ -1,5 +1,5 @@
/* Measure memcpy performance.
Copyright (C) 2016-2023 Free Software Foundation, Inc.
Copyright (C) 2016-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcpy-walk.c

@ -1,5 +1,5 @@
/* Measure memcpy function combined throughput for different alignments.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memcpy.c

@ -1,5 +1,5 @@
/* Measure memcpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmem.c

@ -1,5 +1,5 @@
/* Measure memmem functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmove-large.c

@ -1,5 +1,5 @@
/* Measure memmove functions with large data sizes.
Copyright (C) 2016-2023 Free Software Foundation, Inc.
Copyright (C) 2016-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmove-walk.c

@ -1,5 +1,5 @@
/* Measure memmove function combined throughput for different alignments.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memmove.c

@ -1,5 +1,5 @@
/* Measure memmove functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-mempcpy.c

@ -1,5 +1,5 @@
/* Measure mempcpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memrchr.c

@ -1,5 +1,5 @@
/* Measure memrchr functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset-large.c

@ -1,5 +1,5 @@
/* Measure memset functions with large data sizes.
Copyright (C) 2016-2023 Free Software Foundation, Inc.
Copyright (C) 2016-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset-walk.c

@ -1,5 +1,5 @@
/* Measure memset function throughput with large data sizes.
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Copyright (C) 2017-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset-zero-large.c

@ -1,5 +1,5 @@
/* Measure memset functions for zeroing with large data sizes.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset-zero-walk.c

@ -1,5 +1,5 @@
/* Measure memset functions for zeroing throughput with large data sizes.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset-zero.c

@ -1,5 +1,5 @@
/* Measure memset functions for zeroing.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-memset.c

@ -1,5 +1,5 @@
/* Measure memset functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-nss-hash.c

@ -1,5 +1,5 @@
/* Measure __nss_hash runtime
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-lock-base.c

@ -1,5 +1,5 @@
/* Measure lock functions for different threads and critical sections.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-locks.c

@ -1,5 +1,5 @@
/* Measure various lock acquisition times for empty critical sections.
Copyright (C) 2020-2023 Free Software Foundation, Inc.
Copyright (C) 2020-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-mutex-lock.c

@ -1,5 +1,5 @@
/* Measure mutex_lock for different threads and critical sections.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-mutex-trylock.c

@ -1,5 +1,5 @@
/* Measure mutex_trylock for different threads and critical sections.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-spin-lock.c

@ -1,5 +1,5 @@
/* Measure mutex_trylock for different threads and critical sections.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-pthread-spin-trylock.c

@ -1,5 +1,5 @@
/* Measure spin_trylock for different threads and critical sections.
Copyright (C) 2022-2023 Free Software Foundation, Inc.
Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-rawmemchr.c

@ -1,5 +1,5 @@
/* Measure memchr functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-skeleton.c

@ -1,5 +1,5 @@
/* Skeleton for benchmark programs.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpcpy.c

@ -1,5 +1,5 @@
/* Measure stpcpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpcpy_chk.c

@ -1,5 +1,5 @@
/* Measure stpcpy checking functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-stpncpy.c

@ -1,5 +1,5 @@
/* Measure stpncpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcasecmp.c

@ -1,5 +1,5 @@
/* Measure strcasecmp functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcasestr.c

@ -1,5 +1,5 @@
/* Measure strcasestr functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcat.c

@ -1,5 +1,5 @@
/* Measure strcat functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strchr.c

@ -1,5 +1,5 @@
/* Measure STRCHR functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strchrnul.c

@ -1,5 +1,5 @@
/* Measure strchrnul function.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcmp.c

@ -1,5 +1,5 @@
/* Measure strcmp and wcscmp functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcoll.c

@ -1,5 +1,5 @@
/* Measure strcoll execution time in different locales.
Copyright (C) 2015-2023 Free Software Foundation, Inc.
Copyright (C) 2015-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcpy.c

@ -1,5 +1,5 @@
/* Measure strcpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcpy_chk.c

@ -1,5 +1,5 @@
/* Measure __strcpy_chk functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strcspn.c

@ -1,5 +1,5 @@
/* Measure strcspn functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-string.h

@ -1,5 +1,5 @@
/* Measure string and memory functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strlen.c

@ -1,5 +1,5 @@
/* Measure STRLEN functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncasecmp.c

@ -1,5 +1,5 @@
/* Measure strncasecmp functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncat.c

@ -1,5 +1,5 @@
/* Measure strncat functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncmp.c

@ -1,5 +1,5 @@
/* Measure strncmp functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strncpy.c

@ -1,5 +1,5 @@
/* Measure strncpy functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strnlen.c

@ -1,5 +1,5 @@
/* Measure strlen functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strpbrk.c

@ -1,5 +1,5 @@
/* Measure strpbrk functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strrchr.c

@ -1,5 +1,5 @@
/* Measure STRCHR functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strsep.c

@ -1,5 +1,5 @@
/* Measure strsep functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strspn.c

@ -1,5 +1,5 @@
/* Measure strspn functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

2
benchtests/bench-strstr.c

@ -1,5 +1,5 @@
/* Measure strstr functions.
Copyright (C) 2013-2023 Free Software Foundation, Inc.
Copyright (C) 2013-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save