index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lisp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid missing inline functions from lisp.h in TAGS
...
Eli Zaretskii
2015-10-24
1
-29
/
+37
*
Take XPNTR private
...
Paul Eggert
2015-10-13
1
-6
/
+0
*
Avoid non-ASCII decoding errors in C src files
...
Eli Zaretskii
2015-09-25
1
-1
/
+1
*
Add -Wswitch to --enable-gcc-warnings
...
Paul Eggert
2015-09-16
1
-1
/
+2
*
Use common report_file_notify_error function
...
Michael Albinus
2015-09-16
1
-0
/
+1
*
Prefer NUMBERP to spelling it out
...
Paul Eggert
2015-09-10
1
-2
/
+2
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
...
Paul Eggert
2015-08-26
1
-272
/
+1
*
format-message now curves ` and '
...
Paul Eggert
2015-08-25
1
-7
/
+0
*
Extend ‘format’ to translate curved quotes
...
Paul Eggert
2015-08-14
1
-0
/
+19
*
Make add_to_log varargs
...
Paul Eggert
2015-08-13
1
-1
/
+2
*
New optional ZONE arg for format-time-string etc.
...
Paul Eggert
2015-07-26
1
-1
/
+1
*
Better heuristic for C stack overflow
...
Paul Eggert
2015-07-16
1
-0
/
+1
*
Fix GC bugs --with-wide-int and Qnil == 0
...
Paul Eggert
2015-06-24
1
-9
/
+2
*
Remove format2
...
Paul Eggert
2015-05-30
1
-1
/
+0
*
Remove the deprecated INTERNAL_FIELD macro by expanding it
...
Oleh Krehel
2015-04-29
1
-4
/
+0
*
Refactor low-level printing for simplicity
...
Paul Eggert
2015-04-19
1
-1
/
+1
*
* alloc.c (run_finalizers): Omit unused local.
...
Paul Eggert
2015-03-03
1
-7
/
+7
*
Add support for finalizers
...
Daniel Colascione
2015-03-02
1
-0
/
+33
*
Support daemon mode on MS-Windows (bug#19688)
...
Mark Laws
2015-02-27
1
-1
/
+8
*
Spelling fixes
...
Paul Eggert
2015-02-21
1
-3
/
+3
*
Better support for future plugins
...
Paul Eggert
2015-02-12
1
-3
/
+10
*
Use bool for boolean in xdisp.c
...
Paul Eggert
2015-02-09
1
-4
/
+4
*
Revert changes installed by xwidgets merge
Paul Eggert
2015-02-01
1
-5
/
+0
*
Merge branch 'master' into xwidget
Joakim Verona
2015-01-25
1
-0
/
+9
|
\
|
*
Count MANY function args more reliably
...
Paul Eggert
2015-01-25
1
-0
/
+9
*
|
merge master
Joakim Verona
2015-01-22
1
-4
/
+6
|
\
|
|
*
Better isolate code that assumes NIL_IS_ZERO
...
Paul Eggert
2015-01-21
1
-4
/
+6
*
|
Merge branch 'master' into xwidget
Joakim Verona
2015-01-21
1
-4
/
+4
|
\
|
|
*
Undo port to hypothetical nonzero Qnil case
...
Paul Eggert
2015-01-20
1
-9
/
+5
|
*
Port to hypothetical case where Qnil is nonzero
...
Paul Eggert
2015-01-19
1
-9
/
+13
*
|
Merge branch 'master' into xwidget
Joakim Verona
2015-01-20
1
-3
/
+21
|
\
|
|
*
Prefer memset to repeatedly assigning Qnil
...
Paul Eggert
2015-01-19
1
-3
/
+21
*
|
merge master
Joakim Verona
2015-01-16
1
-16
/
+21
|
\
|
|
*
Tiny lisp.h cleanup
...
Dmitry Antipov
2015-01-16
1
-6
/
+2
|
*
Tune pseudovector allocation assuming Qnil == 0
...
Dmitry Antipov
2015-01-16
1
-10
/
+19
*
|
merge master
Joakim Verona
2015-01-15
1
-10
/
+21
|
\
|
|
*
Remove now-unnecessary forward XTYPE decl
...
Paul Eggert
2015-01-13
1
-1
/
+0
|
*
Fix problems with 32-bit wide-int build exposed by MinGW
...
Eli Zaretskii
2015-01-13
1
-3
/
+3
|
*
Consolidate duplicated string matching code.
...
Dmitry Antipov
2015-01-13
1
-2
/
+15
|
*
Port to 32-bit MingGW --with-wide-int
...
Paul Eggert
2015-01-12
1
-4
/
+3
*
|
merge master, fix conflicts
Joakim Verona
2015-01-11
1
-238
/
+196
|
\
|
|
*
Port to MSB hosts without optimization
...
Paul Eggert
2015-01-11
1
-0
/
+1
|
*
Port to 32-bit --with-wide-int
...
Paul Eggert
2015-01-10
1
-19
/
+20
|
*
Port to 32-bit Sun C 5.12 sparc
...
Paul Eggert
2015-01-10
1
-2
/
+2
|
*
Port Qnil==0 changes to 32-bit --with-wide-int
...
Paul Eggert
2015-01-10
1
-27
/
+23
|
*
Refactor pointer-to-integer conversion
...
Paul Eggert
2015-01-09
1
-0
/
+19
|
*
Port new Lisp symbol init to x86 --with-wide-int
...
Paul Eggert
2015-01-08
1
-6
/
+11
|
*
* lisp.h (TAG_SYMPTR): Don't do arithmetic on NULL.
...
Paul Eggert
2015-01-07
1
-1
/
+2
|
*
Port Qnil==0 XUNTAG to clang
...
Paul Eggert
2015-01-07
1
-2
/
+3
|
*
* lisp.h (XSYMBOL): Parenthesize id in forward decl.
...
Paul Eggert
2015-01-05
1
-2
/
+2
[next]