aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/ms-w32.h
Commit message (Collapse)AuthorAgeFilesLines
* (HAVE_SELECT): Define.Jason Rumney2002-05-031-1/+1
|
* (EXEC_SUFFIXES): Remove.Stefan Monnier2001-10-141-1/+0
|
* Do not undef min and max.Andrew Innes2001-10-081-6/+0
|
* (ORDINARY_LINK): New define.Andrew Innes2000-09-031-0/+2
|
* (malloc, free, realloc, calloc): Rename ifAndrew Innes2000-08-221-1/+23
| | | | | | | | | | | | | | USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it cannot override the CRT malloc. (_WINSOCK_H): Define to prevent normal winsock definitions from being used. (sys_nerr): Provide default definition. (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same name with _ prepended. (NSIG): Define if not known. (get_emacs_configuration): Provide extern declaration. (get_emacs_configuration_options): Provide extern declaration. (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
* (strerror): Override the default implementation ofAndrew Innes1999-06-161-1/+2
| | | | strerror, so we can map winsock error codes.
* (HAVE_FSYNC): New macro.Andrew Innes1999-05-021-0/+3
| | | | | (fsync): Map to _commit. (ftruncate): Map to _chsize.
* (LOCALTIME_CACHE): Define.Geoff Voelker1998-12-101-1/+1
|
* (SYSTEM_PURESIZE_EXTRA): Increase.Geoff Voelker1998-08-191-1/+1
|
* (getcwd): Remove define.Richard M. Stallman1998-06-101-1/+4
| | | | (getdefdir) [emacs]: Redefine to always return root directory.
* Use 1 as explicit value of empty #defines.Andrew Innes1998-06-011-45/+49
|
* (utimbuf): New macro.Geoff Voelker1998-04-231-0/+1
|
* (HAVE_STRING_H, HAVE_STRFTIME): Define macros.Geoff Voelker1998-04-171-2/+3
| | | | (SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
* (INTERRUPT_INPUT): Don't define.Geoff Voelker1997-09-031-16/+65
| | | | | | | | | | | (bcopy): Use memmove instead of memcpy. (GAP_USE_BCOPY, BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE): Define. Undef system calls before redefining. Emulated calls redefined to sys_*, real calls redefined to _*. (DebPrint): Macro defined. Use pragmas to place Emacs initialized data in EMDATA segment, and Emacs uninitialized data in EMBSS segment.
* Define HAVE_SHUTDOWN.Geoff Voelker1997-07-101-0/+1
|
* Duplicate undefs from config.in to check completeness.Geoff Voelker1997-07-011-4/+43
| | | | | | | | (STDC_HEADERS, HAVE_TZNAME, HAVE_MKTIME): Define to have a value. (HAVE_GETPAGESIZE, HAVE_SETLOCALE, HAVE_SHUTDOWN, HAVE_TZSET, HAVE_LIMITS_H, HAVE_STRERROR): Define. [HAVE_NTGUI] (HAVE_MENUS): Define. (SYSTEM_PURESIZE_EXTRA): Increase value.
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-1/+1
|
* Comment change.Karl Heuer1996-09-171-1/+1
|
* (SYSTEM_PURESIZE_EXTRA): Macro defined.Geoff Voelker1996-05-141-0/+3
|
* Include string.h.Geoff Voelker1996-05-031-87/+108
| | | | | | | | | | | | | | | | | | | | | (HAVE_FREXP, HAVE_FMOD): Macros removed. (struct timeval, struct timezone, gettimeofday): Declarations removed. (HAVE_SOCKETS, MAIL_USE_POP, MAIL_USE_SYSTEM_LOCK): Macros defined. (DIRECTORY_SEP): Use Vdirectory_sep_char. (EXEC_SUFFIXES): Add .cmd to list of suffixes. (EXEC_SUFFIXES): Add .cmd to list of suffixes. > (HAVE_SYS_TIMEB_H, HAVE_SYS_TIME_H, HAVE_UNISTD_H, STDC_HEADERS, TIME_WITH_SYS_TIME, HAVE_GETTIMEOFDAY, HAVE_CLOSEDIR, HAVE_LONG_FILE_NAMES, HAVE_BCOPY, HAVE_BCMP, HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_FTIME, HAVE_MKTIME, HAVE_H_ERRNO): New macros. (access, chdir, chmod, close, creat, ctime, dup, dup2, fopen, link, mkdir, mktemp, open, pipe, read, rename, rmdir, select, sleep, unlink, write, spawnve, wait, kill, signal): Macros redefined from win32_* to sys_*. [__STDC__]: Define when including direct.h, io.h, stdio.h. (struct nt_stat): Definition removed. (stat, st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev, st_size, st_atime, st_mtime, st_ctime): Macros undefined.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* [HAVE_NTGUI] (abort): New macro.Geoff Voelker1995-11-071-0/+18
| | | | | | [HAVE_NTGUI] (HAVE_FACES): Defined. [HAVE_NTGUI] (HAVE_WINDOW_SYSTEM): New macro.
* (HAVE_RANDOM): Defined.Karl Heuer1995-04-121-13/+75
| | | | | | | | | | | | | | | | | | | (random): Macro undefined. (srandom): Macro undefined. (HAVE_UTIME): Defined. (utime): Defined. (EMACS_CONFIGURATION): Defined. (_VARARGS_): Defined. (_CALLBACK_): Defined. (ctime): Defined to be nt_ctime. (NULL): Defined when missing from included system files. (EMACS_CONFIG_OPTIONS): Defined. (LISP_FLOAT_TYPE): Defined. (HAVE_TZNAME): Defined. (HAVE_TIMEVAL): Defined. (struct timeval): Defined. (struct timezone): Defined. (struct nt_stat): Defined.
* Comment change.Richard M. Stallman1995-01-211-5/+0
|
* #include <malloc.h>.Karl Heuer1994-11-031-0/+6
| | | | (HAVE_MOUSE, MODE_LINE_BINARY_TEXT): defined.
* (SYSTEM_PURESIZE_EXTRA): Defined.Richard M. Stallman1994-11-011-0/+4
|
* Initial revisionRichard M. Stallman1994-11-011-0/+264