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
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
2002-09-19* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.Christopher Faylor
2002-09-17* cygcheck.cc: Reorder includes to avoid compiler error.Christopher Faylor
2002-09-15Add final newlines to utilsJoshua Daniel Franklin
2002-09-152002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu>Joshua Daniel Franklin
2002-08-13* regtool.cc (find_key): Add support for custom key separator.Christopher Faylor
2002-08-02 * mkgroup.c (main): Don't print an entry for "Everyone".Corinna Vinschen
2002-07-07* configure.in: Check for libiconv.a.Christopher Faylor
2002-07-07* Makefile.in: Use MINGW stuff from Makefile.common.Christopher Faylor
2002-07-02 * mkgroup.c: Add function pointers for functions from advapi32.dll.Corinna Vinschen
2002-07-02* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor
2002-06-19* cygpath.cc (usage): Clean up usage output.Christopher Faylor
2002-06-14 * passwd.c: Rearrange includes to avoid unnecessary warnings.Corinna Vinschen
2002-06-09* path.cc (cygpath): Change MOUNT_AUTO to MOUNT_CYGDRIVE.Christopher Faylor
2002-06-09* mount.cc (main): Use default system/user flag for cygdrive stuff, too.Christopher Faylor
2002-06-09* mount.cc (opts): Remove '-i' option.Christopher Faylor
2002-06-07* cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor
2002-06-07 * regtool.cc (Fail): Be more verbose.Corinna Vinschen
2002-06-07* strace.cc (main): Make toggle a local variable.Christopher Faylor
2002-06-07* strace.cc (toggle): New global variable.Christopher Faylor
2002-06-06* strace.cc (version): New global variable.Christopher Faylor
2002-06-06* ssp.c (version): New global variable.Christopher Faylor
2002-06-04* umount.cc (version): New global variable.Christopher Faylor
2002-06-03* regtool.cc (prog_name): New global variable.Christopher Faylor
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor
2002-05-30* mkpasswd.cc (main): Don't reset to binmode if stdout is a terminal.Christopher Faylor
2002-05-30* mount.cc (main): Make -b the default.Christopher Faylor
2002-05-30 * ps.cc (main): Use uid or uid32 member of struct external_pinfoCorinna Vinschen
2002-05-29 * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen
2002-05-29 * passwd.c (prog_name): New global variable.Corinna Vinschen
2002-05-28 * ps.cc (usage): Fix typo.Corinna Vinschen
2002-05-28* ps.cc (prog_name): New global variable.Christopher Faylor
2002-05-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor
2002-05-25Fix typos.Christopher Faylor
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
2002-05-23 * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
2002-05-23fix typo.Christopher Faylor
2002-05-23* mount.cc (version) New global variable.Christopher Faylor
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen
2002-05-19* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen
2002-05-14 * cygpath.cc (get_short_name): Fix error checking.Corinna Vinschen
2002-05-14* kill.cc (prog_name) New global variable.Christopher Faylor
2002-05-13* kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor
2002-05-13* kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor
2002-05-13Update ChangeLog with missing entry.Christopher Faylor
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor
2002-05-12* mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor
2002-04-29 * mkgroup.c (main): Change call to exit() to a return statement.Corinna Vinschen