1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00

count-*: Fix module status (regression yesterday).

* modules/count-leading-zeros: Mark as deprecated, not obsolete.
Recommend module 'stdc_leading_zeros' instead of 'stdbit'.
* modules/count-trailing-zeros: Mark as deprecated, not obsolete.
Recommend module 'stdc_trailing_zeros' instead of 'stdbit'.
* modules/count-one-bits: Mark as deprecated, not obsolete. Recommend
module 'stdc_count_ones' instead of 'stdbit'.
* NEWS: Update.
This commit is contained in:
Bruno Haible
2026-03-15 10:01:57 +01:00
parent 9ab77fcaad
commit 84cda94746
5 changed files with 25 additions and 11 deletions

View File

@@ -2,10 +2,10 @@ Description:
Counts the number of leading 0-bits in a word.
Status:
obsolete
deprecated
Notice:
This module is obsolete; use the stdbit module instead.
This module is deprecated; use the 'stdc_leading_zeros' module instead.
Files:
lib/count-leading-zeros.c

View File

@@ -2,10 +2,10 @@ Description:
Counts the number of 1-bits in a word.
Status:
obsolete
deprecated
Notice:
This module is obsolete; use the stdbit module instead.
This module is deprecated; use the 'stdc_count_ones' module instead.
Files:
lib/count-one-bits.c

View File

@@ -2,10 +2,10 @@ Description:
Counts the number of trailing 0-bits in a word.
Status:
obsolete
deprecated
Notice:
This module is obsolete; use the stdbit module instead.
This module is deprecated; use the 'stdc_trailing_zeros' module instead.
Files:
lib/count-trailing-zeros.c