index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
make-docfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Fix compilation warnings.
Dan Nicolaescu
2010-10-03
1
-2
/
+3
*
|
Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).
Jan D
2010-08-11
1
-10
/
+10
*
|
* make-docfile.c (write_c_args): Warn for old-style empty arglist ().
Juanma Barranquero
2010-07-29
1
-1
/
+7
*
|
Add NO_RETURN specifiers to functions in lib-src.
Dan Nicolaescu
2010-07-24
1
-0
/
+1
*
|
* make-docfile.c (write_c_args): Correctly handle prefixes of "defalt".
Juanma Barranquero
2010-07-23
1
-1
/
+1
*
|
* make-docfile.c (write_c_args): Restructure scanning loop.
Andreas Schwab
2010-07-09
1
-62
/
+41
*
|
Make make-docfile understand DEFUN arguments written in standard C.
Dan Nicolaescu
2010-07-08
1
-1
/
+16
*
|
Convert function definitions to standard C.
Dan Nicolaescu
2010-07-02
1
-37
/
+14
*
|
Convert some prototypes to standard C.
Dan Nicolaescu
2010-07-02
1
-3
/
+3
|
/
*
Fix typos in comments.
Juanma Barranquero
2010-01-18
1
-3
/
+3
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
Dan Nicolaescu
2009-11-04
1
-1
/
+3
*
Remove useless if-before-free test.
Jim Meyering
2009-06-29
1
-2
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-1
/
+1
*
(scan_lisp_file): Use xmalloc instead of malloc.
Dan Nicolaescu
2008-12-01
1
-1
/
+1
*
merging Emacs.app (NeXTstep port)
Adrian Robert
2008-07-15
1
-1
/
+10
*
American English spelling fix.
Glenn Morris
2008-07-01
1
-1
/
+1
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-09
1
-6
/
+5
*
* configure.in: Remove references to obsolete variables and
Dan Nicolaescu
2008-02-24
1
-1
/
+0
*
* movemail.c:
Dan Nicolaescu
2008-01-13
1
-4
/
+0
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+2
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-07
1
-2
/
+2
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(DIRECTORY_SEP): New macro.
YAMAMOTO Mitsuharu
2005-05-13
1
-1
/
+9
*
Undo previous change.
YAMAMOTO Mitsuharu
2005-03-04
1
-1
/
+1
*
make-docfile.c: Include stdlib.h even if WINDOWSNT is not
Steven Tamm
2004-12-27
1
-1
/
+1
*
(scan_c_file): Set defvarperbufferflag to silence compiler.
Kim F. Storm
2004-11-09
1
-0
/
+1
*
Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.
Thien-Thi Nguyen
2004-05-08
1
-1
/
+3
*
(IS_DIRECTORY_SEP): New macro.
Eli Zaretskii
2004-04-26
1
-5
/
+11
*
(xmalloc): Fix return type.
Stefan Monnier
2004-04-07
1
-3
/
+21
*
(main): For return code, no longer special-case VMS.
Thien-Thi Nguyen
2003-12-24
1
-4
/
+2
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+3
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-1
/
+1
*
(read_c_string_or_comment): Declare msgno.
Dave Love
2002-11-14
1
-0
/
+1
*
(scan_keyword_or_put_char, write_c_args): Use `fn'
Stefan Monnier
2002-08-19
1
-2
/
+12
*
(scan_c_file): Warn about missing `usage' info.
Stefan Monnier
2002-07-15
1
-0
/
+3
*
Remove unnecessary whitespaces.
Pavel Janík
2002-01-05
1
-15
/
+15
*
Comment fixes.
Pavel Janík
2001-11-15
1
-4
/
+4
*
(struct rcsoc_state): New type.
Miles Bader
2001-10-21
1
-87
/
+120
*
(read_c_string_or_comment): Add SAW_USAGE parameter, and implement
Miles Bader
2001-10-21
1
-9
/
+68
*
(put_char): New function.
Miles Bader
2001-10-17
1
-8
/
+48
*
(scan_c_file): Handle `new style' doc strings in comments [with `doc:'
Miles Bader
2001-10-16
1
-9
/
+24
*
(read_c_string_or_comment): Don't drop a '*'
Gerd Moellmann
2001-10-15
1
-1
/
+7
*
(read_c_string_or_comment): Renamed from
Gerd Moellmann
2001-10-13
1
-32
/
+83
*
(write_c_args): Print newlines as spaces.
Gerd Moellmann
2001-01-13
1
-7
/
+10
[next]