]> code.delx.au - gnu-emacs/history - test
Allow network-stream-tests to work for out-of-tree builds
[gnu-emacs] / test /
2016-03-30 Alan MackenzieMerge branch 'emacs-25' of /home/acm/emacs/emacs.git...
2016-03-29 Michael AlbinusFix typo in network-stream-tests.el
2016-03-29 Nicolas PettonNew function seq-sort-by in seq.el
2016-03-28 Lars Magne Ingebri... Add a new function `buffer-hash'
2016-03-26 Paul PogonyshevImplement 'func-arity'
2016-03-25 Lars Magne Ingebri... (shr-insert): Respect non-breaking space in non-<pre...
2016-03-25 Nicolas PettonFix map-put and map-delete for alists (Bug#23105)
2016-03-25 Philipp StephaniAdd customization option for using UTF-8 coordinates...
2016-03-24 Michael AlbinusAdapt filenotify-tests.el according latest tests
2016-03-23 Paul EggertMerge from origin/emacs-25
2016-03-23 Paul Eggert; Merge from origin/emacs-25
2016-03-23 Paul EggertMerge from origin/emacs-25
2016-03-23 Simen HeggestøylSupport completion of attribute values in CSS mode
2016-03-22 Michael Albinus; Remove unwanted merge from emacs-25
2016-03-22 Paul EggertMerge from origin/emacs-25
2016-03-22 Paul Eggert; Merge from origin/emacs-25
2016-03-22 Paul Eggert-
2016-03-22 Paul Eggert; Merge from origin/emacs-25
2016-03-22 Paul Eggert-
2016-03-20 Lars Magne Ingebri... Move the cert files to the data directory
2016-03-20 Lars Magne Ingebri... Further empty <li> tweaks
2016-03-20 Lars Magne Ingebri... Don't remove too much white space at the end of documents
2016-03-20 Lars Magne Ingebri... Add tests for empty <ul><li>
2016-03-20 Lars Magne Ingebri... Add more shr HTML rendering tests
2016-03-20 Lars Magne Ingebri... Add a test harness for shr HTML rendering and one test
2016-03-19 Fabrice PopineauImprove w32notify notifications
2016-03-17 Michael AlbinusMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-03-17 Michael AlbinusSuppress some Tramp tests for OSX, do not merge with...
2016-03-16 Glenn Morris* test/lisp/dabbrev-tests.el: Merge fix: move here...
2016-03-16 Dmitry GutovFix Ruby's operator precedence
2016-03-15 Dmitry Gutov(ruby-interpolation-inside-another-interpolation):...
2016-03-15 Glenn Morris* test/automated/package-test.el (package-test-signed...
2016-03-15 Dmitry GutovDo not tokenize a comment before continuation as ';'
2016-03-15 Dmitry GutovDon't misindent arguments of a method call inside conti...
2016-03-13 Dmitry GutovTweak the left precedence of '=>'
2016-03-13 Dmitry GutovIndent '.' relative to the first sibling expression
2016-03-11 Dmitry GutovSupport Ruby 2.3.0's safe navigation operator
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 Paul EggertRework C source files to avoid ^(
2016-03-10 Eli ZaretskiiBy default, etags produces unqualified Perl tag names
2016-03-10 Dmitry GutovIndent methods with keyword names correctly
2016-03-10 Dmitry GutovPropertize character literals and special global variab...
2016-03-09 Dmitry GutovPropertize operator symbol names with symbol syntax...
2016-03-09 Dmitry GutovAllow using the left shift operator without spaces...
2016-03-07 Dmitry GutovGuard against nested percent literals
2016-03-07 Dmitry GutovRecognize iuwu-mod after an escaped newline
2016-03-05 Lars Magne Ingebri... Don't run ipv6 test on systems without ipv6
2016-03-05 Dmitry GutovDon't misindent computed property generator methods
2016-03-04 Michael AlbinusFix Bug#22814
2016-03-04 Lars IngebrigtsenMove cl-seq-tests to the right place after the merge
2016-03-04 Lars IngebrigtsenMove cl-seq-tests to the right place after the merge
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-02 Ulf JasperPrevent infinite loop on not-well-formed xml. (Bug...
2016-03-02 Alan ThirdAdd the missing test case for the previous patch
2016-03-02 Lars IngebrigtsenRemove buggy parse-time test
2016-03-01 Michael AlbinusFix targets in test/automated/Makefile.in
2016-02-28 Lars IngebrigtsenAdd some tests for parse-time.el
2016-02-28 Aaron S. HawleyDon't make assumptions about mkdir. (Bug#22822)
2016-02-26 Phillip Lord; Improve documentation in test Makefile
2016-02-26 Aaron S. HawleyAdd forward-sexp (and related) tests
2016-02-24 Lars IngebrigtsenMove low-level library files from the lisp/gnus directory
2016-02-23 Michael AlbinusFurther adaptions in file-notify-tests.el for w32notify
2016-02-23 Michal NazarewiczTest message-strip-subject-trailing-was
2016-02-23 Michal NazarewiczMake use of the `ert-with-function-mocked' macro
2016-02-23 Michal Nazarewiczert-with-function-mocked: New macro
2016-02-23 Nicolas Richard(cl-union): Do not ignore :test argument when lists...
2016-02-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Michael AlbinusAdditional fixes for file notification
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-02-21 Paul EggertUse Gnulib filevercmp for version comparison
2016-02-21 Michael AlbinusFix Bug#22736
2016-02-21 Lars IngebrigtsenAdd the string-numeric-lessp function
2016-02-20 Michael AlbinusReport also result in `file-notify--test-event-handler'
2016-02-20 Michael AlbinusImprove file-notify-test08-watched-file-in-watched-dir
2016-02-20 Tassilo HornNew filenotify test for bug#22736
2016-02-19 Lars IngebrigtsenFix up tests for async TLS negotiation
2016-02-16 Michael AlbinusMinor cleanup in CONTRIBUTE and test/README
next