Earnie Boyd
d53c723240
* include/tchar.h: (__TEXT): Remove undef.
...
(_TEXT): Ditto.
(_T): Ditto.
2001-02-21 19:33:42 +00:00
Earnie Boyd
ea9bdf67b8
* include/commctrl.h: Revert TEXT change.
...
* include/lmalert.h: Ditto.
* include/lmcons.h: Ditto.
* include/lmsname.h: Ditto.
* include/lmsvc.h: Ditto.
* include/ntsecapi.h: Ditto.
* include/oledlg.h: Ditto.
* include/ras.h: Ditto.
* include/regstr.h: Ditto.
* include/richedit.h: Ditto.
* include/wininet.h: Ditto.
* include/winnt.h: Ditto.
2001-02-21 19:31:54 +00:00
Egor Duda
0917ed5950
* sigproc.cc (getsem): Make semaphore always non-inheritable.
2001-02-21 11:40:22 +00:00
Christopher Faylor
441d7aeef1
* dcrt0.cc (locale_init): Remove.
2001-02-20 03:28:01 +00:00
Christopher Faylor
f97e7d754c
* cygwin.din: Export rand48 functions.
...
* thread.cc (MTinterface::Init): Remove the initialization of `reent_data'.
* dcrt0.cc: Add the initalizer to the declaration of `reent_data'.
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 35.
2001-02-20 02:53:55 +00:00
Egor Duda
fc68bf34bb
* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOP
...
* signal.cc (sigaction): Ditto
* syscalls.cc (_lseek): Return EINVAL on invalid input
2001-02-16 18:49:20 +00:00
Earnie Boyd
00aae5a740
* include/w32api.h: Oops forgot to cvs add this.
2001-02-15 17:28:40 +00:00
Earnie Boyd
10216d4395
* include/commctrl.h: Use _TEXT() instead of TEXT() throughout.
...
* include/lmalert.h: Ditto.
* include/lmcons.h: Ditto.
* include/lmsname.h: Ditto.
* include/lmsvc.h: Ditto.
* include/ntsecapi.h: Ditto.
* include/oledlg.h: Ditto.
* include/ras.h: Ditto.
* include/regstr.h: Ditto.
* include/richedit.h: Ditto.
* include/wininet.h: Ditto.
* include/w32api.h: New File.
2001-02-15 17:26:22 +00:00
Christopher Faylor
ee2c7251d0
* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when the
...
library is not found
2001-02-14 23:45:56 +00:00
Christopher Faylor
8f8e7442bb
* fhandler_console.cc (fhandler_console::char_command): Ignore unknown
...
rendition codes in \033[xx;yym control sequences
2001-02-14 22:00:09 +00:00
Corinna Vinschen
61ee24b56c
* include/shlobj.h: Add missing SLR_* flags.
2001-02-13 21:39:57 +00:00
Earnie Boyd
5a4b4ab9cc
* lib/Makefile.in: (host_alias): Add variable.
...
(host_build): Ditto:
(xinstall): Removed
(xinstall-libraries): Ditto.
(xinstall-headers): Ditto.
(xuninstall): Ditto.
(xuninstall-libraries): Ditto.
(xuninstall-headers): Ditto.
* Makefile.in: (host_alias): Add variable.
(build_alias): Ditto.
2001-02-12 19:45:33 +00:00
Christopher Faylor
cde0c2fbca
* fork.cc (fork_parent): Return EAGAIN when can't record pid.
...
* pinfo.h (pinfo::remember): Return value of call to proc_subproc.
* sigproc.cc (proc_subproc): Return error if can't record pid.
2001-02-10 04:20:52 +00:00
Christopher Faylor
c41482c7ee
* syscalls.cc (mknod): Add valid parameters.
2001-02-09 17:17:34 +00:00
Corinna Vinschen
889109ab1f
* mmap.cc (mmap): Check for reusing a mapping only on MAP_SHARED
...
and on MAP_PRIVATE|MAP_ANON in the special case of offset 0.
2001-02-08 21:10:45 +00:00
Corinna Vinschen
db49d0b530
* mmap.cc (class list): Add member `hash'.
...
(list::list): Initialize `hash'.
(list::get_list_by_fd): Use filepath hash value to get the correct
mapping list if it's not an anonymous mapping.
(map::add_list): Initialize `hash' with filepath hash value.
(mmap): Check for reusing a mapping only on MAP_SHARED.
2001-02-08 21:02:36 +00:00
DJ Delorie
df7e8957fd
* setup2.sgml: Add docs about domain accounts.
2001-02-08 04:12:48 +00:00
Christopher Faylor
91d385fed3
* signal.cc (killpg): Correct first argument.
2001-02-07 23:48:09 +00:00
Corinna Vinschen
9182099c10
* autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.
...
Add LoadDLLfuncEx statements for GetIfTable@12 and GetIpAddrTable@12.
* fhandler_socket.cc (fhandler_socket::ioctl): Move variable
definitions to the beginning of the function to allow better debugging.
Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU.
* net.cc: Include iphlpapi.h.
(get_2k_ifconf): Rewritten. Uses IP Helper API now.
(get_nt_ifconf): Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC
and SIOCGIFMTU.
(get_95_ifconf): Ditto. Renamed from `get_9x_ifconf'.
(get_ifconf): Name loopback `lo' instead of `lo0' as in Linux.
Add handling for SIOCGIFHWADDR, SIOCGIFMETRIC and SIOCGIFMTU.
Call `get_95_ifconf' only on Windows 95, `get_nt_ifconf' only
on Windows NT < Service Pack 3, `get_2k_ifconf otherwise.
* include/asm/socket.h: Add defines for SIOCGIFHWADDR, SIOCGIFMETRIC
and SIOCGIFMTU.
* include/cygwin/if.h: Add `ifr_hwaddr', `ifr_metric' and `ifr_mtu'.
(struct ifreq): Add `ifru_hwaddr'.
2001-02-07 22:50:50 +00:00
Corinna Vinschen
d7ed877ba3
* syscalls.cc (stat_worker): Add a check for the special case when
...
a process creates a file using mode 000 using ntsec.
2001-02-06 14:07:02 +00:00
Corinna Vinschen
ae9b22c69b
* fhandler.cc (fhandler_base::open): Always add GENERIC_READ access
...
when opening raw disk devices.
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Implement bytewise
access.
* fhandler_raw.cc (fhandler_dev_raw::open): Always open raw disk device
binary.
(fhandler_dev_raw::raw_write): Don't drop read buffer content when
writing after read.
2001-02-05 16:10:06 +00:00
Corinna Vinschen
cada03f92f
* mmap.cc (mmap_record::fixup_map): New method to duplicate
...
the memory protection in a just forked child.
(mmap): Realign gran_len to page boundary only on anonymous
mapping before saving in the mmap_record.
(munmap): Cleanup code.
(msync): Ditto.
(fixup_mmaps_after_fork): Ditto. Call mmap_record::fixup_map now.
2001-02-05 12:36:41 +00:00
Earnie Boyd
7152ac2bb3
* include/winnt.h: (__TEXT): Add private macro.
...
(_TEXT): Modify definition to use __TEXT.
(_T): Ditto.
This change allows the passing of a MACRO as an argument and have that
MACRO resolved first.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
2001-02-02 18:10:58 +00:00
Earnie Boyd
a562294385
Fri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>
...
* include/tchar.h: (__TEXT): Add private macro.
(_TEXT): Modify definition to use __TEXT.
(_T): Ditto.
This change allows the passing of a MACRO as an argument and have that
MACRO resolved first.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
2001-02-02 16:50:06 +00:00
Christopher Faylor
47f810920a
* cygheap.cc (creturn): Correctly calculate cygheap_max.
2001-02-02 04:32:02 +00:00
Earnie Boyd
67997034e8
* Makefile.in: Increment VERSION to 0.5
...
* include/winnt.h: Change TEXT to _TEXT throughout.
(SID_RELEASE): Define.
Thanks to: Eric PAIRE <eric.paire@ri.silicomp.com>
2001-01-31 22:41:22 +00:00
Earnie Boyd
4ea1be6d1f
* Makefile.in: Increment version to 0.5
...
* include/_mingw.h: Increment minor version
2001-01-31 22:17:17 +00:00
Christopher Faylor
f8da150758
* shared.cc (shared_info::initialize): Reduce size of heap.
2001-01-31 15:06:06 +00:00
Corinna Vinschen
8344351113
* include/sys/resource.h: Fix typo.
2001-01-31 12:24:24 +00:00
Corinna Vinschen
44e6d951c7
* include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.
2001-01-31 12:21:23 +00:00
Christopher Faylor
4f42df7bc4
* include/cygwin/version.h: Bump version to 1.3.0.
2001-01-30 23:19:19 +00:00
Earnie Boyd
535964b7a4
* include/assert.h: (assert): Remove ; from end of definition
...
Thanks to: AJ Reins <tbisp@qwest.net>
2001-01-30 18:03:23 +00:00
Earnie Boyd
9cf3d9cbb5
* Apply Phil Krylov patches.
...
2001-01-19 Phil Krylov <phil@mail.ru>
* include/commctrl.h: (HDI_IMAGE) New definition.
(HDI_DI_SETITEM) Ditto.
(HDI_ORDER) Ditto.
(HDI_FILTER) Ditto.
(HDF_BITMAP_ON_RIGHT) Ditto.
(HDF_IMAGE) Ditto.
(HDM_SETORDERARRAY) Ditto.
(Header_SetOrderArray) Ditto.
(ICC_BAR_CLASSES) Ditto.
(struct _HD_ITEMA) Change definition.
(struct _HD_ITEMW) Ditto.
(struct tagINITCOMMONCONTROLSEX) Enclose in _WIN32_IE braces.
(InitCommonControlsEx()) Ditto.
2001-01-23 Phil Krylov <phil@mail.ru>
* include/richedit.h: Many Richedit 2.0 definitions.
2001-01-30 15:47:41 +00:00
Earnie Boyd
aaee3363f6
* include/winuser.h: (IDC_HAND) New resource identifier.
...
Thanks to: Mark Jordon <mark_jordan@ieee.org>
2001-01-30 14:59:29 +00:00
Earnie Boyd
04f79a1ca8
* include/iptypes.h: Include <sys/types.h> for time_t declaration.
...
Fix typo's.
2001-01-30 14:37:54 +00:00
Earnie Boyd
bac9524c30
* objidl.h: (GetClassID): Argument needs to be a pointer.
...
(GetUnmarshalClass): CLSID argument needs to be a pointer.
Thanks To: <bge@users.sourceforge.net>
2001-01-30 13:34:50 +00:00
Earnie Boyd
9d80174e9d
* Apply Danny Smith patch 102386
...
2000-11-15 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* lib/rasapi32.def: add symbols available in NT4 and W2k
2001-01-30 12:55:03 +00:00
Earnie Boyd
58605e60f6
* include/time.h: (CLOCKS_PER_SEC): Type cast the constant.
...
Thanks to: Cosmin Truta <cosmin@cs.toronto.edu>
2001-01-30 12:44:46 +00:00
Corinna Vinschen
9928a7e108
* pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead of
...
explicit cast (HANDLE) 0xffffffff.
* shared.cc (open_shared): Ditto.
2001-01-30 08:10:04 +00:00
Christopher Faylor
747e88d3f6
* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structure
...
instead of shared structure to fix a race condition between read/write.
2001-01-30 01:52:29 +00:00
Earnie Boyd
2f3ea37bc8
* time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.
2001-01-29 19:05:18 +00:00
Corinna Vinschen
68ea0dc2fc
* mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON as
...
being invalid.
2001-01-29 13:39:17 +00:00
Corinna Vinschen
f977222f70
* mmap.cc (mmap_record::find_empty): Fix loop condition.
2001-01-29 09:25:10 +00:00
Christopher Faylor
6a4878cf16
* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it
...
does.
* cygheap.cc (init_cheap): Don't specify a load address for the heap. It
doesn't work on #!*& Windows 9x.
(cygheap_init): Move GetUserName to memory_init.
* dcrt0.cc (dll_crt0_1): Call new memory_init functin, eliminate call to
heap_init.
* heap.cc (heap_init): Improve error output.
* heap.h: Correct some declarations.
* shared.cc (mount_table_init): Remove.
(memory_init): Renamed from shared_init. Reorganize to accomodate strange
Windows 9x problems with cygheap/heap interaction.
* shared_info.h: Rename shared_init to memory_init.
2001-01-29 00:46:25 +00:00
Earnie Boyd
39d871d66d
* include/wchar.h: The 2001.01.18 Change was incorrect. The functions
...
are actually C functions. These functions are resolved via the
-lmsvcp60 library and comments were placed in the header.
2001-01-28 18:06:17 +00:00
Earnie Boyd
80ac51aa47
Sun Jan 28 12:47:31 2001 Earnie Boyd <earnie@users.sourceforge.net>
...
* Apply Danny Smith patch 102382
2000-11-15 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* lib/mswsock.def: remove leading underscores from symbol names
2001-01-28 17:49:58 +00:00
Earnie Boyd
4586200df3
*include/stdlib.h (__p__pgmptr): add prototype.
...
(__p__wpgmptr): likewise.
(_pgmptr_dll): move declaration from dos.h.
(_wpgmptr_dll): likewise.
(_pgmptr): conditional define (MSVCT/CRTDLL).
(_wpgmptr): likewise.
*include/dos.h (_base*_dll variables): declare only for CRTDLL.
(_os*_dll variables): likewise.
(_pgmptr_dll): remove declaration and associated defines to stdlib.h.
(_wpgmptr_dll): likewise.
2001-01-28 16:40:19 +00:00
Earnie Boyd
d28fea6f4e
* Apply Danny Smith patch 102446
...
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* include/sql.h (ODBCVER): change default to 0x0351.
(SQLSetScrollOptions): non-core function, move prototype to sqlext.h.
(SQLColAttributes): likewise.
(SQLBindParam): add prototype for ODBC 3.x function.
(SQLCloseCursor): likewise.
(SQLColAttribute): likewise.
(SQLCopyDesc):likewise.
(SQLEndTran): likewise.
(SQLFetchScroll): likewise.
(SQLGetConnectAttr): likewise.
(SQLGetDescField): likewise.
(SQLGetDescRec): likewise.
(SQLGetDiagField): likewise.
(SQLGetDiagRec): likewise.
(SQLGetEnvAttr): likewise.
(SQLGetStmtAttr): likewise.
(SQLSetConnectAttr): likewise.
(SQLSetDescField):likewise.
(SQLSetDescRec): likewise.
(SQLSetEnvAttr): likewise.
(SQLSetStmtAttr): likewise.
(SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
_WIN64 compatability;
(SQL_ACCESS_MODE): Move define to sqlext.h (used in non-core functions).
(SQL_ACTIVE_CONNECTIONS): likewise.
(SQL_ACTIVE_STATEMENTS): likewise.
(SQL_ALL_EXCEPT_LIKE): likewise.
(SQL_API_ALL_FUNCTIONS): likewise.
(SQL_API_LOADBYORDINAL): likewise.
(SQL_API_SQLBINDPARAMETER): likewise.
(SQL_API_SQLBROWSECONNECT): likewise.
(SQL_API_SQLCOLATTRIBUTES): likewise.
(SQL_API_SQLCOLUMNPRIVILEGES): likewise.
(SQL_API_SQLDESCRIBEPARAM): likewise.
(SQL_API_SQLDRIVERCONNECT): likewise.
(SQL_API_SQLDRIVERS): likewise.
(SQL_API_SQLEXTENDEDFETCH): likewise.
(SQL_API_SQLFOREIGNKEYS): likewise.
(SQL_API_SQLMORERESULTS): likewise.
(SQL_API_SQLNATIVESQL): likewise.
(SQL_API_SQLNUMPARAMS): likewise.
(SQL_API_SQLPARAMOPTIONS): likewise.
(SQL_API_SQLPRIMARYKEYS): likewise.
(SQL_API_SQLPROCEDURECOLUMNS): likewise.
(SQL_API_SQLPROCEDURES): likewise.
(SQL_API_SQLSETPOS): likewise.
(SQL_API_SQLSETSCROLLOPTIONS): likewise.
(SQL_API_SQLTABLEPRIVILEGES): likewise.
(SQL_ASYNC_ENABLE): likewise.
(SQL_ASYNC_ENABLE_DEFAULT): likewise.
(SQL_ASYNC_ENABLE_OFF): likewise.
(SQL_ASYNC_ENABLE_ON): likewise.
(SQL_ATTR_READONLY): likewise.
(SQL_ATTR_READWRITE_UNKNOWN): likewise.
(SQL_ATTR_WRITE): likewise.
(SQL_AUTOCOMMIT): likewise.
(SQL_AUTOCOMMIT_DEFAULT): likewise.
(SQL_AUTOCOMMIT_OFF): likewise.
(SQL_AUTOCOMMIT_ON): likewise.
(SQL_BEST_ROWID): likewise.
(SQL_BIGINT): likewise.
(SQL_BINARY): likewise.
(SQL_BIND_BY_COLUMN): likewise.
(SQL_BIND_TYPE): likewise.
(SQL_BIND_TYPE_DEFAULT): likewise.
(SQL_BIT): likewise.
(SQL_BOOKMARK_PERSISTENCE): likewise.
(SQL_BP_CLOSE): likewise.
(SQL_BP_DELETE): likewise.
(SQL_BP_DROP): likewise.
(SQL_BP_OTHER_HSTMT): likewise.
(SQL_BP_SCROLL): likewise.
(SQL_BP_TRANSACTION): likewise.
(SQL_BP_UPDATE): likewise.
(SQL_C_BINARY): likewise.
(SQL_C_BIT): likewise.
(SQL_C_BOOKMARK): likewise.
(SQL_C_CHAR): likewise.
(SQL_C_DATE): likewise.
(SQL_C_DEFAULT): likewise.
(SQL_C_DOUBLE): likewise.
(SQL_C_FLOAT): likewise.
(SQL_C_LONG): likewise.
(SQL_C_SHORT): likewise.
(SQL_C_SLONG): likewise.
(SQL_C_SSHORT): likewise.
(SQL_C_STINYINT): likewise.
(SQL_C_TIME): likewise.
(SQL_C_TIMESTAMP): likewise.
(SQL_C_TINYINT): likewise.
(SQL_C_ULONG): likewise.
(SQL_C_USHORT): likewise.
(SQL_C_UTINYINT): likewise.
(SQL_CB_NON_NULL): likewise.
(SQL_CB_NULL): likewise.
(SQL_CC_CLOSE): likewise.
(SQL_CC_DELETE): likewise.
(SQL_CC_PRESERVE): likewise.
(SQL_CN_ANY): likewise.
(SQL_CN_DIFFERENT): likewise.
(SQL_CN_NONE): likewise.
(SQL_COLATT_OPT_MAX): likewise.
(SQL_COLATT_OPT_MIN): likewise.
(SQL_COLUMN_ALIAS): likewise.
(SQL_COLUMN_AUTO_INCREMENT): likewise.
(SQL_COLUMN_CASE_SENSITIVE): likewise.
(SQL_COLUMN_COUNT): likewise.
(SQL_COLUMN_DISPLAY_SIZE): likewise.
(SQL_COLUMN_DRIVER_START): likewise.
(SQL_COLUMN_LABEL): likewise.
(SQL_COLUMN_LENGTH): likewise.
(SQL_COLUMN_MONEY): likewise.
(SQL_COLUMN_NAME): likewise.
(SQL_COLUMN_NULLABLE): likewise.
(SQL_COLUMN_OWNER_NAME): likewise.
(SQL_COLUMN_PRECISION): likewise.
(SQL_COLUMN_QUALIFIER_NAME): likewise.
(SQL_COLUMN_SCALE): likewise.
(SQL_COLUMN_SEARCHABLE): likewise.
(SQL_COLUMN_TABLE_NAME): likewise.
(SQL_COLUMN_TYPE): likewise.
(SQL_COLUMN_TYPE_NAME): likewise.
(SQL_COLUMN_UNSIGNED): likewise.
(SQL_COLUMN_UPDATABLE): likewise.
(SQL_CONCAT_NULL_BEHAVIOR): likewise.
(SQL_CONCUR_DEFAULT): likewise.
(SQL_CONCUR_LOCK): likewise.
(SQL_CONCUR_READ_ONLY): likewise.
(SQL_CONCUR_ROWVER): likewise.
(SQL_CONCUR_TIMESTAMP): likewise.
(SQL_CONCUR_VALUES): likewise.
(SQL_CONCURRENCY): likewise.
(SQL_CONN_OPT_MAX): likewise.
(SQL_CONN_OPT_MIN): likewise.
(SQL_CONNECT_OPT_DRVR_START): likewise.
(SQL_CONVERT_BIGINT): likewise.
(SQL_CONVERT_BINARY): likewise.
(SQL_CONVERT_BIT): likewise.
(SQL_CONVERT_CHAR): likewise.
(SQL_CONVERT_DATE): likewise.
(SQL_CONVERT_DECIMAL): likewise.
(SQL_CONVERT_DOUBLE): likewise.
(SQL_CONVERT_FLOAT): likewise.
(SQL_CONVERT_FUNCTIONS): likewise.
(SQL_CONVERT_INTEGER): likewise.
(SQL_CONVERT_LONGVARBINARY): likewise.
(SQL_CONVERT_LONGVARCHAR): likewise.
(SQL_CONVERT_NUMERIC): likewise.
(SQL_CONVERT_REAL): likewise.
(SQL_CONVERT_SMALLINT): likewise.
(SQL_CONVERT_TIME): likewise.
(SQL_CONVERT_TIMESTAMP): likewise.
(SQL_CONVERT_TINYINT): likewise.
(SQL_CONVERT_VARBINARY): likewise.
(SQL_CONVERT_VARCHAR): likewise.
(SQL_CORRELATION_NAME): likewise.
(SQL_CR_CLOSE): likewise.
(SQL_CR_DELETE): likewise.
(SQL_CR_PRESERVE): likewise.
(SQL_CUR_DEFAULT): likewise.
(SQL_CUR_USE_DRIVER): likewise.
(SQL_CUR_USE_IF_NEEDED): likewise.
(SQL_CUR_USE_ODBC): likewise.
(SQL_CURRENT_QUALIFIER): likewise.
(SQL_CURSOR_DYNAMIC): likewise.
(SQL_CURSOR_FORWARD_ONLY): likewise.
(SQL_CURSOR_KEYSET_DRIVEN): likewise.
(SQL_CURSOR_ROLLBACK_BEHAVIOR): likewise.
(SQL_CURSOR_STATIC): likewise.
(SQL_CURSOR_TYPE): likewise.
(SQL_CURSOR_TYPE_DEFAULT): likewise.
(SQL_CVT_BIGINT): likewise.
(SQL_CVT_BINARY): likewise.
(SQL_CVT_BIT): likewise.
(SQL_CVT_CHAR): likewise.
(SQL_CVT_DATE): likewise.
(SQL_CVT_DECIMAL): likewise.
(SQL_CVT_DOUBLE): likewise.
(SQL_CVT_FLOAT): likewise.
(SQL_CVT_INTEGER): likewise.
(SQL_CVT_LONGVARBINARY): likewise.
(SQL_CVT_LONGVARCHAR): likewise.
(SQL_CVT_NUMERIC): likewise.
(SQL_CVT_REAL): likewise.
(SQL_CVT_SMALLINT): likewise.
(SQL_CVT_TIME): likewise.
(SQL_CVT_TIMESTAMP): likewise.
(SQL_CVT_TINYINT): likewise.
(SQL_CVT_VARBINARY): likewise.
(SQL_CVT_VARCHAR): likewise.
(SQL_DATABASE_NAME): likewise.
(SQL_DATE): likewise.
(SQL_DRIVER_HDBC): likewise.
(SQL_DRIVER_HENV): likewise.
(SQL_DRIVER_HLIB): likewise.
(SQL_DRIVER_HSTMT): likewise.
(SQL_DRIVER_NAME): likewise.
(SQL_DRIVER_ODBC_VER): likewise.
(SQL_DRIVER_VER): likewise.
(SQL_ENSURE): likewise.
(SQL_EXPRESSIONS_IN_ORDERBY): likewise.
(SQL_EXT_API_LAST): likewise.
(SQL_EXT_API_START): likewise.
(SQL_FD_FETCH_BOOKMARK): likewise.
(SQL_FD_FETCH_PREV): likewise.
(SQL_FD_FETCH_RESUME): likewise.
(SQL_FETCH_PREV): likewise.
(SQL_FETCH_RESUME): likewise.
(SQL_FILE_NOT_SUPPORTED): likewise.
(SQL_FILE_QUALIFIER): likewise.
(SQL_FILE_TABLE): likewise.
(SQL_FILE_USAGE): likewise.
(SQL_FN_CVT_CONVERT): likewise.
(SQL_FN_NUM_ABS): likewise.
(SQL_FN_NUM_ACOS): likewise.
(SQL_FN_NUM_ASIN): likewise.
(SQL_FN_NUM_ATAN): likewise.
(SQL_FN_NUM_ATAN2): likewise.
(SQL_FN_NUM_CEILING): likewise.
(SQL_FN_NUM_COS): likewise.
(SQL_FN_NUM_COT): likewise.
(SQL_FN_NUM_DEGREES): likewise.
(SQL_FN_NUM_EXP): likewise.
(SQL_FN_NUM_FLOOR): likewise.
(SQL_FN_NUM_LOG): likewise.
(SQL_FN_NUM_LOG10): likewise.
(SQL_FN_NUM_MOD): likewise.
(SQL_FN_NUM_PI): likewise.
(SQL_FN_NUM_POWER): likewise.
(SQL_FN_NUM_RADIANS): likewise.
(SQL_FN_NUM_RAND): likewise.
(SQL_FN_NUM_ROUND): likewise.
(SQL_FN_NUM_SIGN): likewise.
(SQL_FN_NUM_SIN): likewise.
(SQL_FN_NUM_SQRT): likewise.
(SQL_FN_NUM_TAN): likewise.
(SQL_FN_NUM_TRUNCATE): likewise.
(SQL_FN_STR_ASCII): likewise.
(SQL_FN_STR_CHAR): likewise.
(SQL_FN_STR_CONCAT): likewise.
(SQL_FN_STR_DIFFERENCE): likewise.
(SQL_FN_STR_INSERT): likewise.
(SQL_FN_STR_LCASE): likewise.
(SQL_FN_STR_LEFT): likewise.
(SQL_FN_STR_LENGTH): likewise.
(SQL_FN_STR_LOCATE): likewise.
(SQL_FN_STR_LOCATE_2): likewise.
(SQL_FN_STR_LTRIM): likewise.
(SQL_FN_STR_REPEAT): likewise.
(SQL_FN_STR_REPLACE): likewise.
(SQL_FN_STR_RIGHT): likewise.
(SQL_FN_STR_RTRIM): likewise.
(SQL_FN_STR_SOUNDEX): likewise.
(SQL_FN_STR_SPACE): likewise.
(SQL_FN_STR_SUBSTRING): likewise.
(SQL_FN_STR_UCASE): likewise.
(SQL_FN_SYS_DBNAME): likewise.
(SQL_FN_SYS_IFNULL): likewise.
(SQL_FN_SYS_USERNAME): likewise.
(SQL_FN_TD_CURDATE): likewise.
(SQL_FN_TD_CURTIME): likewise.
(SQL_FN_TD_DAYNAME): likewise.
(SQL_FN_TD_DAYOFMONTH): likewise.
(SQL_FN_TD_DAYOFWEEK): likewise.
(SQL_FN_TD_DAYOFYEAR): likewise.
(SQL_FN_TD_HOUR): likewise.
(SQL_FN_TD_MINUTE): likewise.
(SQL_FN_TD_MONTH): likewise.
(SQL_FN_TD_MONTHNAME): likewise.
(SQL_FN_TD_NOW): likewise.
(SQL_FN_TD_QUARTER): likewise.
(SQL_FN_TD_SECOND): likewise.
(SQL_FN_TD_TIMESTAMPadd): likewise.
(SQL_FN_TD_TIMESTAMPDIFF): likewise.
(SQL_FN_TD_WEEK): likewise.
(SQL_FN_TD_YEAR): likewise.
(SQL_FN_TSI_DAY): likewise.
(SQL_FN_TSI_FRAC_SECOND): likewise.
(SQL_FN_TSI_HOUR): likewise.
(SQL_FN_TSI_MINUTE): likewise.
(SQL_FN_TSI_MONTH): likewise.
(SQL_FN_TSI_QUARTER): likewise.
(SQL_FN_TSI_SECOND): likewise.
(SQL_FN_TSI_WEEK): likewise.
(SQL_FN_TSI_YEAR): likewise.
(SQL_GB_GROUP_BY_CONTAINS_SELECT): likewise.
(SQL_GB_GROUP_BY_EQUALS_SELECT): likewise.
(SQL_GB_NO_RELATION): likewise.
(SQL_GB_NOT_SUPPORTED): likewise.
(SQL_GD_BLOCK): likewise.
(SQL_GD_BOUND): likewise.
(SQL_GET_BOOKMARK): likewise.
(SQL_GROUP_BY): likewise.
(SQL_INFO_DRIVER_START): likewise.
(SQL_INFO_FIRST): likewise.
(SQL_INFO_LAST): likewise.
(SQL_INTERVAL_DAY): likewise.
(SQL_INTERVAL_DAY_TO_HOUR): likewise.
(SQL_INTERVAL_DAY_TO_MINUTE): likewise.
(SQL_INTERVAL_DAY_TO_SECOND): likewise.
(SQL_INTERVAL_HOUR): likewise.
(SQL_INTERVAL_HOUR_TO_MINUTE): likewise.
(SQL_INTERVAL_HOUR_TO_SECOND): likewise.
(SQL_INTERVAL_MINUTE): likewise.
(SQL_INTERVAL_MINUTE_TO_SECOND): likewise.
(SQL_INTERVAL_MONTH): likewise.
(SQL_INTERVAL_SECOND): likewise.
(SQL_INTERVAL_YEAR): likewise.
(SQL_INTERVAL_YEAR_TO_MONTH): likewise.
(SQL_KEYSET_SIZE): likewise.
(SQL_KEYSET_SIZE_DEFAULT): likewise.
(SQL_KEYWORDS): likewise.
(SQL_LCK_EXCLUSIVE): likewise.
(SQL_LCK_NO_CHANGE): likewise.
(SQL_LCK_UNLOCK): likewise.
(SQL_LIKE_ESCAPE_CLAUSE): likewise.
(SQL_LIKE_ONLY): likewise.
(SQL_LOCK_TYPES): likewise.
(SQL_LOGIN_TIMEOUT): likewise.
(SQL_LOGIN_TIMEOUT_DEFAULT): likewise.
(SQL_LONGVARBINARY): likewise.
(SQL_LONGVARCHAR): likewise.
(SQL_MAX_BINARY_LITERAL_LEN): likewise.
(SQL_MAX_CHAR_LITERAL_LEN): likewise.
(SQL_MAX_DSN_LENGTH): likewise.
(SQL_MAX_LENGTH): likewise.
(SQL_MAX_LENGTH_DEFAULT): likewise.
(SQL_MAX_OPTION_STRING_LENGTH): likewise.
(SQL_MAX_OWNER_NAME_LEN): likewise.
(SQL_MAX_PROCEDURE_NAME_LEN): likewise.
(SQL_MAX_QUALIFIER_NAME_LEN): likewise.
(SQL_MAX_ROW_SIZE_INCLUDES_LONG): likewise.
(SQL_MAX_ROWS): likewise.
(SQL_MAX_ROWS_DEFAULT): likewise.
(SQL_MODE_DEFAULT): likewise.
(SQL_MODE_READ_ONLY): likewise.
(SQL_MODE_READ_WRITE): likewise.
(SQL_MULT_RESULT_SETS): likewise.
(SQL_MULTIPLE_ACTIVE_TXN): likewise.
(SQL_NC_END): likewise.
(SQL_NC_START): likewise.
(SQL_NEED_LONG_DATA_LEN): likewise.
(SQL_NNC_NON_NULL): likewise.
(SQL_NNC_NULL): likewise.
(SQL_NO_TOTAL): likewise.
(SQL_NON_NULLABLE_COLUMNS): likewise.
(SQL_NOSCAN): likewise.
(SQL_NOSCAN_DEFAULT): likewise.
(SQL_NOSCAN_OFF): likewise.
(SQL_NOSCAN_ON): likewise.
(SQL_NUM_EXTENSIONS): likewise.
(SQL_NUM_FUNCTIONS): likewise.
(SQL_NUMERIC_FUNCTIONS): likewise.
(SQL_OAC_LEVEL1): likewise.
(SQL_OAC_LEVEL2): likewise.
(SQL_OAC_NONE): likewise.
(SQL_ODBC_API_CONFORMANCE): likewise.
(SQL_ODBC_CURSORS): likewise.
(SQL_ODBC_KEYWORDS): likewise.
(SQL_ODBC_SAG_CLI_CONFORMANCE): likewise.
(SQL_ODBC_SQL_CONFORMANCE): likewise.
(SQL_ODBC_SQL_OPT_IEF): likewise.
(SQL_ODBC_VER): likewise.
(SQL_OPT_TRACE): likewise.
(SQL_OPT_TRACE_DEFAULT): likewise.
(SQL_OPT_TRACE_FILE_DEFAULT): likewise.
(SQL_OPT_TRACE_OFF): likewise.
(SQL_OPT_TRACE_ON): likewise.
(SQL_OPT_TRACEFILE): likewise.
(SQL_OSC_CORE): likewise.
(SQL_OSC_EXTENDED): likewise.
(SQL_OSC_MINIMUM): likewise.
(SQL_OSCC_COMPLIANT): likewise.
(SQL_OSCC_NOT_COMPLIANT): likewise.
(SQL_OU_DML_STATEMENTS): likewise.
(SQL_OU_INDEX_DEFINITION): likewise.
(SQL_OU_PRIVILEGE_DEFINITION): likewise.
(SQL_OU_PROCEDURE_INVOCATION): likewise.
(SQL_OU_TABLE_DEFINITION): likewise.
(SQL_OUTER_JOINS): likewise.
(SQL_OWNER_TERM): likewise.
(SQL_OWNER_USAGE): likewise.
(SQL_PACKET_SIZE): likewise.
(SQL_PC_NOT_PSEUDO): likewise.
(SQL_POS_add): likewise.
(SQL_POS_DELETE): likewise.
(SQL_POS_OPERATIONS): likewise.
(SQL_POS_POSITION): likewise.
(SQL_POS_REFRESH): likewise.
(SQL_POS_UPDATE): likewise.
(SQL_POSITIONED_STATEMENTS): likewise.
(SQL_PROCEDURE_TERM): likewise.
(SQL_PROCEDURES): likewise.
(SQL_PS_POSITIONED_DELETE): likewise.
(SQL_PS_POSITIONED_UPDATE): likewise.
(SQL_PS_SELECT_FOR_UPDATE): likewise.
(SQL_QL_END): likewise.
(SQL_QL_START): likewise.
(SQL_QU_DML_STATEMENTS): likewise.
(SQL_QU_INDEX_DEFINITION): likewise.
(SQL_QU_PRIVILEGE_DEFINITION): likewise.
(SQL_QU_PROCEDURE_INVOCATION): likewise.
(SQL_QU_TABLE_DEFINITION): likewise.
(SQL_QUALIFIER_LOCATION): likewise.
(SQL_QUALIFIER_NAME_SEPARATOR): likewise.
(SQL_QUALIFIER_TERM): likewise.
(SQL_QUALIFIER_USAGE): likewise.
(SQL_QUERY_TIMEOUT): likewise.
(SQL_QUERY_TIMEOUT_DEFAULT): likewise.
(SQL_QUICK): likewise.
(SQL_QUIET_MODE): likewise.
(SQL_QUOTED_IDENTIFIER_CASE): likewise.
(SQL_RD_DEFAULT): likewise.
(SQL_RD_OFF): likewise.
(SQL_RD_ON): likewise.
(SQL_RETRIEVE_DATA): likewise.
(SQL_ROW_NUMBER): likewise.
(SQL_ROW_UPDATES): likewise.
(SQL_ROWSET_SIZE): likewise.
(SQL_ROWSET_SIZE_DEFAULT): likewise.
(SQL_ROWVER): likewise.
(SQL_SC_NON_UNIQUE): likewise.
(SQL_SC_TRY_UNIQUE): likewise.
(SQL_SC_UNIQUE): likewise.
(SQL_SCCO_OPT_TIMESTAMP): likewise.
(SQL_SCROLL_DYNAMIC): likewise.
(SQL_SCROLL_FORWARD_ONLY): likewise.
(SQL_SCROLL_KEYSET_DRIVEN): likewise.
(SQL_SCROLL_OPTIONS): likewise.
(SQL_SCROLL_STATIC): likewise.
(SQL_SEARCHABLE): likewise.
(SQL_SIGNED_OFFSET): likewise.
(SQL_SIMULATE_CURSOR): likewise.
(SQL_SO_DYNAMIC): likewise.
(SQL_SO_FORWARD_ONLY): likewise.
(SQL_SO_KEYSET_DRIVEN): likewise.
(SQL_SO_MIXED): likewise.
(SQL_SO_STATIC): likewise.
(SQL_SPEC_MAJOR): likewise.
(SQL_SPEC_MINOR): likewise.
(SQL_SPEC_STRING): likewise.
(SQL_SQ_COMPARISON): likewise.
(SQL_SQ_CORRELATED_SUBQUERIES): likewise.
(SQL_SQ_EXISTS): likewise.
(SQL_SQ_IN): likewise.
(SQL_SQ_QUANTIFIED): likewise.
(SQL_SQLSTATE_SIZE): likewise.
(SQL_SS_addITIONS): likewise.
(SQL_SS_DELETIONS): likewise.
(SQL_SS_UPDATES): likewise.
(SQL_STATIC_SENSITIVITY): likewise.
(SQL_STMT_OPT_MAX): likewise.
(SQL_STMT_OPT_MIN): likewise.
(SQL_STRING_FUNCTIONS): likewise.
(SQL_SUBQUERIES): likewise.
(SQL_SYSTEM_FUNCTIONS): likewise.
(SQL_TABLE_STAT): likewise.
(SQL_TABLE_TERM): likewise.
(SQL_TIME): likewise.
(SQL_TIMEDATE_add_INTERVALS): likewise.
(SQL_TIMEDATE_DIFF_INTERVALS): likewise.
(SQL_TIMEDATE_FUNCTIONS): likewise.
(SQL_TIMESTAMP): likewise.
(SQL_TINYINT): likewise.
(SQL_TRANSLATE_DLL): likewise.
(SQL_TRANSLATE_OPTION): likewise.
(SQL_TXN_ISOLATION): likewise.
(SQL_TXN_VERSIONING): likewise.
(SQL_TYPE_DRIVER_END): likewise.
(SQL_TYPE_DRIVER_START): likewise.
(SQL_TYPE_MAX): likewise.
(SQL_TYPE_MIN): likewise.
(SQL_TYPE_NULL): likewise.
(SQL_U_UNION): likewise.
(SQL_U_UNION_ALL): likewise.
(SQL_UB_DEFAULT): likewise.
(SQL_UB_OFF): likewise.
(SQL_UB_ON): likewise.
(SQL_UNICODE): likewise.
(SQL_UNICODE_CHAR): likewise.
(SQL_UNICODE_LONGVARCHAR): likewise.
(SQL_UNICODE_VARCHAR): likewise.
(SQL_UNION): likewise.
(SQL_UNSEARCHABLE): likewise.
(SQL_UNSIGNED_OFFSET): likewise.
(SQL_USE_BOOKMARKS): likewise.
(SQL_VARBINARY): likewise.
(SQL_TRUE): add define for ODBC3.x.
(SQL_FALSE): likewise.
(SQL_AM_CONNECTION): likewise.
(SQL_AM_NONE): likewise.
(SQL_AM_STATEMENT): likewise.
(SQL_API_SQLALLOCHANDLE): likewise.
(SQL_API_SQLBINDPARAM): likewise.
(SQL_API_SQLCLOSECURSOR): likewise.
(SQL_API_SQLCOLATTRIBUTE): likewise.
(SQL_API_SQLCOPYDESC): likewise.
(SQL_API_SQLENDTRAN): likewise.
(SQL_API_SQLFETCHSCROLL): likewise.
(SQL_API_SQLFREEHANDLE): likewise.
(SQL_API_SQLGETCONNECTATTR): likewise.
(SQL_API_SQLGETDESCFIELD): likewise.
(SQL_API_SQLGETDESCREC): likewise.
(SQL_API_SQLGETDIAGFIELD): likewise.
(SQL_API_SQLGETDIAGREC): likewise.
(SQL_API_SQLGETENVATTR): likewise.
(SQL_API_SQLGETSTMTATTR): likewise.
(SQL_API_SQLSETCONNECTATTR): likewise.
(SQL_API_SQLSETDESCFIELD): likewise.
(SQL_API_SQLSETDESCREC): likewise.
(SQL_API_SQLSETENVATTR): likewise.
(SQL_API_SQLSETSTMTATTR): likewise.
(SQL_ARD_TYPE): likewise.
(SQL_AT_add_CONSTRAINT): likewise.
(SQL_ATTR_APP_PARAM_DESC): likewise.
(SQL_ATTR_APP_ROW_DESC): likewise.
(SQL_ATTR_AUTO_IPD): likewise.
(SQL_ATTR_CURSOR_SCROLLABLE): likewise.
(SQL_ATTR_CURSOR_SENSITIVITY): likewise.
(SQL_ATTR_IMP_PARAM_DESC): likewise.
(SQL_ATTR_IMP_ROW_DESC): likewise.
(SQL_ATTR_METADATA_ID): likewise.
(SQL_ATTR_OUTPUT_NTS): likewise.
(SQL_CATALOG_NAME): likewise.
(SQL_CODE_DATE): likewise.
(SQL_CODE_TIME): likewise.
(SQL_CODE_TIMESTAMP): likewise.
(SQL_COLLATION_SEQ): likewise.
(SQL_CURSOR_SENSITIVITY): likewise.
(SQL_DATE_LEN): likewise.
(SQL_DATETIME): likewise.
(SQL_DEFAULT): likewise.
(SQL_DESC_ALLOC_AUTO): likewise.
(SQL_DESC_ALLOC_TYPE): likewise.
(SQL_DESC_ALLOC_USER): likewise.
(SQL_DESC_COUNT): likewise.
(SQL_DESC_DATA_PTR): likewise.
(SQL_DESC_DATETIME_INTERVAL_CODE): likewise.
(SQL_DESC_INDICATOR_PTR): likewise.
(SQL_DESC_LENGTH): likewise.
(SQL_DESC_NAME): likewise.
(SQL_DESC_NULLABLE): likewise.
(SQL_DESC_OCTET_LENGTH): likewise.
(SQL_DESC_OCTET_LENGTH_PTR): likewise.
(SQL_DESC_PRECISION): likewise.
(SQL_DESC_SCALE): likewise.
(SQL_DESC_TYPE): likewise.
(SQL_DESC_UNNAMED): likewise.
(SQL_DESCRIBE_PARAMETER): likewise.
(SQL_DIAG_ALTER_DOMAIN): likewise.
(SQL_DIAG_ALTER_TABLE): likewise.
(SQL_DIAG_CALL): likewise.
(SQL_DIAG_CLASS_ORIGIN): likewise.
(SQL_DIAG_CONNECTION_NAME): likewise.
(SQL_DIAG_CREATE_ASSERTION): likewise.
(SQL_DIAG_CREATE_CHARACTER_SET): likewise.
(SQL_DIAG_CREATE_COLLATION): likewise.
(SQL_DIAG_CREATE_DOMAIN): likewise.
(SQL_DIAG_CREATE_INDEX): likewise.
(SQL_DIAG_CREATE_SCHEMA): likewise.
(SQL_DIAG_CREATE_TABLE): likewise.
(SQL_DIAG_CREATE_TRANSLATION): likewise.
(SQL_DIAG_CREATE_VIEW): likewise.
(SQL_DIAG_DELETE_WHERE): likewise.
(SQL_DIAG_DROP_ASSERTION): likewise.
(SQL_DIAG_DROP_CHARACTER_SET): likewise.
(SQL_DIAG_DROP_COLLATION): likewise.
(SQL_DIAG_DROP_DOMAIN): likewise.
(SQL_DIAG_DROP_INDEX): likewise.
(SQL_DIAG_DROP_SCHEMA): likewise.
(SQL_DIAG_DROP_TABLE): likewise.
(SQL_DIAG_DROP_TRANSLATION): likewise.
(SQL_DIAG_DROP_VIEW): likewise.
(SQL_DIAG_DYNAMIC_DELETE_CURSOR): likewise.
(SQL_DIAG_DYNAMIC_FUNCTION): likewise.
(SQL_DIAG_DYNAMIC_FUNCTION_CODE): likewise.
(SQL_DIAG_DYNAMIC_UPDATE_CURSOR): likewise.
(SQL_DIAG_GRANT): likewise.
(SQL_DIAG_INSERT): likewise.
(SQL_DIAG_MESSAGE_TEXT): likewise.
(SQL_DIAG_NATIVE): likewise.
(SQL_DIAG_NUMBER): likewise.
(SQL_DIAG_RETURNCODE): likewise.
(SQL_DIAG_REVOKE): likewise.
(SQL_DIAG_ROW_COUNT): likewise.
(SQL_DIAG_SELECT_CURSOR): likewise.
(SQL_DIAG_SERVER_NAME): likewise.
(SQL_DIAG_SQLSTATE): likewise.
(SQL_DIAG_SUBCLASS_ORIGIN): likewise.
(SQL_DIAG_UNKNOWN_STATEMENT): likewise.
(SQL_DIAG_UPDATE_WHERE): likewise.
(SQL_FALSE): likewise.
(SQL_FETCH_ABSOLUTE): likewise.
(SQL_FETCH_LAST): likewise.
(SQL_FETCH_PRIOR): likewise.
(SQL_FETCH_RELATIVE): likewise.
(SQL_HANDLE_DBC): likewise.
(SQL_HANDLE_DESC): likewise.
(SQL_HANDLE_ENV): likewise.
(SQL_HANDLE_STMT): likewise.
(SQL_INSENSITIVE): likewise.
(SQL_INTEGRITY): likewise.
(SQL_MAX_CATALOG_NAME_LEN): likewise.
(SQL_MAX_CONCURRENT_ACTIVITIES): likewise.
(SQL_MAX_DRIVER_CONNECTIONS): likewise.
(SQL_MAX_IDENTIFIER_LEN): likewise.
(SQL_MAX_SCHEMA_NAME_LEN): likewise.
(SQL_MAXIMUM_CATALOG_NAME_LENGTH): likewise.
(SQL_MAXIMUM_COLUMN_NAME_LENGTH): likewise.
(SQL_MAXIMUM_COLUMNS_IN_GROUP_BY): likewise.
(SQL_MAXIMUM_COLUMNS_IN_INDEX): likewise.
(SQL_MAXIMUM_COLUMNS_IN_ORDER_BY): likewise.
(SQL_MAXIMUM_COLUMNS_IN_SELECT): likewise.
(SQL_MAXIMUM_CONCURRENT_ACTIVITIES): likewise.
(SQL_MAXIMUM_CURSOR_NAME_LENGTH): likewise.
(SQL_MAXIMUM_DRIVER_CONNECTIONS): likewise.
(SQL_MAXIMUM_IDENTIFIER_LENGTH): likewise.
(SQL_MAXIMUM_INDEX_SIZE): likewise.
(SQL_MAXIMUM_ROW_SIZE): likewise.
(SQL_MAXIMUM_SCHEMA_NAME_LENGTH): likewise.
(SQL_MAXIMUM_STATEMENT_LENGTH): likewise.
(SQL_MAXIMUM_TABLES_IN_SELECT): likewise.
(SQL_MAXIMUM_USER_NAME_LENGTH): likewise.
(SQL_NAMED): likewise.
(SQL_NONSCROLLABLE): likewise.
(SQL_NTSL): likewise.
(SQL_NULL_HANDLE): likewise.
(SQL_NULL_HDESC): likewise.
(SQL_OUTER_JOIN_CAPABILITIES): likewise.
(SQL_PRED_BASIC): likewise.
(SQL_PRED_CHAR): likewise.
(SQL_PRED_NONE): likewise.
(SQL_ROW_IDENTIFIER): likewise.
(SQL_SCROLLABLE): likewise.
(SQL_SENSITIVE): likewise.
(SQL_SUCCEEDED(rc)): likewise.
(SQL_TIME_LEN): likewise.
(SQL_TIMESTAMP_LEN): likewise.
(SQL_TRANSACTION_CAPABLE): likewise.
(SQL_TRANSACTION_ISOLATION_OPTION): likewise.
(SQL_TRANSACTION_READ_COMMITTED): likewise.
(SQL_TRANSACTION_READ_UNCOMMITTED): likewise.
(SQL_TRANSACTION_REPEATABLE_READ): likewise.
(SQL_TRANSACTION_SERIALIZABLE): likewise.
(SQL_TYPE_DATE): likewise.
(SQL_TYPE_TIME): likewise.
(SQL_TYPE_TIMESTAMP): likewise.
(SQL_UNKNOWN_TYPE): likewise.
(SQL_UNNAMED): likewise.
(SQL_UNSPECIFIED): likewise.
(SQL_XOPEN_CLI_YEAR): likewise.
(SQLAllocConnect): add comment marking as deperecated.
(SQLAllocEnv): likewise.
(SQLAllocStmt): likewise.
(SQLFreeConnect): likewise.
(SQLFreeEnv): likewise.
(SQLGetConnectOption): likewise.
(SQLGetStmtOption): likewise.
* include/sqlext.h (#include <sqlucode.h>): add directive.
(SQLSetScrollOptions): non-core function, move prototype from sql.h.
(SQLColAttributes): likewise.
(SQLBulkOperations): add function prototype.
(SQLAllocHandleStd): likewise
(TraceReturn): add Trace API prototype.
(TraceVersion): likewise.
(ODBCGetTryWaitValue):likewise.
(ODBCSetTryWaitValue): likewise.
(SQL_LOCK_RECORD): correct function macro.
(SQL_REFRESH_RECORD): likewise.
(SQLINTENGER and SQLUINTEGER): replace with SQLLEN and SQLULEN for
_WIN64 compatability.
move defines for non-core functions from sql.h to sqlext.h (refer
changes for sql.h)
(SQL_ACTIVE_ENVIRONMENTS): new ODBC3.x define
(SQL_AD_ADD_CONSTRAINT_DEFERRABLE): likewise.
(SQL_AD_ADD_CONSTRAINT_INITIALLY_DEFERRED): likewise.
(SQL_AD_ADD_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
(SQL_AD_ADD_CONSTRAINT_NON_DEFERRABLE): likewise.
(SQL_AD_ADD_DOMAIN_CONSTRAINT): likewise.
(SQL_AD_ADD_DOMAIN_DEFAULT): likewise.
(SQL_AD_CONSTRAINT_NAME_DEFINITION): likewise.
(SQL_AD_DROP_DOMAIN_CONSTRAINT): likewise.
(SQL_AD_DROP_DOMAIN_DEFAULT): likewise.
(SQL_AF_ALL): likewise.
(SQL_AF_AVG): likewise.
(SQL_AF_COUNT): likewise.
(SQL_AF_DISTINCT): likewise.
(SQL_AF_MAX): likewise.
(SQL_AF_MIN): likewise.
(SQL_AF_SUM): likewise.
(SQL_AGGREGATE_FUNCTIONS): likewise.
(SQL_ALL_CATALOGS): likewise.
(SQL_ALL_SCHEMAS): likewise.
(SQL_ALL_TABLE_TYPES): likewise.
(SQL_ALTER_DOMAIN): likewise.
(SQL_AM_CONNECTION): likewise.
(SQL_AM_NONE): likewise.
(SQL_AM_STATEMENT): likewise.
(SQL_API_ODBC3_ALL_FUNCTIONS): likewise.
(SQL_API_ODBC3_ALL_FUNCTIONS_SIZE): likewise.
(SQL_API_SQLALLOCHANDLESTD): likewise.
(SQL_API_SQLBULKOPERATIONS): likewise.
(SQL_ASYNC_MODE): likewise.
(SQL_AT_ADD_COLUMN_COLLATION): likewise.
(SQL_AT_ADD_COLUMN_DEFAULT): likewise.
(SQL_AT_ADD_COLUMN_SINGLE): likewise.
(SQL_AT_ADD_TABLE_CONSTRAINT): likewise.
(SQL_AT_CONSTRAINT_DEFERRABLE): likewise.
(SQL_AT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
(SQL_AT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
(SQL_AT_CONSTRAINT_NAME_DEFINITION): likewise.
(SQL_AT_CONSTRAINT_NON_DEFERRABLE): likewise.
(SQL_AT_DROP_COLUMN_CASCADE): likewise.
(SQL_AT_DROP_COLUMN_DEFAULT): likewise.
(SQL_AT_DROP_COLUMN_RESTRICT): likewise.
(SQL_AT_DROP_TABLE_CONSTRAINT_CASCADE): likewise.
(SQL_AT_DROP_TABLE_CONSTRAINT_RESTRICT): likewise.
(SQL_AT_SET_COLUMN_DEFAULT): likewise.
(SQL_ATTR_ACCESS_MODE): likewise.
(SQL_ATTR_ASYNC_ENABLE): likewise.
(SQL_ATTR_AUTOCOMMIT): likewise.
(SQL_ATTR_CONCURRENCY): likewise.
(SQL_ATTR_CONNECTION_POOLING): likewise.
(SQL_ATTR_CONNECTION_TIMEOUT): likewise.
(SQL_ATTR_CP_MATCH): likewise.
(SQL_ATTR_CURRENT_CATALOG): likewise.
(SQL_ATTR_CURSOR_TYPE): likewise.
(SQL_ATTR_DISCONNECT_BEHAVIOR): likewise.
(SQL_ATTR_ENABLE_AUTO_IPD): likewise.
(SQL_ATTR_ENLIST_IN_DTC): likewise.
(SQL_ATTR_ENLIST_IN_XA): likewise.
(SQL_ATTR_FETCH_BOOKMARK_PTR): likewise.
(SQL_ATTR_KEYSET_SIZE): likewise.
(SQL_ATTR_LOGIN_TIMEOUT): likewise.
(SQL_ATTR_MAX_LENGTH): likewise.
(SQL_ATTR_MAX_ROWS): likewise.
(SQL_ATTR_NOSCAN): likewise.
(SQL_ATTR_ODBC_CURSORS): likewise.
(SQL_ATTR_ODBC_VERSION): likewise.
(SQL_ATTR_PACKET_SIZE): likewise.
(SQL_ATTR_PARAM_BIND_OFFSET_PTR): likewise.
(SQL_ATTR_PARAM_BIND_TYPE): likewise.
(SQL_ATTR_PARAM_OPERATION_PTR): likewise.
(SQL_ATTR_PARAM_STATUS_PTR): likewise.
(SQL_ATTR_PARAMS_PROCESSED_PTR): likewise.
(SQL_ATTR_PARAMSET_SIZE): likewise.
(SQL_ATTR_QUERY_TIMEOUT): likewise.
(SQL_ATTR_QUIET_MODE): likewise.
(SQL_ATTR_RETRIEVE_DATA): likewise.
(SQL_ATTR_ROW_ARRAY_SIZE): likewise.
(SQL_ATTR_ROW_BIND_OFFSET_PTR): likewise.
(SQL_ATTR_ROW_BIND_TYPE): likewise.
(SQL_ATTR_ROW_NUMBER): likewise.
(SQL_ATTR_ROW_OPERATION_PTR): likewise.
(SQL_ATTR_ROW_STATUS_PTR): likewise.
(SQL_ATTR_ROWS_FETCHED_PTR): likewise.
(SQL_ATTR_SIMULATE_CURSOR): likewise.
(SQL_ATTR_TRACE): likewise.
(SQL_ATTR_TRACEFILE): likewise.
(SQL_ATTR_TRANSLATE_LIB): likewise.
(SQL_ATTR_TRANSLATE_OPTION): likewise.
(SQL_ATTR_TXN_ISOLATION): likewise.
(SQL_ATTR_USE_BOOKMARKS): likewise.
(SQL_BATCH_ROW_COUNT): likewise.
(SQL_BATCH_SUPPORT): likewise.
(SQL_BRC_EXPLICIT): likewise.
(SQL_BRC_PROCEDURES): likewise.
(SQL_BRC_ROLLED_UP): likewise.
(SQL_BS_ROW_COUNT_EXPLICIT): likewise.
(SQL_BS_ROW_COUNT_PROC): likewise.
(SQL_BS_SELECT_EXPLICIT): likewise.
(SQL_BS_SELECT_PROC): likewise.
(SQL_C_INTERVAL_DAY): likewise.
(SQL_C_INTERVAL_DAY_TO_HOUR): likewise.
(SQL_C_INTERVAL_DAY_TO_MINUTE): likewise.
(SQL_C_INTERVAL_DAY_TO_SECOND): likewise.
(SQL_C_INTERVAL_HOUR): likewise.
(SQL_C_INTERVAL_HOUR_TO_MINUTE): likewise.
(SQL_C_INTERVAL_HOUR_TO_SECOND): likewise.
(SQL_C_INTERVAL_MINUTE): likewise.
(SQL_C_INTERVAL_MINUTE_TO_SECOND): likewise.
(SQL_C_INTERVAL_MONTH): likewise.
(SQL_C_INTERVAL_SECOND): likewise.
(SQL_C_INTERVAL_YEAR): likewise.
(SQL_C_INTERVAL_YEAR_TO_MONTH): likewise.
(SQL_C_NUMERIC): likewise.
(SQL_C_SBIGINT): likewise.
(SQL_C_TYPE_DATE): likewise.
(SQL_C_TYPE_TIME): likewise.
(SQL_C_TYPE_TIMESTAMP): likewise.
(SQL_C_UBIGINT): likewise.
(SQL_C_VARBOOKMARK): likewise.
(SQL_CA_CONSTRAINT_DEFERRABLE): likewise.
(SQL_CA_CONSTRAINT_INITIALLY_DEFERRED): likewise.
(SQL_CA_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
(SQL_CA_CONSTRAINT_NON_DEFERRABLE): likewise.
(SQL_CA_CREATE_ASSERTION): likewise.
(SQL_CA1_ABSOLUTE): likewise.
(SQL_CA1_BOOKMARK): likewise.
(SQL_CA1_BULK_ADD): likewise.
(SQL_CA1_BULK_DELETE_BY_BOOKMARK): likewise.
(SQL_CA1_BULK_FETCH_BY_BOOKMARK): likewise.
(SQL_CA1_BULK_UPDATE_BY_BOOKMARK): likewise.
(SQL_CA1_LOCK_EXCLUSIVE): likewise.
(SQL_CA1_LOCK_NO_CHANGE): likewise.
(SQL_CA1_LOCK_UNLOCK): likewise.
(SQL_CA1_NEXT): likewise.
(SQL_CA1_POS_DELETE): likewise.
(SQL_CA1_POS_POSITION): likewise.
(SQL_CA1_POS_REFRESH): likewise.
(SQL_CA1_POS_UPDATE): likewise.
(SQL_CA1_POSITIONED_DELETE): likewise.
(SQL_CA1_POSITIONED_UPDATE): likewise.
(SQL_CA1_RELATIVE): likewise.
(SQL_CA1_SELECT_FOR_UPDATE): likewise.
(SQL_CA2_CRC_APPROXIMATE): likewise.
(SQL_CA2_CRC_EXACT): likewise.
(SQL_CA2_LOCK_CONCURRENCY): likewise.
(SQL_CA2_MAX_ROWS_AFFECTS_ALL): likewise.
(SQL_CA2_MAX_ROWS_CATALOG): likewise.
(SQL_CA2_MAX_ROWS_DELETE): likewise.
(SQL_CA2_MAX_ROWS_INSERT): likewise.
(SQL_CA2_MAX_ROWS_SELECT): likewise.
(SQL_CA2_MAX_ROWS_UPDATE): likewise.
(SQL_CA2_OPT_ROWVER_CONCURRENCY): likewise.
(SQL_CA2_OPT_VALUES_CONCURRENCY): likewise.
(SQL_CA2_READ_ONLY_CONCURRENCY): likewise.
(SQL_CA2_SENSITIVITY_ADDITIONS): likewise.
(SQL_CA2_SENSITIVITY_DELETIONS): likewise.
(SQL_CA2_SENSITIVITY_UPDATES): likewise.
(SQL_CA2_SIMULATE_NON_UNIQUE): likewise.
(SQL_CA2_SIMULATE_TRY_UNIQUE): likewise.
(SQL_CA2_SIMULATE_UNIQUE): likewise.
(SQL_CATALOG_LOCATION): likewise.
(SQL_CATALOG_NAME_SEPARATOR): likewise.
(SQL_CATALOG_TERM): likewise.
(SQL_CATALOG_USAGE): likewise.
(SQL_CCOL_CREATE_COLLATION): likewise.
(SQL_CCS_COLLATE_CLAUSE): likewise.
(SQL_CCS_CREATE_CHARACTER_SET): likewise.
(SQL_CCS_LIMITED_COLLATION): likewise.
(SQL_CDO_COLLATION): likewise.
(SQL_CDO_CONSTRAINT): likewise.
(SQL_CDO_CONSTRAINT_DEFERRABLE): likewise.
(SQL_CDO_CONSTRAINT_INITIALLY_DEFERRED): likewise.
(SQL_CDO_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
(SQL_CDO_CONSTRAINT_NAME_DEFINITION): likewise.
(SQL_CDO_CONSTRAINT_NON_DEFERRABLE): likewise.
(SQL_CDO_CREATE_DOMAIN): likewise.
(SQL_CDO_DEFAULT): likewise.
(SQL_CL_END): likewise.
(SQL_CL_START): likewise.
(SQL_COL_PRED_BASIC): likewise.
(SQL_COL_PRED_CHAR): likewise.
(SQL_COLUMN_DRIVER_START): likewise.
(SQL_COLUMN_IGNORE): likewise.
(SQL_COLUMN_NUMBER_UNKNOWN): likewise.
(SQL_CONVERT_GUID): likewise.
(SQL_CONVERT_INTERVAL_DAY_TIME): likewise.
(SQL_CONVERT_INTERVAL_YEAR_MONTH): likewise.
(SQL_CONVERT_WCHAR): likewise.
(SQL_CONVERT_WLONGVARCHAR): likewise.
(SQL_CONVERT_WVARCHAR): likewise.
(SQL_CP_DEFAULT): likewise.
(SQL_CP_MATCH_DEFAULT): likewise.
(SQL_CP_OFF): likewise.
(SQL_CP_ONE_PER_DRIVER): likewise.
(SQL_CP_ONE_PER_HENV): likewise.
(SQL_CP_RELAXED_MATCH): likewise.
(SQL_CP_STRICT_MATCH): likewise.
(SQL_CREATE_ASSERTION): likewise.
(SQL_CREATE_CHARACTER_SET): likewise.
(SQL_CREATE_COLLATION): likewise.
(SQL_CREATE_DOMAIN): likewise.
(SQL_CREATE_SCHEMA): likewise.
(SQL_CREATE_TABLE): likewise.
(SQL_CREATE_TRANSLATION): likewise.
(SQL_CREATE_VIEW): likewise.
(SQL_CS_AUTHORIZATION): likewise.
(SQL_CS_CREATE_SCHEMA): likewise.
(SQL_CS_DEFAULT_CHARACTER_SET): likewise.
(SQL_CT_COLUMN_COLLATION): likewise.
(SQL_CT_COLUMN_CONSTRAINT): likewise.
(SQL_CT_COLUMN_DEFAULT): likewise.
(SQL_CT_COMMIT_DELETE): likewise.
(SQL_CT_COMMIT_PRESERVE): likewise.
(SQL_CT_CONSTRAINT_DEFERRABLE): likewise.
(SQL_CT_CONSTRAINT_INITIALLY_DEFERRED): likewise.
(SQL_CT_CONSTRAINT_INITIALLY_IMMEDIATE): likewise.
(SQL_CT_CONSTRAINT_NAME_DEFINITION): likewise.
(SQL_CT_CONSTRAINT_NON_DEFERRABLE): likewise.
(SQL_CT_CREATE_TABLE): likewise.
(SQL_CT_GLOBAL_TEMPORARY): likewise.
(SQL_CT_LOCAL_TEMPORARY): likewise.
(SQL_CT_TABLE_CONSTRAINT): likewise.
(SQL_CTR_CREATE_TRANSLATION): likewise.
(SQL_CU_DML_STATEMENTS): likewise.
(SQL_CU_INDEX_DEFINITION): likewise.
(SQL_CU_PRIVILEGE_DEFINITION): likewise.
(SQL_CU_PROCEDURE_INVOCATION): likewise.
(SQL_CU_TABLE_DEFINITION): likewise.
(SQL_CVT_GUID): likewise.
(SQL_CVT_INTERVAL_DAY_TIME): likewise.
(SQL_CVT_INTERVAL_YEAR_MONTH): likewise.
(SQL_CVT_WCHAR): likewise.
(SQL_CVT_WLONGVARCHAR): likewise.
(SQL_CVT_WVARCHAR): likewise.
(SQL_DA_DROP_ASSERTION): likewise.
(SQL_DATETIME_LITERALS): likewise.
(SQL_DB_DEFAULT): likewise.
(SQL_DB_DISCONNECT): likewise.
(SQL_DB_RETURN_TO_POOL): likewise.
(SQL_DC_DROP_COLLATION): likewise.
(SQL_DCS_DROP_CHARACTER_SET): likewise.
(SQL_DD_CASCADE): likewise.
(SQL_DD_DROP_DOMAIN): likewise.
(SQL_DD_RESTRICT): likewise.
(SQL_DDL_INDEX): likewise.
(SQL_DELETE_BY_BOOKMARK): likewise.
(SQL_DESC_ARRAY_SIZE): likewise.
(SQL_DESC_ARRAY_STATUS_PTR): likewise.
(SQL_DESC_AUTO_UNIQUE_VALUE): likewise.
(SQL_DESC_BASE_COLUMN_NAME): likewise.
(SQL_DESC_BASE_TABLE_NAME): likewise.
(SQL_DESC_BIND_OFFSET_PTR): likewise.
(SQL_DESC_BIND_TYPE): likewise.
(SQL_DESC_CASE_SENSITIVE): likewise.
(SQL_DESC_CATALOG_NAME): likewise.
(SQL_DESC_CONCISE_TYPE): likewise.
(SQL_DESC_DATETIME_INTERVAL_PRECISION): likewise.
(SQL_DESC_DISPLAY_SIZE): likewise.
(SQL_DESC_FIXED_PREC_SCALE): likewise.
(SQL_DESC_LABEL): likewise.
(SQL_DESC_LITERAL_PREFIX): likewise.
(SQL_DESC_LITERAL_SUFFIX): likewise.
(SQL_DESC_LOCAL_TYPE_NAME): likewise.
(SQL_DESC_MAXIMUM_SCALE): likewise.
(SQL_DESC_MINIMUM_SCALE): likewise.
(SQL_DESC_NUM_PREC_RADIX): likewise.
(SQL_DESC_PARAMETER_TYPE): likewise.
(SQL_DESC_ROWS_PROCESSED_PTR): likewise.
(SQL_DESC_SCHEMA_NAME): likewise.
(SQL_DESC_SEARCHABLE): likewise.
(SQL_DESC_TABLE_NAME): likewise.
(SQL_DESC_TYPE_NAME): likewise.
(SQL_DESC_UNSIGNED): likewise.
(SQL_DESC_UPDATABLE): likewise.
(SQL_DI_CREATE_INDEX): likewise.
(SQL_DI_DROP_INDEX): likewise.
(SQL_DIAG_COLUMN_NUMBER): likewise.
(SQL_DIAG_CURSOR_ROW_COUNT): likewise.
(SQL_DIAG_ROW_NUMBER): likewise.
(SQL_DL_SQL92_DATE): likewise.
(SQL_DL_SQL92_INTERVAL_DAY): likewise.
(SQL_DL_SQL92_INTERVAL_DAY_TO_HOUR): likewise.
(SQL_DL_SQL92_INTERVAL_DAY_TO_MINUTE): likewise.
(SQL_DL_SQL92_INTERVAL_DAY_TO_SECOND): likewise.
(SQL_DL_SQL92_INTERVAL_HOUR): likewise.
(SQL_DL_SQL92_INTERVAL_HOUR_TO_MINUTE): likewise.
(SQL_DL_SQL92_INTERVAL_HOUR_TO_SECOND): likewise.
(SQL_DL_SQL92_INTERVAL_MINUTE): likewise.
(SQL_DL_SQL92_INTERVAL_MINUTE_TO_SECOND): likewise.
(SQL_DL_SQL92_INTERVAL_MONTH): likewise.
(SQL_DL_SQL92_INTERVAL_SECOND): likewise.
(SQL_DL_SQL92_INTERVAL_YEAR): likewise.
(SQL_DL_SQL92_INTERVAL_YEAR_TO_MONTH): likewise.
(SQL_DL_SQL92_TIME): likewise.
(SQL_DL_SQL92_TIMESTAMP): likewise.
(SQL_DM_VER): likewise.
(SQL_DRIVER_HDESC): likewise.
(SQL_DROP_ASSERTION): likewise.
(SQL_DROP_CHARACTER_SET): likewise.
(SQL_DROP_COLLATION): likewise.
(SQL_DROP_DOMAIN): likewise.
(SQL_DROP_SCHEMA): likewise.
(SQL_DROP_TABLE): likewise.
(SQL_DROP_TRANSLATION): likewise.
(SQL_DROP_VIEW): likewise.
(SQL_DS_CASCADE): likewise.
(SQL_DS_DROP_SCHEMA): likewise.
(SQL_DS_RESTRICT): likewise.
(SQL_DT_CASCADE): likewise.
(SQL_DT_DROP_TABLE): likewise.
(SQL_DT_RESTRICT): likewise.
(SQL_DTC_DONE): likewise.
(SQL_DTR_DROP_TRANSLATION): likewise.
(SQL_DV_CASCADE): likewise.
(SQL_DV_DROP_VIEW): likewise.
(SQL_DV_RESTRICT): likewise.
(SQL_DYNAMIC_CURSOR_ATTRIBUTES1): likewise.
(SQL_DYNAMIC_CURSOR_ATTRIBUTES2): likewise.
(SQL_EXT_API_LAST): likewise.
(SQL_EXT_API_START): likewise.
(SQL_FETCH_BY_BOOKMARK): likewise.
(SQL_FETCH_FIRST_SYSTEM): likewise.
(SQL_FETCH_FIRST_USER): likewise.
(SQL_FN_CVT_CAST): likewise.
(SQL_FN_STR_BIT_LENGTH): likewise.
(SQL_FN_STR_CHAR_LENGTH): likewise.
(SQL_FN_STR_CHARACTER_LENGTH): likewise.
(SQL_FN_STR_OCTET_LENGTH): likewise.
(SQL_FN_STR_POSITION): likewise.
(SQL_FN_TD_CURRENT_DATE): likewise.
(SQL_FN_TD_CURRENT_TIME): likewise.
(SQL_FN_TD_CURRENT_TIMESTAMP): likewise.
(SQL_FN_TD_EXTRACT): likewise.
(SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES1): likewise.
(SQL_FORWARD_ONLY_CURSOR_ATTRIBUTES2): likewise.
(SQL_FUNC_EXISTS(exists,api)): likewise.
(SQL_GB_COLLATE): likewise.
(SQL_HANDLE_SENV): likewise.
(SQL_IK_ALL): likewise.
(SQL_IK_ASC): likewise.
(SQL_IK_DESC): likewise.
(SQL_IK_NONE): likewise.
(SQL_INDEX_KEYWORDS): likewise.
(SQL_INFO_DRIVER_START): likewise.
(SQL_INFO_LAST): likewise.
(SQL_INFO_SCHEMA_VIEWS): likewise.
(SQL_INITIALLY_DEFERRED): likewise.
(SQL_INITIALLY_IMMEDIATE): likewise.
(SQL_INSERT_STATEMENT): likewise.
(SQL_INTERVAL): likewise.
(SQL_IS_INSERT_LITERALS): likewise.
(SQL_IS_INSERT_SEARCHED): likewise.
(SQL_IS_INTEGER): likewise.
(SQL_IS_POINTER): likewise.
(SQL_IS_SELECT_INTO): likewise.
(SQL_IS_SMALLINT): likewise.
(SQL_IS_UINTEGER): likewise.
(SQL_IS_USMALLINT): likewise.
(SQL_ISV_ASSERTIONS): likewise.
(SQL_ISV_CHARACTER_SETS): likewise.
(SQL_ISV_CHECK_CONSTRAINTS): likewise.
(SQL_ISV_COLLATIONS): likewise.
(SQL_ISV_COLUMN_DOMAIN_USAGE): likewise.
(SQL_ISV_COLUMN_PRIVILEGES): likewise.
(SQL_ISV_COLUMNS): likewise.
(SQL_ISV_CONSTRAINT_COLUMN_USAGE): likewise.
(SQL_ISV_CONSTRAINT_TABLE_USAGE): likewise.
(SQL_ISV_DOMAIN_CONSTRAINTS): likewise.
(SQL_ISV_DOMAINS): likewise.
(SQL_ISV_KEY_COLUMN_USAGE): likewise.
(SQL_ISV_REFERENTIAL_CONSTRAINTS): likewise.
(SQL_ISV_SCHEMATA): likewise.
(SQL_ISV_SQL_LANGUAGES): likewise.
(SQL_ISV_TABLE_CONSTRAINTS): likewise.
(SQL_ISV_TABLE_PRIVILEGES): likewise.
(SQL_ISV_TABLES): likewise.
(SQL_ISV_TRANSLATIONS): likewise.
(SQL_ISV_USAGE_PRIVILEGES): likewise.
(SQL_ISV_VIEW_COLUMN_USAGE): likewise.
(SQL_ISV_VIEW_TABLE_USAGE): likewise.
(SQL_ISV_VIEWS): likewise.
(SQL_KEYSET_CURSOR_ATTRIBUTES1): likewise.
(SQL_KEYSET_CURSOR_ATTRIBUTES2): likewise.
(SQL_MAX_ASYNC_CONCURRENT_STATEMENTS): likewise.
(SQL_NO_COLUMN_NUMBER): likewise.
(SQL_NO_ROW_NUMBER): likewise.
(SQL_NOT_DEFERRABLE): likewise.
(SQL_NUM_EXTENSIONS): likewise.
(SQL_NUM_FUNCTIONS): likewise.
(SQL_ODBC_INTERFACE_CONFORMANCE): likewise.
(SQL_OIC_CORE): likewise.
(SQL_OIC_LEVEL1): likewise.
(SQL_OIC_LEVEL2): likewise.
(SQL_OV_ODBC2): likewise.
(SQL_OV_ODBC3): likewise.
(SQL_PARAM_ARRAY_ROW_COUNTS): likewise.
(SQL_PARAM_ARRAY_SELECTS): likewise.
(SQL_PARAM_BIND_BY_COLUMN): likewise.
(SQL_PARAM_BIND_TYPE_DEFAULT): likewise.
(SQL_PARAM_DIAG_UNAVAILABLE): likewise.
(SQL_PARAM_ERROR): likewise.
(SQL_PARAM_IGNORE): likewise.
(SQL_PARAM_PROCEED): likewise.
(SQL_PARAM_SUCCESS): likewise.
(SQL_PARAM_SUCCESS_WITH_INFO): likewise.
(SQL_PARAM_UNUSED): likewise.
(SQL_PARC_BATCH): likewise.
(SQL_PARC_NO_BATCH): likewise.
(SQL_PAS_BATCH): likewise.
(SQL_PAS_NO_BATCH): likewise.
(SQL_PAS_NO_SELECT): likewise.
(SQL_ROW_IGNORE): likewise.
(SQL_ROW_NUMBER_UNKNOWN): likewise.
(SQL_ROW_PROCEED): likewise.
(SQL_ROW_SUCCESS_WITH_INFO): likewise.
(SQL_SC_FIPS127_2_TRANSITIONAL): likewise.
(SQL_SC_SQL92_ENTRY): likewise.
(SQL_SC_SQL92_FULL): likewise.
(SQL_SC_SQL92_INTERMEDIATE): likewise.
(SQL_SCC_ISO92_CLI): likewise.
(SQL_SCC_XOPEN_CLI_VERSION1): likewise.
(SQL_SCHEMA_TERM): likewise.
(SQL_SCHEMA_USAGE): likewise.
(SQL_SDF_CURRENT_DATE): likewise.
(SQL_SDF_CURRENT_TIME): likewise.
(SQL_SDF_CURRENT_TIMESTAMP): likewise.
(SQL_SFKD_CASCADE): likewise.
(SQL_SFKD_NO_ACTION): likewise.
(SQL_SFKD_SET_DEFAULT): likewise.
(SQL_SFKD_SET_NULL): likewise.
(SQL_SFKU_CASCADE): likewise.
(SQL_SFKU_NO_ACTION): likewise.
(SQL_SFKU_SET_DEFAULT): likewise.
(SQL_SFKU_SET_NULL): likewise.
(SQL_SG_DELETE_TABLE): likewise.
(SQL_SG_INSERT_COLUMN): likewise.
(SQL_SG_INSERT_TABLE): likewise.
(SQL_SG_REFERENCES_COLUMN): likewise.
(SQL_SG_REFERENCES_TABLE): likewise.
(SQL_SG_SELECT_TABLE): likewise.
(SQL_SG_UPDATE_COLUMN): likewise.
(SQL_SG_UPDATE_TABLE): likewise.
(SQL_SG_USAGE_ON_CHARACTER_SET): likewise.
(SQL_SG_USAGE_ON_COLLATION): likewise.
(SQL_SG_USAGE_ON_DOMAIN): likewise.
(SQL_SG_USAGE_ON_TRANSLATION): likewise.
(SQL_SG_WITH_GRANT_OPTION): likewise.
(SQL_SNVF_BIT_LENGTH): likewise.
(SQL_SNVF_CHAR_LENGTH): likewise.
(SQL_SNVF_CHARACTER_LENGTH): likewise.
(SQL_SNVF_EXTRACT): likewise.
(SQL_SNVF_OCTET_LENGTH): likewise.
(SQL_SNVF_POSITION): likewise.
(SQL_SP_BETWEEN): likewise.
(SQL_SP_COMPARISON): likewise.
(SQL_SP_EXISTS): likewise.
(SQL_SP_IN): likewise.
(SQL_SP_ISNOTNULL): likewise.
(SQL_SP_ISNULL): likewise.
(SQL_SP_LIKE): likewise.
(SQL_SP_MATCH_FULL): likewise.
(SQL_SP_MATCH_PARTIAL): likewise.
(SQL_SP_MATCH_UNIQUE_FULL): likewise.
(SQL_SP_MATCH_UNIQUE_PARTIAL): likewise.
(SQL_SP_OVERLAPS): likewise.
(SQL_SP_QUANTIFIED_COMPARISON): likewise.
(SQL_SP_UNIQUE): likewise.
(SQL_SQL_CONFORMANCE): likewise.
(SQL_SQL92_DATETIME_FUNCTIONS): likewise.
(SQL_SQL92_FOREIGN_KEY_DELETE_RULE): likewise.
(SQL_SQL92_FOREIGN_KEY_UPDATE_RULE): likewise.
(SQL_SQL92_GRANT): likewise.
(SQL_SQL92_NUMERIC_VALUE_FUNCTIONS): likewise.
(SQL_SQL92_PREDICATES): likewise.
(SQL_SQL92_RELATIONAL_JOIN_OPERATORS): likewise.
(SQL_SQL92_REVOKE): likewise.
(SQL_SQL92_ROW_VALUE_CONSTRUCTOR): likewise.
(SQL_SQL92_STRING_FUNCTIONS): likewise.
(SQL_SQL92_VALUE_EXPRESSIONS): likewise.
(SQL_SR_CASCADE): likewise.
(SQL_SR_DELETE_TABLE): likewise.
(SQL_SR_GRANT_OPTION_FOR): likewise.
(SQL_SR_INSERT_COLUMN): likewise.
(SQL_SR_INSERT_TABLE): likewise.
(SQL_SR_REFERENCES_COLUMN): likewise.
(SQL_SR_REFERENCES_TABLE): likewise.
(SQL_SR_RESTRICT): likewise.
(SQL_SR_SELECT_TABLE): likewise.
(SQL_SR_UPDATE_COLUMN): likewise.
(SQL_SR_UPDATE_TABLE): likewise.
(SQL_SR_USAGE_ON_CHARACTER_SET): likewise.
(SQL_SR_USAGE_ON_COLLATION): likewise.
(SQL_SR_USAGE_ON_DOMAIN): likewise.
(SQL_SR_USAGE_ON_TRANSLATION): likewise.
(SQL_SRJO_CORRESPONDING_CLAUSE): likewise.
(SQL_SRJO_CROSS_JOIN): likewise.
(SQL_SRJO_EXCEPT_JOIN): likewise.
(SQL_SRJO_FULL_OUTER_JOIN): likewise.
(SQL_SRJO_INNER_JOIN): likewise.
(SQL_SRJO_INTERSECT_JOIN): likewise.
(SQL_SRJO_LEFT_OUTER_JOIN): likewise.
(SQL_SRJO_NATURAL_JOIN): likewise.
(SQL_SRJO_RIGHT_OUTER_JOIN): likewise.
(SQL_SRJO_UNION_JOIN): likewise.
(SQL_SRVC_DEFAULT): likewise.
(SQL_SRVC_NULL): likewise.
(SQL_SRVC_ROW_SUBQUERY): likewise.
(SQL_SRVC_VALUE_EXPRESSION): likewise.
(SQL_SSF_CONVERT): likewise.
(SQL_SSF_LOWER): likewise.
(SQL_SSF_SUBSTRING): likewise.
(SQL_SSF_TRANSLATE): likewise.
(SQL_SSF_TRIM_BOTH): likewise.
(SQL_SSF_TRIM_LEADING): likewise.
(SQL_SSF_TRIM_TRAILING): likewise.
(SQL_SSF_UPPER): likewise.
(SQL_STANDARD_CLI_CONFORMANCE): likewise.
(SQL_STATIC_CURSOR_ATTRIBUTES1): likewise.
(SQL_STATIC_CURSOR_ATTRIBUTES2): likewise.
(SQL_SU_DML_STATEMENTS): likewise.
(SQL_SU_INDEX_DEFINITION): likewise.
(SQL_SU_PRIVILEGE_DEFINITION): likewise.
(SQL_SU_PROCEDURE_INVOCATION): likewise.
(SQL_SU_TABLE_DEFINITION): likewise.
(SQL_SVE_CASE): likewise.
(SQL_SVE_CAST): likewise.
(SQL_SVE_COALESCE): likewise.
(SQL_SVE_NULLIF): likewise.
(SQL_UB_FIXED): likewise.
(SQL_UB_VARIABLE): likewise.
(SQL_UNION_STATEMENT): likewise.
(SQL_UPDATE_BY_BOOKMARK): likewise.
(SQL_US_UNION): likewise.
(SQL_US_UNION_ALL): likewise.
(SQL_DESC_ROWVER): likewise.
(SQL_GUID): likewise.
(SQL_C_GUID): likewise.
(ODBC_STD): likewise.
(SQLAllocHandle): likewise.
(SQLAllocEnv(p)): likewise.
(SQL_YEAR): likewise.
(SQL_MONTH): likewise.
(SQL_DAY): likewise.
(SQL_HOUR): likewise.
(SQL_MINUTE): likewise.
(SQL_SECOND): likewise.
(SQL_YEAR_TO_MONTH): likewise.
(SQL_DAY_TO_HOUR): likewise.
(SQL_DAY_TO_MINUTE): likewise.
(SQL_DAY_TO_SECOND): likewise.
(SQL_HOUR_TO_MINUTE): likewise.
(SQL_HOUR_TO_SECOND): likewise.
(SQL_MINUTE_TO_SECOND): likewise.
(SQL_ATTR_ANSI_APP): likewise.
(SQL_AA_TRUE): likewise.
(SQL_AA_FALSE): likewise.
* include/sqltypes.h (#pragma pack(push,1), #pragma pack(pop)): remove.
(struct tagSQL_YEAR_MONTH): add for ODBC3.x.
(struct tagSQL_DAY_SECOND): likewise.
(struct tagSQL_INTERVAL_STRUCT): likewise.
(struct tagSQL_NUMERIC_STRUCT): likewise.
(struct tagSQLGUID): add for 0DBC3.50.
(enum SQLINTERVAL): add for ODBC3.x.
(SQLWCHAR): add typedef.
(SQLTCHAR): add typedef, conditional on UNICODE.
(SQLLEN): add typedef for _WIN64, define for _WIN32.
(SQLULEN): likewise.
(SQLROWOFFSET): likewise.
(SQLROWCOUNT): likewise.
(SQLTRANSID): likewise.
(SQLSETPOSIROW): likewise.
(SQLHANDLE): add ODBC3.x typedef.
(SQLHDESC): likewise.
(SQLDATE): likewise.
(SQLDECIMAL): likewise.
(SQLDOUBLE): likewise.
(SQLFLOAT): likewise.
(SQLNUMERIC): likewise.
(SQLREAL): likewise.
(SQLTIME): likewise.
(SQLTIMESTAMP): likewise.
(SQLVARCHAR): likewise.
(SQLBIGINT): likewise.
(SQLUBIGINT): likewise.
(SQL_DATE_STRUCT): likewise.
(SQL_TIME_STRUCT): likewise.
(SQL_TIMESTAMP_STRUCT): likewise.
(ODBCINT64): add ODBC3.x define.
* lib/odbc32.def : regenerate.
2001-01-28 16:21:01 +00:00
Christopher Faylor
ae6c8e4fc2
* include/cygwin/version.h: Bump API version.
2001-01-28 06:26:50 +00:00
Christopher Faylor
9a089f21ea
* cygheap.cc (init_cheap): Move username initialization.
...
(cygheap_init): Here.
* shared_info.h (mount_info): Add a sys_mount_table_counter field.
(shared_info): Ditto.
* path.cc (mount_info::conv_to_win32_path): Check that our mount table is in
sync with the system mount table and reinitialize it if not.
(mount_info::add_reg_mount): Bump sys_mount_table counters if the system mount
table changes.
(mount_info::del_reg_mount): Ditto.
(mount_info::write_cygdrive_info_to_registry): Ditto.
(mount_info::remove_cygdrive_info_from_registry): Ditto.
2001-01-28 06:23:42 +00:00
Christopher Faylor
2a6fc028ba
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
...
* child_info.h (child_info): Move shared_h, console_h to cygheap. Add mount_h.
* cygheap.h (init_cygheap): Add shared_h, console_h.
* cygheap.cc (init_cheap): Initialize heap at a fixed location after the shared
memory regions. Initialize cygheap->user name here.
* dcrt0.cc (dll_crt0_1): Call getpagesize () to initialize constants. Remove
cygheap_init since it is done in shared_init now.
(_dll_crt0): Initialize mount_h, remove shared_h and console_h initialization.
* fhandler_console.cc (console_shared_h): Eliminate.
(get_tty_stuff): Use cygheap->console_h rather than console_shared_h.
* heap.cc (heap_init): Use page size constant calculated earlier in
initialization.
* shared.cc: Eliminate cygwin_shared_h. Add cygwin_mount_h.
(mount_table_init): New function for initializing a user mount table.
(open_shared_file_map): Use constant for shared memory region. Initialize
cygheap and mount table here.
(open_shared): Improve debugging output.
(shared_info::initialize): Eliminate call to mount.init.
(shared_terminate): Use cygheap->shared_h. Close cygwin_mount_h.
(open_shared_file_map): Eliminate.
* shared_info.h (mount_info): Add a version field.
(shared_align_past): New macro for calculating location for shared memory
regions.
* sigproc.cc (init_child_info): Eliminate shared_h, console_h.
* spawn.cc (spawn_guts): Pass on cygwin_mount_h iff not a different user.
* syscalls.cc (system_info): New global holding system memory defaults.
(getpagesize): Use system_info.
* uinfo.cc (internal_getlogin): Only fill in user name if nonexistent.
* winsup.h: Declare system_info.
* passwd.cc (read_etc_passwd): Use cygheap->user.name () rather than retrieving
the name again.
2001-01-28 05:51:15 +00:00
Christopher Faylor
bdfeca609b
* path.cc (path_conv::check): Detect when path has symlinks.
...
(symlink_info::check): Remove debugging stuff.
(chdir): Use posix'ized win32 path if cd'ed to a path using symlinks.
2001-01-27 15:34:38 +00:00
Christopher Faylor
0826bed5c1
Fix typos. Add some comments.
2001-01-27 03:02:15 +00:00
Christopher Faylor
206a8d884b
* exceptions.cc (sigreturn): Call any pending signals prior to resetting the
...
signal mask so that stacked signals behave correctly.
(sigdelayed): Avoid a race where a signal could end up calling an incorrect
signal handler if two signals come in close together.
2001-01-27 02:23:46 +00:00
Earnie Boyd
7646d1a111
* Apply Danny Smith patch 102275
...
2000-11-05 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* include/objbase.h: (COM_RIGHTS): Add definition.
(tagSTDMSHLFLAGS): add enumeration.
(CoInitializeEx): Add prototypes.
(CoGetStdMarshalEx): ditto.
(CoCreateInstanceEx): ditto.
(CoInitializeSecurity): ditto.
(CoGetCallContext): ditto.
(CoQueryProxyBlanket): ditto.
(CoSetProxyBlanket): ditto.
(CoCopyProxy): ditto.
(CoQueryClientBlanket): ditto.
(CoImpersonateClient): ditto.
(CoRevertToSelf): ditto.
(CoQueryAuthenticationServices): ditto.
(CoSwitchCallContext): ditto.
(CoGetInstanceFromFile): ditto.
(CoGetInstanceFromIStorage): ditto.
* include/objidl.h: (SOLE_AUTHENTICATION_SERVICE): Add structure.
(SOLE_AUTHENTICATION_INFO): ditto.
(EOLE_AUTHENTICATION_CAPABILITIES): Add enumeration.
(COLE_DEFAULT_PRINCIPAL): Add definition.
(COLE_DEFAULT_AUTHINFO): Ditto.
* include/rpcdce.h: (RPC_C_AUTHZ_DEFAULT): Add definition.
(RPC_PROTSEQ_VECTOR) Fix typo.
(RpcRaiseException): add DECLSPEC_NORETURN attribute.
* include/winbase.h: (FreeLibraryAndExitThread): add DECLSPEC_NORETURN
attribute.
2001-01-26 21:05:20 +00:00
Earnie Boyd
cd7053e78b
* include/stdint.h: New file.
2001-01-26 18:52:31 +00:00
Earnie Boyd
bfa15b05e8
* lib/msvcp60.def: New file
2001-01-26 18:39:58 +00:00
Christopher Faylor
046fcbed3b
* include/winnt.h: Add PTOKEN_USER.
2001-01-26 16:35:17 +00:00
Corinna Vinschen
174f1a392e
* mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping with
...
len != 0 only when performing an anonymous mapping.
2001-01-24 04:00:41 +00:00
Christopher Faylor
4c7b82500d
* path.h: Add a new constant.
...
* syscalls.cc (_read): Oscillate errno check.
2001-01-22 20:36:38 +00:00
Christopher Faylor
c65a318355
* include/cygwin/version.h: Bump API to reflect setlogmask.
2001-01-22 20:29:24 +00:00
Christopher Faylor
29c39fe3dd
* cygwin.din: Add export for setlogmask().
...
* syslog.cc (setlogmask): New function.
2001-01-22 15:55:34 +00:00
Earnie Boyd
74a3cd0a4f
* include/wchar.h: Protect prototypes only declared in the C++ STL
...
from being declared unless __cplusplus is defined.
2001-01-18 15:40:50 +00:00
Corinna Vinschen
c807d3552a
* resource.cc (setrlimit): Support RLIMIT_NOFILE.
2001-01-18 09:30:37 +00:00
Christopher Faylor
4e2a97b2ac
* syscalls.cc (setdtablesize): Call with amount to increment not total amount.
...
Return success or failure error code.
2001-01-18 04:26:04 +00:00
Christopher Faylor
a7cde2b98a
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
...
* exceptions.cc (sig_handle_tty_stop): Move setting of PID_STOPPED to earlier
in interrupt.
((interrupt_setup): i.e., here.
(sig_handle): Don't queue multiple SIGSTOPS.
* fhandler.h (bg_check_types): Enumerate return value of bg_check for clarity.
* signal.cc (kill_pgrp): Minor cleanup.
* fhandler_termios.cc (fhandler_termios::bg_check): Use enumerated type for
function return. Don't raise signal if a signal is already queued.
* fhandler_console.cc (fhandler_console::read): Use enumerated return type for
bg_check.
* select.cc: Ditto, throughout.
* read.cc: Ditto, throughout.
* termios.cc: Ditto, throughout.
(_read): YA interrupt detect simplification.
* wait.cc (wait4): Ditto.
2001-01-17 14:57:09 +00:00
Corinna Vinschen
cb503978ab
* cygheap.cc (cygheap_user::~cygheap_user): Temporarily
...
disable free'ing memory.
2001-01-17 12:47:47 +00:00
Earnie Boyd
48e952a687
* include/sqlucode.h: Apply Danny Smith patch 102443
...
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
2001-01-16 19:02:04 +00:00
Earnie Boyd
4ba2b1898c
* lib/odbccp32.def: Apply Danny Smith patch 102442
...
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
2001-01-16 18:41:48 +00:00
Earnie Boyd
8a5edc3613
* include/odbcinst.h: Apply Danny Smith patch 102441
...
2000-11-20 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
New file.
2001-01-16 18:23:52 +00:00
Corinna Vinschen
9fedfd57d4
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.
2001-01-16 17:02:46 +00:00
Earnie Boyd
2762a24302
* include/stdlib.h: Apply Danny Smith patch 102730
...
2000-12-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
(_wgetenv) Correction to return type.
2001-01-16 16:43:00 +00:00
Earnie Boyd
49a5f0809b
* include/locale.h: Apply Danny Smith patch 101834
...
2000-11-23 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
(LC_MIN) Add definition.
(LC_MAX) ditto.
(_wsetlocale) Add prototype.
2001-01-16 14:51:03 +00:00
Christopher Faylor
9470a80c8b
* wait.cc (wait4): Rename variable for consistency. Allow restartable signal
...
behavior.
2001-01-16 02:29:47 +00:00
Corinna Vinschen
9334c89c1d
* mmap.cc (mmap): Add more parameter checking. Change error output
...
in case of EINVAL. Treat mmapping /dev/zero like MAP_ANONYMOUS.
2001-01-15 22:18:14 +00:00
Corinna Vinschen
c6dd43f263
* mmap.cc: include <unistd.h>. Define some bit operations for
...
the new page map.
(mmap_record): Change type of base_address_ to caddr_t.
Add map_map_ member. Add several methods to manipulate map_map_.
(mmap_record::alloc_map): New method.
(mmap_record::free_map): Ditto.
(mmap_record::find_empty): Ditto.
(mmap_record::map_map): Ditto.
(mmap_record::unmap_map): Ditto.
(list::add_record): Change return type to `mmap_record *'.
Allocate page map.
(list::match): New method.
(mmap): Partly rewritten to take care for the new page map. Add some
parameter checking.
(munmap): Ditto.
2001-01-15 19:42:33 +00:00
Corinna Vinschen
66097f06dd
* heap.cc (heap_init): Fix extern declaration of getpagesize.
...
* syscalls.cc (getpagesize): Fix another typo.
2001-01-15 12:53:30 +00:00
Corinna Vinschen
dc3651b6cd
* syscalls.cc (getpagesize): Save pagesize in global variable to
...
avoid calling GetSystemInfo too often.
* heap.cc (getpagesize): Eliminate.
(heap_init): Use getpagesize function from syscalls.cc.
2001-01-15 12:25:00 +00:00
Corinna Vinschen
4cf2c0e0cb
* sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZE
...
request to avoid implementing the same twice.
2001-01-15 10:58:19 +00:00
Christopher Faylor
a3ec080b35
* syscalls.cc (_read): Use more lightweight method for determining if read has
...
been interrupted by a signal.
2001-01-14 19:08:30 +00:00
Christopher Faylor
c3d62298ba
* debug.h: Add regparm attributes to some functions.
...
* signal.cc (sigaction): Don't treat SIGCONT specially.
* exceptions.cc (interrupt_setup): Save sa_flags of interrupted signal for
later use.
(sig_handler): Default any stopping signal to SIGSTOP.
(call_signal_handler): New function.
(sigdelayed0): New function.
* sigproc.cc (sigproc_init): Initialize SIGSTOP sigaction for special behavior.
* sigproc.h: Define call_signal_handler.
* syscalls.cc (_read): Allow restartable signal behavior.
2001-01-12 05:38:25 +00:00
Corinna Vinschen
c4efddf601
* fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.
...
(fhandler_disk_file: Ditto.
(fhandler_dev_mem): Ditto.
* fhandler_mem.cc (fhandler_dev_mem::open): Set OBJ_INHERIT attribute
for device\physicalmemory handle.
(fhandler_dev_mem::mmap): Ditto.
* fhandler_mem.cc (fhandler_dev_mem::fixup_mmap_after_fork): New method.
* mmap.cc (mmap_record): Add private `fdesc_' member. Change constructor
accordingly.
(get_fd): New method.
(mmap): Use new mmap_record constructor.
(fhandler_base::fixup_mmap_after_fork): New method.
(fhandler_disk_file::fixup_mmap_after_fork): Ditto.
(fixup_mmaps_after_fork): Call `fixup_mmap_after_fork' of appropriate
fhandler class.
2001-01-11 12:33:12 +00:00
Christopher Faylor
37770e0009
* regtool.cc (cmd_list): Add new registry display options.
...
(cmd_list): Add code to implement -p, -k, and -l options.
* regtool.cc (Fail): Add call to LocalFree to free memory allocated by
FormatMessage.
2001-01-10 22:34:02 +00:00
Christopher Faylor
7adad1217b
more formatting changes.
2001-01-10 15:22:40 +00:00
Christopher Faylor
b82a7a5e35
* regtool.cc (translate): Ensure that 'c' is initialized.
...
(cmd_set): Ditto for rv.
2001-01-10 14:20:16 +00:00
Christopher Faylor
7416e1d2f6
* sigproc.cc (wait_sig): Allow SIGCONT when stopped.
2001-01-10 13:53:38 +00:00
Corinna Vinschen
55ae1dff87
Patch suggested by Ren� M�ller Fonseca <fonseca@mip.sdu.dk>
...
* include/sys/socket.h: Change prototype to have 2nd parameter `const'.
* net.cc (cygwin_bind): Change 2nd parameter to `const'.
2001-01-09 16:00:58 +00:00
Christopher Faylor
077ec4cb37
* pinfo.cc (codepage_init): Move function.
...
* environ.cc (codepage_init): To here.
* exceptoins.cc (SIG_NONMASKABLE): Remove SIGCONT from consideration since it
is supposed to be maskable.
* signal.cc (sigaction): Ditto.
* sigproc.cc (wait_sig): Ditto.
* winsup.h: Eliminate global declaration of codepage_init.
2001-01-08 04:02:02 +00:00
Corinna Vinschen
f3236259b4
* resource.cc (getrlimit): Set errno on EFAULT instead of returning it.
...
(setrlimit): Ditto.
Patch by David Sainty <David.Sainty@optimation.co.nz>:
* resource.cc (setrlimit): Prevent failing with an error when the
operation would not have changed anything.
2001-01-05 09:01:18 +00:00
Christopher Faylor
a5e570bcc3
* thread.cc: Need LONG_MAX definition.
2001-01-04 18:33:39 +00:00
Christopher Faylor
4104f35e67
* thread.cc (MTinterface::CreateSemaphore): Correctly set semaphore max.
2001-01-03 18:50:25 +00:00
Christopher Faylor
c79ec95060
* fhandler_console.cc (fhandler_console::read): Restore missing test for code
...
page before doing OemToCharBuff.
2001-01-03 14:45:47 +00:00
Christopher Faylor
1bdc5f1fab
Wed Jan 3 09:20:20 2001 Jason Tishler <jt@dothill.com>
...
* include/cygwin/version.h: Fix typo in CYGWIN_VERSION_DLL_COMBINED
macro.
2001-01-03 14:44:13 +00:00
Corinna Vinschen
8a93913d26
* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
...
* exceptions.cc (stackdump): Avoid creating stackdump when
`rlim_core' is 0.
* resource.cc: New global variable `rlim_core'.
(getrlimit): New function.
(setrlimit): Ditto.
include/cygwin/version.h: Bump minor API version to 32 due to
adding `getrlimit' and `setrlimit'.
include/sys/resource.h: Add defines, types and prototypes for
`getrlimit' and `setrlimit'.
2000-12-27 00:13:57 +00:00
Christopher Faylor
2803e941b3
* autoload.h: Make DLL initializers global to avoid inlining.
...
* exceptions.cc (interrupt_setup): Reorganize arguments to allow use of
regparm.
(interrupt_now): Ditto.
(interrupt_on_return): Ditto.
(call_handler): Ditto.
2000-12-26 03:21:05 +00:00
Christopher Faylor
48c4679d55
* include/cygwin/version.h: Bump DLL minor version number to 8.
2000-12-25 18:37:44 +00:00
Christopher Faylor
45eb603342
missed a spot.
2000-12-25 17:49:36 +00:00
Christopher Faylor
446760ac78
* lib/Makefile.in: Don't make "links" to include/w32api directory.
2000-12-25 17:23:29 +00:00
Corinna Vinschen
8b2a7164ac
* cygwinenv.sgml: Fix typo in <filename>. Add missing </para>.
2000-12-22 17:02:02 +00:00
Corinna Vinschen
d6a289bac1
Fix syntax.
2000-12-20 12:43:22 +00:00
Corinna Vinschen
aa2b85cc90
* autoload.cc: Add load statemant for SetSecurityDescriptorControl.
...
* security.cc (alloc_sd): Always set SE_DACL_PROTECTED flag on
Win2K and higher.
2000-12-20 12:42:43 +00:00
Corinna Vinschen
e625e1b99e
* include/winbase.h: Add prototype for SetSecurityDescriptorControl.
2000-12-20 12:36:28 +00:00
Christopher Faylor
7d72d04c77
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
2000-12-20 06:03:16 +00:00
Christopher Faylor
2bfdcd8a5f
* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytes
...
ready to be read whether overlapped_armed or not.
2000-12-20 05:57:59 +00:00
Corinna Vinschen
3112d7a41c
* syscalls.cc (remove): New function, overriding the newlib
...
implementation.
2000-12-19 20:43:41 +00:00
Corinna Vinschen
f3549a047a
* cygwinenv.sgml: Add text for `smbntsec' option.
2000-12-19 20:14:34 +00:00
Corinna Vinschen
5827f4d98a
* environ.cc (struct parse_thing): Add entry for new CYGWIN option
...
`smbntsec'.
* path.cc (path_conv::check): Check path for being a remote path.
If so and `allow_smbntsec' is set to FALSE, set has_acls to FALSE.
* security.cc: Add global definition for `allow_smbntsec'.
* security.h: Add extern declaration for `allow_smbntsec'.
* fhandler.cc (fhandler_disk_file::open): Eliminate extern declaration
of `allow_ntsec'.
* syscalls.cc: Ditto.
2000-12-19 19:52:57 +00:00
Christopher Faylor
64069abe03
* cygcheck.cc (cygwin_info): Add some more bounds checking. From Matt Harget
...
<matt@use.net>:
* utils/cygcheck.cc (keyeprint): Move declaration before other functions so it
could be used by all functions to report error messages. Add comment.
(add_path): Check for NULL return from malloc.
(find_on_path): Check initial uses of pointers for NULL.
(rva_to_offset): Ditto.
(init_paths): Add checking for return values of Win32 calls.
(get_dword): Ditto.
(get_word): Ditto.
(dll_info): Ditto, also add NULL pointer checks.
(scan_registry): Ditto.
(check_keys): Ditto.
(dump_sysinfo): Ditto. Add default case to switch. Add error reporting if
GetVolumeInformation fails, except when it returns ERROR_NOT_READY.
(track_down): Add checking for NULL pointers and return values of Win32 calls.
(cygwin_info): Ditto. Correct small memory leak.
2000-12-16 04:53:30 +00:00
Christopher Faylor
085ec17c5d
* fhandler_console.cc (read): Add support for xterm-style mouse event
...
reporting.
(fhandler_console::char_command): Honor mouse events.
(fhandler_console::open): Enable mouse input events.
(fhandler_console::input_tcsetattr): Ditto.
* select.cc (peek_console): Add check for mouse events.
2000-12-16 03:11:02 +00:00
Christopher Faylor
7fbcbc9592
* path.cc (normalize_posix_path): Calculate path name length overruns more
...
dynamically.
(normalize_win32_path): Ditto.
* Makefile.in: Avoid scanning the directory twice for *.d files.
2000-12-15 22:25:51 +00:00
Christopher Faylor
80d0051c37
* fhandler.h (fhandler_console): Add additional argument to char_command
...
method.
* fhandler_console.cc (fhandler_console::read): Revert previously misapplied
patch.
(fhandler_console::char_command): Add a second argument.
(fhandler_console::write): Recognize when a '?' is found after a <esc>[.
2000-12-15 04:42:20 +00:00
David Starks-Browning
fcd5787f95
new entry, installing cygwin-inst snapshots with setup
2000-12-13 16:44:43 +00:00
David Starks-Browning
cf427ba344
update contents
2000-12-13 16:16:35 +00:00
David Starks-Browning
e65ed025c4
very minor wording change
2000-12-13 16:12:17 +00:00
David Starks-Browning
ff15e09cc9
update globbing entry
2000-12-13 15:43:32 +00:00
David Starks-Browning
740dea68d0
new entries about contributing packages
2000-12-12 17:42:21 +00:00
David Starks-Browning
88e066655c
try again...
2000-12-12 16:07:14 +00:00
David Starks-Browning
5c8836b916
add tip about -lm order to WinMail@16 entry
2000-12-12 16:05:30 +00:00
David Starks-Browning
9972a88b3f
add entry about mt on Win9x
2000-12-12 14:51:12 +00:00
David Starks-Browning
566ca2a79d
update & expand section on multiple DLLs
2000-12-12 14:24:42 +00:00
David Starks-Browning
9a442f7f8d
tiny fix
2000-12-12 13:51:18 +00:00
David Starks-Browning
7ae4fd5600
added structure (unsolved vs. FITNR).
...
added entry about scp leaving ssh procs on Win9x.
2000-12-12 13:47:50 +00:00
David Starks-Browning
9eb8e25c48
screen has now been ported
2000-12-12 13:26:59 +00:00
David Starks-Browning
8d3ba197bc
these problems are fixed now
2000-12-12 13:24:06 +00:00
Corinna Vinschen
947411367d
* net.cc (cygwin_rexec): Eliminate superfluous call to
...
`set_socket_inheritance'.
* include/sys/socket.h: Add SUS defines for option values to `shutdown'.
2000-12-11 19:45:54 +00:00
Christopher Faylor
772231a055
* lib/Makefile.in: Install headers and libraries in tooldir.
2000-12-11 18:14:15 +00:00
Christopher Faylor
a239df7f57
* Makefile.in: Compile/link dumper.exe with c++.
2000-12-11 00:10:49 +00:00
Christopher Faylor
67bd6fb222
* include/sysexits: New file.
2000-12-10 22:19:50 +00:00
Christopher Faylor
ee1d77e4b7
* autoload.cc: Autoload CharToOemA.
...
* dcrt0.cc (dll_crt0_1): Translate command line to OEM if current codepage is
OEM.
* environ.cc: Add new option 'codepage' to CYGWIN environment variable.
* fhandler_clipboard.cc (fhandler_clipboard::read): Read clipboard in OEM mode
if current codepage is OEM.
* fhandler_console.cc (fhandler_console::read): Only translate console input if
current codepage is ANSI.
* fhandler_console.cc (fhandler_console::write_normal): Translate output data
if current codepage is ANSI.
* pinfo.cc (codepage_init): New function. Setup current codepage from CYGWIN
environment variable and set codepage for file APIs.
* security.cc (read_sd): Translate file name to it if current codepage is OEM.
* winsup.h: (sys_wcstombs,sys_mbstowcs): Use current codepage for translations
between multibyte and widechar string and vice versa.
2000-12-10 00:45:12 +00:00
Christopher Faylor
307cb8ba82
* path.cc (normalize_win32_path): Check for explicit use of two slashes at the
...
beginning of a path. These should be treated specially regardless of whether
they are UNC paths or old-style //a paths. Avoid adding cwd to a path if the
path already begins with '/'.
2000-12-09 21:31:49 +00:00
Christopher Faylor
82c8d7ef8c
* path.cc (normalize_win32_path): Reorganize logic to accomodate chroot.
...
Always check for MAX_PATH overrun. Avoid adding one too many backslashes when
src path begins with a slash. From Corinna Vinschen.
* winsup.h: Force demangling for dll_crt0 for newer compilers.
2000-12-09 03:29:33 +00:00
Corinna Vinschen
2a688c15ad
* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.
2000-12-07 19:43:37 +00:00
Corinna Vinschen
9ae2974ffd
* mkpasswd.c: make default home directory /home/$user if one
...
can't be found in user registry. Allow user to override
that with command line arg.
(longopts): Fix typo in `local-groups' option.
(main): Initialize `passed_home_path' before first usage.
2000-12-07 10:31:01 +00:00
Christopher Faylor
37c49e19f2
Make initial tabbing consistent.
2000-12-07 03:20:21 +00:00
Corinna Vinschen
81e615de98
* winsup/cygwin/include/sys/uio.h: readv: Correct prototype
...
writev: ditto.
2000-12-06 22:42:26 +00:00
Earnie Boyd
48ba505b8b
* include/winnls.h: NORM_IGNORE* remove duplicate defines.
...
SORT_STRINGSORT: ditto.
CMAP*: ditto.
CTRY_*: add new defines.
LGRPID_*: ditto.
LCMAP*: change defines to hex notation.
CALID: change from ULONG to DWORD.
CALTYPE: ditto.
_cpinfoex[AW]: add structure.
FoldString: correct Unicode mappings.
GetCPInfoEx[AW]: add prototypes.
EnumCalendarInfoEx[AW]: ditto.
EnumDateFormatsEx[AW]: ditto.
EnumSystemLanguageGroups[AW]: ditto.
EnumLanguageGroupLocales[AW]: ditto.
EnumUILanguages[AW]: ditto.
GetSystemDefaultUILanguage[AW]: ditto.
GetUserDefaultUILanguage[AW]: ditto.
IsValidLanguageGroup[AW]: ditto.
CALINFO_ENUMPROCEX[AW]: add function pointer typedef
LANGUAGEGROUP_ENUMPROC[AW]: ditto
LANGGROUPLOCALE_ENUMPROC[AW]: ditto
UILANGUAGE_ENUMPROC[AW]: ditto
DATEFMT_ENUMPROCEX[AW]: ditto
LPCURRENCYFMT[AW]: add structure pointer typedef
LPNUMBERFMT[AW]: ditto
* ChangeLog: Correct entry by Matt Hargett to include file name.
2000-12-05 17:26:01 +00:00
Corinna Vinschen
fdb352765e
* include/sys/uio.h: Include <sys/cdefs.h>. Use __BEGIN_DECL and
...
__END_DECL.
Add declarations for `readv' and `writev'.
2000-12-05 16:08:48 +00:00
Corinna Vinschen
96963a1423
* Added a define for INVALID_SET_FILE_POINTER, a possible return
...
code for the SetFilePointer() win32 API call.
2000-12-05 08:53:45 +00:00
Corinna Vinschen
785e8cc89e
* Makefile.in: Change `-nostartfiles' to `-nostdlib' to avoid
...
automatic linking with default libraries when linking new-cygwin1.dll.
Link with libgcc.a and libstdc++.a explicitly.
2000-12-04 20:05:41 +00:00
Christopher Faylor
191bacb0be
* path.cc (normalize_win32_path): Handle UNC paths better.
...
(slash_unc_prefix_p): Allow backslash UNC paths.
2000-12-03 06:21:40 +00:00
Christopher Faylor
92311ab5e5
* Makefile.in: Use CXX to build the DLL.
...
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
2000-12-03 05:42:03 +00:00
Christopher Faylor
8494f61e7c
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX for
...
g++ compiles.
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
2000-12-03 05:40:45 +00:00
Christopher Faylor
b0a187e204
* Makefile.in: Remove some extra cruft.
2000-12-03 05:20:56 +00:00
Christopher Faylor
6c057e82df
* Makefile.in: Use CXX to build the DLL.
...
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
* path.cc (normalize_posix_path): Put correct drive at beginning of \foo style
paths.
(chdir): Don't send non-posix path to cygcwd.set.
2000-12-03 05:16:33 +00:00
Corinna Vinschen
6b6a8cefad
* net.cc (get_inet_addr ): Close AF_UNIX socket file after reading.
2000-12-02 21:29:00 +00:00
Corinna Vinschen
09872ef885
* cygheap.cc (chgheap_root::operator =): Check root dir properly.
2000-11-29 22:27:15 +00:00
Earnie Boyd
b52aba3fc2
* Makefile.in: eliminate the need for RUNTIME and CRT_ID.
...
Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o.
Create a libcoldname.a for the oldname library for CRTDLL.
Restrict libmoldname.a for the oldname library for MSVCRT.
* configure.in: eliminate setting RUNTIME and CRT_ID variables.
Restructure the $target_os case logic.
Always name the MinGW thread dll helper mingwm.
Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw.
* configure: regenerate.
2000-11-29 21:14:48 +00:00
Corinna Vinschen
38c5dd446e
* net.cc (cygwin_inet_aton): Return nonzero if the address
...
is valid, zero if not according to Linux man page.
2000-11-29 17:15:00 +00:00
David Starks-Browning
ab96569985
New entry "Bash says "command not found", but it's right there!"
2000-11-29 16:24:59 +00:00
Christopher Faylor
95ec0f241f
* mmap.cc (munmap): Check that mmap and munmap length match.
2000-11-28 21:25:45 +00:00
Corinna Vinschen
e1a993d549
* fhandler.cc (fhandler_disk_file::open): Check for buggy CreateFile
...
condition.
* path.cc (path_conv::check): Get file system type in call to
GetVolumeInformation to check for file systems with buggy CreateFile.
* path.h (enum path_types): Add PATH_HASBUGGYOPEN.
(class path_conv): Add methods `has_buggy_open' and
`set_has_buggy_open'.
2000-11-28 18:45:42 +00:00
Christopher Faylor
fe1c7fe7a6
* fhandler.cc (is_at_eof): New function.
...
(fhandler_base::raw_read): Detect special case where last error ==
ERROR_NOACCESS but the file is at EOF. Most UNIXes do not consider this to be
an error.
2000-11-26 21:45:16 +00:00
Christopher Faylor
e0cdea91fe
* include/cygwin/version.h: Bump DLL minor version number to 7.
2000-11-26 19:46:17 +00:00
Corinna Vinschen
2e68f6b47e
* include/cygwin/version.h: Bump minor API version due to adding
...
inet_aton.
2000-11-25 10:29:49 +00:00
Corinna Vinschen
0bec01198b
* net.cc (cygwin_inet_aton): New function.
...
* cygwin.din: Export cygwin_inet_aton as inet_aton.
2000-11-25 10:23:55 +00:00
Christopher Faylor
93c1e56b2d
* path.cc (mount_info::read_cygdrive_info_from_registry): Read system cygdrive
...
prefix with KEY_READ.
(mount_info::get_cygdrive_info): Ditto.
2000-11-24 18:04:44 +00:00
Earnie Boyd
c84242b6f3
* Makefile.in: Fix bindist target to distribute the correct files.
...
Remove the use of SNAPSHOT variable and test SNAPDATE instead.
Set SNAPDATE within the snapshot target on recursive call to $(MAKE).
2000-11-22 23:43:23 +00:00
Corinna Vinschen
65e0f5ebc2
* include/winnt.h: Add missing FILE_NAMED_STREAMS define.
2000-11-22 21:27:36 +00:00
Christopher Faylor
0217c5bb3b
* Makefile.in: new-temp.a -> new-templib.a
2000-11-22 16:19:53 +00:00
David Starks-Browning
872134b37d
Update "why doesn't chmod work" with hint from Corinna.
2000-11-22 13:07:14 +00:00
Earnie Boyd
cc100085ed
* Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.
...
Add variables and targets to control binary and source distributions.
Add variables and targets to control snapshot distribution.
* profile/gmon.h: Add missing #endif for #ifndef.
* profile/ChangeLog: Merge entries here and remove.
* profile/Makefile.in: Add variables and targets to control
distribution.
* README: Add.
* TODO: ditto.
* config.guess: ditto.
* config.sub: ditto.
* mkinstalldirs: ditto.
* install-sh: ditto.
* configure: regenerate.
* profile/configure: ditto.
2000-11-22 01:51:53 +00:00
Earnie Boyd
6126c12345
* include/direct.h: add guard around MSVCRT-only prototytpes
...
* include/io.h: add __int64 struct definitions and function prototypes;
add guard for MSVCRT-only prototypes
* include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX
* include/stdio.h: add wchar function prototypes (__MSVCRT__);
put wchar functions together to make sync with wchar.h easier
* include/stdlib.h: add wide char functions (__MSVCRT__)
* include/string.h: add string collation functions ( __MSVCRT__)
* include/sys/stat.h: add __int64 struct and function ( __MSVCRT__)
* include/tchar.h: add macros and macro function definitions
* include/wchar.h: add wide char function prototypes ( __MSVCRT__ );
enclose more functions in __MSVCRT__ guard;
some oldname wide char function prototypes #if (0)'d
* profile/gmon.h: add guard around BSD-ish typedefs
2000-11-21 02:50:03 +00:00
Christopher Faylor
d5b692284b
* Makefile.in: Use a different variable name for subdirectory since the
...
previous one was used by the top level make.
2000-11-21 00:00:05 +00:00
Christopher Faylor
9784d54da8
* spawn.cc (spawn_guts): Quoting was still wrong. Keep trying to fix it.
2000-11-20 22:10:13 +00:00
Christopher Faylor
099efae038
* spawn.cc (spawn_guts): YA tweak for dealing with arcane rules of quoting in
...
"normal" Microsoft programs.
* child_info.h: Bump fork magic number.
* include/sys/mount.h: Add an entry for mixed mode.
2000-11-20 19:35:45 +00:00
David Starks-Browning
bbed89ab13
sources.redhat.com -> cygwin.com where appropriate
2000-11-20 14:37:37 +00:00
Christopher Faylor
7665ae4aca
* Makefile.in: Install mingw stuff in a subdirectory if building under cygwin.
2000-11-20 01:52:26 +00:00
Christopher Faylor
86d2c003fe
*** empty log message ***
2000-11-19 04:58:18 +00:00
Christopher Faylor
04979a0fc3
* utils.sgml: Document new options for ps and strace.
2000-11-19 04:55:49 +00:00
Christopher Faylor
9f7bdd2b58
* cygwinenv.sgml: Remove CYGWIN=strace option. Update CYGWIN options.
...
* how-programming.texinfo: Remove stuff about CYGWIN=strace.
* setup2.sgml: Remove CYGWIN=strace example.
2000-11-19 04:53:46 +00:00
Corinna Vinschen
46ba13261b
* path.cc (normalize_posix_path): Special care for root directory
...
in case of files beginning with a dot.
2000-11-17 18:39:47 +00:00
David Starks-Browning
2ef98494d8
Add Windows ME to "What is it?"
2000-11-17 15:09:55 +00:00
David Starks-Browning
7cb2bb152d
Add 'Windows 2000' to "What is it?" entry.
2000-11-17 14:12:23 +00:00
David Starks-Browning
ef01aeac68
Update entry "I'm having basic problems with find. Why?", add advice
...
about -follow option if CWD is symlink.
2000-11-17 14:04:59 +00:00
David Starks-Browning
7816541772
Update "Why is make behaving badly?", add warning about make -j[n].
2000-11-17 13:32:28 +00:00
David Starks-Browning
e2ed94a3c6
New entry "Setup screwed up my mounts!"
2000-11-17 12:57:51 +00:00
David Starks-Browning
b9448841db
Fix error in "Why doesn't my script work?", add note about 'mount -x'.
2000-11-17 12:10:04 +00:00
David Starks-Browning
2f2092aece
new entry "Why doesn't my script work?"
2000-11-17 11:40:06 +00:00
Corinna Vinschen
1126c2b042
* syslog.cc (syslog): Add users SID to NT syslog entry.
2000-11-17 11:30:14 +00:00
Christopher Faylor
879c443594
Fix typo.
2000-11-17 05:15:17 +00:00
Christopher Faylor
5758fdf31d
* fhandler_console.cc: New member variable `dwBufferSize' for `info'.
...
(fillin_info): Set `dwBufferSize' to the size of the console buffer.
(clear_screen): Use width of console buffer to calculate how many spaces to
clear.
2000-11-17 03:01:14 +00:00
Christopher Faylor
992b0a24d0
* Makefile.in: Make import library creation 'make -j2' friendly.
2000-11-16 20:32:27 +00:00
David Starks-Browning
cb06d7468a
New entry "Why doesn't mkdir -p work on a network share?"
2000-11-16 15:08:35 +00:00
Corinna Vinschen
eb79d041f8
* uinfo.cc (uinfo_init): Call `cygwin_set_impersonation_token' to
...
reset `cygheap->user.token' to INVALID_HANDLE_VALUE.
2000-11-16 09:53:26 +00:00
Christopher Faylor
0dc9dc8b3a
Update ChangeLog.
2000-11-16 05:21:03 +00:00
Christopher Faylor
0d675c5d7f
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
...
* exceptions.cc (interrupt_setup): Don't set signal mask here or races occur
with main thread. Set it in sigdelayed instead.
(sigreturn): Reflect change in stack order of ebp and flags.
(sigdelayed): Set stack frame correctly. Call set_process_mask here with flags
for last trapped signal.
(signal_dispatch): Add newmask.
* sigproc.cc (wait_sig): Eliminate ill-considered attempt to halt looping
signal processors.
2000-11-16 05:16:59 +00:00
Corinna Vinschen
cb6f4dbd0c
* uinfo.cc (internal_getlogin): Change parameter list to reflect
...
that `token' is member of cygheap_user now.
(uinfo_init): Use modified internal_getlogin.
* syscalls.cc (seteuid): Ditto.
2000-11-15 21:14:27 +00:00
Corinna Vinschen
66c161baac
* cygheap.h: Move `token' and `impersonated' from class _pinfo
...
to class cygheap_user.
* pinfo.h: Ditto.
* fork.cc (fork_child): Change usage of `token' and `impersonated'
accordingly.
(fork_parent): Ditto.
* security.cc (cygwin_set_impersonation_token): Ditto.
* sigproc.cc (proc_subproc): Ditto.
* spawn.cc (spawn_guts): Ditto.
* syscalls.cc (seteuid): Ditto.
* uinfo.cc (uinfo_init): Ditto.
2000-11-15 21:04:02 +00:00
Corinna Vinschen
cc35b56c95
* spawn.cc (spawn_guts): Revert patch to ignore chroot settings
...
on creating native Win32 environment.
2000-11-15 09:01:33 +00:00
Christopher Faylor
5ba05cab08
* fork.cc (slow_pid_reuse): Off-by-one.
2000-11-15 06:46:19 +00:00
Christopher Faylor
84aeff4126
Throughout use myself->ppid_handle rather than parent_alive.
...
* child_info.h (child_info): Eliminate parent_alive.
* dcrt0.cc (dll_crt0_1): Call fork_init for debugging pid creation.
* fork.cc (fork_child): Reflect change to fixup_mmaps_after_fork arguments.
(slow_pid_reuse): New function to grab last 'n' pids to prevent pid reuse.
(fork_parent): Move last_fork_proc into slow_pid_reuse. Handle fork_pids
debugging. Eliminate unnecessary call to set_child_mmap_ptr.
(fork_init): New debugging function.
* mmap.cc (fixup_mmaps_after_fork): Renamed from recreate_mmaps_after_fork.
Rely on copied data after a fork.
(set_child_mmap_ptr): Eliminate.
* pinfo.h (_pinfo): Eliminate parent_alive, mmap_ptr and reflect above changes.
* spawn.cc (spawn_guts): Eliminate vestiges of "old way" of sending new hProc
to parent process.
2000-11-15 06:27:48 +00:00
Corinna Vinschen
fb0a875733
Fix formatting.
2000-11-15 00:13:44 +00:00
Corinna Vinschen
1f0f8e127c
* cygheap.cc (cygheap_root::cygheap_root): New function.
...
(cygheap_root::~cygheap_root): Ditto.
(cygheap_root::operator=): Ditto.
(cygheap_user::~cygheap_user): Ditto.
(cygheap_user::set_name): Ditto.
(cygheap_user::set_logsrv): Ditto.
(cygheap_user::set_domain): Ditto.
(cygheap_user::set_sid): Ditto.
* cygheap.h (cygheap_root): New class.
(cygheap_user): Ditto.
(init_cygheap): Change type of `root' member to cygheap_root.
Add `user' member.
* dir.cc (opendir): Use new `cygheap_root' class.
* dcrt0.cc (dll_crt0_1): Use new `cygheap_user' class.
* fork.cc (fork_parent): Ditto.
* grp.cc (getgroups): Ditto.
* passwd.cc (search_for): Ditto.
* path.cc: Use new `cygheap_root' class throughout.
* pinfo.h (_pinfo): Remove `use_psid'. Move `username', `psid',
`logsrv', `domain', `orig_{uid,gid}' and `real_{uid,gid}' to
cygheap_user class.
* security.cc: Use new `cygheap_user' class throughout.
* shared.cc (sec_user): Ditto.
* sigproc.cc (proc_subproc): Remove copy statements for user
related information moved to `cygheap_user' class.
* spawn.cc (spawn_guts): Invalidate current chroot settings
when creating Windows environment. Use new `cygheap_user' class.
* syscalls.cc: Use new `cygheap_user' class throughout.
* uinfo.cc: Ditto.
* uinfo.cc (internal_getlogin): Change parameters to reflect the
move of user information to cygheap.
2000-11-15 00:13:09 +00:00
Corinna Vinschen
fe8c097112
* dir.cc (rewinddir): Always set __d_position = 0, so next
...
call to readdir() will restart the directory scan.
2000-11-14 16:06:52 +00:00
Christopher Faylor
a4785603b8
* cygheap.h (init_cygheap): New struct holding values that live in the Cygwin
...
heap.
* child_info.h (child_info): Change pointer type of cygheap to init_cygheap.
* cygheap.cc (init_cheap): Point cygheap_max after contents of cygheap. Move
some stuff into cygheap.h.
* dir.cc (opendir): Change to use root and rootlen in cygheap rather than in
myself.
(mkdir): Change to use umask in cygheap rather than in myself.
* path.cc: Ditto, throughout.
* syscalls.cc (_open): Ditto. Change to use umask in cygheap rather than in
myself.
(chroot): Change to allocate root dir on the cygwin heap.
(umask): Change to use umask in cygheap rather than in myself.
(cygwin_bind): Ditto.
* sigproc.cc (proc_subproc): Don't copy umask or root stuff as this happens
automatically now.
* pinfo.h (_pinfo): Migrate stuff out of here and into init_cheap.
* dcrt0.cc (dll_crt0_1): Call cygheap_init later in startup for first cygwin
process.
2000-11-14 05:53:32 +00:00
Christopher Faylor
70a11195b9
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
2000-11-13 04:06:41 +00:00
Christopher Faylor
49421cd9c5
* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.
...
* pinfo.h: Ditto.
* sigproc.h: Ditto.
* sync.h: Ditto.
2000-11-12 04:57:41 +00:00
Christopher Faylor
6ccb6bcf3d
* dcrt0.cc: New global variable `ignore_case_with_glob'.
...
(dll_crt0_1): Disable case-insensitive globbing before calling `main'.
* environ.cc (glob_init): New static function to set or clear
`ignore_case_with_glob'.
(known): Changed "glob" entry to call `glob_init'.
* glob.c (match): Use case-insensitive globbing if needed.
2000-11-11 05:36:34 +00:00
Christopher Faylor
466ebd61d3
remove include/rapi.h
2000-11-09 18:07:16 +00:00
Corinna Vinschen
edd7573015
* dir.cc (readdir): Avoid reading from the beginning when
...
readdir is called after a previous call has returned NULL.
2000-11-09 13:32:33 +00:00
Christopher Faylor
3aae15c9ba
Increase cygwin heap size.
2000-11-09 02:39:45 +00:00
Christopher Faylor
c5d03f3dca
* select.cc (peek_pipe): Deal with pending newline in pty_master.
2000-11-09 02:03:33 +00:00
Christopher Faylor
4c35f9f01f
* mount.cc (main): Call show_cygdrive_info instead of show_cygdrive_prefixes.
...
* mount.cc (show_cygdrive_prefixes): Remove function.
* mount.cc (show_cygdrive_info): New function. Actually, show_cygdrive_info is
really an enhanced version of show_cygdrive_prefixes renamed to
show_cygdrive_info that also displays the user and system flags.
2000-11-08 20:39:45 +00:00
Christopher Faylor
9bc846bd3d
* environ.cc (_addenv): malloc space for setenv if cygwin1.dll is used in
...
conjunction with older binaries.
(environ_init): Ditto.
* external.cc (get_cygdrive_info): New function.
* external.cc (get_cygdrive_prefixes): Change to use get_cygdrive_info but toss
the user and system flags.
* external.cc (cygwin_internal): Add new CW_GET_CYGDRIVE_INFO case.
* path.cc (mount_info::get_cygdrive_prefixes): Remove method.
* path.cc (mount_info::get_cygdrive_info): New method. Actually,
get_cygdrive_info is really an enhanced version of get_cygdrive_prefixes
renamed to get_cygdrive_info that also gets the user and system flags.
* shared_info.h (get_cygdrive_prefixes): Remove method.
* shared_info.h (get_cygdrive_info): New method.
* include/cygwin/version.h: Bump minor API version due to adding
CW_GET_CYGDRIVE_INFO to cygwin_internal.
* include/sys/cygwin.h (cygwin_getinfo_types): Add CW_GET_CYGDRIVE_INFO.
2000-11-08 20:36:37 +00:00
Corinna Vinschen
315f8fd37b
* mkgroup.c (load_netapi): New function to load netapi32.dll functions
...
dynamically so that mkgroup works on 9x/ME as well.
Use corresponding function pointers throughout.
(usage): Change to `int'. Change text to be conformant to mkpasswd.
(main): Use `getlongopt' to process options.
Special handling to create a group entry on 9x/ME.
* mkpasswd.c (load_netapi): New function to load netapi32.dll functions
dynamically so that mkpasswd works on 9x/ME as well.
Use corresponding function pointers throughout.
(usage): Change to `int'. Change text to be conformant to mkgroup.
(main): Use `getlongopt' to process options.
Special handling to create a passwd entry on 9x/ME.
Change conditional to create an entry for the local administrators
group when appropriate.
2000-11-08 15:00:02 +00:00
Corinna Vinschen
4c25744f86
* autoload.cc: Add autoload statement for `WSASetLastError'.
...
* net.cc (cygwin_connect): Change error code to WSAEINPROGRESS
when connect returns WSAEWOULDBLOCK.
2000-11-07 20:01:09 +00:00
Christopher Faylor
64ef9db779
Fix typos.
2000-11-07 19:00:02 +00:00
Christopher Faylor
442a3c7821
Update copyright.
2000-11-07 02:21:33 +00:00
Christopher Faylor
c0188ae7cb
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
...
(dll_crt0_1): Move sigthread lock initialization to earlier in startup.
* exceptions.cc (interrupt_on_return): Remove previous kludgy attempt to detect
an invalid frame.
(call_handler): Eliminate inner for loop. Grab signal critical section lock
where appropriate.
* sigproc.cc (proc_subproc): Restore uid setting.
* sigproc.h (sigthread): Reinstitute sigthread lock as a critical section.
(sigframe): Grab the sigthread lock before clearing frame to avoid having the
signal thread use an invalid frame.
2000-11-06 23:12:05 +00:00
Christopher Faylor
a98b1584c2
* path.cc (mount_info::read_cygdrive_info_from_registry): Use
...
CYGWIN_INFO_CYGDRIVE_PREFIX, CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX, and
CYGWIN_INFO_CYGDRIVE_FLAGS.
* path.cc (mount_info::write_cygdrive_info_to_registry): Use
CYGWIN_INFO_CYGDRIVE_PREFIX and CYGWIN_INFO_CYGDRIVE_FLAGS.
* path.cc (mount_info::remove_cygdrive_info_from_registry): Ditto.
* path.cc (mount_info::get_cygdrive_prefixes): Use CYGWIN_INFO_CYGDRIVE_PREFIX.
* include/cygwin/version.h: Add CYGWIN_INFO_CYGDRIVE_FLAGS,
CYGWIN_INFO_CYGDRIVE_PREFIX, and CYGWIN_INFO_CYGDRIVE_DEFAULT_PREFIX.
2000-11-06 16:40:29 +00:00
Earnie Boyd
014b820a0d
* Makefile.in: increment VERSION.
...
(dist:) Rename to srcdist. Create new dist target to call
srcdist and bindist targets.
(srcdist:) New target.
(clean-top:) add call to mostlyclean-top and add rm of distribution
tarballs.
* lib/Makefile.in: (uninstall:) modify to remove files from the
new w32api subdirectory and to remove w32api subdirectory.
(xuninstall:) Ditto.
TODO: Add a task to redo the clean targets of Makefile.in
2000-11-06 16:17:16 +00:00
Christopher Faylor
df664bc1a8
* errno.cc (strerror): Change EAGAIN case to return "Resource temporarily
...
unavailable" instead of "No more processes".
2000-11-06 16:13:44 +00:00
Christopher Faylor
f8038d021f
Fix typo.
2000-11-06 06:38:21 +00:00
Christopher Faylor
dd11f11fae
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
...
parent handle.
* dcrt0.cc (_dll_crt0): Close parent's parent handle when spawned or forked.
* debug.cc (add_handle): Correct erroneous reference to handle structure when
printing warning.
* exceptions.cc (interrupt_now): Always return 1.
(interrupt_on_return): Accept a sigthread argument. Check to see if this
argument has been trashed prior to setting up the stack return.
(call_handler): Add a loop around attempts to dispatch signals to detect case
where interrupt_on_return fails.
(_sigdelayed): Set up a temporary frame pointer prior to calling stuff that
could trigger an interrupt or the stack walking code will be very confused.
* fork.cc (fork_parent): Move a lot of the setup of the child process into
proc_subproc.
* spawn.cc (spawn_guts): Ditto. Use ppid_handle to contact logical parent when
reparenting.
* pinfo.h (_pinfo): Remember the logical handle of the parent process.
* sigproc.cc (proc_subproc): Record most stuff necessary for the _pinfo
structure that is inferrable from myself when adding children.
(wait_sig): Always set 'pending_signals' flag when about to kick off the signal
scanning loop. Reset it only if there are no pending signals.
2000-11-06 06:36:32 +00:00
Christopher Faylor
95101076e5
* pinfo (wait_subproc): Son of neverending debug tweaking.
2000-11-05 18:47:28 +00:00
Christopher Faylor
914f7bf565
* pinfo (wait_subproc): Neverending debug tweaking.
2000-11-05 16:47:00 +00:00
Christopher Faylor
0c9ae85d56
* pinfo.cc (winpids:add): New method.
...
(winpids::enumNT): New method renamed from EnumProcessesNT. Use add method to
add elements to the lists.
(winpids::enum9x): New method renamed from EnumProcesses9x. Use add method to
add elements to the lists.
(winpids::enum_init): Accept 'winpid' parameter to control whether to add all
windows pids to the list.
(winpids::release): New method.
* pinfo.h (winpids): Reflect above changes.
* signal.cc (kill_pgrp): Ditto.
* external.cc (fillout_pinfo): Ditto.
2000-11-05 06:42:23 +00:00
Christopher Faylor
7edb836a68
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
...
(set_process_mask): Ditto.
2000-11-05 03:08:39 +00:00
Christopher Faylor
1ae469adf4
* sigproc.cc (wait_subproc): Still more debugging cleanup.
2000-11-04 19:25:55 +00:00
Christopher Faylor
e46db834d9
* pinfo.cc (EnumProcessesNT): Avoid 0 pids.
...
(EnumProcesses9x): Ditto.
* sigproc.cc (remove_childe): Eliminate.
(proc_subproc): Move remove_child stuff here.
(wait_subproc): Synchronize with proc_subproc when error occurs. Add more
debugging info.
* sigproc.h (procstuff): Add an entry.
* spawn.cc (spawn_guts): Add sigframe here.
2000-11-04 05:54:57 +00:00
Christopher Faylor
46209564d4
* lib/Makefile.in: Install header files in w32api subdirectory.
2000-11-04 02:51:36 +00:00
Christopher Faylor
c2445f2abc
* sigproc.cc (wait_subproc): Refine debug output.
2000-11-04 01:08:23 +00:00
Christopher Faylor
bb5d559a73
* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
...
execed process to avoid a race.
* sigproc.cc (wait_subproc): Print more info when a WFSO error occurs.
* automode.c: New file.
* syscalls.cc (close_all_files): Streamline slightly.
* cygheap.cc (ccalloc): Clear *entire* allocated array.
2000-11-03 04:27:03 +00:00
Christopher Faylor
ed15374b49
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
2000-11-02 06:59:07 +00:00
Christopher Faylor
6d87f7d7c4
* pinfo.cc (EnumProcessesNT): New function. Eliminates dependence on psapi.h.
...
(EnumProcesses9x): Rename from EnumProcessesW95. Change arguments to be more
useful for cygwin.
(winpids::init): Accomodate argument changes.
(enum_init): Ditto.
* pinfo.h (winpids): Make pidlist dynamically extendable by storing it as a
pointer and remembering the size.
* ntdll.h: Add extra definitions needed for EnumProcessesNT. Reformat via
'indent'.
2000-11-02 05:25:56 +00:00
Christopher Faylor
e2fa502354
* exceptions.cc (interruptible): Remove obsolete tests.
...
(sigreturn): Construct pseudo-frame-pointer so that signal handler can figure
out where to put return address when signals are coming in quickly.
* path.cc (cwdstuff::get): Allow length 0 buffer length when buffer when NULL.
2000-11-02 02:15:02 +00:00
Corinna Vinschen
69f9407faa
* kill.cc (main): Return 1 in case of errors.
2000-11-02 01:03:00 +00:00
Earnie Boyd
cb08a6c1a0
* CONTRIBUTIONS: New file.
...
* README: Change the maintained by header.
* TODO: Add a note about checking the TODO.
2000-11-01 01:22:08 +00:00
Earnie Boyd
baf428f0d5
* include/basetyps.h: add comment for GUID_DEFINED
...
* include/lm.h: add includes for lmerr.h and lmserver.h
* include/lmcons.h: add W2K typedefs LMSTR, LMCSTR
* include/lmerr.h: add error codes
* include/lmserver.h: replace LPTSTR with LPWSTR,
LPTCSTR with LPWCSTR in structures and prototypes
* include/lmshare.h: ditto
* include/lmuse.h: ditto
* include/lmstats.h: ditto
* include/oleauto.h: add function prototype SystemTimeToVariantTime
* include/winbase.h: change first argument of CommConfigDialog to const
* include/windowsx.h: add macros defining FAR versions of
mem and string functions for porting from Win16 code
* include/winioctl.h: added IOCTL_STORAGE defines
* include/winnetwk.h: added WNNC_NET flags
* include/winnt.h: add include of <basetsd.h>;
add structs; add pointer typedefs for TOKEN structs
* include/winsock.h: add guard around BSD-ish typedefs
* include/wtypes.h: new VARENUM enums, new WIN32/WIN64 compat. macros
* include/basetsd.h: new file
* include/raserror.h: ditto
* include/rassapi.h: ditto
* include/ras.h: ditto
comment from Earnie: replaced original ras.h contribution with Danny's
contribution as it is more complete.
* include/rpcndr.h: add default definition for __RPCNDR_H_VERSION__
2000-11-01 00:37:23 +00:00
Christopher Faylor
b12796a06d
* path.h (has_exec_chars): Standard function for checking for executable magic
...
numbers.
* path.cc (symlink_info::check): Use the above function.
* fhandler.cc (fhandler_disk_file::open): Ditto.
2000-10-31 23:14:29 +00:00
Christopher Faylor
772e2322bd
* path.cc (_readlink): Return ENOENT when file does not exist.
2000-10-31 23:01:21 +00:00
Corinna Vinschen
0f34137539
* fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.
2000-10-31 22:38:00 +00:00
Corinna Vinschen
7cccedf8de
* fhandler.h (fhandler_dev_raw): Add definition for method
...
`fixup_after_fork'.
* fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Add
`set_need_fixup_after_fork' call.
(fhandler_dev_raw::~fhandler_dev_raw): Revert to user space
allocation.
(fhandler_dev_raw::open): Ditto.
(fhandler_dev_raw::dup): Ditto. Reset buffer pointer.
(fhandler_dev_raw::fixup_after_fork): New function.
* fhandler_tape.cc (fhandler_dev_tape::open): Revert to user space
memory allocation.
(fhandler_dev_tape::ioctl): Ditto. Change behaviour on MTSETBLK when
new size is 1.
2000-10-31 22:20:59 +00:00
Corinna Vinschen
8e32a18e79
* fhandler_tape.cc (fhandler_dev_tape::open): Fix memory allocation.
...
Use Cygwin heap instead of user heap.
(fhandler_dev_tape::ioctl): Ditto.
2000-10-31 19:59:16 +00:00
Christopher Faylor
dd07a42567
* pinfo.cc (enum_init): Don't suffer silently if we can't load the process
...
enumerators.
2000-10-31 17:01:56 +00:00
David Starks-Browning
99119403f3
Update section "Why is make behaving badly?"
2000-10-31 16:58:09 +00:00
David Starks-Browning
ad4bb8089e
minor typo
2000-10-31 14:33:57 +00:00
Christopher Faylor
d50d220655
* signal.cc (kill_pgrp): Revert 25-Oct change.
...
(kill_worker): Ditto.
2000-10-30 23:19:45 +00:00
Christopher Faylor
f745abc7a0
* include/cygwin/version.h: Bump DLL minor version number to 6.
2000-10-30 01:53:02 +00:00
Christopher Faylor
75a57bf04a
Whitespace cleanup.
...
* configure.in: Eliminate subdir stuff.
* configure: Regenerate.
* include/getopt.h (option): Make name field 'const'.
2000-10-28 05:41:44 +00:00
Christopher Faylor
ce475802f8
* Makefile.in: Accomodate newer gcc's which require linking of c++ programs
...
with g++. Fixup output for some compilations.
* cygcheck.cc: Respond to compiler warnings.
* dumper.cc (main): Ditto.
* parse_pe.cc (exclusion::sort_and_check): Ditto.
* setfacl.cc (getaclentry): Ditto.
2000-10-28 05:39:38 +00:00
Christopher Faylor
eedc36cb12
Cleanup formatting on some files. Remove excessive whitespace.
2000-10-28 05:00:00 +00:00
Christopher Faylor
3c952fed3f
* strace.cc (main): Add a '-b' option.
2000-10-28 00:21:41 +00:00
Corinna Vinschen
a5cc215f75
* autoload.cc: New file keeping all autoload stuff.
...
* Makefile.in: Add autoload.o to dependencies.
* dcrt0.cc: Move all autoload stuff to autoload.cc.
* fhandler_mem.cc: Ditto.
* net.cc: Ditto.
* uinfo.cc: Ditto.
2000-10-27 18:53:56 +00:00
Christopher Faylor
018a91fa2e
* sigproc.cc (wait_sig): Add braces to avoid confusion.
2000-10-27 15:38:32 +00:00
Corinna Vinschen
afd5033d83
* fhandler_socket.cc: New file.
...
* Makefile.in: Add fhandler_socket.o to dependencies.
* fhandler.h: Change comment.
* net.cc Move all fhandler_socket methods to fhandler_socket.cc.
* winsup.h: Add declaration for `ws2_32_handle'.
2000-10-27 09:50:33 +00:00
Corinna Vinschen
dd4f0b2343
* dtable.cc (dtable::release): Check for socket. Change
...
cnt_need_fixup_before accordingly.
(dtable::dup2): Ditto.
(dtable::fixup_before_fork): New method.
(dtable::fixup_before_exec): Ditto.
* dtable.h (class dtable): Add member `cnt_need_fixup_before'. Add
definition for methods `dec_need_fixup_before', `inc_need_fixup_before',
`need_fixup_before', `fixup_before_exec' and `fixup_before_fork'.
* fhandler.h (class fhandler_base): Slight rearrangements. Add
definitions for methods `fixup_before_fork_exec'.
(class fhandler_socket): Eliminate superfluous constructor.
Add member `prot_info_ptr'. Add destructor. Add definitions for
methods `dup', `fixup_before_fork_exec', `fixup_after_fork' and
`fixup_after_exec'.
* fork.cc (fork_parent): Care for file types which need a fixup
before fork. Start child in suspended state then.
* net.cc: New global variable `ws2_32_handle' and `wsadata'.
(fdsock): Check for Winsock version. Call `set_socket_inheritance'
only if Winsock version < 2.0. Care for `need_fixup' count in fdtab.
(cygwin_socket): Eliminate call to `set_socket_inheritance'.
(cygwin_accept): Ditto.
(cygwin_rcmd): Ditto.
(cygwin_rresvport): Ditto.
(cygwin_rexec): Ditto.
(socketpair): Ditto.
(fhandler_socket::fhandler_socket): Set `need_fork_fixup'. Allocate
space for the WSAPROTOCOL_INFOA struct used in fixup.
(fhandler_socket::~fhandler_socket): New destructor.
(fhandler_socket::fixup_before_fork_exec): New method.
(fhandler_socket::fixup_after_fork): Ditto.
(fhandler_socket::dup): Ditto.
(wsock_init): New static function.
(LoadDLLinitfunc (wsock32)): Rearranged.
(LoadDLLinitfunc (ws2_32)): New function.
(dummy_autoload): Add autoload statemants for `WSADuplicateSocketA'
and `WSASocketA'.
* spawn.cc (spawn_guts): Care for file types which need a fixup
before exec. Start child in suspended state then.
2000-10-26 10:13:41 +00:00
Corinna Vinschen
003303a435
* ntsec.sgml: Slight changes. Fix some errors.
2000-10-26 08:01:39 +00:00
Corinna Vinschen
5972be1c32
* ntsec.sgml: Changed the (now incorrect) hint that ntsec only
...
uses access allowed ACEs.
2000-10-26 07:37:26 +00:00
Christopher Faylor
e21fa1ebb4
* signal.cc (kill_pgrp): Don't limit sending of signals to stopped processes
...
when sig < 0.
(kill_worker): Only send SIGCONT to stopped processes when sendSIGCONT.
2000-10-26 00:51:50 +00:00