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
/
doc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor doc quoting fixes
...
Paul Eggert
2016-08-30
1
-1
/
+1
*
* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.
Paul Eggert
2016-08-17
1
-2
/
+4
*
Omit substitute-command-keys code no longer needed
...
Paul Eggert
2016-08-16
1
-3
/
+7
*
Minor text-quoting-style fixes
...
Paul Eggert
2016-08-13
1
-4
/
+4
*
Fix substitute-command-keys unibyte, alloc bugs
...
Paul Eggert
2016-08-13
1
-92
/
+77
*
Port to platforms where char * has top bit set
...
Paul Eggert
2016-06-14
1
-15
/
+3
*
Remove recursion from store_function_docstring
...
Paul Eggert
2016-06-14
1
-10
/
+10
*
'text-quoting-style' now affects only ` and '
...
Paul Eggert
2016-05-10
1
-30
/
+11
*
Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.
...
Alan Mackenzie
2016-05-04
1
-2
/
+10
*
Merge from origin/emacs-25
...
Paul Eggert
2016-04-18
1
-3
/
+22
|
\
|
*
substitute-command-keys keeps quotes’ text props
...
Paul Eggert
2016-04-14
1
-3
/
+22
*
|
Merge from origin/emacs-25
...
John Wiegley
2016-03-11
1
-3
/
+6
|
\
|
|
*
Rework C source files to avoid ^(
...
Paul Eggert
2016-03-10
1
-3
/
+3
|
*
doc string file descriptor exhaustion fix
...
Paul Eggert
2016-03-04
1
-3
/
+3
|
*
Fix Bug#22814
...
Michael Albinus
2016-03-04
1
-0
/
+3
*
|
--enable-gcc-warnings now uses -Wjump-misses-init
...
Paul Eggert
2016-02-26
1
-6
/
+6
|
/
*
Update copyright year to 2016
...
Paul Eggert
2016-01-01
1
-1
/
+1
*
Improve text-quoting-style doc
Paul Eggert
2015-11-23
1
-1
/
+2
*
Include-file cleanup for src directory
...
Paul Eggert
2015-10-20
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
...
Paul Eggert
2015-09-16
1
-1
/
+1
*
Go back to grave quoting in source-code docstrings etc.
...
Paul Eggert
2015-09-07
1
-7
/
+7
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
...
Paul Eggert
2015-08-26
1
-9
/
+1
*
format-message now curves ` and '
...
Paul Eggert
2015-08-25
1
-91
/
+24
*
Treat ' like ’ even when not matching `
...
Paul Eggert
2015-08-24
1
-17
/
+8
*
More-conservative ‘format’ quote restyling
...
Paul Eggert
2015-08-23
1
-0
/
+62
*
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
...
Andreas Schwab
2015-08-23
1
-4
/
+5
*
Curved quotes in --batch diagnostics in non-UTF-8
...
Paul Eggert
2015-08-17
1
-11
/
+22
*
Prefer ‘format’ to ‘substitute-command-keys’
...
Paul Eggert
2015-08-14
1
-7
/
+4
*
Extend ‘format’ to translate curved quotes
...
Paul Eggert
2015-08-14
1
-26
/
+26
*
Give names to Unicode code points in C code
...
Paul Eggert
2015-08-11
1
-1
/
+0
*
Fix some minor quoting issues with grave accent
...
Paul Eggert
2015-08-09
1
-2
/
+7
*
Redo text-quoting-style variable
...
Paul Eggert
2015-08-02
1
-13
/
+14
*
; * src/doc.c: Add a 'coding' cookie.
Eli Zaretskii
2015-06-30
1
-1
/
+1
*
Translate undisplayable ‘ to `
...
Paul Eggert
2015-06-25
1
-3
/
+3
*
* src/doc.c (syms_of_doc): Remove unused symbols.
Paul Eggert
2015-06-20
1
-2
/
+0
*
Improve the optional translation of quotes
...
Paul Eggert
2015-06-19
1
-30
/
+59
*
* src/doc.c (Fsubstitute_command_keys): Make previous change compile.
Glenn Morris
2015-06-18
1
-3
/
+3
*
Make translation of quotes to curly in doc strings optional.
...
Alan Mackenzie
2015-06-18
1
-2
/
+32
*
Don't misencode C-generated messages
...
Paul Eggert
2015-05-30
1
-2
/
+7
*
substitute-command-keys now curves quotes
...
Paul Eggert
2015-05-28
1
-6
/
+33
*
Count MANY function args more reliably
...
Paul Eggert
2015-01-25
1
-13
/
+0
*
Compute C decls for DEFSYMs automatically
...
Paul Eggert
2015-01-05
1
-2
/
+0
*
Update copyright year to 2015
...
Paul Eggert
2015-01-01
1
-1
/
+2
*
Prefer stpcpy to strcat
...
Paul Eggert
2014-12-25
1
-21
/
+12
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
...
Paul Eggert
2014-09-30
1
-2
/
+3
*
Simplify stack-allocated Lisp objects, and make them more portable.
...
Paul Eggert
2014-09-29
1
-2
/
+2
*
Fix some slow uses and misuses of strcat.
...
Paul Eggert
2014-09-23
1
-2
/
+2
*
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
...
Paul Eggert
2014-09-23
1
-1
/
+1
*
Use known length of a Lisp string to copy it faster.
...
Dmitry Antipov
2014-09-23
1
-1
/
+1
*
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
...
Dmitry Antipov
2014-09-15
1
-2
/
+2
[next]