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
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
* cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline.
2002-08-23output some newlines.Christopher Faylor
2002-08-21fix some glitchesChristopher Faylor
2002-08-13* regtool.cc (find_key): Add support for custom key separator.Christopher Faylor
(usage): Document it.
2002-08-02 * mkgroup.c (main): Don't print an entry for "Everyone".Corinna Vinschen
* mkpasswd.c (print_special): Set pw_gid to 544 for SYSTEM user. (main): Don't print an entry for "Everyone".
2002-07-16jdf fix.Christopher Faylor
2002-07-11jdf patchChristopher Faylor
2002-07-10more jdfChristopher Faylor
2002-07-09More jdf changes.Christopher Faylor
2002-07-08Joshua Daniel Franklin update.Christopher Faylor
2002-07-07doc patch.Christopher Faylor
2002-07-07* configure.in: Check for libiconv.a.Christopher Faylor
* configure: Regenerate. * Makefile.in: Add libiconv.a to libraries required for dumper.exe.
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
(load_netapi): Load used functions from advapi32.dll. (main): Use function pointers instead of statically linked functions from advapi32.dll.
2002-07-02* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor
that is passed to do_mount. * cygpath.cc (long_options): Add "dos" and "mixed", correct "close", "file" and "type" to use NULL flag. (usage): Clean up usage output (more), accomodate new options. (main): Add --dos and --mixed options; accomodate all output forms in --type. Make UNIXy output default.
2002-06-25Update from Joshua Daniel FranklinChristopher Faylor
2002-06-19* cygpath.cc (usage): Clean up usage output.Christopher Faylor
(dowin): Correct output of -t mixed for -ADHPSW options.
2002-06-14 * passwd.c: Rearrange includes to avoid unnecessary warnings.Corinna Vinschen
(GetPW): Add parameter to (dis)allow printing of Windows username. Use defines instead of numerical constants where possible. Try avoiding impersonation problem. Rearrange to print Windows username only if it's different from Cygwin username. (ChangePW): Use defines instead of numerical constants where possible. (main): Call GetPW with additional parameter. Change error text. * passwd.c (GetPW): Handle case of user-edited /etc/passwd with cygwin_internal (CW_EXTRACT_DOMAIN_AND_USER, ...).
2002-06-12Add dumper.exe words from Egor Duda.Christopher Faylor
2002-06-09* path.cc (cygpath): Change MOUNT_AUTO to MOUNT_CYGDRIVE.Christopher Faylor
(getmntent): Ditto.
2002-06-09* mount.cc (main): Use default system/user flag for cygdrive stuff, too.Christopher Faylor
(change_cygdrive_prefix): Change MOUNT_AUTO to MOUNT_CYGDRIVE. * umount.cc (remove_cygdrive_prefix): Ditto. (main): Use default system/user flag for cygdrive stuff, too.
2002-06-09* mount.cc (opts): Remove '-i' option.Christopher Faylor
(usage): Ditto. (main): Ditto. (longopts): Remove --import-old-mounts option.
2002-06-07* cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor
and "mixed". (main): Process options. (doit): Check new options flags.
2002-06-07 * regtool.cc (Fail): Be more verbose.Corinna Vinschen
(find_key): Add support for remote registry access. (usage): Document it. * utils.sgml: Document it.
2002-06-07* strace.cc (main): Make toggle a local variable.Christopher Faylor
2002-06-07* strace.cc (toggle): New global variable.Christopher Faylor
(error): Use exit instead of ExitProcess so that stdio buffers get flushed. (create_child): Remove command line error checking. (dostrace): Ditto. (dotoggle): New function. (usage): Add entry for new option -T|--toggle. Alphabetize. (longopts): Add new option -T|--toggle. (opts): Ditto. (main): Handle new -T|--toggle option. Move all command line checking here from other functions. * utils.sgml: Update section for strace.
2002-06-06* strace.cc (version): New global variable.Christopher Faylor
(usage): Accomodate stdout output. (print_version): New function.
2002-06-06* ssp.c (version): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (run_program): Correct cmd_line typos to cmdline. (usage): New function. Standardize usage output. Add ssp.txt to --help output. (print_version): New function. (main): Accommodate getopt.
2002-06-04* umount.cc (version): New global variable.Christopher Faylor
(longopts): Accommodate new --version option. (opts): Ditto. (usage): Standardize usage output. (print_version): New function. (main): Accommodate --help, --version options.
2002-06-03* regtool.cc (prog_name): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (usage): Standardize usage output. Rearrange/add descriptions. (print_version): New function. (main): Accomodate longopts and new --help, --version options. Add check for (_argv[optind+1] == NULL).
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor
(attach_process): Use window pid if cygwin pid isn't available (yet). (create_child): Use either DEBUG_ONLY_THIS_PROCESS or DEBUG_PROCESS, exclusively. (Suggested by Conrad.Scott@dsl.pipex.com)
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
dependent of the value of the struct's version member.
2002-05-29 * ps.cc (main): Change print format for uid to unsigned. Use uid32Corinna Vinschen
member of struct external_pinfo instead of uid.
2002-05-29 * passwd.c (prog_name): New global variable.Corinna Vinschen
(longopts): Ditto. (opts): Ditto. (usage): Standardize output. Accomodate new options. (print_version): New function. (main): Accomodate longopts and new --help, --version options.
2002-05-28 * ps.cc (usage): Fix typo.Corinna Vinschen
2002-05-28* ps.cc (prog_name): New global variable.Christopher Faylor
(longopts): Ditto. (opts): Ditto. (usage): New function. (print_version): New function. (main): Accomodate longopts and new --help, --version options.
2002-05-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor
(proc_child): Do it here, instead, after first debug event. This should work around inexplicable races with DebugActiveProcess. (dostrace): Pass any pid argument to proc_child.
2002-05-25Fix typos.Christopher Faylor
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate changes in usage function and new version option.
2002-05-23 * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
static void. (print_version): New function. (longopts): Added longopts for all options. (main): Accommodate new help and version options.
2002-05-23fix typo.Christopher Faylor
2002-05-23* mount.cc (version) New global variable.Christopher Faylor
(usage) Standardize usage output. Accomodate new version option. (print_version) New function. (longopts) Accomodate new version option. (opts) Ditto. (main) Ditto.
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen
* cygpath.cc (main): Add option l to support conversion to Windows long file names. Refactured code for capital options. Support of options from file for capital options. (dowin): New function. Refactured from main. (doit): Call long path conversion. (get_long_name): New function. (get_long_paths): New function. (get_long_path_name_w32impl): New function. Reimplementation of Windows API function GetLongPathName (only 98/Me/2000/XP or higher). (get_short_name): Call GetShortPathName only once. (get_short_paths): Fix calculating buffer size. * utils.sgml: Update cygpath section for l option.
2002-05-19* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor
(fhandler_disk_file::fstat): Ditto for delete/free.
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen
(get_short_name): Ditto. * cygpath.cc (main): Add option H to show the Windows' profiles directory. Support short names for options DPSW. Clean up copied code lines. * utils.sgml: Update cygpath section for H option and s support.