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 (Collapse)Author
2000-06-08 mount.cc (error): New function to report an error and exit.Corinna Vinschen
umount.cc (error): Ditto. (remove_all_automounts): Check return status of cygwin_umount. (remove_all_user_mounts): Ditto. (remove_all_system_mounts): Ditto.
2000-06-05* mount.cc: add stdlib.h for exitDJ Delorie
* umount.cc: ditto * strace.cc: add #define for alloca
2000-05-20 * regtool.cc (find_key): Add parameter `access'.Corinna Vinschen
Call `RegOpenKeyEx' with that desired access. (cmd_add, cmd_remove, cmd_set, cmd_unset): Call `find_key' with KEY_ALL_ACCESS access. (cmd_list, cmd_check, cmd_get): Call `find_key' with KEY_READ access.
2000-05-19* cygpath.cc: add --windir/--sysdir optionsDJ Delorie
* utils.sgml: and document them
2000-05-18* Makefile.in: Eliminate WINSUP_DEPS.Christopher Faylor
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
2000-04-27* mount.cc (main): Add "-X" option to specify a "Cygwin executable".Christopher Faylor
2000-04-19clean up SGML for latest version of jade/docbookDJ Delorie
2000-04-16 * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.Corinna Vinschen
Don't create extra passwd entry for administrators group if local_groups is set. (usage): Change usage text slightly. (enum_users): Loop while ERROR_MORE_DATA is returned. (enum_local_groups): Ditto. * mkgroup.c (enum_local_groups): Ditto. (enum_groups) Ditto. (usage): Change usage text slightly.
2000-04-13* cygpath.cc (main): Add -a -o and -c options.Christopher Faylor
(doit): Ditto.
2000-04-11* cygpath.cc (main): Add -f option for processing a group of paths from a file.Christopher Faylor
(doit): New function.
2000-04-03update copyright.Christopher Faylor
2000-03-19Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor
* strace.cc (_impure_ptr): New global variable to make strace build under Cygwin gcc.
2000-03-18* Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor
2000-03-15* Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor
2000-03-13* strace.cc: Throughout, track information like start_time, etc. on aChristopher Faylor
per-process basis.
2000-02-28* strace.cc (handle_output_debug_string): Parse strace output to allow variousChristopher Faylor
types of time output.
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor