summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2018-06-03Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky
2018-06-03Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert
2018-03-30Centralize Bug#30931 fixPaul Eggert
2018-03-30Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky
2018-03-29Fix CHECK_ALLOCATED_AND_LIVE abort during GCPaul Eggert
2018-03-19Improve port to NetBSD tzallocPaul Eggert
2018-03-19Tune time zone 0Paul Eggert
2018-03-19Revert move of interactive `transpose-regions' to LispKarl Fogel
2018-03-18Move interactive `transpose-regions' to LispKarl Fogel
2018-03-15Improve port to NetBSD tzallocPaul Eggert
2018-03-11Make transpose-regions interactive (Bug#30343)Charles A. Roelli
2018-03-11Port to NetBSD tzallocPaul Eggert
2018-03-08Avoid losing info when formatting integersPaul Eggert
2018-01-09Merge from origin/emacs-26Paul Eggert
2018-01-06Make transpose-regions invoke before-change-functions only once.Alan Mackenzie
2018-01-06* src/editfns.c (Fsave_excursion): Doc fix. (Bug#30001)Eli Zaretskii
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-12Narrow pointer bounds when appropriatePaul Eggert
2017-12-08Fix core dump from (format "%#08x" n) patchPaul Eggert
2017-12-07Fix zero-padding bug with (format "%#08x" n)Paul Eggert
2017-12-02Merge from origin/emacs-26Paul Eggert
2017-12-02Fix bug in i18n/l10n optimizationPaul Eggert
2017-11-25Merge from origin/emacs-26Paul Eggert
2017-11-22; Fix some doc typosGlenn Morris
2017-11-04Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii
2017-11-02Merge from origin/emacs-26Paul Eggert
2017-10-27Fix some doc typosGlenn Morris
2017-10-20Merge from origin/emacs-26Paul Eggert
2017-10-17Improve format-time-string docPaul Eggert
2017-10-06Merge from origin/emacs-26Paul Eggert
2017-10-06Fix bug in recent styled_format changePaul Eggert
2017-10-06Merge emacs-26Stefan Monnier
2017-10-04Speed up (format "%s" STRING) and the likePaul Eggert
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz
2017-10-01* src/editfns.c (Fchar_after): Small optimization.Philipp Stephani
2017-09-26* src/editfns.c (styled_format): Fix typo in previous change.Paul Eggert
2017-09-26Avoid some unnecessary copying in Fformat etc.Paul Eggert
2017-09-17Fix format-time-string %Z bug with negative tzPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-07-05Convert hex digits more systematicallyPaul Eggert
2017-06-21Limit style_format to MAX_ALLOCAPaul Eggert
2017-06-17Improve documentation of replace-buffer-contentsEli Zaretskii
2017-06-17Remove unnecessary point motionPhilipp Stephani
2017-06-17Add command to replace buffer contentsPhilipp Stephani
2017-06-04Tune ‘format’ after recent fixPaul Eggert
2017-06-03; Fix off-by-one errorPhilipp Stephani
2017-06-03Fix a bug when using format field numbersPhilipp Stephani