Mon, 04 Oct 2010 10:22:57 -0700 |
Dan Nicolaescu |
Remove O_RDONLY, O_WRONLY definitions, not needed.
|
Sun, 03 Oct 2010 08:19:34 -0700 |
Dan Nicolaescu |
Include <fcntl.h> unconditionally.
|
Thu, 23 Sep 2010 21:53:46 +0200 |
Lars Magne Ingebrigtsen |
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
|
Tue, 21 Sep 2010 21:33:59 +0200 |
Andreas Schwab |
* doc.c (Fsnarf_documentation): Use memmove instead of memcpy as
|
Sun, 22 Aug 2010 17:15:20 -0400 |
Chong Yidong |
Make obsolete --unibyte argument do nothing (Bug#6886).
|
Sun, 22 Aug 2010 16:02:16 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sat, 14 Aug 2010 08:42:09 +0200 |
Jan D |
* doc.c (Fsnarf_documentation): Set skip_file only if p[1] is S.
|
Fri, 13 Aug 2010 12:32:37 +0200 |
Jan D |
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
|
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 15:51:05 +0200 |
Juanma Barranquero |
Fix comments and whitespace.
|
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_
|