| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -16/+2 |
* | * configure.in (getenv): Remove K&R declaration. | Dan Nicolaescu | 2010-07-06 | 1 | -5/+0 |
* | Remove __P. | Jan D | 2010-07-02 | 1 | -8/+0 |
* | Define USE_LISP_UNION_TYPE using autoconf. | Dan Nicolaescu | 2010-07-02 | 1 | -0/+10 |
* | Remove comment that is no longer true. | Glenn Morris | 2010-06-29 | 1 | -1/+0 |
* | Fix CFLAGS for non-GCC compilers. | Dan Nicolaescu | 2010-06-29 | 1 | -8/+4 |
* | Fix some whitespace in previous. | Glenn Morris | 2010-06-29 | 1 | -4/+4 |
* | * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): | Glenn Morris | 2010-06-29 | 1 | -40/+31 |
* | Remove last internal use of cpp and src/{m,s}/*.h files in configure.in. | Glenn Morris | 2010-06-29 | 1 | -46/+17 |
* | Remove some cpp that is internal to configure.in. | Glenn Morris | 2010-06-29 | 1 | -47/+36 |
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE. | Jan D | 2010-06-28 | 1 | -33/+29 |
* | Make compressing the info files optional. | Glenn Morris | 2010-06-10 | 1 | -0/+10 |
* | Include <strings.h> and <string.h> instead of | Dan Nicolaescu | 2010-06-07 | 1 | -2/+2 |
* | Remove BSTRING related code, all platforms define it. | Dan Nicolaescu | 2010-06-06 | 1 | -8/+0 |
* | * configure.in (AC_PREREQ): Require autoconf 2.65. | Dan Nicolaescu | 2010-06-03 | 1 | -1/+1 |
* | Move UNEXEC definition to autoconf. | Dan Nicolaescu | 2010-06-03 | 1 | -3/+32 |
* | NOT_C_CODE is always true now. | Glenn Morris | 2010-06-02 | 1 | -9/+5 |
* | Fix alloca definition when using gcc on non-gnu systems. | Dan Nicolaescu | 2010-06-01 | 1 | -9/+13 |
* | Add some comments related to how epaths.h gets built. | Glenn Morris | 2010-05-29 | 1 | -0/+12 |
* | * configure.in: Simplify some of the *bsd $canonical tests. | Glenn Morris | 2010-05-27 | 1 | -36/+35 |
* | * configure.in: Simplify some of the $canonical tests. | Glenn Morris | 2010-05-27 | 1 | -9/+5 |
* | Do not preprocess src/Makefile.in. | Glenn Morris | 2010-05-26 | 1 | -51/+2 |
* | * configure.in: Comments. | Glenn Morris | 2010-05-25 | 1 | -4/+4 |
* | Replace YMF_PASS_LDFLAGS with autoconf. | Glenn Morris | 2010-05-25 | 1 | -8/+8 |
* | * configure, configure.in: Fix typo in previous. | Glenn Morris | 2010-05-25 | 1 | -1/+1 |
* | Add GNUSTEP_LOCAL_HEADERS/LIBRARIES to build flags. | Glenn Morris | 2010-05-25 | 1 | -5/+12 |
* | Remove some NS_IMPL_GNUSTEP build dead code. | Glenn Morris | 2010-05-25 | 1 | -16/+6 |
* | Move some stuff from LD_SWITCH_SYSTEM to LD_SWITCH_SYSTEM_TEMACS. | Glenn Morris | 2010-05-24 | 1 | -37/+45 |
* | Remove LD_SWITCH_SYSTEM_EXTRA. | Glenn Morris | 2010-05-24 | 1 | -17/+14 |
* | * configure.in (MKDEPDIR): Parallel build tweak. | Glenn Morris | 2010-05-21 | 1 | -1/+4 |
* | Handle some HAVE_NS Makefile conditionals with configure. | Glenn Morris | 2010-05-20 | 1 | -0/+3 |
* | Build simplifications for oldxmenu. | Glenn Morris | 2010-05-20 | 1 | -3/+6 |
* | Handle CANNOT_DUMP (partially) with configure. | Glenn Morris | 2010-05-20 | 1 | -0/+10 |
* | Use terminfo rather than termcap on recent NetBSD. | enami tsugutomo | 2010-05-19 | 1 | -2/+11 |
* | Handle auto-depend with configure. | Glenn Morris | 2010-05-19 | 1 | -1/+11 |
* | * configure.in (--with-gtk, --with-gcc): Remove option stubs. | Glenn Morris | 2010-05-19 | 1 | -11/+4 |
* | Set linker-related things with configure. | Glenn Morris | 2010-05-18 | 1 | -1/+68 |
* | Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o. | Glenn Morris | 2010-05-17 | 1 | -2/+2 |
* | Set rallocobj with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -1/+14 |
* | Define some malloc objects with configure, not cpp. | Glenn Morris | 2010-05-17 | 1 | -1/+10 |
* | Combine the two stamp-oldxmenu cases. | Glenn Morris | 2010-05-16 | 1 | -0/+4 |
* | * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir. | Glenn Morris | 2010-05-16 | 1 | -4/+4 |
* | Tweak ns_app*dir values set by configure. | Glenn Morris | 2010-05-16 | 1 | -4/+7 |
* | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 1 | -0/+3 |
* | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 1 | -2/+5 |
* | * configure.in: Remove references to usg5-4 and bsd-common, $opsys | Dan Nicolaescu | 2010-05-15 | 1 | -9/+3 |
* | Always define LIBXMENU in src/Makefile.in. | Glenn Morris | 2010-05-15 | 1 | -1/+6 |
* | Always define FONT_OBJ; to empty in the non-X case. | Glenn Morris | 2010-05-15 | 1 | -8/+9 |
* | Handle --version reasonably in CANNOT_DUMP configuration. | Ken Raeburn | 2010-05-15 | 1 | -3/+3 |
* | Choose dependency of oldxmenu using configure. | Glenn Morris | 2010-05-14 | 1 | -0/+3 |