index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
* bytecode.c, callint.c, callproc.c: Use bool for boolean.
Paul Eggert
2012-08-24
1
-8
/
+8
*
* keyboard.h (KSET): Remove.
Paul Eggert
2012-08-17
1
-2
/
+2
*
Use KSET for write access to Lisp_Object members of struct kboard.
Dmitry Antipov
2012-08-13
1
-2
/
+2
*
Generalize common compile-time constants.
Dmitry Antipov
2012-08-05
1
-1
/
+1
*
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...
Eli Zaretskii
2012-07-27
1
-1
/
+1
*
Utility function to make a list from specified amount of objects.
Dmitry Antipov
2012-07-27
1
-4
/
+5
*
Use XCAR and XCDR instead of Fcar and Fcdr where possible.
Dmitry Antipov
2012-07-10
1
-1
/
+1
*
More xmalloc and related cleanup.
Paul Eggert
2012-07-05
1
-4
/
+4
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-1
/
+1
*
* lisp/simple.el (execute-extended-command): Set real-this-command.
Stefan Monnier
2012-06-02
1
-6
/
+7
*
Merge from trunk.
Paul Eggert
2012-04-09
1
-3
/
+3
|
\
|
*
Remove * characters from the front of variable docstrings.
Chong Yidong
2012-04-09
1
-1
/
+1
|
*
Remove defining user variables via * in docstring.
Chong Yidong
2012-04-09
1
-2
/
+2
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-10
/
+3
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
|
*
* callint.c (Fcall_interactively): Don't truncate prompt string.
Andreas Schwab
2011-12-25
1
-9
/
+2
*
|
Merge from trunk.
Paul Eggert
2011-12-10
1
-1
/
+1
|
\
|
|
*
Spelling fixes.
Paul Eggert
2011-11-24
1
-1
/
+1
*
|
Merge from trunk.
Paul Eggert
2011-10-12
1
-0
/
+2
|
\
|
|
*
Small callint.c fix.
Glenn Morris
2011-10-08
1
-0
/
+2
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-21
1
-5
/
+5
|
/
*
Merge from trunk.
Paul Eggert
2011-07-09
1
-1
/
+1
|
\
|
*
Clarify the `call-interactively' doc string, and add an example.
Lars Magne Ingebrigtsen
2011-07-07
1
-1
/
+1
*
|
* keyboard.h (num_input_events): Now uintmax_t.
Paul Eggert
2011-07-07
1
-1
/
+1
|
/
*
* callint.c (Finteractive): Clarify the meaning of "@".
Lars Magne Ingebrigtsen
2011-07-04
1
-3
/
+4
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-35
/
+14
*
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-4
/
+8
*
* callint.c (Fcall_interactively): Don't use index var as event count.
Paul Eggert
2011-06-13
1
-2
/
+2
*
Merge from mainline.
Paul Eggert
2011-04-25
1
-2
/
+5
|
\
|
*
Fix doprnt so it could be used safely in `verror'. (Bug#8435)
Eli Zaretskii
2011-04-23
1
-2
/
+5
*
|
* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.
Paul Eggert
2011-04-25
1
-1
/
+1
*
|
lisp.h: Fix a problem with aliasing and vector headers.
Paul Eggert
2011-04-25
1
-1
/
+1
|
/
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-1
/
+1
*
Declare Lisp_Object Q* variables to be 'static' if not exproted.
Paul Eggert
2011-04-10
1
-4
/
+5
*
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-1
/
+1
*
* callint.c (Fcall_interactively): <, not <=, for optimization.
Paul Eggert
2011-04-09
1
-18
/
+17
*
Miscellanous cleanups in preparation for the merge.
Stefan Monnier
2011-04-01
1
-2
/
+2
*
Merge from trunk
Stefan Monnier
2011-03-31
1
-4
/
+4
|
\
|
*
Variadic C functions now count arguments with size_t, not int.
Paul Eggert
2011-03-26
1
-2
/
+3
|
*
Use Frun_hooks rather than calling Vrun_hooks manually
Julien Danjou
2011-03-23
1
-2
/
+1
*
|
Merge from trunk
Stefan Monnier
2011-03-21
1
-14
/
+14
|
\
|
|
*
* callint.c: Use const pointer when appropriate.
Paul Eggert
2011-03-16
1
-1
/
+1
|
*
* callint.c (Fcall_interactively): Rename locals to avoid shadowing.
Paul Eggert
2011-03-16
1
-11
/
+11
|
*
* callint.c (quotify_arg, quotify_args): Now static.
Paul Eggert
2011-03-16
1
-2
/
+2
*
|
* doc/lispref/variables.texi (Scope): Mention the availability of lexbind.
Stefan Monnier
2011-03-01
1
-3
/
+10
*
|
Merge from trunk
Stefan Monnier
2011-02-21
1
-11
/
+11
|
\
|
|
*
Hide implementation of `struct kboard'
Tom Tromey
2011-02-16
1
-3
/
+3
|
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-8
/
+8
|
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-8
/
+8
[next]