OpenBSD CVS

CVS log for src/usr.bin/locale/locale.c


[BACK] Up to [local] / src / usr.bin / locale

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 17 10:45:04 2020 UTC (4 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, HEAD
Changes since 1.12: +8 -3 lines
Diff to previous 1.12 (colored)

implement the "charmap" argument as required by POSIX;
OK stsp@ millert@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 5 12:59:12 2016 UTC (8 years, 3 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored)

Sort includes.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 5 12:58:33 2016 UTC (8 years, 3 months ago) by jca
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

No need for pledge("rpath")

Revision 1.10 / (download) - annotate - [select for diffs], Thu Nov 19 06:07:16 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (colored)

pledge "stdio rpath".  Might not need "rpath", but ...

Revision 1.9 / (download) - annotate - [select for diffs], Fri Aug 14 14:31:49 2015 UTC (8 years, 9 months ago) by stsp
Branch: MAIN
Changes since 1.8: +2 -122 lines
Diff to previous 1.8 (colored)

Remove charsets other than UTF-8 from locale(1) output.
ok mpi tedu phessler zhuk, and discussed with many at c2k15

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 15 22:20:04 2013 UTC (10 years, 6 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Include unistd.h as it is the standard location for getopt().

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 13 20:44:21 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +7 -7 lines
Diff to previous 1.6 (colored)

handle proto warnings

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 1 00:39:14 2013 UTC (10 years, 10 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

update list of locales after adding Turkish.
requested and ok stsp@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 16 19:46:59 2013 UTC (10 years, 11 months ago) by guenther
Branch: MAIN
Changes since 1.4: +34 -7 lines
Diff to previous 1.4 (colored)

Quote values in the variable assignments, to be bulletproof in the face
of insane settings

ok matthew@ jca@ stsp@

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jun 16 18:09:47 2013 UTC (10 years, 11 months ago) by jca
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

Oops, I undid rev. 1.2
Spotted by stsp@ (sorry)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 16 15:09:03 2013 UTC (10 years, 11 months ago) by jca
Branch: MAIN
Changes since 1.2: +14 -7 lines
Diff to previous 1.2 (colored)

Improve locale(1) output formatting.

Quote LC_* variables "that are not set in the environment or are
overridden by LC_ALL" when printing them, and just print an empty string
for LC_ALL if it is unset.
With input and ok from guenther@ stsp@

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 5 14:56:45 2013 UTC (10 years, 11 months ago) by stsp
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

Add charset to Pig locale name. Without charset the Pig locale won't work.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 3 14:27:50 2013 UTC (10 years, 11 months ago) by stsp
Branch: MAIN

Add a minimal implementation of the locale(1) utility.
Can be used to check the current locale configuration and
provides a list of locales supported by the system.
help and ok matthew, schwarze

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.