aboutsummaryrefslogtreecommitdiffstats
path: root/src/s (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial revisionJim Blandy1993-06-121-0/+46
|
* * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):Jim Blandy1993-06-121-0/+2
| | | | | | | | | Add #undefs for these. Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf.
* * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the valueJim Blandy1993-06-111-3/+5
| | | | | inherited from usg5-3.h; ISC doesn't have libX11_s. (LIBX11_SYSTEM): Link against the static -lc, not -lc_s.
* * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the valueJim Blandy1993-06-111-0/+5
| | | | inherited from usg5-3.h; ISC doesn't have libX11_s.
* * s/dgux.h (BROKEN_FASYNC): #define this.Jim Blandy1993-06-101-0/+8
|
* * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:Jim Blandy1993-06-101-26/+35
| | | | | | | | | | | | | (BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these. (FIRST_PTY_LETTER): This is 'r', not 'p'. (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these. (HAVE_TERMIOS): #define these instead. (XREBINDKEYSYM): Don't #define. Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE. (sigmask, sigpause): #undef these after #including <signal.h>. (LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define these to avoid problems with /lib/crt0.o. (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.
* * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.Jim Blandy1993-06-091-2/+3
|
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-0918-22/+22
|
* entered into RCSJim Blandy1993-06-091-1/+1
|
* * s/dgux.h: Move #definition of SYSTEM_MALLOC outside ofJim Blandy1993-06-091-3/+3
| | | | MAKING_MAKEFILE conditional. No harm.
* (INTERRUPTIBLE_*): Fix spelling of macros.Richard M. Stallman1993-06-071-3/+3
|
* (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.Richard M. Stallman1993-06-071-0/+2
|
* Redone by Joe Kelsey.Richard M. Stallman1993-06-041-6/+17
|
* (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.Richard M. Stallman1993-06-031-1/+9
| | | | (random, srandom): Defined.
* (XOS_NEEDS_TIME_H): Defined.Richard M. Stallman1993-06-022-0/+6
|
* *** empty log message ***Richard M. Stallman1993-06-011-0/+3
|
* (GETPGRP_NO_ARG): Defined.Richard M. Stallman1993-06-011-0/+3
|
* Comment change.Richard M. Stallman1993-06-011-1/+1
|
* #undef C_SWITCH_SYSTEM.Richard M. Stallman1993-06-011-0/+4
|
* *** empty log message ***Richard M. Stallman1993-06-011-0/+2
|
* Initial revisionRichard M. Stallman1993-06-011-0/+13
|
* *** empty log message ***Karl Heuer1993-05-311-0/+2
|
* Initial revisionRichard M. Stallman1993-05-311-0/+15
|
* (HAVE_TCATTR): Deleted.Richard M. Stallman1993-05-311-2/+22
| | | | | | | (BSD): Don't define. (read, write, open, close): Defined. (INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Defined. (C_SWITCH_SYSTEM): Defined.
* Comment fix.Richard M. Stallman1993-05-301-1/+1
|
* * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...Jim Blandy1993-05-301-5/+0
| | | | * m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
* *** empty log message ***Richard M. Stallman1993-05-301-0/+3
|
* (IRIX4): Defined.Richard M. Stallman1993-05-301-0/+2
| | | | (IRIS_UTIME): #undef this.
* Initial revisionJim Blandy1993-05-301-0/+10
|
* * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;Jim Blandy1993-05-291-0/+1
| | | | configure guesses just fine.
* (OLDXMENU_OPTIONS): Add quotations.Richard M. Stallman1993-05-291-1/+1
|
* (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF): Redefined.Richard M. Stallman1993-05-291-3/+22
| | | | | | (SIGNALS_VIA_CHARACTERS): Defined. [HAVE_SOCKETS] (HAVE_GETTIMEOFDAY): Defined. (MAIL_PROGRAM_NAME): Defined (two alternate definitions).
* (LIBX11_SYSTEM): Defined.Richard M. Stallman1993-05-291-0/+3
|
* * s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit.Jim Blandy1993-05-281-0/+3
|
* * s/hpux8.h: Don't define HAVE_RANDOM.Jim Blandy1993-05-281-1/+3
|
* * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.Jim Blandy1993-05-271-1/+5
|
* * s/sol2.h (C_SWITCH_X_SYSTEM): Deleted.Jim Blandy1993-05-271-7/+4
| | | | (LD_SWITCH_SYSTEM): Delete the -L option, leave just -R.
* * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" ifJim Blandy1993-05-271-0/+7
| | | | | | we're using GCC - that's an XLC switch. * s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
* (HAVE_TCATTR): Defined.Richard M. Stallman1993-05-271-0/+1
|
* * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,Jim Blandy1993-05-261-5/+5
| | | | | | LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the search paths in these lists; they shouldn't do any harm if they don't have X11R5.
* (LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld.Richard M. Stallman1993-05-261-1/+1
|
* (rand, srand): Definitions deleted.Richard M. Stallman1993-05-261-0/+2
|
* (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.Richard M. Stallman1993-05-261-1/+3
| | | | (HAVE_RANDOM): Defined.
* Initial revisionRichard M. Stallman1993-05-261-0/+5
|
* (SIGNALS_VIA_CHARACTERS): Defined.Richard M. Stallman1993-05-261-0/+3
|
* (C_ALLOCA, alloca): Definitions deleted.Richard M. Stallman1993-05-251-4/+5
| | | | | [!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this.
* (C_SWITCH_X_SYSTEM, LD_SWITCH_SYSTEM): Put in #if 0.Richard M. Stallman1993-05-251-0/+2
|
* (HAVE_GETTIMEOFDAY): Deleted.Richard M. Stallman1993-05-253-9/+0
|
* Changes for OSF/1:Jim Blandy1993-05-251-1/+1
| | | | | | | * mem-limits.h [__osf__ && (__mips || mips)]: #include <sys/time.h> and <sys/resource.h>. (get_lim_data): OSF wants a definition like BSD4_2's. * s/osf1.h: #include "bsd4-3.h", not "s-bsd4-3.h".
* Some makes can't handle form feed characters in their makefiles.Jim Blandy1993-05-252-4/+6
| | | | | * s/usg5-3.h: Remove form feed. * s/template.h, m/template.h: Remove form feeds.