| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0ecf)
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 228587
Submitted by: Micil <micheal.maclochlainn@oegaillimh.ie> (LC_TIME)
Reviewed by: bapt
Approved by: kib (mentor, implicit)
MFC after: 3 days
Differential revision: https://reviews.freebsd.org/D17997
Notes:
svn path=/head/; revision=340992
|
|
|
|
|
|
|
|
|
| |
Discussed with: bapt
Approved by: kib (mentor)
MFC after: 1 month
Notes:
svn path=/head/; revision=340104
|
|
|
|
|
|
|
|
| |
MFC after: 2 weeks
Relnotes: yes
Notes:
svn path=/head/; revision=325361
|
|
|
|
|
|
|
| |
Reported by: "張君天(Chun-Tien Chang)" <tcs@kitty.2y.idv.tw>
Notes:
svn path=/head/; revision=317204
|
|
|
|
|
|
|
|
| |
After discussion with many Taiwanese, in IT or not. Big5 is not used anymore.
It is not able to represent lots of the characters used in the language.
Notes:
svn path=/head/; revision=315568
|
|
|
|
|
|
|
|
| |
MFC after: 1 month
Relnotes: yes
Notes:
svn path=/head/; revision=310201
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For all locales with variants:
- if no ambiguity on the locale (only one variant) just use the regular name
- if ambiguity, pick one as default and append @<variant> to the others
respecting POSIX
As a result:
- All the 3 components locales added recently are renamed to the usual 2
components version for all but sr_RS.UTF-8
- Set sr_RS.UTF-8 to the cyrillic variant
- Add sr_RS.UTF-8@latin
- Remove the symlinks aliases they were created to represent the 2 components
version as aliasas and are now useless
- Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those
changes
Discussed with: ache@
Approved by: re@ (gjb)
Notes:
svn path=/head/; revision=302329
|
|
|
|
|
|
|
|
|
|
|
|
| |
Serbian locales have triple components to represent the 2 variations of the
locale: Latin and Cyrillic. Previously the tools generatic the locale were
appending both definitions instead of differentiating them.
Reported by: ache
Approved by: re (gjb)
Notes:
svn path=/head/; revision=302026
|
|
|
|
| |
Notes:
svn path=/head/; revision=298121
|
|
|
|
| |
Notes:
svn path=/head/; revision=292453
|
|
|
|
|
|
|
| |
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=291311
|
|
|
|
|
|
|
|
|
|
|
|
| |
- af_ZA.ISO8859-15
- en_AU.ISO8859-15
- en_CA.ISO8859-15
- en_NZ.ISO8859-15
- en_US.ISO8859-15
- fr_CA.ISO8859-15
Notes:
svn path=/head/; revision=290928
|
|
|
|
|
|
|
| |
Requested by: arche
Notes:
svn path=/head/; revision=290866
|
|
|
|
|
|
|
|
|
|
| |
directory symlink when the target directory does not exist. This will
cause an error instead of a broken setup.
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=290677
|
|\
| |
| |
| | |
Notes:
svn path=/projects/collation/; revision=290241
|
| |
| |
| |
| |
| |
| |
| |
| | |
MFC after: 2 weeks
Sponsored by: EMC / Isilon Storage Division
Notes:
svn path=/head/; revision=290083
|
| |
| |
| |
| | |
Notes:
svn path=/projects/collation/; revision=289261
|
|/
|
|
|
|
|
| |
only skip timedef until I figure out how to workaround svn painful mime-type handling
Notes:
svn path=/projects/collation/; revision=286438
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.
Still need to add real targets under targets/ to build packages.
Differential Revision: D2796
Reviewed by: brooks imp
Notes:
svn path=/head/; revision=284345
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=284172
|
| |
| |
| |
| | |
Notes:
svn path=/projects/bmake/; revision=246868
|
| |\
| | |
| | |
| | | |
Notes:
svn path=/projects/bmake/; revision=246555
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
what is dirname and filename.
Notes:
svn path=/projects/bmake/; revision=245831
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Requested by: Simon Gerraty <sjg@juniper.net>
Notes:
svn path=/projects/bmake/; revision=239572
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
Differential Revision: D2748
Reviewed by: brooks
Notes:
svn path=/head/; revision=284287
|
|/
|
|
|
|
|
|
|
| |
picked the link that was installed last so as to not change the behavior.
The one exception is sr_YU.ISO8859-2/LC_MONETARY where a file was being
replaced by a link.
Notes:
svn path=/head/; revision=245889
|
|
|
|
| |
Notes:
svn path=/head/; revision=196792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Catalan language is not only spoken in Spain (ca_ES), but also
in Andorra, France and Italy. In Andorra it is the official
language.
(see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution)
Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT.
PR: conf/92541
Submitted by: <rmh@io.debian.net>
MFC after: 1 week
Notes:
svn path=/head/; revision=193908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With the de_CH (swiss german) locale, numbers should look like this:
numbers: 1'234.45
monetary values: Fr. 1'234.45
Previously, the thousands separator was missing for numbers, and
"." for monetary values, and "," was incorrectly used as decimal
point.
PR: conf/75502
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
MFC after: 1 week
Notes:
svn path=/head/; revision=193867
|
|
|
|
|
|
|
| |
Reviewed by: philip
Notes:
svn path=/head/; revision=164131
|
|
|
|
|
|
|
| |
Submitted by: Ganbold <ganbold@micom.mng.net>
Notes:
svn path=/head/; revision=162940
|
|
|
|
|
|
|
| |
Submitted by: Alexander Peresunko
Notes:
svn path=/head/; revision=143126
|
|
|
|
|
|
|
|
|
|
| |
eu_ES.* locales.
Discussed with: "J. Vicente Carrasco -Bixen- " <carvay@tikismikis.org>,
the eu_ES.* locales submitter, tjr
Notes:
svn path=/head/; revision=137774
|
|
|
|
| |
Notes:
svn path=/head/; revision=136659
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
floating-point formats in the Greek locale. This allows printing
numbers with the ' format modifier, like this:
$ env -i LC_NUMERIC=el_GR.ISO8859-7 printf "%'.3f\n" 1024000
1.024.000,000
Reviewed by: das
Notes:
svn path=/head/; revision=136496
|
|
|
|
|
|
|
| |
data files to the ISO8859-13 versions.
Notes:
svn path=/head/; revision=134438
|
|
|
|
|
|
|
|
|
|
|
| |
(This differs somewhat from the version originally submitted - any mistakes
are my own.)
PR: 68524
Submitted by: J. Vicente Carrasco -Bixen-
Notes:
svn path=/head/; revision=134437
|
|
|
|
|
|
|
|
| |
PR: 65826
Submitted by: Hye-Shik Chang
Notes:
svn path=/head/; revision=128526
|
|
|
|
| |
Notes:
svn path=/head/; revision=127837
|
|
|
|
|
|
|
|
|
|
| |
the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made
a few minor adjustments and merged the makefiles.
PR: 44307
Notes:
svn path=/head/; revision=127474
|
|
|
|
|
|
|
|
|
|
| |
PR: misc/54477
Submitted by: Nicola Vitale <nivit@libero.it>
Approved by: rwatson (mentor)
Confirmed by: #freebsd, Google
Notes:
svn path=/head/; revision=125958
|
|
|
|
|
|
|
| |
Submitted by: Birsh T <tim@zhezu.kz>
Notes:
svn path=/head/; revision=125208
|
|
|
|
|
|
|
| |
Submitted by: Yury Tarasievich <grog@grsu.by>
Notes:
svn path=/head/; revision=123682
|
|
|
|
| |
Notes:
svn path=/head/; revision=122151
|
|
|
|
|
|
|
|
| |
PR: 55341
submitted by: Hye-Shik Chang <perky@freebsd.org>
Notes:
svn path=/head/; revision=118651
|
|
|
|
| |
Notes:
svn path=/head/; revision=118459
|
|
|
|
|
|
|
|
| |
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Notes:
svn path=/head/; revision=118174
|
|
|
|
|
|
|
|
| |
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
Notes:
svn path=/head/; revision=117259
|
|
|
|
|
|
|
| |
Add link for zh_CN.GBK
Notes:
svn path=/head/; revision=115930
|