]> code.delx.au - gnu-emacs/history - src
* src/alloc.c (purecopy): Use AUTO_STRING.
[gnu-emacs] / src /
2016-03-20 Paul Eggert* src/alloc.c (purecopy): Use AUTO_STRING.
2016-03-20 Paul EggertNo need to block input when reading directories
2016-03-19 Fabrice PopineauImprove w32notify notifications
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-11 John WiegleyMerge from origin/emacs-25
2016-03-11 John Wiegley; Merge from origin/emacs-25
2016-03-10 Ken RaeburnDon't use XRANDR 1.3 extensions if the server doesn...
2016-03-10 Paul EggertRework C source files to avoid ^(
2016-03-10 Alain SchnebleFix asynchronous TLS connections on MS-Windows
2016-03-10 Alan MackenzieMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-03-10 Paul EggertMinor fixes for getaddrinfo_a usage
2016-03-09 Andreas SchwabProperly handle lambda as read function (bug 22961)
2016-03-08 Paul EggertPacify --enable-gcc-warnings
2016-03-08 Martin RudalicsOptionally reuse tooltip frames instead of deleting...
2016-03-08 Paul EggertAssume getaddrinfo in C code
2016-03-07 Paul EggertRemove support for IRIX
2016-03-06 Ken BrownFix Cygwin-w32 build
2016-03-06 Eli ZaretskiiSpeed up redisplay of binary files with long series...
2016-03-06 Lars Magne Ingebri... Don't signal errors on E_AGAIN
2016-03-05 Lars Magne Ingebri... Allow making TLS negotiation blocking
2016-03-05 Eli ZaretskiiImplement getaddrinfo fallback for MS-Windows
2016-03-05 Paul Eggertdoc string file descriptor exhaustion fix
2016-03-04 Lars IngebrigtsenAdd accessors for `file-attributes'
2016-03-04 Michael AlbinusFix Bug#22814
2016-03-04 Michael AlbinusFix Bug#22814
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-03 Lars IngebrigtsenEnsure TLS negotiation progress
2016-03-02 Paul Eggertemacs-module.h slight simplification
2016-03-02 Paul Eggert* src/emacs-module.c (CHECK_USER_PTR): Fix typo in...
2016-03-02 Paul Eggertemacs-module.c simplification and tuneup
2016-03-02 Philipp StephaniUse standard checks whenever possible.
2016-03-02 Paul EggertDeterministic build improvements
2016-03-02 Philipp StephaniRemove build system name from deterministic dumps
2016-03-01 Eli Zaretskii; * src/w32proc.c: Update the commentary to sys_select.
2016-03-01 Paul Eggert* src/syntax.c (syntax_multibyte): Omit unnecessary...
2016-03-01 Eli ZaretskiiFix reordering of bidi text in an isolate inside an...
2016-02-29 Anders LindgrenMade the new OS X visible bell more visible.
2016-02-29 Paul EggertStop calling res_init
2016-02-29 Paul Eggert* src/process.c (Fdelete_process): Simplify cast.
2016-02-29 Lars IngebrigtsenWait for async DNS to complete before freeing resources
2016-02-28 Eli ZaretskiiFix TLS connections on MS-Windows
2016-02-28 Lars IngebrigtsenReturn the correct error values from gnutls.c
2016-02-27 Andreas SchwabFix char signedness issue in bidi code
2016-02-27 Eli ZaretskiiRemove unused code in coding.c
2016-02-26 Aurelien Aptel* src/syntax.c: Fix result of syntax_multibyte()
2016-02-26 Paul Eggert--enable-gcc-warnings now uses -Wjump-misses-init
2016-02-26 Jussi LahdenniemiImprove the register-hotkey functionality on MS-Windows
2016-02-25 Eli ZaretskiiRemove unneeded workaround in xftfont.c
2016-02-25 Paul EggertInteger overflow cleanups for ports and socklen
2016-02-25 Eli ZaretskiiFix redisplay on a TTY after 'make-frame'
2016-02-25 Lars IngebrigtsenAllow using "number strings" as services on non-GNU...
2016-02-25 Chris FengFix an assertion
2016-02-24 Stefan Monnier* src/keyboard.c: Don't inadvertently set immediate_ech...
2016-02-24 Chris FengAllocate glyph matrices for the initial frame
2016-02-24 Lars IngebrigtsenMake setting the coding system non-blocking
2016-02-24 Fredrik BergrothUse memmove instead of memcpy on overlapping regions
2016-02-23 Paul EggertPort to --enable-gcc-warnings sans getaddrinfo_a
2016-02-23 Paul EggertMinor cleanups for async DNS etc.
2016-02-23 Eli ZaretskiiFurther improve doc string of 'disable-point-adjustment'
2016-02-23 Martin RudalicsFix `window-configuration-change-hook' and `window...
2016-02-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Eli ZaretskiiFix documentation of 'global-disable-point-adjustment'
2016-02-22 Lars IngebrigtsenFix async TLS boot problem
2016-02-22 Lars IngebrigtsenClean up debugging code
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-02-22 Lars Ingebrigtsenadd_to_log expects Lisp parameters origin/feature/async-dns
2016-02-22 Lars IngebrigtsenMention in the doc strings that process functions may...
2016-02-22 Lars IngebrigtsenAdd blocker warnings to the *Messages* buffer
2016-02-21 Paul EggertUse Gnulib filevercmp for version comparison
2016-02-21 Lars IngebrigtsenAvoid integer overflows in string-numeric-lessp
2016-02-21 Lars IngebrigtsenAdd the string-numeric-lessp function
2016-02-21 Alain SchnebleRespect DNS timeouts
2016-02-20 Eli ZaretskiiFix memory reservation on MS-Windows
2016-02-20 Eli ZaretskiiFix "[:upper:]" for non-ASCII characters
2016-02-20 Lars IngebrigtsenGet explicit width/height + scale computations right
2016-02-19 Lars IngebrigtsenFix coding system setup
2016-02-18 Lars IngebrigtsenVerify the TLS connection asynchronously
2016-02-17 Eli ZaretskiiFix decoding DOS EOL in a unibyte buffer
2016-02-17 Paul EggertFix x-load-color-file pointer signedness
next