Merge from gnulib, using build-aux to remove clutter.
[bpt/emacs.git] / Makefile.in
2011-07-24 Paul EggertMerge from gnulib, using build-aux to remove clutter.
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-09 Paul EggertMerge: Add gnulib's strtoimax module, needed on Solaris 8.
2011-07-09 Paul EggertAdd strtoimax module, needed for Solaris 8 port.
2011-07-08 Paul EggertMerge: Use pthread_sigmask, not sigprocmask (Bug#9010).
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Paul EggertSimplify Emacs part of pthread_sigmask support.
2011-07-08 Paul EggertMerge from trunk.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Paul EggertAdd gnulib support for pthread_sigmask.
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-06-25 Paul EggertMerge from trunk.
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-25 Paul EggertUse gnulib's dup2 module instead of rolling our own.
2011-06-22 Paul EggertMerge: Use gnulib's alloca-opt module.
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge from trunk.
2011-06-21 Paul EggertMerge from trunk.
2011-06-21 Paul EggertUse gnulib's alloca-opt module.
2011-06-21 Leo LiuAdd crypto/sha256 and crypto/sha512 modules from gnulib
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Paul EggertMerge: Integer overflow fixes.
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn Morris* Makefile.in (check): Just give a message if no test...
2011-05-24 Glenn MorrisReimplement trunk 2011-05-24T08:02:58Z!rgm@gnu.org...
2011-05-24 Glenn MorrisRevert 2011-05-24T08:02:58Z!rgm@gnu.org, for now at...
2011-05-24 Leo LiuAdd crypto/sha1 module from gnulib
2011-05-24 Glenn Morris* Makefile.in (TAGS, tags, check): Pass MFLAGS to sub...
2011-05-24 Glenn MorrisDefine the list of subdir Makefiles only in configure.in.
2011-05-24 Glenn MorrisFix previous Makefile change.
2011-05-24 Glenn MorrisRestore test/ to its non-distributed state (bug#8107)
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-24 Glenn MorrisEliminate some duplication in top-level Makefile.in.
2011-05-23 Paul EggertMerge from trunk.
2011-05-21 Andreas Schwab* Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-12 Glenn MorrisSmall Makefile.in fixes for bug#8642.
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisComment typo.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-05 Glenn MorrisStop bootstrap clobbering config.log (bug#765)
2011-05-04 Paul EggertUse C99's va_copy to avoid undefined behavior on x86...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul Eggert* Makefile.in (GNULIB_TOOL_FLAG): Add --conditional...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-21 Paul Eggert* Makefile.in (GNULIB_MODULES): Add strtoumax.
2011-04-20 Stefan Monnier* Makefile.in (config.status): Don't erase in case...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Paul EggertReplace two copies of readlink code with single gnulib...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-27 Paul EggertMerge from atest branch.
2011-03-25 Glenn MorrisRemove some files that autoreconf can supply.
2011-03-23 Glenn MorrisReplace mkinstalldirs with `install-sh -d', as automake...
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-21 Stefan MonnierMerge from trunk
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-21 Paul Eggert[ChangeLog]
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-18 Paul Eggertprocess.c: Use socklen_t, not int, for socket lengths.
2011-03-13 Paul EggertUpdate for gnulib, adding Solaris 9+10 fixes.
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-06 Stefan MonnierMerge from trunk
2011-03-02 Paul EggertMerge: Work around some portability problems with symlinks.
2011-03-02 Paul EggertMerge from mainline.
2011-03-02 Paul EggertMerge from mainline.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Paul EggertMerge from mainline.
2011-02-25 Paul EggertMerge from mainline.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-22 Paul Eggert[ChangeLog]
2011-02-22 Paul EggertMerge: Assume S_ISLNK etc. work, since gnulib supports...
2011-02-22 Paul Eggert[ChangeLog]
2011-02-21 Stefan MonnierMerge from trunk
2011-02-21 Paul EggertMerge from mainline.
2011-02-21 Paul EggertImport filemode module from gnulib.
2011-02-20 Paul EggertMerge from mainline.
2011-02-20 Paul EggertImport filemode module from gnulib.
next