index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve documentation of functions that accept time values
Eli Zaretskii
2016-11-18
1
-12
/
+26
*
Fix time-related data types in 2 editfns.c functions
Eli Zaretskii
2016-10-17
1
-2
/
+9
*
Document nil args of compare-buffer-substrings
Philipp Stephani
2016-10-03
1
-0
/
+4
*
Improve the doc string of 'format'
Eli Zaretskii
2016-09-23
1
-1
/
+2
*
Some assorted documentation clarifications
Philipp Stephani
2016-08-20
1
-1
/
+8
*
Adjust match data before calling after-change-funs
Noam Postavsky
2016-07-22
1
-3
/
+3
*
Use memmove instead of memcpy on overlapping regions
Fredrik Bergroth
2016-07-14
1
-1
/
+1
*
Fix doc string in `insert'
Lars Ingebrigtsen
2016-05-09
1
-2
/
+2
*
Doc fixes for quoting
Paul Eggert
2016-05-03
1
-5
/
+8
*
Fcompare_buffer_substrings doc string clarification
Lars Ingebrigtsen
2016-05-01
1
-4
/
+3
*
Improve time zone documentation
Paul Eggert
2016-04-12
1
-12
/
+15
*
Port to clang 3.7.0 on x86-64
Paul Eggert
2016-03-15
1
-2
/
+4
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-5
/
+5
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-2
/
+5
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+1
*
Avoid non-ASCII decoding errors in C src files
Eli Zaretskii
2015-09-25
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-1
/
+1
*
Prefer NUMBERP to spelling it out
Paul Eggert
2015-09-10
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-2
/
+2
*
Docstring fixes re quotes in C code
Paul Eggert
2015-09-01
1
-1
/
+1
*
Add test case for ‘format’ bug and refactor
Paul Eggert
2015-08-27
1
-134
/
+103
*
Fix ‘format’ bug with property offsets
Paul Eggert
2015-08-27
1
-2
/
+6
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-28
/
+1
*
format-message now curves ` and '
Paul Eggert
2015-08-25
1
-92
/
+91
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-2
/
+3
*
Revert "Extend ‘format’ to translate curved quotes"
Andreas Schwab
2015-08-23
1
-115
/
+85
*
New q flag for ‘format’
Paul Eggert
2015-08-18
1
-11
/
+67
*
Extend ‘format’ to translate curved quotes
Paul Eggert
2015-08-14
1
-85
/
+117
*
New optional ZONE arg for format-time-string etc.
Paul Eggert
2015-07-26
1
-123
/
+201
*
* src/editfns.c (Fbyte_to_position): Fix bytepos not at char boundary.
Wolfgang Jenkner
2015-06-17
1
-2
/
+12
*
Fix timezone-related functions on MS-Windows
Eli Zaretskii
2015-06-04
1
-1
/
+12
*
Remove format2
Paul Eggert
2015-05-30
1
-7
/
+0
*
* src/editfns.c (Fformat): Fix use-after-free bug (Bug#20548).
Paul Eggert
2015-05-12
1
-3
/
+3
*
Add `save-mark-and-excursion', which has the old `save-excursion' behavior
Daniel Colascione
2015-05-04
1
-0
/
+4
*
Improve doc string of 'insert-buffer-substring'
Eli Zaretskii
2015-04-25
1
-1
/
+9
*
Port user-login-name initialization to Qnil == 0
Paul Eggert
2015-03-27
1
-2
/
+3
*
`save-excursion' does not save&restore the mark any more
Stefan Monnier
2015-03-25
1
-46
/
+8
*
* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.
Paul Eggert
2015-03-13
1
-1
/
+1
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-2
/
+1
*
Better distinguish infinite from invalid times
Paul Eggert
2015-02-08
1
-19
/
+39
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-29
/
+24
*
Never move gap in make_buffer_string_both.
Dmitry Antipov
2015-01-14
1
-3
/
+22
*
Fix last time zone handling change.
Dmitry Antipov
2015-01-14
1
-11
/
+7
*
Consistently handle time zone specification.
Dmitry Antipov
2015-01-14
1
-36
/
+31
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-18
/
+6
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
system-name's returned value can vary
Paul Eggert
2014-12-29
1
-1
/
+15
*
Prefer stpcpy to strcat
Paul Eggert
2014-12-25
1
-3
/
+2
*
Improve time stamp handling, and be more consistent about it.
Paul Eggert
2014-11-16
1
-95
/
+269
[next]