index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Age
Commit message (
Expand
)
Author
2015-01-14
Consistently handle time zone specification.
Dmitry Antipov
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-29
system-name's returned value can vary
Paul Eggert
2014-12-25
Prefer stpcpy to strcat
Paul Eggert
2014-11-16
Improve time stamp handling, and be more consistent about it.
Paul Eggert
2014-10-15
Avoid unwanted point motion in Fline_beginning_position.
Dmitry Antipov
2014-10-12
* editfns.c (dump_tz_string): No longer const.
Paul Eggert
2014-10-11
Fix putenv race conditions with undefined behavior.
Paul Eggert
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-18
More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.
Dmitry Antipov
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-08-07
Fix a few ``MS-DOG''s overlooked in the previous commit.
Reuben Thomas
2014-08-03
Don't mishandle year-9999 dates.
Paul Eggert
2014-06-23
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-17
* src/callint.c (Fcall_interactively): Fix up last change.
Stefan Monnier
2014-03-26
More backward-compatible fix to char-equal core dump.
Paul Eggert
2014-03-25
Fix core dump in char-equal.
Paul Eggert
2014-01-24
* editfns.c (Fconstrain_to_field): Fix typo in docstring.
Bastien Guerry
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-14
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-11
Fix docstring of format-time-string to include %F.
RĂ¼diger Sonderfeld
2013-11-28
* configure.ac (HAVE_MENUS): Remove.
Stefan Monnier
2013-11-24
Export get_pos_property to Elisp.
Stefan Monnier
2013-11-06
Fix doc string of format-time-string, per bug #15816.
Eli Zaretskii
2013-10-08
Support menus on text-mode terminals.
Eli Zaretskii
2013-10-05
Minor doc fixes.
Xue Fuqiao
2013-09-30
Fix message-box and avoid compilation warnings.
Eli Zaretskii
2013-08-29
* intervals.c (set_point_from_marker): New function.
Dmitry Antipov
2013-08-27
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-16
* src/editfns.c (insert_before_markers): Mention overlay in the doc string.
Xue Fuqiao
2013-08-06
Invalidate region caches only if buffer text is going to be changed.
Dmitry Antipov
2013-07-18
Fix obscure porting bug with varargs functions.
Paul Eggert
2013-07-17
* lread.c: Fix file descriptor leaks and errno issues.
Paul Eggert
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-05-17
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-04-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-03-28
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
* xdisp.c (with_echo_area_buffer_unwind_data): Save window
Dmitry Antipov
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-03-21
Use functions and constants to manipulate Lisp_Save_Value objects.
Paul Eggert
2013-03-08
* search.c (find_newline): Accept start and end byte positions
Dmitry Antipov
2013-03-07
* lisp.h (list2i, list3i): New functions.
Dmitry Antipov
2013-02-20
* search.c (find_newline): Return byte position in bytepos.
Dmitry Antipov
2013-02-17
Prefer `message1' over `message'.
Stefan Monnier
[prev]
[next]