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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user