aboutsummaryrefslogtreecommitdiffstats
path: root/test/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-197-13/+102
|\
| * ; Normalize and add missing first and last linesStefan Kangas2021-04-196-6/+6
| * Attempt to print some debugging information on Seccomp failures.Philipp Stephani2021-04-171-8/+52
| * Add two optional arguments to 'string-width'Eli Zaretskii2021-04-141-0/+45
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-133-0/+215
|\ \ | |/
| * Add a variant of the Seccomp filter file that allows 'execve'.Philipp Stephani2021-04-112-0/+34
| * Add a helper binary to create a basic Secure Computing filter.Philipp Stephani2021-04-102-0/+50
| * Add support for --seccomp command-line option.scratch/seccomp-emacs-openPhilipp Stephani2021-04-101-0/+131
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-04-051-3/+3
|\ \ | |/
| * Remove redundant #' before lambda in testsStefan Kangas2021-04-041-3/+3
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-312-0/+206
|\ \ | |/
| * File unlock errors now issue warnings (Bug#46397)Matt Armstrong2021-03-271-12/+22
| * Add test coverage for src/filelock.c (Bug#46397)Matt Armstrong2021-03-271-0/+173
| * Assert not local-variable-p after setq in let_default bindingSpencer Baugh2021-03-251-0/+1
| * Add a test for let-binding unwindingSpencer Baugh2021-03-251-0/+22
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-251-1/+0
|\ \ | |/
| * Remove unnecessary requires of rxStefan Kangas2021-03-221-1/+0
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-03-191-0/+2
|\ \ | |/
| * Fix a warning due to not preloading facemenu.elStefan Kangas2021-03-191-0/+1
| * Fix breaking undo-testLars Ingebrigtsen2021-03-181-0/+1
* | Fix some entry in `comp-known-type-specifiers' (bug#46847)Andrea Corallo2021-03-141-1/+1
* | * test/src/comp-test-funcs.el (comp-test-46670-1-f): Remove a warning.Andrea Corallo2021-03-091-1/+1
* | Merge commit '9cbdf20316' into native-compAndrea Corallo2021-03-091-1/+57
|\ \ | |/
| * Add some new tests for keymap.cStefan Kangas2021-03-061-1/+57
* | Fix `comp-cstr-intersection-no-hashcons' for negated result cstrAndrea Corallo2021-03-061-1/+8
* | Fix `=' propagation to handle -0.0 0.0 caseAndrea Corallo2021-03-061-8/+24
* | Don't call _setjmp through a function pointer (Bug#46824)Pip Cet2021-03-032-2/+22
* | Fix two compiler ICEs dealing with nan and infinityAndrea Corallo2021-03-031-0/+8
* | Fix = propagation semantic for constrained inputsAndrea Corallo2021-03-021-1/+28
* | Fix `eql' `equal' propagation of non hash consed values (bug#46843)Andrea Corallo2021-03-011-1/+15
* | Don't treat '=' as simple equality emitting constraints (bug#46812)Andrea Corallo2021-02-281-6/+41
* | Migrate and rename a bunch of functions from comp.el to comp-cstr.elAndrea Corallo2021-02-281-4/+4
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-262-7/+19
|\ \ | |/
| * Skip tests that require Internet when there's no InternetRobert Pluim2021-02-221-7/+15
| * Improve wrong number of args error message in propertizeStefan Kangas2021-02-221-0/+4
* | Do not emit assumptions referencing clobbered mvars (bug#46670)Andrea Corallo2021-02-232-0/+13
* | * Fix union constraint for mixed pos/neg constraintsAndrea Corallo2021-02-221-1/+1
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-211-8/+31
|\ \ | |/
| * * test/lisp/emacs-lisp/edebug-tests.el: Adjust to new `edebug-eval-defun`.Stefan Monnier2021-02-191-8/+31
* | Merge remote-tracking branch 'savannah/master' into native-compAndrea Corallo2021-02-171-0/+28
|\ \ | |/
| * Allow any JSON value at the top level (Bug#42994).Philipp Stephani2021-02-131-0/+28
* | Fix inverted logic in constraint comparison (bug#46540)Andrea Corallo2021-02-171-1/+28
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-02-105-27/+83
|\ \ | |/
| * ; Minor license statement fixesStefan Kangas2021-02-082-22/+22
| * Move line-number-at-pos to CLars Ingebrigtsen2021-02-071-4/+4
| * Add a new function 'line-number-at-position'Lars Ingebrigtsen2021-02-071-0/+8
| * ; Fix byte-compilation warningEli Zaretskii2021-02-061-1/+1
| * ; Fix last changeEli Zaretskii2021-02-061-2/+1