Sat, 27 Nov 2010 15:04:57 -0500 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Thu, 25 Nov 2010 12:56:41 +0900 |
Kenichi Handa |
merge emacs-23
|
Thu, 25 Nov 2010 12:55:14 +0900 |
Kenichi Handa |
Fix decoding of emacs-mule coding system.
|
Thu, 18 Nov 2010 08:57:00 -0800 |
Dan Nicolaescu |
Move declarations from .c files to .h files.
|
Wed, 17 Nov 2010 22:54:14 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Fri, 12 Nov 2010 18:35:35 +0200 |
Eli Zaretskii |
Fix bug #7346: document load-file-name.
|
Fri, 22 Oct 2010 01:02:31 -0700 |
Glenn Morris |
Obscure an example DEFVAR_INT comment so as to evade make-docfile.
|
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.
|
Sat, 25 Sep 2010 07:55:30 -0400 |
Eli Zaretskii |
Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
|
Thu, 23 Sep 2010 22:16:55 +0200 |
Lars Magne Ingebrigtsen |
Clean up EMACS_INT/int in cmds.c, as well as USE_SAFE_ALLOCA.
|
Mon, 09 Aug 2010 02:35:21 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Thu, 05 Aug 2010 16:34:12 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Mon, 26 Jul 2010 02:43:58 +0200 |
Juanma Barranquero |
* lread.c (unreadpure, mapatoms_1): Make static.
|
Mon, 12 Jul 2010 19:47:17 +0200 |
Andreas Schwab |
Convert old-style definitions
|
Sun, 11 Jul 2010 12:31:10 +0200 |
Andreas Schwab |
Use strchr, strrchr instead of index, rindex
|
Sun, 11 Jul 2010 11:27:13 +0200 |
Andreas Schwab |
Constify functions taking char *
|
Sat, 10 Jul 2010 14:52:53 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Wed, 23 Jun 2010 10:22:36 +0200 |
Andreas Schwab |
* lread.c (read1): Signal error if #s is not followed by paren.
|
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 21:52:39 -0700 |
Dan Nicolaescu |
Convert declarations or definitions to standard C.
|
Sun, 04 Jul 2010 23:49:48 +0200 |
Stefan Monnier |
* src/lread.c (read1): Fix up last change to not mess up `c'.
|
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_
|
Wed, 16 Jun 2010 10:10:02 -0400 |
Stefan Monnier |
* src/lread.c (read1): Phase out old-style backquotes a bit more.
|
Mon, 07 Jun 2010 20:12:21 -0700 |
Dan Nicolaescu |
* src/lread.c (X_OK): Remove, unused.
|
Mon, 19 Apr 2010 21:50:52 -0400 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
Thu, 01 Apr 2010 20:10:33 -0700 |
Dan Nicolaescu |
Remove extern errno declarations.
|
Thu, 01 Apr 2010 17:59:46 +0300 |
Eli Zaretskii |
Remove support for DJGPP v1.x (bug#5813).
|
Fri, 22 Jan 2010 10:44:50 +0200 |
Eli Zaretskii |
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 01 Jan 2010 13:14:22 -0500 |
Chong Yidong |
* src/lread.c (syms_of_lread): Make it clearer that these are the
|
Fri, 04 Dec 2009 16:16:26 +0000 |
Juanma Barranquero |
Fix `string-to-number' to deal consistently with integers and floats.
|
Sat, 21 Nov 2009 11:52:23 +0000 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
Thu, 19 Nov 2009 22:10:40 +0000 |
Stefan Monnier |
(Funintern): Comment out last change.
|
Thu, 19 Nov 2009 16:13:22 +0000 |
Richard M. Stallman |
* lread.c (Funintern): Error if symbol is t or nil.
|
Wed, 11 Nov 2009 06:10:42 +0000 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Fri, 06 Nov 2009 06:07:46 +0000 |
Dan Nicolaescu |
* process.c (socket_options): Make it const.
|
Fri, 30 Oct 2009 02:00:11 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
Tue, 15 Sep 2009 03:45:51 +0000 |
Stefan Monnier |
(Fload): Also run do-after-load-evaluation while dumping.
|
Sat, 12 Sep 2009 03:35:40 +0000 |
Stefan Monnier |
* lread.c (Fload): Don't output a message after loading an obsolete
|
Sat, 05 Sep 2009 00:45:08 +0000 |
Juanma Barranquero |
Fix whitespace.
|
Thu, 27 Aug 2009 21:10:17 +0000 |
Stefan Monnier |
(read_integer): Use doubles (and potentially return a float
|
Wed, 05 Aug 2009 09:19:21 +0000 |
Teodor Zlatanov |
* lread.c (read1, syms_of_lread): Read hashtables back from the
|
Sat, 25 Jul 2009 08:50:17 +0000 |
Eli Zaretskii |
(syms_of_lread) <force_load_messages>: New variable.
|
Sat, 25 Jul 2009 07:36:17 +0000 |
Ken Raeburn |
* lread.c: Rewrite 2009-07-21 changes.
|
Tue, 21 Jul 2009 09:26:30 +0000 |
Ken Raeburn |
(load_depth): New variable.
|
Wed, 29 Apr 2009 03:02:54 +0000 |
Chong Yidong |
* files.el (hack-local-variables-prop-line)
|
Tue, 10 Mar 2009 01:05:39 +0000 |
Chong Yidong |
(Feval_buffer): Doc fix.
|
Fri, 27 Feb 2009 00:48:03 +0000 |
Kenichi Handa |
(read_escape): Signal an error for invalid \UXXXXXXXX.
|
Wed, 25 Feb 2009 12:47:23 +0000 |
Juanma Barranquero |
* lread.c (Fload): Stop checking Vloads_in_progress and signal
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Sun, 07 Sep 2008 20:41:10 +0000 |
Juanma Barranquero |
Fix typo in comment.
|
Thu, 14 Aug 2008 19:24:54 +0000 |
Chong Yidong |
(Fread_char, Fread_char_exclusive): If no character event is read
|
Thu, 31 Jul 2008 05:33:56 +0000 |
Dan Nicolaescu |
* bitmaps/README:
|
Sun, 27 Jul 2008 18:24:48 +0000 |
Dan Nicolaescu |
Remove support for Mac Carbon.
remove-carbon
|
Tue, 15 Jul 2008 18:15:18 +0000 |
Adrian Robert |
merging Emacs.app (NeXTstep port)
|
Fri, 27 Jun 2008 07:34:53 +0000 |
Glenn Morris |
American English spelling fix.
|
Fri, 27 Jun 2008 02:13:38 +0000 |
Glenn Morris |
American English spelling fix.
|
Thu, 12 Jun 2008 22:54:12 +0000 |
Jim Meyering |
* lread.c (Fload): Use xfree, not free on saved_doc_string.
|
Mon, 02 Jun 2008 06:09:17 +0000 |
Jim Meyering |
Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
|
Mon, 02 Jun 2008 06:00:54 +0000 |
Jim Meyering |
remove useless if-before-free tests
|
Wed, 14 May 2008 07:50:26 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Tue, 06 May 2008 20:11:13 +0000 |
Stefan Monnier |
(substitute_object_recurse): Use lower-level primitives.
|
Thu, 20 Mar 2008 18:13:12 +0000 |
Stefan Monnier |
* fileio.c (Finsert_file_contents):
|
Wed, 05 Mar 2008 04:28:59 +0000 |
Kenichi Handa |
(Fread_char): Resolve modifiers.
|
Thu, 07 Feb 2008 06:54:27 +0000 |
Glenn Morris |
Jim Meyering <meyering at redhat.com>
|
Wed, 30 Jan 2008 07:57:28 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 05 Dec 2007 05:07:51 +0000 |
Kenichi Handa |
(read1): Redo the previous change with checking
|
Wed, 21 Nov 2007 12:12:06 +0000 |
Kenichi Handa |
(read1): Undo the previous change.
|
Wed, 14 Nov 2007 04:52:07 +0000 |
Kenichi Handa |
(READCHAR): Call readchar with the 2nd arg NULL.
|
Fri, 19 Oct 2007 00:00:21 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 13 Oct 2007 05:53:03 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 12 Oct 2007 21:06:27 +0000 |
Miles Bader |
Fix up multi-tty merge
|
Thu, 11 Oct 2007 16:22:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 29 Aug 2007 05:03:40 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 13 Aug 2007 13:48:35 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 03 Aug 2007 05:20:51 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 11 Jun 2007 00:58:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 01 May 2007 23:03:36 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sun, 29 Apr 2007 16:03:52 +0000 |
Andreas Schwab |
(read1): Use CHAR_TABLE_STANDARD_SLOTS to validate
|
Wed, 11 Apr 2007 00:17:47 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 21 Mar 2007 13:33:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 13 Feb 2007 12:14:16 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 16 Dec 2006 01:29:26 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 07 Nov 2006 23:22:48 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 03 Aug 2006 11:45:23 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 19 Jul 2006 00:42:56 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Jul 2006 08:59:39 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 19 Jun 2006 01:54:37 +0000 |
Kenichi Handa |
(read_escape): Fix the code synched with HEAD.
|
Sat, 17 Jun 2006 20:57:37 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 07 Jun 2006 18:05:10 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Wed, 17 May 2006 07:46:49 +0000 |
Miles Bader |
Merge from emacs--devo--0
unicode-pre-font-backend
|
Fri, 03 Mar 2006 07:48:46 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34
|
Wed, 08 Feb 2006 04:26:44 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
Wed, 25 Jan 2006 07:10:04 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-7
|
Mon, 16 Jan 2006 08:37:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
|
Mon, 16 Jan 2006 06:59:21 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|
Fri, 22 Jul 2005 08:27:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71
|
Thu, 14 Jul 2005 08:02:00 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69
|
Thu, 07 Jul 2005 12:43:14 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
|
Thu, 30 Jun 2005 00:31:46 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67
|
Fri, 24 Jun 2005 01:59:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-65
|
Thu, 12 May 2005 03:41:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51
|
Thu, 21 Apr 2005 05:59:53 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39
|
Thu, 14 Apr 2005 05:03:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37
|
Sat, 09 Apr 2005 02:16:29 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
|
Fri, 18 Feb 2005 00:41:50 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-15
|
Sun, 02 Jan 2005 09:13:19 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81
|
Wed, 08 Dec 2004 05:02:30 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
|
Fri, 12 Nov 2004 02:53:04 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
|
Mon, 04 Oct 2004 01:19:02 +0000 |
Kenichi Handa |
(read1): Fix reading of a char-table.
|
Mon, 28 Jun 2004 07:56:49 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
|