]> code.delx.au - gnu-emacs/history - src
; Merge from origin/emacs-25
[gnu-emacs] / src /
2016-02-09 Paul Eggert-
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul EggertMinor alignas cleanup
2016-02-09 Paul EggertAdd lmalloc commentary and tweak laligned
2016-02-09 Paul EggertAvoid aligned_alloc static/extern collision
2016-02-09 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-09 Paul EggertIncrease success rate of fallback lmalloc
2016-02-09 Lars IngebrigtsenAllow the image scale to be a floating point number
2016-02-08 Paul EggertPort to FreeBSD 11-CURRENT i386
2016-02-08 Lars IngebrigtsenAutomatically scale images up on high-density screens
2016-02-07 Paul EggertPort to FreeBSD x86
2016-02-07 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-07 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-06 Oscar FuentesUse monitor's resolution for positioning tooltips
2016-02-06 Eli ZaretskiiFix issues found by auditing w32notify code
2016-02-05 Paul EggertOmit XLI (init) == 0 optimization in make-vector
2016-02-05 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-02-05 Eli ZaretskiiFix problems caused by new implementation of sub-word...
2016-02-05 Lars IngebrigtsenMake url.el use async DNS
2016-02-05 Lars IngebrigtsenOnly do async DNS if requested with :nowait 'dns
2016-02-05 Lars IngebrigtsenAdd sanity check for checking async DNS
2016-02-05 Paul EggertPrefer memcpy and memset to doing it by hand
2016-02-04 Paul EggertSimplify USE_ALIGNED_ALLOC
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-03 Paul EggertMention context when resume from emergency escape
2016-02-03 Ken Brown; Fix last aligned_alloc declaration change
2016-02-03 Eli ZaretskiiFix x-popup-menu on TTYs without a mouse
2016-02-03 Paul EggertPort aligned_alloc decl to Cygwin.
2016-02-03 Lars IngebrigtsenDoc fixes and refactorings based on comments from Eli...
2016-02-02 Eli ZaretskiiFix failure to compile ns-win.el in parallel builds
2016-02-02 Paul EggertPort better to platforms lacking aligned_alloc
2016-02-02 Paul EggertPort malloc.h hygiene fix to LTO
2016-02-02 Lars IngebrigtsenBuild fix for --enable-check-lisp-object-type
2016-02-02 Lars IngebrigtsenBoot parameter check fix
2016-02-01 Martin RudalicsSome corrections in Elisp manual
2016-02-01 Paul EggertDouble static heap size.
2016-02-01 Lars IngebrigtsenStyle fix
2016-02-01 Lars IngebrigtsenReturn the correct server port number
2016-02-01 Lars IngebrigtsenBetter async error reporting
2016-02-01 Lars IngebrigtsenAlways boot TLS if given parameters
2016-02-01 Lars IngebrigtsenAdd documentation for :tls-parameters
2016-02-01 Lars IngebrigtsenBuild fix for glibc systems.
2016-02-01 Lars IngebrigtsenMake network connections work again on non-glibc systems
2016-02-01 Lars IngebrigtsenWindows build fix
2016-02-01 Lars IngebrigtsenUse XCAR/XCDR instead of Fcar etc
2016-02-01 Lars IngebrigtsenFix GC problem in async TLS connection
2016-01-31 Lars IngebrigtsenFurther TLS async work
2016-01-31 Paul EggertFix (c & 040) typo in emergency escapes
2016-01-31 Paul EggertPort new hybrid malloc to FreeBSD
2016-01-31 Eli ZaretskiiFix display of overlay strings with 'display' and ...
2016-01-31 John WiegleyCorrect reference to DARWIN_OS preprocessor symbol
2016-01-31 Paul EggertSpelling fixes
2016-01-31 Paul EggertSpelling fix
2016-01-31 Matthew CarterMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-01-31 Paul EggertPort recent my_edata change to MS-Windows
2016-01-31 Paul EggertPacify GCC on C library without glibc API
2016-01-31 Lars IngebrigtsenRework the mechanisms for async GnuTLS connections
2016-01-31 Lars IngebrigtsenFix segfault from double free
2016-01-31 Lars IngebrigtsenImplement asynchronous GnuTLS connections
2016-01-30 Paul EggertShrink static heap a bit
2016-01-30 Paul EggertFix extern symbols defined and not used
2016-01-30 Paul EggertBuild lib/e-*.o only on platforms that need it
2016-01-30 Paul EggertInclude <malloc.h> when advisable
2016-01-30 Paul Eggert* src/alloc.c: Include "sheap.h".
2016-01-30 Paul EggertPacify --enable-gcc-warnings when HYBRID_MALLOC
2016-01-30 Paul EggertReport static heap usage on non-Cygwin, too
2016-01-30 Paul EggertPacify GCC on extern decls
2016-01-30 Wolfgang JenknerAdd musl patch to support HYBRID_MALLOC on elf systems
2016-01-30 Rich Felkerunexelf.c hook to support HYBRID_MALLOC on ELF
2016-01-30 Wolfgang JenknerLink temacs with gnulib compiled with -Demacs
2016-01-30 Wolfgang JenknerInternal linkage for gmalloc etc. if HYBRID_MALLOC
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul EggertMerge from origin/emacs-25
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Paul Eggert; Merge from origin/emacs-25
2016-01-30 Paul Eggert-
2016-01-30 Eli ZaretskiiDisable DebPrint in sys_read on MS-Windows
2016-01-30 Andreas SchwabRe-enable checks in member, memql, delete to complain...
2016-01-30 Andreas SchwabRevert "Re-enable checks in member, memql, delete to...
2016-01-30 Lars IngebrigtsenClean up compilation warnings
2016-01-30 Lars IngebrigtsenMake async resolution more efficient
2016-01-30 Lars IngebrigtsenMore async memory leaks
2016-01-30 Lars IngebrigtsenCompilation for for systems with getaddrinfo_a
next