Revision tags: release/14.0.0 |
|
#
b3e76948 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
6419bb52 |
| 13-Jun-2020 |
Yuri Pankov <yuripv@FreeBSD.org> |
locale: exit 1 if unknown keyword was specified
PR: 241906 Submitted by: Akos Somfai <akos.somfai@gmail.com>
|
Revision tags: release/11.4.0, release/12.1.0 |
|
#
61c1328e |
| 13-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r352105 through r352307.
|
#
eb6dbc22 |
| 11-Sep-2019 |
Yuri Pankov <yuripv@FreeBSD.org> |
locale: initialize variables to make gcc happy
Reported by: jenkins
|
#
de96322b |
| 11-Sep-2019 |
Yuri Pankov <yuripv@FreeBSD.org> |
locale: more output fixes
- make abday, day, abmon, mon, am_pm output quoting match linux - workaround localeconv() issue for mon_grouping and grouping (PR172215) - for other values not available in
locale: more output fixes
- make abday, day, abmon, mon, am_pm output quoting match linux - workaround localeconv() issue for mon_grouping and grouping (PR172215) - for other values not available in default locale, output -1 instead of 127 (CHAR_MAX) as returned by localeconv()
With these changes, output of `locale` and `locale -k` for all keywords specified by POSIX exactly matches the linux one.
PR: 237752 Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D21599
show more ...
|
#
42249ef2 |
| 10-Sep-2019 |
Yuri Pankov <yuripv@FreeBSD.org> |
locale: handle day, abday, mon, abmon, am_pm keywords
All of these are defined as mandatory by POSIX.
While here, mark all non-standard ones as FreeBSD-only as other systems (at least, GNU/Linux an
locale: handle day, abday, mon, abmon, am_pm keywords
All of these are defined as mandatory by POSIX.
While here, mark all non-standard ones as FreeBSD-only as other systems (at least, GNU/Linux and illumos) do not handle them, so we should not encourage their use.
PR: 237752 Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D21490
show more ...
|
Revision tags: release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
1de7b4b8 |
| 27-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error
various: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
1bde3b70 |
| 09-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309519 through r309757.
|
#
b54d51ac |
| 06-Dec-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
locale: fix the powerpc build
Reported by: markj (and bde, in a way) MFC after: 3 days X-MFC with: r309364 Sponsored by: Dell EMC
|
#
4f9d94bf |
| 04-Dec-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r309263 through r309518.
|
#
b28fd8ce |
| 01-Dec-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
locale: enable more warnings; fix them
Do not set WARNS, so it gets the current default of 6. Fix the warnings by sprinkling static, const, or strdup. Make some constant data tables const. Fix whit
locale: enable more warnings; fix them
Do not set WARNS, so it gets the current default of 6. Fix the warnings by sprinkling static, const, or strdup. Make some constant data tables const. Fix whitespace.
MFC after: 1 week Sponsored by: Dell EMC
show more ...
|
#
71500aab |
| 01-Dec-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
locale: fix buffer management
Also, handle signed and unsigned chars, and more gracefully handle invalid input.
Submitted by: bde in response to r309331 MFC after: 1 week Sponsored by: Dell EMC
|
#
dc521a58 |
| 30-Nov-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
Include limits.h for CHAR_MAX
This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX on head. Include limits.h anyway, for consistency, and because C says so.
Sponsored by: Dell
Include limits.h for CHAR_MAX
This was needed on stable/10. Apparently, sys/param.h supplies CHAR_MAX on head. Include limits.h anyway, for consistency, and because C says so.
Sponsored by: Dell EMC
show more ...
|
#
67bc8c8b |
| 19-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r308491 through r308841.
|
#
54068d18 |
| 19-Nov-2016 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
locale: fix display of "grouping" and "mon_grouping" values
The "grouping" and "mon_grouping" values are arrays of one-byte integers, not arrays of ASCII characters. Display them in a format simila
locale: fix display of "grouping" and "mon_grouping" values
The "grouping" and "mon_grouping" values are arrays of one-byte integers, not arrays of ASCII characters. Display them in a format similar to GNU and MacOS.
MFC after: 3 days Sponsored by: Dell EMC
show more ...
|
#
454d904a |
| 18-Nov-2016 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
We need to lookup locale when command line arguments are specified, as well. MFC after: 1 week
|
#
bfe9db58 |
| 18-Nov-2016 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Lookup locale when print all keywords as well.
Reported by: dumbbell Reviewed by: dumbbell MFC after: 1 week
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
27067774 |
| 16-Aug-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r303250 through r304235.
|
#
d7d0513c |
| 30-Jul-2016 |
Marcelo Araujo <araujo@FreeBSD.org> |
Use nitems() from sys/param.h.
MFC after: 2 weeks. Sponsored by: gandi.net (BSD Day Taiwan)
|
#
206541f2 |
| 18-Apr-2016 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Use the nitems() macro
|
Revision tags: release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
a5d8944a |
| 19-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head (r291075).
|
#
3c3feed4 |
| 01-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|