summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix 'expand-file-name' during startup on MS-WindowsEli Zaretskii2016-11-285-7/+28
* ; * src/lread.c (openp): Correct an inaccuracy in commentary.Eli Zaretskii2016-11-221-1/+1
* Improve documentation of functions that accept time valuesEli Zaretskii2016-11-181-12/+26
* Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-11-181-18/+26
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-0615-61/+61
* Prefer comments /* like this */ in C codePaul Eggert2016-11-0510-16/+15
* ; Spelling fixesPaul Eggert2016-11-042-5/+5
* Mark relocation workarounds with REL_ALLOCEli Zaretskii2016-11-041-1/+8
* Inhibit buffer relocation during regex searchesNoam Postavsky2016-10-251-0/+31
* Revert fixes to allocation of regex matchingNoam Postavsky2016-10-254-107/+14
* Yet another fix for using pointers into buffer textEli Zaretskii2016-10-241-1/+8
* Another fix for using pointer to buffer textEli Zaretskii2016-10-241-2/+7
* Port --enable-gcc-warnings to bleeding-edge glibcPaul Eggert2016-10-231-7/+6
* Fix handling of buffer relocation in regex.c functionsEli Zaretskii2016-10-231-0/+4
* Avoid relocating buffers while libxml2 reads its textEli Zaretskii2016-10-231-0/+8
* ; Remove redundant code in gmalloc.cEli Zaretskii2016-10-231-4/+0
* Attempt to catch reads from a buffer that is relocatedEli Zaretskii2016-10-231-2/+9
* ;* src/w32heap.c: Fix typo and wording of the comments.Eli Zaretskii2016-10-231-7/+7
* * src/regex.c (re_search_2): Make new code safe for -Wjump-misses-init.Paul Eggert2016-10-231-3/+6
* Port to GCC 6.2.1 + --enable-gcc-warningsPaul Eggert2016-10-221-17/+19
* Fix handling of allocation in regex matchingNoam Postavsky2016-10-214-17/+103
* * src/regex.h (re_match_object): Improve commentary.Eli Zaretskii2016-10-191-2/+6
* Fix time-related data types in 2 editfns.c functionsEli Zaretskii2016-10-171-2/+9
* Avoid crashes due to objects read with the #n=object formEli Zaretskii2016-10-141-1/+12
* Fix crash in evaluating functionsPhilipp Stephani2016-10-131-2/+4
* * src/filelock.c (current_lock_owner): Update comment.Paul Eggert2016-10-121-4/+4
* Port --enable-gcc-warnings to GCC 6.2.1Paul Eggert2016-10-123-25/+33
* Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-121-13/+22
* Port last_marked change to full-program optimizersPaul Eggert2016-10-121-3/+1
* Adapt GDB scripts to '--enable-check-lisp-object-type' buildsEli Zaretskii2016-10-121-2/+1
* Avoid optimizing out the last_marked[] arrayEli Zaretskii2016-10-111-1/+3
* Allow to disable compaction of font cachesEli Zaretskii2016-10-082-1/+18
* Allow selection of font for symbols as in Emacs 24.xEli Zaretskii2016-10-081-1/+12
* Fix infloop in redisplay due to truncated lines and invisible textEli Zaretskii2016-10-081-2/+3
* Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+17
* * src/alloc.c: call only non-null finalizersAurelien Aptel2016-10-051-1/+2
* Avoid crashes when setting the cursorEli Zaretskii2016-10-041-2/+1
* Restore 'command-debug-status' functionalityPhilippe Vaucher2016-10-041-1/+5
* Document nil args of compare-buffer-substringsPhilipp Stephani2016-10-031-0/+4
* Improve the doc string of 'format'Eli Zaretskii2016-09-231-1/+2
* Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-09-231-1/+1
* Fix debugging of string-match-p errorsNoam Postavsky2016-09-232-0/+6
* Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-09-231-12/+52
* Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-232-15/+2
* Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
* Improve and clarify documentation of subprocessesEli Zaretskii2016-08-241-13/+13
* ; ChangeLog spelling fixesPaul Eggert2016-08-211-1/+1
* Some assorted documentation clarificationsPhilipp Stephani2016-08-203-2/+17
* Improve commentary in src/character.hEli Zaretskii2016-08-181-12/+8
* * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii2016-08-161-1/+1