aboutsummaryrefslogtreecommitdiffstats
path: root/src/s (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [__ELF__] (START_FILES, LIB_STANDARD):Karl Heuer1996-07-161-2/+2
| | | | Use files in /alt/usr/lib, not /usr/lib.
* [__GNUC__] (C_DEBUG_SWITCH): New definition.Karl Heuer1996-07-121-0/+6
|
* Initial revisionKarl Heuer1996-07-111-0/+8
|
* Enable use of ncurses library cleanly.Michael I. Bushnell1996-07-071-0/+6
|
* Initial revisionKarl Heuer1996-07-072-0/+14
|
* (LIB_MOTIF): Fix typo.Richard M. Stallman1996-06-301-1/+1
|
* (LIB_MOTIF): New definition.Richard M. Stallman1996-06-281-0/+5
|
* (LD_SWITCH_SYSTEM): Just one definition.Richard M. Stallman1996-06-251-7/+1
| | | | | Don't use prefix-args here because Makefile.in does that when necessary.
* Renamed from lignux.h.Richard M. Stallman1996-06-211-8/+8
| | | | (SYSTEM_TYPE): Changed to gnu/linux.
* entered into RCSRichard M. Stallman1996-06-201-2/+2
|
* Initial revisionRichard M. Stallman1996-06-201-0/+167
|
* (HPUX10): New macro.Richard M. Stallman1996-06-191-0/+2
|
* (LD_SWITCH_SYSTEM): Use no space after -L and -R.Richard M. Stallman1996-06-191-3/+3
|
* (LIBS_SYSTEM): Two new definitions (and #undef first).Richard M. Stallman1996-06-131-0/+9
|
* Initial revisionRichard M. Stallman1996-06-131-0/+12
|
* [__ELF__] (LD_SWITCH_SYSTEM): Define it.Richard M. Stallman1996-06-111-0/+13
|
* (DONT_REOPEN_PTY): New definition.Richard M. Stallman1996-06-091-0/+5
|
* Fix previous change.Karl Heuer1996-05-281-1/+2
|
* (LIBS_SYSTEM): Define this.Karl Heuer1996-05-281-0/+1
|
* (SYSTEM_PURESIZE_EXTRA): Macro defined.Geoff Voelker1996-05-141-0/+3
|
* (FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.Richard M. Stallman1996-05-111-1/+1
|
* (GMALLOC_INHIBIT_VALLOC): Defined.Richard M. Stallman1996-05-061-2/+4
|
* 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.
* (C_SWITCH_X_SYSTEM): Definition moved to sol2-4.h.Richard M. Stallman1996-05-011-5/+0
|
* (C_SWITCH_X_SYSTEM): Definition moved from sol2.h.Richard M. Stallman1996-05-011-0/+5
|
* Comment change.Richard M. Stallman1996-04-121-1/+1
|
* Define HAVE_WAIT_HEADER.Richard M. Stallman1996-04-111-0/+1
|
* (DATA_START, TEXT_START, TEXT_END, _NAIVE_DOS_REGS)Richard M. Stallman1996-04-101-5/+30
| | | | | | (POSIX_SIGNALS): Define if DJGPP v2. (LIBS_SYSTEM, chdir, NO_MODE_T, TEXT_START, NO_MATHERR) (LOCALTIME_CACHE, tzset): Don't define if DJGPP v2.
* (HAVE_PTYS): #undef removed.Miles Bader1996-04-081-4/+1
|
* Test HAVE_LIBNCURSES, not HAVE_NCURSESRichard M. Stallman1996-04-081-1/+1
|
* [HAVE_NCURSES] (LIBS_TERMCAP): New definition.Richard M. Stallman1996-04-051-0/+1
|
* (TERMINFO): Do define (if HAVE_NCURSES).Richard M. Stallman1996-03-301-4/+0
|
* Renamed from s/linux.h.Richard M. Stallman1996-03-271-2/+3
| | | | (SYSTEM_TYPE): Changed to "lignux".
* (setpgrp): New macro.Richard M. Stallman1996-03-241-0/+5
| | | | (BSD_PGRPS): Defined.
* Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.Richard M. Stallman1996-03-191-2/+2
|
* Comment change.Richard M. Stallman1996-03-181-0/+3
|
* (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.Richard M. Stallman1996-03-171-3/+9
| | | | (TERMINFO): Don't define this.
* (NEED_LIBW): Defined.Richard M. Stallman1996-03-171-0/+4
|
* (X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.Richard M. Stallman1996-03-171-7/+0
|
* (X11R5_INHIBIT_I18N): Definition moved here.Richard M. Stallman1996-03-171-0/+7
|
* Comment change.Richard M. Stallman1996-03-071-1/+1
|
* (TERMINFO): Define, if HAVE_NCURSES.Richard M. Stallman1996-03-061-23/+19
| | | | | | (LINUX_SIGIO_DOES_WORK): Maybe define, based on Linux vers. [LINUX_SIGIO_DOES_WORK]: Don't undef SIGIO, SIGPOLL, SIGPOLL. Do define INTERRUPT_INPUT.
* Comment change.Richard M. Stallman1996-03-041-1/+5
|
* Avoid the #pragma alloca on AIX 4.Richard M. Stallman1996-02-291-0/+2
|
* Comment change.Richard M. Stallman1996-02-281-1/+5
|
* (REL_ALLOC): #undef deleted.Richard M. Stallman1996-02-281-4/+0
|
* (C_DEBUG_SWITCH) [not __GNUC__]: New definition.Karl Heuer1996-02-211-3/+16
| | | | | | (C_OPTIMIZE_SWITCH) [not __GNUC__]: Add #undef. (X11R5_INHIBIT_I18N): #undef deleted. (REL_ALLOC): Add #undef.
* (vfork): Delete definition (kernel bug fixed).Karl Heuer1996-02-211-4/+0
|
* (LIB_X11_LIB): Remove; this undoes the Jan 31 change. The problem wasRichard M. Stallman1996-02-051-4/+0
| | | | fixed instead by the Feb 1 change to ../configure.in.
* (vfork): Define as fork.Richard M. Stallman1996-02-042-0/+8
|