summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Tune SAFE_FREEPaul Eggert2018-06-281-5/+3
* (format "%d" F) now truncates floating FPaul Eggert2018-06-251-0/+7
* Merge from origin/emacs-26Glenn Morris2018-06-231-8/+22
|\
| * * 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
* | Merge from origin/emacs-26Glenn Morris2018-06-231-2/+3
|\ \ | |/
| * Avoid segfaults in replace-buffer-contents with large buffersEli Zaretskii2018-06-221-2/+3
* | Merge from origin/emacs-26Glenn Morris2018-06-181-2/+11
|\ \ | |/
| * 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
* | Avoid allocating Lisp_Save_Value for excursionsPaul Eggert2018-06-141-16/+11
* | Minor cleanup of save_excursion_restorePaul Eggert2018-06-071-24/+17
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-2/+2
* | Centralize Bug#30931 fixPaul Eggert2018-03-301-6/+3
* | Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-4/+6
* | Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert2018-03-291-3/+4
* | Improve port to NetBSD tzallocPaul Eggert2018-03-191-5/+13
* | Tune time zone 0Paul Eggert2018-03-191-1/+1
* | Revert move of interactive `transpose-regions' to LispKarl Fogel2018-03-191-3/+19
* | Move interactive `transpose-regions' to LispKarl Fogel2018-03-181-19/+3
* | Improve port to NetBSD tzallocPaul Eggert2018-03-151-0/+12
* | Make transpose-regions interactive (Bug#30343)Charles A. Roelli2018-03-111-2/+18
* | Port to NetBSD tzallocPaul Eggert2018-03-111-10/+12
* | Avoid losing info when formatting integersPaul Eggert2018-03-081-55/+41
* | Merge from origin/emacs-26Paul Eggert2018-01-091-1/+1
|\ \ | |/
| * * src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)Eli Zaretskii2018-01-061-1/+1
* | Make transpose-regions invoke before-change-functions only once.Alan Mackenzie2018-01-061-2/+1
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-3/+6
* | Fix core dump from (format "%#08x" n) patchPaul Eggert2017-12-081-0/+1
* | Fix zero-padding bug with (format "%#08x" n)Paul Eggert2017-12-071-8/+16
* | Merge from origin/emacs-26Paul Eggert2017-12-021-2/+2
|\ \ | |/
| * Fix bug in i18n/l10n optimizationPaul Eggert2017-12-021-2/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * ; Fix some doc typosGlenn Morris2017-11-221-1/+1
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-021-1/+1
|\ \ | |/
| * Fix some doc typosGlenn Morris2017-10-271-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-201-5/+6
|\ \ | |/
| * Improve format-time-string docPaul Eggert2017-10-171-5/+6
* | Merge from origin/emacs-26Paul Eggert2017-10-061-3/+11
|\ \ | |/
| * Fix bug in recent styled_format changePaul Eggert2017-10-061-3/+11
* | Merge emacs-26Stefan Monnier2017-10-061-17/+11
|\ \ | |/
| * Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-17/+11
* | * src/editfns.c (Fchar_after): Small optimization.Philipp Stephani2017-10-011-3/+3
|/
* * 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