Fri, 06 Aug 2010 11:41:15 -0700 |
Dan Nicolaescu |
Use const for some arrays and functions.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
Sun, 11 Jul 2010 12:31:10 +0200 |
Andreas Schwab |
Use strchr, strrchr instead of index, rindex
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Sun, 04 Jul 2010 00:50:25 -0700 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
Fri, 02 Jul 2010 14:19:53 +0200 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
Wed, 17 Feb 2010 22:35:21 -0800 |
Glenn Morris |
* callint.c (Finteractive): Doc fix.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Wed, 15 Apr 2009 00:08:23 +0000 |
Dan Nicolaescu |
* fileio.c (history_delete_duplicates): Remove unused declaration.
|
Thu, 26 Mar 2009 17:07:54 +0000 |
Stefan Monnier |
* callint.c (Fcall_interactively): For '^' just delegate the work to
|
Sun, 22 Mar 2009 15:07:10 +0000 |
Alan Mackenzie |
(Finteractive): Clarify the doc string - even promptless elements need \n
|
Fri, 27 Feb 2009 04:02:22 +0000 |
Glenn Morris |
(Finteractive): Doc fix.
|