summaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Expand)Author
2017-09-08Fix 'directory-file-name' on DOS_NT systems as wellEli Zaretskii
2017-09-07Fix bug: (directory-file-name "///") returned "//"Paul Eggert
2017-09-02Improve error messages for improper plists (Bug#27726)Philipp Stephani
2017-08-26Do not munge contents of local symbolic linksPaul Eggert
2017-08-19Change recent symlink tests to just test ASCIIPaul Eggert
2017-08-19Don’t adjust CRLF in file namesPaul Eggert
2017-08-09Fix crashing emacs-module tests on MS-WindowsEli Zaretskii
2017-08-06Fix some crashes on self-modifying Elisp codePaul Eggert
2017-08-05Fix a bug in 'generate-new-buffer-name'Eli Zaretskii
2017-07-22Signal error for symbol names with strange quotes (Bug#2967)Noam Postavsky
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-07-09Fix failing module tests on GNU/LinuxGlenn Morris
2017-07-09Fix core dump in substitute-object-in-subtreePaul Eggert
2017-07-08Module assertions: check for garbage collectionsPhilipp Stephani
2017-06-17Add command to replace buffer contentsPhilipp Stephani
2017-06-17Add test for the fix in the parent commitDmitry Gutov
2017-06-12Give a more informative failure in module assertion testGlenn Morris
2017-06-12Clean up after module assertion testsGlenn Morris
2017-06-12Small improvement for module assertion testGlenn Morris
2017-06-12Implement module assertions for usersPhilipp Stephani
2017-06-04Rework printing of module functionsPhilipp Stephani
2017-06-03Fix a bug when using format field numbersPhilipp Stephani
2017-06-01Limit format fields to more POSIX-like specPaul Eggert
2017-06-02Minor improvements to format field numbersPaul Eggert
2017-06-02Implement field numbers in format stringsPhilipp Stephani
2017-05-31Quieten compilation of some test filesGlenn Morris
2017-05-23* test/src/fns-tests.el, test/src/data-tests.el: Don't use `cl`Stefan Monnier
2017-05-20Reimplement module functionsPhilipp Stephani
2017-05-19Fix module tests on some systemsPhilipp Stephani
2017-05-13Make `old-style-backquotes' variable internalPhilipp
2017-05-13Improve unescaped character literal warningsPhilipp Stephani
2017-05-09Fix finding test .el filesGlenn Morris
2017-05-10Tweak a recent testTino Calancha
2017-05-09Put re-loaded file back at start of load-history (bug#26837)Glenn Morris
2017-05-06; Fix last changeEli Zaretskii
2017-05-06Fix last change for MS-WindowsEli Zaretskii
2017-05-06Introduce new misc type for module functionPhilipp Stephani
2017-05-01Port format-time-string to MS-Windows betterPaul Eggert
2017-05-01; Fix typoKen Brown
2017-05-01; Fix commentary in a recent commitEli Zaretskii
2017-05-01Warn about missing backslashes during loadPhilipp Stephani
2017-05-01Don’t stress-test time zones near the EpochPaul Eggert
2017-04-29Integrate module test with normal test suitePhilipp Stephani
2017-04-27Test format-time-string with zone argPaul Eggert
2017-04-22Don't require bytecomp for running ert testsNoam Postavsky
2017-04-08Fix circular read syntax for records.Lars Brinkhoff
2017-04-07Deprecate copy-record in favor of copy-sequencePaul Eggert
2017-04-06Implement special sigma casing rule (bug#24603)Michal Nazarewicz
2017-04-06Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz
2017-04-06Add support for title-casing letters (bug#24603)Michal Nazarewicz