aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shallow setters by default are not a good ideascratch/lexspacesAndrea Corallo2020-05-081-3/+11
* Rename in-lexspace -> lexspace-inAndrea Corallo2020-05-081-2/+2
* Fix sweep_symbolsAndrea Corallo2020-05-081-4/+2
* Remove unnecessary assertionAndrea Corallo2020-05-081-1/+0
* Rename lexspace-make-from -> lexspace-makeAndrea Corallo2020-05-081-2/+2
* Add lexspace-import-symbolAndrea Corallo2020-05-081-1/+29
* Add function lexspace contex mechanismAndrea Corallo2020-05-085-24/+64
* Add SYMBOL_FUNC_LEXSPACEAndrea Corallo2020-05-081-0/+17
* Store lexspace in closuresAndrea Corallo2020-05-081-1/+21
* Add lexspace redirectionAndrea Corallo2020-05-083-9/+38
* Make in-lexspace do somethingAndrea Corallo2020-05-081-3/+5
* Add lexspace-make-fromAndrea Corallo2020-05-081-1/+62
* Move symbol value into separate bindingAndrea Corallo2020-05-082-17/+23
* Add SYMBOL_FUNCTION accessor functionAndrea Corallo2020-05-0810-39/+47
* Store symbol value into the bindingAndrea Corallo2020-05-085-43/+59
* Adding binding pseudovectorAndrea Corallo2020-05-082-0/+45
* Add lexspaces.cAndrea Corallo2020-05-084-1/+45
* Pacify buggy old GCC with a castPaul Eggert2020-05-061-1/+2
* Merge from origin/emacs-27Glenn Morris2020-05-061-1/+1
|\
| * * src/editfns.c (Fformat): Small documentation fix.Philipp Stephani2020-05-051-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-05-061-4/+16
|\ \ | |/
| * Improve doc strings of makunbound and fmakunboundStefan Kangas2020-05-031-4/+16
* | Don’t assume __has_attribute in emacs-module.cPaul Eggert2020-05-051-1/+1
* | Fix typos in recent attribute.h simplificationPaul Eggert2020-05-051-4/+5
* | Simplify by using attribute.h macrosPaul Eggert2020-05-032-84/+28
* | Fix initial frame resizing issue on NS (bug#40200)Alan Third2020-05-031-30/+21
* | Merge from origin/emacs-27Glenn Morris2020-05-031-28/+28
|\ \ | |/
| * Make sure alist-related functions say so in their docEli Zaretskii2020-04-291-28/+28
* | Improve accuracy of apropos commands that search doc stringsEli Zaretskii2020-05-031-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-04-291-1/+1
|\ \ | |/
| * Avoid crashes on TTY frames with over-long compositionsEli Zaretskii2020-04-281-1/+1
* | Improve multibyte_length performancePaul Eggert2020-04-271-21/+21
* | Simplify string-to-charPaul Eggert2020-04-261-12/+6
* | Improve string_char_and_length speedPaul Eggert2020-04-262-65/+27
* | Inline a couple of functions that were macrosPaul Eggert2020-04-252-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-251-95/+176
|\ \ | |/
| * ; * src/xdisp.c: Improve the introductory commentary.Eli Zaretskii2020-04-241-95/+176
* | Fix GDI+ image loading by file nameEli Zaretskii2020-04-252-5/+6
* | Remove unused variable from ftfont.cIgor Saprykin2020-04-251-5/+2
* | Fix two fringe bitmapsEli Zaretskii2020-04-251-2/+2
* | Fix display of composed text with :box face attributeEli Zaretskii2020-04-236-26/+92
* | text-char-description minor cleanupPaul Eggert2020-04-221-15/+8
* | Tweak multibyte parsing loopsPaul Eggert2020-04-221-3/+3
* | Fix string-to-multibyte overlong sequence bugPaul Eggert2020-04-204-68/+87
* | Remove workaround from w32image.cEli Zaretskii2020-04-201-2/+0
* | Merge from origin/emacs-27Glenn Morris2020-04-204-7/+9
|\ \ | |/
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-182-5/+7
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-182-2/+2
* | Rework how GDI+ functions are loaded dynamically in w32image.cEli Zaretskii2020-04-191-43/+102
* | Don't use Gnulib's explicit_bzero on MS-WindowsEli Zaretskii2020-04-191-0/+20