Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-24 * cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.Corinna Vinschen
2009-03-23 * passwd.c (usage): Change description for -d option according toCorinna Vinschen
2009-03-23 * passwd.c (caller_is_admin): New function to test if calling userCorinna Vinschen
2009-03-22 * passwd.c (main): Always get logonserver from environment andCorinna Vinschen
2009-03-22 * ldd.cc: Fix compiler warning.Corinna Vinschen
2009-03-18*** empty log message ***Christopher Faylor
2009-03-18Re-add inexplicably missing ldh.cc.Christopher Faylor
2009-03-18* ldd.cc (load_dll): Start helper program rather than ldd.exe.Christopher Faylor
2009-03-14* ldd.cc (longopts): Add --dll option.Christopher Faylor
2009-03-14 * path.cc (from_fstab): Use wcstombs/mbstowcs instead ofCorinna Vinschen
2009-03-14 * wide_path.h (class wide_path): New class to convert Windows pathCorinna Vinschen
2009-03-14* ldd.cc: Rework to detect missing DLLs.Christopher Faylor
2009-03-09 * utils.sgml: Fix typo.Corinna Vinschen
2009-03-09* cygcheck.cc (usage): Fix typo.Christopher Faylor
2009-03-02 * utils.sgml: Set example prompt to "$" throughout. Don't use "/"Corinna Vinschen
2009-03-02 * mount.cc (mount_entries): Handle a "/" cygdrive prefix correctly.Corinna Vinschen
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor
2009-01-29 * cygcheck.cc (dump_sysinfo): Evaluate and print state ofCorinna Vinschen
2009-01-21ChangeLog:Corinna Vinschen
2009-01-17 * Makefile.in: Fix copyright date.Corinna Vinschen
2009-01-16 * cygcheck.cc (dump_sysinfo): Raise size of osname. Add Windows 7Corinna Vinschen
2009-01-09* ldd.cc: New file. First stab at implementing ldd-like functionality forChristopher Faylor
2009-01-06 * cygcheck.cc (dump_sysinfo_services): Quote the path for popen.Pierre Humblet
2008-12-31 * cygcheck.cc (pretty_id): Quote the path for popen.Pierre Humblet
2008-12-16 * utils.sgml: Fix typo in passwd screen text.Corinna Vinschen
2008-12-15 * passwd.c (main): Put how to delete the registry password on its ownCorinna Vinschen
2008-12-14* utils.sgml: Convert some backslashes to slashes.Christopher Faylor
2008-11-26 * passwd.c (longopts): Add --reg-store-pwd option.Corinna Vinschen
2008-10-29* Makefile.in (ALL_LDFLAGS): Link libgcc statically for everything here.Christopher Faylor
2008-10-13fix typoChristopher Faylor
2008-10-13* mingw: Set sawcfile when -xc* is detected. Extend list of detected sourceChristopher Faylor
2008-10-13* mingw: Add more checks to allow more varied use.Christopher Faylor
2008-10-12* mingw: Use a better method to find where mingw directory lives.Christopher Faylor
2008-10-12Dummy check-in to get right revision log:Christopher Faylor
2008-10-12* Makefile.in: Tweak to work better with new utils/mingw front-end.Christopher Faylor
2008-09-13* cygcheck.cc (pathlike::check_existence): Remove class name from declaration.Christopher Faylor
2008-08-28* cygcheck.cc (nuke): Use malloc rather than alloca for environment variables.Christopher Faylor
2008-08-25 * mkgroup.c (enum_local_groups): Don't skip printing groups whenCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Use NetLocalGroupGetInfo to find outCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Call print_win_error with GetLastErrorCorinna Vinschen
2008-08-18 * mkgroup.c (enum_local_groups): Return failure if looking for a singleCorinna Vinschen
2008-08-18 * mkgroup.c (main): Keep correctly track of optional arguments.Corinna Vinschen
2008-08-18 * mkgroup.c (main): Always unset environment variable POSIXLY_CORRECT.Corinna Vinschen
2008-08-17* cygcheck.cc (print_version): Update copyright dates.Christopher Faylor
2008-08-17* mkpasswd.c (main): Avoid printing system accounts when a single user name hasChristopher Faylor
2008-08-17* Makefile.in (ALL_LDFLAGS): Add --enable-auto-import option to quiet ldChristopher Faylor
2008-08-15 * mkgroup.c (fetch_current_pgrp_sid): New function to fetch primaryCorinna Vinschen
2008-08-13 * mount.cc (NT_MAX_PATH): Define.Corinna Vinschen
2008-08-04* cygcheck.cc (load_cygwin): Duplicate argv list since it disappears whenChristopher Faylor
2008-07-30* Makefile.in: Link cygcheck with -lntdll even without mingw-zlib.Christopher Faylor