summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-0147-47/+47
* Be more allowing when looking for menu-bar itemsStefan Kangas2021-10-281-0/+10
* ; Fix typoStefan Kangas2021-10-201-1/+1
* Fix test bug when calloc returns nullPaul Eggert2021-10-121-1/+4
* New function num-processorsPaul Eggert2021-10-101-0/+6
* Fix checkdoc-related test failureLars Ingebrigtsen2021-09-271-1/+2
* Fix two doc-related test failuresLars Ingebrigtsen2021-09-271-2/+2
* ; Minor stylistic checkdoc fixes in test/**/*.elStefan Kangas2021-09-2623-55/+77
* Renege on anonymous &rest (bug#50268, bug#50720)Mattias Engdegård2021-09-251-24/+33
* Fix string-distance for two empty stringsPhilip Kaludercic2021-09-231-1/+9
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* Fix performance degradation in commands that describe key bindingsEli Zaretskii2021-09-181-1/+2
* Check for null bytes in filenames in 'expand-file-name' (bug#49723)Federico Tedin2021-09-181-0/+9
* Adjust test to describe-function changesLars Ingebrigtsen2021-09-081-1/+3
* Add new variable 'kill-buffer/delete-auto-save-files'Lars Ingebrigtsen2021-08-231-0/+63
* Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen2021-08-211-0/+6
* Make overlays-in treat zero-length overlays at point-max consistentlyLars Ingebrigtsen2021-08-161-1/+22
* Add XLFD font parsing testsLars Ingebrigtsen2021-08-121-0/+25
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* Adjust how `replace-match' runs modification hooksLars Ingebrigtsen2021-07-311-0/+42
* Rename directory-append to file-name-concatLars Ingebrigtsen2021-07-251-17/+17
* Allow empty elements in directory-appendLars Ingebrigtsen2021-07-251-3/+6
* Really convert to multibyte in Fdirectory_appendLars Ingebrigtsen2021-07-241-0/+5
* Extend directory-append to take an arbitrary number of componentsLars Ingebrigtsen2021-07-241-1/+7
* Add new function `directory-append'Lars Ingebrigtsen2021-07-241-0/+8
* Avoid byte-compilation warningEli Zaretskii2021-07-221-2/+2
* Mention `overlays-in' in the `overlays-at' doc stringLars Ingebrigtsen2021-07-201-0/+13
* Add inhibit-buffer-hooks to `make-indirect-buffer'Lars Ingebrigtsen2021-07-191-1/+2
* Make make-indirect-buffer inherit inhibit-buffer-hook from base bufferdickmao2021-07-191-0/+24
* Block TLS handshake until TCP connection establishedMattias Engdegård2021-07-131-0/+30
* Pacify gcc 11.1.1 -Wanalyzer-possible-null-dereferencePaul Eggert2021-07-121-0/+4
* Skip a process test on Cygwin to avoid hangKen Brown2021-07-091-0/+2
* Add a new function syntax-class-to-charLars Ingebrigtsen2021-06-151-0/+11
* Rename batch-byte-native-compile-for-bootstrap (bug#48743)Andrea Corallo2021-06-011-1/+1
* Fix lexing of numbers with trailing decimal point and exponentMattias Engdegård2021-05-271-0/+67
* * test/src/emacs-module-tests.el (mod-test-file): Unbreak out-of-tree.Glenn Morris2021-05-101-1/+3
* Don't use symbolic links in the test resource directory.Philipp Stephani2021-05-073-6/+10
* Rename comp-debug -> native-comp-debugAndrea Corallo2021-05-061-1/+1
* Rename comp-speed -> native-comp-speedAndrea Corallo2021-05-061-4/+4
* Rename feature `nativecomp' into `native-compile'Andrea Corallo2021-05-051-1/+1
* ; Fix typosStefan Kangas2021-04-271-4/+4
* Make use of `ert-resource-file' `ert-resource-directory' in comp-testsAndrea Corallo2021-04-265-14/+6
* * Use `expand-file-name' in place of `concat' in comp-tests.elAndrea Corallo2021-04-261-6/+8
* Move native compiler test data into proper directory (bug#48031)Andrea Corallo2021-04-265-2/+5
* * test/src/comp-tests.el: Fix it for non native compiled build (bug#48031).Andrea Corallo2021-04-261-1/+1
* ; Add 2021 to copyright yearsGlenn Morris2021-04-253-3/+3
* Merge branch 'feature/native-comp' into into trunkAndrea Corallo2021-04-255-0/+2274
|\
| * Improve a native compiler testAndrea Corallo2021-04-222-1/+12
| * Fix native compiler string hash consing strategy (bug#47868)Andrea Corallo2021-04-212-0/+12