1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
emacs/lib-src
Jan D f57e2426f0 Remove __P and P_ from .c and .m files and definition of P_
* lisp.h:
* atimer.h: Remove define for P_.

* alloc.c: Remove __P and P_ from .c and .m files.
* atimer.c:
* buffer.c:
* callint.c:
* category.c:
* charset.c:
* chartab.c:
* cm.c:
* coding.c:
* composite.c:
* data.c:
* dired.c:
* dispnew.c:
* doc.c:
* editfns.c:
* emacs.c:
* eval.c:
* fileio.c:
* filelock.c:
* fns.c:
* font.c:
* fontset.c:
* frame.c:
* ftfont.c:
* ftxfont.c:
* gmalloc.c:
* gtkutil.c:
* image.c:
* indent.c:
* intervals.c:
* keyboard.c:
* keymap.c:
* lread.c:
* marker.c:
* menu.c:
* minibuf.c:
* print.c:
* process.c:
* scroll.c:
* search.c:
* sound.c:
* strftime.c:
* syntax.c:
* sysdep.c:
* term.c:
* terminal.c:
* textprop.c:
* unexalpha.c:
* w32console.c:
* w32fns.c:
* w32font.c:
* w32menu.c:
* w32term.c:
* w32uniscribe.c:
* window.c:
* xdisp.c:
* xfaces.c:
* xfns.c:
* xfont.c:
* xftfont.c:
* xmenu.c:
* xselect.c:
* xterm.c: Likewise.

* ebrowse.c: Remove P_ and __P.
* etags.c:
* movemail.c:
* pop.c:
* update-game-score.c: Likewise.
2010-07-02 14:19:53 +02:00
..
.gitignore * .gitignore: Add echolisp.tmp. 2009-10-15 10:18:17 +00:00
b2m.c * b2m.c (main): Ensure that each message ends in two newlines. 2009-07-08 03:20:03 +00:00
b2m.pl Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ChangeLog Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
digest-doc.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ebrowse.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
emacsclient.c Add --parent-id argument to emacsclient. 2010-05-29 19:50:47 -04:00
etags.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
fakemail.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
getopt1.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt_int.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
getopt.c Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
gettext.h Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
grep-changelog Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hexl.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
make-docfile.c Fix typos in comments. 2010-01-18 04:58:35 +01:00
Makefile.in Do not preprocess src/Makefile.in. 2010-05-26 22:43:27 -07:00
makefile.w32-in Fix Windows makefiles to adapt to lisp/vc reorganization. 2010-06-11 23:26:13 +02:00
movemail.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
ntlib.c Add stubs for Windows, required after CVE-2010-0825 change. 2010-04-03 04:23:51 +02:00
ntlib.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
pop.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
pop.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
profile.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
rcs2log Set copyright year to 2010. 2010-01-10 23:51:51 -08:00
rcs-checkin Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
README changed Emacs' to GNU Emacs' 2006-03-31 07:25:44 +00:00
sorted-doc.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
test-distrib.c Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
testfile
update-game-score.c Remove __P and P_ from .c and .m files and definition of P_ 2010-07-02 14:19:53 +02:00
vcdiff Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.