summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copying text properties by 'format'Eli Zaretskii2018-08-091-2/+10
* Fix calls to modifications hooks in replace-buffer-contentsEli Zaretskii2018-07-271-16/+3
* Fix last change in editfns.cEli Zaretskii2018-07-211-11/+4
* Fix calls to buffer modification hooks from replace-buffer-contentsEli Zaretskii2018-07-211-5/+12
* Speed up 'replace-buffer-contents' some moreEli Zaretskii2018-07-031-2/+7
* Improve on last change in replace-buffer-contentsEli Zaretskii2018-06-301-3/+16
* Speed up replace-buffer-contentsEli Zaretskii2018-06-291-25/+58
* * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945)Eli Zaretskii2018-06-231-1/+2
* Improve responsiveness while in 'replace-buffer-contents'Eli Zaretskii2018-06-231-7/+20
* Avoid segfaults in replace-buffer-contents with large buffersEli Zaretskii2018-06-221-2/+3
* Fix 'replace-buffer-contents' in multibyte buffersEli Zaretskii2018-06-151-2/+11
* Centralize Bug#30931 fixPaul Eggert2018-06-031-6/+3
* Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-4/+6
* Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-06-031-3/+4
* * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)Eli Zaretskii2018-01-061-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix bug in i18n/l10n optimizationPaul Eggert2017-12-021-2/+2
* ; Fix some doc typosGlenn Morris2017-11-221-1/+1
* Fix some doc typosGlenn Morris2017-10-271-1/+1
* Improve format-time-string docPaul Eggert2017-10-171-5/+6
* Fix bug in recent styled_format changePaul Eggert2017-10-061-3/+11
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-17/+11
* * src/editfns.c (styled_format): Fix typo in previous change.Paul Eggert2017-09-261-1/+0
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-10/+37
* Fix format-time-string %Z bug with negative tzPaul Eggert2017-09-171-1/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-2/+3
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Convert hex digits more systematicallyPaul Eggert2017-07-051-4/+2
* Limit style_format to MAX_ALLOCAPaul Eggert2017-06-211-0/+1
* Improve documentation of replace-buffer-contentsEli Zaretskii2017-06-171-1/+3
* Remove unnecessary point motionPhilipp Stephani2017-06-171-1/+0
* Add command to replace buffer contentsPhilipp Stephani2017-06-171-0/+201
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-88/+66
* ; Fix off-by-one errorPhilipp Stephani2017-06-031-1/+1
* Fix a bug when using format field numbersPhilipp Stephani2017-06-031-56/+94
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-4/+4
* Improve performance by avoiding strtoumaxPaul Eggert2017-06-011-12/+31
* Minor improvements to format field numbersPaul Eggert2017-06-021-36/+20
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-8/+47
* * src/editfns.c (Fmessage): Improve doc string (Bug#23425#130).Paul Eggert2017-05-311-5/+4
* * src/editfns.c (decode-time): Fix docstring.Tino Calancha2017-05-311-1/+1
* Fix minor timezone memory leakPaul Eggert2017-05-161-4/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-5/+5
* Merge from gnulibPaul Eggert2017-05-011-4/+2
* Don’t mishandle (format "%i" -1.0)Paul Eggert2017-03-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-9/+15
|\
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-9/+15
* | Fewer rounding errors with (format "%f" fixnum)Paul Eggert2017-03-041-13/+43