libc/winsup/utils
Corinna Vinschen a2036998b1 * locale.cc (printlocale): Remove.
(loc_t): New type to keep locale information for printing.
	(print_codeset): New function to print codeset as on Linux.
	(print_locale_with_codeset): New function to print single locale.
	Print verbose style as the Linux locale(1) tool.
	(print_locale): New function to print single locale plus its UTF-8
	variation, if available.
	(compare_locales): New helper function for bsearch and qsort on loc_t.
	(add_locale): New function to store locale in loc_t array.
	(add_locale_alias_locales): New function to store locales from
	locale.alias file in loc_t.
	(print_all_locales): Call add_locale instead of printlocale.
	Call add_locale_alias_locales, sort locales alphabetically and print
	them.
2010-02-23 14:07:08 +00:00
..
COPYING.dumper * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
ChangeLog * locale.cc (printlocale): Remove. 2010-02-23 14:07:08 +00:00
ChangeLog-2000 * regtool.cc (translate): Ensure that 'c' is initialized. 2001-01-10 14:20:16 +00:00
Makefile.in * Makefile.in (CYGWIN_BINS): Rename getlocale to locale. 2010-02-17 15:01:56 +00:00
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
bloda.cc * Makefile.in (cygcheck.exe): Link against ntdll. 2008-07-22 14:40:05 +00:00
configure * mount.cc: Remove non-unix-like options (-x,-t,b) throughout. 2008-07-25 15:03:25 +00:00
configure.in * mount.cc: Remove non-unix-like options (-x,-t,b) throughout. 2008-07-25 15:03:25 +00:00
cygcheck.cc * cygcheck.cc (dump_sysinfo): Fix typo in products. 2009-11-27 10:01:50 +00:00
cygpath.cc * cygpath.cc (do_pathconv): Fix erroneously printing native NT path 2010-02-22 17:40:46 +00:00
cygwin-console-helper.cc * cygwin-console-helper.cc: New file. 2009-07-05 00:01:26 +00:00
dump_setup.cc * cygcheck.cc (pathlike::check_existence): Remove class name from declaration. 2008-09-12 22:43:10 +00:00
dumper.cc * cygpath.cc (do_sysfolders): Use cygwin_conv_path. 2008-03-12 12:47:09 +00:00
dumper.h * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
getfacl.c * getfacl.c (print_version): Fix copyright. 2009-11-11 10:12:35 +00:00
kill.cc * kill.cc (main): Skip to PID loop on invalid option to handle 2009-10-12 16:01:44 +00:00
ldd.cc * cygpath.cc (main): Only setlocale for LC_CTYPE category. Fallback 2009-05-15 11:30:18 +00:00
ldh.cc Re-add inexplicably missing ldh.cc. 2009-03-18 14:46:24 +00:00
locale.cc * locale.cc (printlocale): Remove. 2010-02-23 14:07:08 +00:00
mingw * mingw: Add fallbacks to search for MinGW components in standard 2009-08-10 01:55:14 +00:00
mkgroup.c * mkpasswd.c: Properly define __progname as __declspec(dllimport). 2009-10-02 13:49:39 +00:00
mkpasswd.c * mkpasswd.c: Properly define __progname as __declspec(dllimport). 2009-10-02 13:49:39 +00:00
module_info.cc * Makefile.in: Add define to CXXFLAGS. 2001-12-11 22:51:01 +00:00
mount.cc * mount.cc (do_mount_from_fstab): Allow to change cygdrive prefix, too. 2010-01-11 12:13:55 +00:00
parse_pe.cc * dumper.cc: Change license to plain GPLv2 + later. 2007-07-24 19:08:23 +00:00
passwd.c * cygpath.cc (main): Only setlocale for LC_CTYPE category. Fallback 2009-05-15 11:30:18 +00:00
path.cc * path.cc (read_mounts): Skip unnecessary test if path has been 2009-11-04 17:09:32 +00:00
path.h * Makefile.in (path-mount.o): Add a rule to build stripped down version 2009-07-22 10:20:26 +00:00
ps.cc * ps.cc (main): Return 0 if pid found. 2009-12-18 03:34:59 +00:00
regtool.cc * regtool.cc: Throughout, convert all registry calls to wide char 2009-12-16 14:02:57 +00:00
setfacl.c * setfacl.c (getaclentry): Allow to delete default entries for the 2009-11-29 14:28:29 +00:00
setmetamode.c * Makefile.in: Build setmetamode.exe. 2006-07-03 16:00:58 +00:00
ssp.c * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate 2009-05-06 11:54:24 +00:00
ssp.txt Cleanup formatting on some files. Remove excessive whitespace. 2000-10-28 05:00:00 +00:00
strace.cc * strace.cc (mnemonic_table): Add "special" mask option. 2010-02-22 20:39:18 +00:00
testsuite.cc * Makefile.in: Add a 'check' target that builds and runs 2008-03-09 04:10:10 +00:00
testsuite.h * Makefile.in: Add a 'check' target that builds and runs 2008-03-09 04:10:10 +00:00
umount.cc * mount.cc (NT_MAX_PATH): Define. 2008-08-13 16:35:04 +00:00
utils.sgml * strace.cc (mnemonic_table): Add "special" mask option. 2010-02-22 20:39:18 +00:00
wide_path.h * wide_path.h (class wide_path): New class to convert Windows path 2009-03-14 14:56:20 +00:00