big kill patch (adds list/help/version)

2002-03-10 Thread Joshua Daniel Franklin
for this, or would it have to be hard-coded? 2002-03-10 Joshua Daniel Franklin [EMAIL PROTECTED] * kill.cc (sig0) New function. Process signals given on command line. (usage) Generalize to allow use for help. Describe options. (list_signals) New fucntion. (print_version) New

getfacl.c help/version patch

2002-03-09 Thread Joshua Daniel Franklin
-03-09 Joshua Daniel Franklin [EMAIL PROTECTED] * getfacl.c (usage) Standardize usage output. Change return type to static void. Add exit point within function. (longopts) Added longopts for all options. (print_version) New function. (main) Accommodate

dumper.exe help/version patch

2002-03-08 Thread Joshua Daniel Franklin
compilers. 2002-03-09 Joshua Daniel Franklin [EMAIL PROTECTED] * dumper.cc (usage) Standardize usage output. Generalize to allow use for help. (longopts) New struct. Added longopts for all options. (print_version) New function. (main) Change getopt to getopt_long

Re: cygpath copyright/version patch

2002-03-07 Thread Joshua Daniel Franklin
--- Christopher Faylor [EMAIL PROTECTED] wrote: On Wed, Feb 27, 2002 at 12:56:34PM -0800, Joshua Daniel Franklin wrote: Changelog: 2002-02-27 Joshua Daniel Franklin [EMAIL PROTECTED] * cygpath.cc (print_version): New function. (main): Accommodate new version function. Initialize 'o

Re: Updated: OpenSSH-3.1p1-1

2002-03-07 Thread Joshua Daniel Franklin
Corinna, Great job with the openssh update! To my knowledge cygwin was the first out of the gate with a packaged update, before I got a debian or redhat announcement. Almost as fast as grabbing the source myself. __ Do You Yahoo!? Try FREE

Re: mkshortcut debugging problem

2002-03-07 Thread Joshua Daniel Franklin
Well, after going over hoards of MSDN documents and adjusting my code, I realized what most developers' first guess might have been... I followed the null pointer. Madness overtook me. I corrected this (char *)problem and my util actually passed all my tests, no matter which directory it was

Re: mkshortcut debugging problem

2002-03-02 Thread Joshua Daniel Franklin
Thanks much, I'll take a look Sure is easy to readlooks almost like Python :) __ Do You Yahoo!? Yahoo! Sports - sign up for Fantasy Baseball http://sportsyahoocom -- Unsubscribe info: http://cygwincom/ml/#unsubscribe-simple Bug reporting:

Re: mkshortcut debugging problem

2002-03-01 Thread Joshua Daniel Franklin
On Thu, Feb 28, 2002 at 04:03:34PM -0800, Joshua Daniel Franklin wrote: The code that produces this error is: MultiByteToWideChar (CP_ACP, 0, lname, -1, widepath, MAX_PATH); hres = pf-lpVtbl-Save (pf, widepath, TRUE); if (!SUCCEEDED(hres)) { fprintf

Re: version information for cygcheck

2002-02-27 Thread Joshua Daniel Franklin
--- Warren Young [EMAIL PROTECTED] wrote: Joshua Daniel Franklin wrote: -z, --version output version information and exit I used -z since -v is --verbose. It could also have no character option if that would be better. Why not -V? No no no. Makes much too much sense

Re: version information for cygcheck

2002-02-27 Thread Joshua Daniel Franklin
--- Warren Young [EMAIL PROTECTED] wrote: Joshua Daniel Franklin wrote: -z, --version output version information and exit I used -z since -v is --verbose. It could also have no character option if that would be better. Why not -V? No no no. Makes much too much sense

Re: help/version patches

2002-02-27 Thread Joshua Daniel Franklin
--- Christopher Faylor [EMAIL PROTECTED] wrote: There's no need for a loop. There really shouldn't be any need to accommodate the missing colon but it doesn't hurt too much to add a test case. I've checked in a modified version of your patch. I cleaned up some of the non-GNU formatting,

Re: unix to dos path conversion utility?

2002-02-27 Thread Joshua Daniel Franklin
How about checking the online User's Guide: http://cygwin.com/cygwin-ug-net/cygwin-ug-net.html Or to go straight to your answer: http://cygwin.com/cygwin-ug-net/using-utils.html#CYGPATH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Stephens

RE: help/version patches

2002-02-26 Thread Joshua Daniel Franklin
--- Robert Collins [EMAIL PROTECTED] wrote: -Original Message- From: Joshua Daniel Franklin [mailto:[EMAIL PROTECTED]] +const char *revision=$Revision: 1.22 $; This is suspect: The revision string can look like $Revision:$ in some circumstances - see man co again - which

Re: help/version patches

2002-02-25 Thread Joshua Daniel Franklin
Adding version numbers is not a bad idea (although, I can't honestly think of a time when it would have helped to have this information). Adding version numbers in the middle of the program, in the middle of a text string is, IMO, a bad idea. The version number should be at the top of the

Re: help/version patches

2002-02-25 Thread Joshua Daniel Franklin
Adding version numbers is not a bad idea (although, I can't honestly think of a time when it would have helped to have this information). Adding version numbers in the middle of the program, in the middle of a text string is, IMO, a bad idea. The version number should be at the top of the

Re: help/version patches

2002-02-25 Thread Joshua Daniel Franklin
Adding version numbers is not a bad idea (although, I can't honestly think of a time when it would have helped to have this information). Adding version numbers in the middle of the program, in the middle of a text string is, IMO, a bad idea. The version number should be at the top of the

Re: help/version patches

2002-02-25 Thread Joshua Daniel Franklin
Adding version numbers is not a bad idea (although, I can't honestly think of a time when it would have helped to have this information). Adding version numbers in the middle of the program, in the middle of a text string is, IMO, a bad idea. The version number should be at the top of the

Re: New file for winsup/utils

2002-02-23 Thread Joshua Daniel Franklin
Chuck, do you want to grab the file from cygwin-patches and put it in cygutils? Sure, that sounds like a good addition. OK, c file and man page attached. The copyright is updated and the version now reads 1.01. I assume you would rather mess with the Makefile since you're already familiar

Re: [ANNOUNCEMENT] Updated: grep-2.5g

2002-02-22 Thread Joshua Daniel Franklin
From: Andrew DeFaria [EMAIL PROTECTED] Subject: Re: [ANNOUNCEMENT] Updated: grep-2.5g Date: Thu, 21 Feb 2002 19:09:50 -0800 grep: foo: is a directory I see there is a -d option and I can say -d skip. I guess what I'm asking for then is to have -d default to skip instead of read. Or you

Re: New file for winsup/utils

2002-02-20 Thread Joshua Daniel Franklin
OK, here is a new util: Usage mkshortcut.exe [OPTION]... TARGET NOTE: All filename arguments must be in unix (POSIX) format -a|--arguments=ARGS use arguments ARGS -h|--help output usage information and exit -i|--icon icon file for link to use

<    1   2   3   4   5   6