summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
Commit message (Collapse)AuthorAgeFilesLines
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-152-2/+198
| | | | | | | | | | | the diff is attached below. This is done on the 3.0 source-tree. I have test this on 2.2-stable before, but I don't have a 3.0 machine right now. This patch is mainly to make libc support BIG5 encoding, thus add zh_TW.BIG5 locale to 3.0. Submitted by: Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
* Remove half the file, somehow it got doubled...phk1998-08-151-168/+1
|
* I have been running with these locale data for a while now andphk1998-08-102-2/+337
| | | | | | | | | I hope some other people might find them useful. They are for zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding, so I could only hope someone else would fill the gap. PR: 7310 Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* add Hungarian ctypeache1998-08-071-2/+2
|
* Fixed printf format errors.bde1998-08-021-10/+12
|
* Use the installed version of mklocale for `make all'. It is nowbde1998-07-071-8/+6
| | | | | | | | | | bootstrapped by `make world'. The version just built in ".." normally won't work if the target system is not binary compatible. Don't build or install anything if _BUILD_TOOLS is defined. Then we only want to build and install the mklocale binary, but the layout of the mklocale tree forces recursing to mklocale/data for at least the obj target even when _BUILD_TOOLS is defined.
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-05-051-2/+2
| | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+2
|
* Add #include <string.h> to get prototypes.jb1998-02-201-0/+1
|
* Add Slovene linkache1997-11-071-2/+2
|
* Add link to Polish localeache1997-11-071-2/+2
|
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-242-1/+277
| | | | | Basic support for the Shift JIS encoding of japanese. (and one tiny typo fixed in a comment)
* kill the undeadpeter1997-07-131-158/+0
|
* This commit was generated by cvs2svn to compensate for changes in r27241,bde1997-07-061-0/+158
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,bde1997-07-061-0/+158
| | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported.
| * recording cvs-1.6 file deathpeter1995-12-301-158/+0
| |
* | Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | | | | | manpage is being viewed.
* | Fixed bogus existence check related to searching for a nearby obj directory.bde1997-04-101-2/+2
| | | | | | | | Now the search is as incomplete as elsewhere instead of broken.
* | Add fake codesets 3 & 4ache1997-03-251-15/+23
| | | | | | | | Submitted by: junker@jazz.snu.ac.kr
* | Update Korean localeache1997-03-131-18/+15
| | | | | | | | Should go into 2.2
* | minor nitadam1997-02-281-3/+3
| |
* | Add lt_LN.ISO_8859-2.src.wosch1997-02-282-10/+102
| | | | | | | | | | | | Use '.for' loop from make(1), not sh(1) 'for' loops. Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
* | Add Korean CTYPE localeache1997-02-222-2/+117
| | | | | | | | Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Add a couple of xrefs.mpp1997-01-111-0/+1
| |
* | Fix bugs in runes data handlingache1997-01-071-2/+2
| | | | | | | | | | Should go into 2.2 Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* | Fix non-break space attrsache1996-08-202-5/+5
| |
* | Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
| | | | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* | Backout yacc changes.phk1996-06-022-2/+2
| |
* | yacc rules change.phk1996-05-302-2/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-158/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | recording cvs-1.6 file deathpeter1995-12-3010-606/+0
| |
* | Add $id$ and ${COPY}ache1995-11-031-2/+2
| |
* | Cleanup make process per Bruce suggestionsache1995-11-037-18/+343
| |
* | Add strict 7bit ASCII localeache1995-10-282-1/+29
| |
* | Link LC_CTYPE inside dirs instead of dirs linkingache1995-10-221-0/+9
| |
* | Fix ALPHA rangeache1995-10-151-1/+1
| |
* | Various fixes mostly for letters rangeache1995-10-151-9/+13
| | | | | | | | Obtained from: partially from Kaleb S. Keithley <kaleb@x.org> patch
* | XDIGIT range fixed. This change is cosmetique and not affect anyone,ache1995-10-155-5/+5
| | | | | | | | because ASCII locale used for isdigit and isxdigit in any case.
* | Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-171-1/+1
| |
* | Add yet one popular russian code tableache1995-04-302-1/+43
| |
* | Fix owner/mode for installed dataache1995-01-301-2/+2
| |
* | Remove creating dirs & symlinks, it is done by mtree nowache1995-01-301-12/+2
| |
* | Remove links before creating themache1994-12-081-0/+1
| |
* | Remove iso8859-1 to proper nameache1994-12-042-0/+70
| |
* | Dig out full locale names set for ISO8859-1 (great success!)ache1994-12-041-7/+7
| |
* | Found at least one proper name for ISO8859-1 locale,ache1994-12-041-6/+6
| | | | | | | | still need more names
* | Comment out iso88591 installation until proper name set will be foundache1994-12-041-1/+7
| | | | | | | | | | (see README.locale_name). Please, anybody tell me language set and countries set described in iso88591 to produce proper name set.
* | Add quick description of rules how to build locale name,ache1994-12-041-0/+7
| | | | | | | | f.e. iso_8859_1 name is completely incorrect
OpenPOWER on IntegriCloud