aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright notice.Gerd Moellmann2001-02-201-1/+22
|
* Fix a typo in a comment.Eli Zaretskii2001-01-251-1/+1
|
* (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.Eli Zaretskii2001-01-201-0/+1
|
* Rearrange relative to comment.Dave Love2001-01-081-1/+2
|
* Comments.Dave Love2001-01-081-3/+1
|
* (NSIG): Don't redefine.Dave Love2000-12-211-0/+2
|
* commentDave Love2000-12-181-3/+4
|
* (_FILE_OFFSET_BITS): Undef again.Gerd Moellmann2000-12-181-0/+6
|
* Comment update.Gerd Moellmann2000-12-151-0/+8
|
* (bcopy) [IRIX6]: Don't special-case definition ofGerd Moellmann2000-12-151-3/+1
| | | | bcopy & al.
* #undef bcopy & al here. Include strings.h.Gerd Moellmann2000-12-151-0/+13
|
* (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.Gerd Moellmann2000-12-122-2/+2
|
* (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.Gerd Moellmann2000-12-121-0/+1
|
* Update comment about _XOPEN_SOURCE.Gerd Moellmann2000-12-112-5/+4
|
* (_FILE_OFFSET_BITS): Do not undef.Gerd Moellmann2000-12-111-6/+0
|
* (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.Dave Love2000-11-221-9/+0
|
* (_FILE_OFFSET_BITS): Undef.Gerd Moellmann2000-11-211-0/+6
|
* Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope.Kenichi Handa2000-11-211-6/+6
|
* Don't use `#cpu'.Gerd Moellmann2000-11-201-1/+5
|
* (USE_MMAP_FOR_BUFFERS): Undefine.Gerd Moellmann2000-11-201-0/+6
|
* (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 andKenichi Handa2000-11-111-2/+2
| | | | | -I/usr/contrib/X11R6/include. (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
* Don't define SYSTEM_MALLOC so that we can find outDave Love2000-10-261-1/+7
| | | | when it's necessary.
* (USE_MMAP_FOR_BUFFERS): Define.Dave Love2000-09-281-0/+2
|
* Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.Dave Love2000-09-281-0/+2
|
* Now works 64-bit. Tidied.Dave Love2000-09-271-9/+1
|
* (POSIX_SIGNALS): Define.Gerd Moellmann2000-09-251-0/+5
|
* (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.Gerd Moellmann2000-09-144-7/+7
|
* s/netbsd.h: NO_C_SOURCE->NOT_C_CODEKen Raeburn2000-09-101-1/+1
|
* (REL_ALLOC_MMAP): Define.Dave Love2000-09-082-0/+3
|
* (GC_MARK_STACK, REL_ALLOC_MMAP): Define.Gerd Moellmann2000-09-081-0/+9
|
* Mention REL_ALLOC_MMAP.Dave Love2000-09-081-0/+3
|
* (ORDINARY_LINK): New define.Andrew Innes2000-09-031-0/+2
|
* Include <signal.h>.Gerd Moellmann2000-09-021-0/+25
| | | | (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
* (bcopy, bzero, bcmp): Don't define.Gerd Moellmann2000-08-281-5/+0
|
* (index): Define only if not HAVE_INDEX.Gerd Moellmann2000-08-281-0/+4
| | | | (rindex): Define only if !HAVE_RINDEX.
* (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.
* Comment about gcc -g.Dave Love2000-08-151-2/+4
|
* * m/ia64.h: Moved from s/ia64.h.Andreas Schwab2000-08-041-196/+0
|
* *** empty log message ***Gerd Moellmann2000-08-031-0/+196
|
* (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don'tDave Love2000-07-271-12/+10
| | | | | | define. [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently working.
* (LIBS_TERMCAP): Move from m/sparc.h.Dave Love2000-07-242-0/+14
|
* Not in use since 20.x.Gerd Moellmann2000-07-242-105/+0
|
* (WAITTYPE, WRETCODE): Put in #if 0.Gerd Moellmann2000-07-051-0/+3
|
* Sound support for NetBSD through "Linux emulation" support:Ken Raeburn2000-07-051-0/+2
| | | | | | | | | | | * config.in (HAVE_SOUNDCARD_H): Undef. (HAVE_SOUND): Define if HAVE_SOUNDCARD_H. * Makefile.in (LIBSOUND): New variable. (LIBES): Include it. * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>. (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere. (vox_open): Use DEFAULT_SOUND_DEVICE. * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
* (sigunblock): Define.Gerd Moellmann2000-06-282-0/+6
|
* (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)Dave Love2000-06-271-1/+12
| | | | (sys_siglist, NSIG): Definitions moved here from osf1.h.
* (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h).Dave Love2000-06-271-14/+2
| | | | [!NOT_C_CODE]: Protect string.h stuff.
* *** empty log message ***Dave Love2000-06-231-0/+4
|
* Move string.h hack here from alpha.h and make it conditional.Dave Love2000-06-231-6/+29
| | | | | | | (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with _XOPEN_SOURCE. (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define. (SOCKLEN_TYPE): Don't define.
* (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.Dave Love2000-06-221-2/+3
|