aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Finish up native display of line numbersEli Zaretskii2017-06-172-29/+100
| * Initial version of native display of line numbersEli Zaretskii2017-06-162-7/+187
* | Fix more ungetc bugs with encoding errorsPaul Eggert2017-07-071-29/+71
* | Avoid ungetc when loading charset maps from filesPaul Eggert2017-07-071-41/+49
* | Fix ungetc bug when reading an encoding errorPaul Eggert2017-07-071-6/+4
* | Remove Vwindow_text_change_functions and related codeMartin Rudalics2017-07-071-19/+0
* | Spelling fixesPaul Eggert2017-07-061-3/+3
* | Check for integer overflow in xbm imagesPaul Eggert2017-07-051-7/+16
* | Convert hex digits more systematicallyPaul Eggert2017-07-057-39/+52
* | Don’t use -Woverride-initPaul Eggert2017-07-051-12/+0
* | Remove FIXME comments about sentinel valuesPhilipp Stephani2017-07-021-4/+0
* | * src/module-env-25.h (copy_string_contents): Fix comment.Philipp Stephani2017-07-011-1/+1
* | Also mark module init function as noexcept if possiblePhilipp Stephani2017-07-011-0/+1
* | Improve C++98 compatibilityPhilipp Stephani2017-07-011-1/+1
* | Fix threads on NS (bug#25265)Alan Third2017-07-014-13/+44
* | Escape control characters in backtraces (Bug#6991)Noam Postavsky2017-06-291-12/+33
* | Avoid segfaults when some display vector is an empty stringEli Zaretskii2017-06-271-3/+2
* | ; * src/emacs-module.c (module_make_string): Add another FIXMEPhilipp Stephani2017-06-261-0/+2
* | Omit null-pointer test in intervals.h FRAMEPaul Eggert2017-06-251-6/+6
* | Parenthesize frame.h macro definitionsPaul Eggert2017-06-251-18/+19
* | Port recent frame changes to GCC 7Paul Eggert2017-06-251-29/+23
* | Provide additional support for child framesMartin Rudalics2017-06-2518-386/+1412
* | Use unlocked stdio more systematicallyPaul Eggert2017-06-2214-100/+130
* | Fix make_hash_table calls in lread.cMartin Rudalics2017-06-221-4/+4
* | Merge several Lisp reader speedups.Ken Raeburn2017-06-212-48/+187
|\ \
| * | Create less garbage to collect while reading symbols.Ken Raeburn2017-06-211-18/+44
| * | Replace read_objects assoc list with two hash tables.Ken Raeburn2017-06-211-18/+107
| * | Use getc_unlocked.Ken Raeburn2017-06-212-9/+17
| * | Reduce lread substitutions.Stefan Monnier2017-06-211-4/+13
| * | Short-circuit substitutions for some simple types.Ken Raeburn2017-06-211-0/+7
* | | Limit style_format to MAX_ALLOCAPaul Eggert2017-06-211-0/+1
* | | Limit bidi_find_bracket_pairs to MAX_ALLOCAPaul Eggert2017-06-211-7/+7
* | | Limit insert-file-contents to MAX_ALLOCAPaul Eggert2017-06-211-5/+1
* | | Remove malloc_find_address relicPaul Eggert2017-06-211-11/+1
* | | Fix temacs hybrid_malloc core dumpPaul Eggert2017-06-211-30/+41
* | | * src/lread.c (syms_of_lread) <load-history>: Doc fix.Glenn Morris2017-06-201-5/+6
* | | Fix crash when built by GNU Gold linker on x86Paul Eggert2017-06-204-5/+24
* | | Fix emacs-module.h cleaningPaul Eggert2017-06-181-2/+2
* | | emacs-module.h: Create emacs_env_26Philipp Stephani2017-06-173-102/+109
* | | Improve documentation of replace-buffer-contentsEli Zaretskii2017-06-171-1/+3
* | | ; * src/emacs-module.c (funcall_module): Add another FIXMEPhilipp Stephani2017-06-171-0/+3
* | | Remove unnecessary point motionPhilipp Stephani2017-06-171-1/+0
* | | Add command to replace buffer contentsPhilipp Stephani2017-06-172-0/+210
| |/ |/|
* | Pacify clang without munging C sourcePaul Eggert2017-06-151-2/+2
* | Don’t worry about __STDC_VERSION__ in emacs-modulePaul Eggert2017-06-151-5/+0
* | Port cleanup check to Oracle Studio 12.5Paul Eggert2017-06-142-1/+8
* | Avoid compiler warning in image.c on MS-WindowsEli Zaretskii2017-06-141-0/+10
* | Remove some tautological comparisons involving rlim_tPhilipp Stephani2017-06-141-2/+2
* | Define --module-assertions only of modules are availablePhilipp Stephani2017-06-141-0/+6
|/
* Port cleanup attribute to Oracle Studio 12.5Paul Eggert2017-06-132-4/+2