aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unused output variable LIB_SRC_EXTRA_INSTALLABLES.Glenn Morris2010-05-112-1/+5
| | | | | | | | | | | | | | | | * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused. * lib-src/Makefile.in (INSTALLABLES): Remove @LIB_SRC_EXTRA_INSTALLABLES@. * msdos/sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
* | Minor lib-src/Makefile.in edits.Glenn Morris2010-05-102-10/+13
| | | | | | | | | | | | | | | | * lib-src/Makefile.in (.m.o): Remove, there are no .m files. (BASE_CFLAGS): New variable. (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use $BASE_CFLAGS. (check): Update the message. (update-game-score${EXEEXT}): Do not use $MOVE_FLAGS.
* | Do not preprocess lib-src/Makefile.inGlenn Morris2010-05-102-35/+35
| | | | | | | | | | | | | | | | | | * configure.in: Generate lib-src/Makefile directly, do not run cpp. * config.bat: Do not run cpp on lib-src/Makefile.in. * lib-src/Makefile.in: Convert comments to makefile format. * admin/notes/cpp: lib-src/Makefile not preprocessed.
* | On msdos, set LIBS_SYSTEM with config.bat, not cpp.Glenn Morris2010-05-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile. * src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. * src/s/msdos.h (MSDOS_LIBS_SYSTEM): Remove. * msdos/sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys. * msdos/sed3x.inp: New file. * lib-src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. (config.h) [MSDOS]: Do not include.
* | Move LIBS_SYSTEM from cpp to configure.Glenn Morris2010-05-092-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (LIBS_SYSTEM): New output variable, replacing cpp. * lib-src/Makefile.in (LIBS_SYSTEM) [!MSDOS]: Set with configure, not cpp. (LIBS_SYSTEM) [MSDOS]: Use MSDOS_LIBS_SYSTEM. (NOT_C_CODE): Remove, no longer used. (config.h) [!MSDOS]: No longer include. (LOADLIBES): Use LIBS_SYSTEM as a variable. * src/Makefile.in (LIBS_SYSTEM): Set using configure, not cpp. (LIBS_SYSTEM) [MSDOS]: Reset with MSDOS_LIBS_SYSTEM. (LIBES): Use LIBS_SYSTEM as a variable. * src/s/msdos.h (LIBS_SYSTEM): Rename to MSDOS_LIBS_SYSTEM. Always define. * src/s/aix4-2.h (LIBS_SYSTEM): * src/s/freebsd.h (LIBS_SYSTEM): * src/s/hpux10-20.h (LIBS_SYSTEM): * src/s/sol2-6.h (LIBS_SYSTEM): * src/s/unixware.h (LIBS_SYSTEM): Move to configure. * msdos/sed1v2.inp, msdos/sed3v2.inp (LIBS_SYSTEM): Edit to empty.
* | Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.Glenn Morris2010-05-092-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs. (BLESSMAIL_TARGET): New output variable. * lib-src/Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp. * src/s/aix4-2.h (MAIL_USE_LOCKF): * src/s/bsd-common.h (MAIL_USE_FLOCK): * src/s/darwin.h (MAIL_USE_FLOCK): * src/s/gnu-linux.h (MAIL_USE_FLOCK): * src/s/irix6-5.h (MAIL_USE_FLOCK): * src/s/template.h (MAIL_USE_FLOCK): Move to configure. * src/s/ms-w32.h: Comment. * msdos/sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
* | Merge from emacs-23Stefan Monnier2010-05-081-0/+9
|\ \ | |/
| * Bump version to 23.2.50.Chong Yidong2010-05-081-1/+1
| |
| * Bump version to 23.2.emacs-23.2Chong Yidong2010-05-072-1/+5
| |
| * * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Use parenthesis for macros for ↵Chong Yidong2010-05-052-2/+7
| | | | | | | | nmake compatibility.
| * Bump version to 23.1.97.emacs-pretest-23.1.97Chong Yidong2010-05-031-1/+1
| |
| * Bump version to 23.1.96.emacs-pretest-23.1.96Chong Yidong2010-04-191-1/+1
| |
* | Remove unused Makefile definition THIS_IS_MAKEFILE.Glenn Morris2010-05-072-1/+4
| | | | | | | | | | | | * src/Makefile.in (THIS_IS_MAKEFILE): Remove, unused. * lib-sc/Makefile.in (THIS_IS_MAKEFILE): Remove, unused. * admin/CPP-DEFINES (THIS_IS_MAKEFILE): Remove.
* | Minimize blessmail-related cpp usage, with an eye to future removal.Glenn Morris2010-05-062-17/+22
| | | | | | | | | | | | | | | | * lib-src/Makefile.in: (BLESSMAIL_TARGET): New variable. (MOVEMAIL_NEEDS_BLESSING): Remove, replace by above variable. (blessmail): Always define this rule. (need-blessmail): New rule, split out from maybe-blessmail. (maybe-blessmail): Use BLESSMAIL_TARGET.
* | lib-src/ChangeLog: Remove duplicate entry.Juanma Barranquero2010-05-061-7/+1
| |
* | Move C_SWITCH_MACHINE, C_SWITCH_SYSTEM from cpp to autoconf.Glenn Morris2010-05-032-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output variables, replacing c_switch_machine, c_switch_system. * src/s/aix4-2.h (C_SWITCH_SYSTEM): * src/m/alpha.h (C_SWITCH_MACHINE): Move to configure.in. * src/Makefile.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New variables, set by configure. (ALL_CFLAGS): Use $C_SWITCH_MACHINE and $C_SWITCH_SYSTEM in place of $c_switch_machine and $c_switch_system. * lib-src/Makefile.in: Use @C_SWITCH_SYSTEM@, @C_SWITCH_MACHINE@ rather than @c_switch_system@, @c_switch_machine@.
* | * Makefile.in (LIBS_MACHINE): Remove, unused.Dan Nicolaescu2010-04-261-1/+1
| |
* | * Makefile.in (LIBS_MACHINE): Remove, unused.Dan Nicolaescu2010-04-262-5/+4
| | | | | | | | | | * Makefile.in (LIBS_MACHINE): Remove all uses, unused. * configure.in (LIBS_MACHINE): Remove, unused.
* | Merge from emacs-23Stefan Monnier2010-04-191-0/+6
|\ \ | |/
| * Add stubs for Windows, required after CVE-2010-0825 change.Juanma Barranquero2010-04-033-0/+27
| | | | | | | | | | * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
* | Remove the Arch metafiles.Stefan Monnier2010-04-121-10/+0
| |
* | * Makefile.in (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Move to theDan Nicolaescu2010-04-122-9/+11
| | | | | | | | non-cpp section.
* | Use autoconf, not cpp for some variables.Dan Nicolaescu2010-04-112-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE) (C_SWITCH_X_SITE): Define using autoconf. * Makefile.in (C_SWITCH_SYSTEM, C_SWITCH_MACHINE): Define using autoconf, not cpp. (ALL_CFLAGS): Use them as make variables.
* | * lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.Christoph2010-04-072-2/+7
| |
* | Add stubs for Windows, required after CVE-2010-0825 change.Juanma Barranquero2010-04-033-0/+27
| | | | | | | | | | * ntlib.c (getgid, getegid, setegid): New stubs. * ntlib.h (getgid, getegid, setegid): Declare them.
* | Merge from emacs-23Stefan Monnier2010-04-021-8/+8
|\ \ | |/
| * Bump version to 23.1.95.emacs-pretest-23.1.95Chong Yidong2010-04-021-1/+1
| |
| * Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-022-26/+25
| | | | | | | | | | | | * movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
| * Fix typos in ChangeLogs.Juanma Barranquero2010-04-021-8/+8
| |
| * `make uninstall' fix (Bug#5620).Chong Yidong2010-03-192-1/+6
| | | | | | | | | | * Makefile.in (uninstall): Handle the case where archlibdir does not exist. (Bug#5720)
| * Bump version to 23.1.94 and regenerate ldefs-boot.el.emacs-pretest-23.1.94Chong Yidong2010-03-101-1/+1
| |
* | Fix permissions handling (CVE-2010-0825).Chong Yidong2010-04-022-26/+25
| | | | | | | | | | | | * movemail.c (main): Check return values of setuid. Avoid possibility of symlink attack when movemail is setgid mail (CVE-2010-0825).
* | Remove extern errno declarations.Dan Nicolaescu2010-04-014-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. * movemail.c: * etags.c: * emacsclient.c: Remove extern errno declarations.
* | Cosmetic changes to lib-src/Makefile.in.Glenn Morris2010-03-202-5/+30
| | | | | | | | | | | | | | | | * Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (LIBHESIOD, LIBRESOLV): Make previous change a bit more friendly by defining these as Makefile variables. (LIBS_MOVE): Add LIBS_MAIL into this. (movemail${EXEEXT}): Just use LIBS_MOVE, not LIBS_MAIL as well.
* | Replace some cpp with autoconf.Glenn Morris2010-03-172-72/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (--with-mmdf, --with-mail-unlink): New options, off by default. (--with-mailhost): New option to set default POP host. (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL) (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB): New variables, substituted in Makefiles. (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF. (LIBGIF): Use AC_SUBST rather than AC_DEFINE. (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO) (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES) (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs. * lib-src/Makefile.in (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB) (HESIODLIB, LIBS_MAIL): Set using autoconf rather than cpp. (BASE_CFLAGS): Remove (identical to CPP_CFLAGS). * src/Makefile.in (XFT_LIBS, LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF) (LIBGPM, LIBRESOLV): Set using autoconf rather than cpp.
* | Close bug#5720.Tetsurou Okazaki2010-03-172-2/+9
| | | | | | | | | | * Makefile.in, lib-src/Makefile.in (uninstall): Handle the case where archlibdir does not exist.
* | Bump version to 24.0.50.Chong Yidong2010-03-102-1/+5
|/
* Fix typos in Changelogs.Juanma Barranquero2010-03-081-1/+1
|
* Bump version to 23.1.93; regenerate AUTHORS.Chong Yidong2010-02-261-1/+1
|
* * etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).Chong Yidong2010-02-202-2/+8
|
* Bump version to 23.1.92.Chong Yidong2010-01-291-1/+1
|
* Mark last change as tiny.Chong Yidong2010-01-291-1/+1
|
* * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).Chong Yidong2010-01-292-0/+9
|
* Fix typos in comments.Juanma Barranquero2010-01-181-3/+3
|
* Mario Lang <mlang@delysid.org>: Remove some duplicated words.Mario Lang2010-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * cedet/ede/cpp-root.el (ede-cpp-root-project): * cedet/ede/files.el (ede-expand-filename): * cedet/ede/simple.el (ede-simple-project): * cedet/semantic/complete.el (semantic-complete-read-tag-engine) (semantic-complete-inline-tag-engine): * cedet/semantic/db-el.el (semanticdb-equivalent-mode): * cedet/semantic/db-global.el (semanticdb-equivalent-mode): * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode): * cedet/semantic/db.el (semanticdb-equivalent-mode): * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe): * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): * emacs-lisp/chart.el (chart-translate-namezone): * textmodes/artist.el (artist-compute-popup-menu-table): Remove duplicated words in doc-strings. * srecode/doc-cpp.srt, srecode/doc-default.srt: * srecode/doc-java.srt: Remove duplicated words. * ede.texi (ede-target): * org.texi (Refiling notes): Remove duplicated words.
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-1321-21/+21
|
* Set copyright year to 2010.Glenn Morris2010-01-104-6/+12
| | | | | | | | | | | | | * Cocoa/Emacs.base/Contents/Info.plist: * Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings: * GNUstep/Emacs.base/Resources/Info-gnustep.plist: Set copyright year to 2010. * version.el (emacs-copyright): Set copyright year to 2010. * ebrowse.c (version): * etags.c (print_version): * rcs2log (Copyright): Set copyright year to 2010.
* Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.emacs-pretest-23.1.91Chong Yidong2009-12-301-1/+1
|
* Fix typos in ChangeLogs.Juanma Barranquero2009-12-291-1/+1
|