index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc.c
Age
Commit message (
Expand
)
Author
2013-07-01
Simplify buildobj processing.
Paul Eggert
2013-06-04
* src/keymap.c (Fcurrent_active_maps, Fdescribe_buffer_bindings):
Stefan Monnier
2013-05-15
Use just DOC instead of DOC-nn.mm.
Stefan Monnier
2013-05-09
* src/doc.c (get_doc_string): Slightly relax the sanity checking.
Stefan Monnier
2013-02-11
Tune by using memchr and memrchr.
Paul Eggert
2013-02-08
* src/lread.c (skip_dyn_bytes): New function.
Stefan Monnier
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Simplify via eabs.
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-11-30
src/doc.c: Fix bug#13034.
Juanma Barranquero
2012-11-08
New property dynamic-docstring-function for docstrings.
Stefan Monnier
2012-10-12
* src/doc.c (get_doc_string): Don't signal an error if the file is missing.
Stefan Monnier
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-03
Revert changes prompted only by gcc -Wjump-misses-init.
Paul Eggert
2012-09-03
Fix minor problems found by static checking.
Paul Eggert
2012-09-02
Clean up some extern decls.
Paul Eggert
2012-09-02
* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
Paul Eggert
2012-08-16
Use ASCII tests for character types.
Paul Eggert
2012-08-07
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-03
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-01
Use INTERNAL_FIELD for symbols.
Dmitry Antipov
2012-07-10
Simplify by avoiding confusing use of strncpy etc.
Paul Eggert
2012-07-10
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-05
More xmalloc and related cleanup.
Paul Eggert
2012-07-05
Cleanup xmalloc.
Dmitry Antipov
2012-07-03
Auto-generate EXFUN using make-docfile
Tom Tromey
2012-06-27
Let C-h f do autoloading, and report if a function was previously autoloaded.
Chong Yidong
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-05-31
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
Chong Yidong
2012-05-30
* keymap.c (describe_map_tree): Revert 2011-07-07 change.
Chong Yidong
2012-04-09
Merge from trunk.
Paul Eggert
2012-04-09
doc.c fix for bug#11036
Glenn Morris
2012-02-10
Merge from trunk.
Paul Eggert
2012-02-07
* doc.c (store_function_docstring): Fix last change.
Chong Yidong
2012-02-06
* doc.c (store_function_docstring): Avoid applying docstring of alias to base...
Chong Yidong
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-10-13
Merge from trunk.
Paul Eggert
2011-10-12
* doc.c (get_doc_string): Encode file name.
Stefan Monnier
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-08-18
* doc.c (get_doc_string): Rework so that
Paul Eggert
2011-08-04
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-07-28
* doc.c: Integer and memory overflow fixes.
Paul Eggert
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-12
* doc.c (get_doc_string): Omit (unsigned)c that mishandled negatives.
Paul Eggert
2011-05-06
Do not assume EMACS_INT is the same width as a pointer.
Paul Eggert
2011-04-29
* lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.
Paul Eggert
2011-04-29
Prefer intptr_t/uintptr_t for integers the same widths as pointers.
Paul Eggert
2011-04-27
Add FIXME comment.
Paul Eggert
2011-04-25
Merge from mainline.
Paul Eggert
[prev]
[next]