summaryrefslogtreecommitdiff
path: root/msdos/ChangeLog
AgeCommit message (Expand)Author
2010-07-29Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconfJan D
2010-07-24Fix typos in ChangeLogs.Juanma Barranquero
2010-07-12Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org...Eli Zaretskii
2010-07-11Remove redundant definitions of HAVE_STRCHR and HAVE_STRRCHR for MS-DOS.Eli Zaretskii
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab
2010-07-08Fix MS-DOS configury.Eli Zaretskii
2010-07-07Remove src/prefix-args.c.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-02Fix MS-DOS configury.Eli Zaretskii
2010-06-29Remove some cpp that is internal to configure.in.Glenn Morris
2010-06-26Fix the MS-DOS build due to changes in configury.Eli Zaretskii
2010-06-03Move UNEXEC definition to autoconf.Dan Nicolaescu
2010-06-02HAVE_ALLOCA not needed since alloca.s was removed.Glenn Morris
2010-05-25Replace YMF_PASS_LDFLAGS with autoconf.Glenn Morris
2010-05-25Remove some NS_IMPL_GNUSTEP build dead code.Glenn Morris
2010-05-24Remove LD_SWITCH_SYSTEM_EXTRA.Glenn Morris
2010-05-20Handle some HAVE_NS Makefile conditionals with configure.Glenn Morris
2010-05-20Build simplifications for oldxmenu.Glenn Morris
2010-05-20Handle CANNOT_DUMP (partially) with configure.Glenn Morris
2010-05-19Handle auto-depend with configure.Glenn Morris
2010-05-18Minor msdos build change.Glenn Morris
2010-05-18Set linker-related things with configure.Glenn Morris
2010-05-18msdos/sed1x.inp: Add copyright notice.Eli Zaretskii
2010-05-17Set rallocobj with configure, not cpp.Glenn Morris
2010-05-17Define some malloc objects with configure, not cpp.Glenn Morris
2010-05-16Combine the two stamp-oldxmenu cases.Glenn Morris
2010-05-16Simplify temacs build rule.Glenn Morris
2010-05-16Simplify temacs build rule.Glenn Morris
2010-05-15Always define LIBXMENU in src/Makefile.in.Glenn Morris
2010-05-15Always define OLDXMENU in src/Makefile.in.Glenn Morris
2010-05-15msdos/ChangeLog missing from previous commit.Glenn Morris
2010-05-15Always define FONT_OBJ; to empty in the non-X case.Glenn Morris
2010-05-15Fix "config msdos" step.Eli Zaretskii
2010-05-15Fix a typo in msdos/ChangeLog.Eli Zaretskii
2010-05-14Choose dependency of oldxmenu using configure.Glenn Morris
2010-05-14* msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.Glenn Morris
2010-05-13No harm in always defining some ns_ Makefile variables.Glenn Morris
2010-05-13Replace some msdos cpp.Glenn Morris
2010-05-13Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.Glenn Morris
2010-05-13* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).Glenn Morris
2010-05-13Minor build simplification for NS.Glenn Morris
2010-05-12Some msdos build fixes (hopefully, possibly, ...)Glenn Morris
2010-05-12Define some variables to hold configure's output, for clarity.Glenn Morris
2010-05-11Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.Glenn Morris
2010-05-11Move LIB_GCC from cpp to configure.Glenn Morris
2010-05-10On msdos, set LIBS_SYSTEM with config.bat, not cpp.Glenn Morris
2010-05-09Move LIBS_SYSTEM from cpp to configure.Glenn Morris
2010-05-09Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.Glenn Morris
2010-05-08Merge from emacs-23Stefan Monnier
2010-05-07Bump version to 23.2.Chong Yidong