Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * include/getopt.h (getopt_long_only): Declare. | Corinna Vinschen | 2006-01-09 | 1 | -0/+2 |
| | |||||
* | * include/getopt.h: Accommodate recent unfortunate newlib changes. | Christopher Faylor | 2006-01-05 | 1 | -0/+4 |
| | |||||
* | * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o. | Corinna Vinschen | 2003-09-10 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | * cygwin.din: Export __check_rhosts_file, __rcmd_errstr, optarg, opterr, optind, optopt, optreset, getopt, getopt_long, iruserok and ruserok. * getopt.c: Moved from lib to here. Define opt* variables as dllexport. * iruserok.c: Moved from lib to here. Rearrange function order. Prefer using 64/32 bit functions. * syscalls.cc (shell_fp): Define as struct __sFILE64. (getusershell): Use fopen64 instead of fopen. * winsup.h: Add declarations for seteuid32, fopen64, cygwin_gethostbyname and cygwin_inet_addr. * include/getopt.h: Declare opt* variables dllimport. * include/cygwin/version.h: Bump API minor number. | ||||
* | * include/getopt.h: Fix define. | Christopher Faylor | 2001-12-31 | 1 | -1/+1 |
| | |||||
* | * include/getopt.h: Protect a declaratin. | Christopher Faylor | 2001-12-26 | 1 | -1/+3 |
| | |||||
* | * include/getopt.h: Don't define getopt_long() and friends when | Corinna Vinschen | 2001-12-17 | 1 | -8/+23 |
| | | | | included through unistd.h. | ||||
* | * include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere. | Christopher Faylor | 2001-12-11 | 1 | -0/+1 |
| | |||||
* | * cygwin.din (__argv): Export. | Christopher Faylor | 2001-09-19 | 1 | -1/+1 |
| | | | | | | | (__argc): Ditto. (__progname): Ditto. * include/getopt.h (getopt_long): constify arguments. * lib/getopt.c: Import new file from NetBSD. | ||||
* | Whitespace cleanup. | Christopher Faylor | 2000-10-28 | 1 | -2/+2 |
| | | | | | | * configure.in: Eliminate subdir stuff. * configure: Regenerate. * include/getopt.h (option): Make name field 'const'. | ||||
* | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+66 |