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
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
2008-07-27* cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with it.Christopher Faylor
2008-07-25* mount.cc: Remove non-unix-like options (-x,-t,b) throughout.Christopher Faylor
2008-07-25 * utils.sgml: Remove useless text.Corinna Vinschen
2008-07-24 * mkgroup.c (main): Fix test for duplicate domain/machine request.Corinna Vinschen
2008-07-23 * mkgroup.c: Rework to allow per-domain/per-machine id_offset.Corinna Vinschen
2008-07-23 * mkgroup.c: Consolidate variable names.Corinna Vinschen
2008-07-23 * mkgroup.c (enum_groups): Create full qualified groupname usingCorinna Vinschen
2008-07-23 * mkgroup.c (main): Remove special root group code. Only printCorinna Vinschen
2008-07-22 * Makefile.in (cygcheck.exe): Link against ntdll.Corinna Vinschen
2008-07-17 * mount.cc (do_mount): Remove MOUNT_ENC code.Corinna Vinschen
2008-07-17 * utils.sgml: Add id's to all examples.Corinna Vinschen
2008-07-09 * mkgroup.c: Use statically linked functions throughout, except forCorinna Vinschen
2008-05-22 * setfacl.c (setfacl): Change from void to int. Return 2 in case ofCorinna Vinschen
2008-05-15 * Makefile.in (CYGWIN_BINS): Remove ipcrm and ipcs.Corinna Vinschen
2008-04-23 * mount.cc (usage): Mark -s and -u as ignored.Corinna Vinschen
2008-04-22 * cygcheck.cc (dump_sysinfo): Fix multiple Cygwin DLL test.Corinna Vinschen
2008-03-16 * path.cc: Include malloc.h for alloca.Brian Dessent
2008-03-12 * cygpath.cc (do_sysfolders): Use cygwin_conv_path.Corinna Vinschen
2008-03-11 * cygcheck.cc (find_app_on_path): Make buffer SYMLINK_MAX + 1Brian Dessent
2008-03-11 * cygcheck.cc (dirname): New static function.Brian Dessent
2008-03-09 * Makefile.in (install): Don't install the testsuite.Brian Dessent
2008-03-09 * Makefile.in: Add a 'check' target that builds and runsBrian Dessent
2008-03-08 * Makefile.in: Reorganize considerably, using GNU make'sBrian Dessent
2008-02-28 * mkpasswd.c (main): Simplify generating SYSTEM entry. Add entriesCorinna Vinschen
2008-01-13 * cygcheck.cc (dump_sysinfo): Always try to get a OSVERSIONINFOEXCorinna Vinschen
2007-12-29 * bloda.cc (enum bad_app): Add BYTEMOBILE.Dave Korn