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
|
Fri, 16 Apr 2004 12:51:06 +0000 |
Kenichi Handa |
Sync to HEAD
|
Mon, 08 Sep 2003 12:53:41 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 30 May 2003 06:04:17 +0000 |
Kenichi Handa |
(read1): While reading a string, set force_singlebyte
|
Sun, 04 May 2003 15:46:26 +0000 |
Dave Love |
Fix last change.
|
Sun, 04 May 2003 10:57:34 +0000 |
Dave Love |
(read_emacs_mule_char) [len==2]: Index
|
Thu, 05 Sep 2002 17:00:46 +0000 |
Dave Love |
comment
|
Mon, 19 Aug 2002 11:34:28 +0000 |
Kenichi Handa |
(safe_to_load_p): Fix the logic.
|
Thu, 25 Jul 2002 01:30:27 +0000 |
Kenichi Handa |
(Fload): Don't load with Qload_force_doc_strings t if
|
Wed, 24 Jul 2002 10:51:15 +0000 |
Kenichi Handa |
Include "coding.h".
|
Thu, 18 Jul 2002 16:30:36 +0000 |
Dave Love |
(Fload) <!load_dangerous_libraries>: Don't leak fd.
|
Mon, 24 Jun 2002 18:23:15 +0000 |
Dave Love |
Remove some unused variables.
|
Fri, 01 Mar 2002 01:44:45 +0000 |
Kenichi Handa |
Include "character.h".
|
Mon, 16 Jan 2006 00:03:54 +0000 |
Henrik Enberg |
sync with trunk
|
Mon, 08 Sep 2003 11:56:09 +0000 |
Kenichi Handa |
New directory
|
Sun, 13 Jan 2008 00:43:55 +0000 |
Dan Nicolaescu |
* movemail.c:
|
Tue, 08 Jan 2008 20:46:54 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Wed, 17 Oct 2007 14:12:59 +0000 |
Stefan Monnier |
(read1): Set pvectype for char_tables.
|
Tue, 16 Oct 2007 16:28:39 +0000 |
Stefan Monnier |
* xfns.c (Fx_create_frame, Fx_display_list):
|
Wed, 10 Oct 2007 08:29:04 +0000 |
Juanma Barranquero |
Fix comment; indent-tabs-mode was a bad example,
|
Tue, 02 Oct 2007 21:06:16 +0000 |
Stefan Monnier |
(defsubr): Use XSETPVECTYPE.
|
Tue, 02 Oct 2007 20:51:02 +0000 |
Stefan Monnier |
* buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
|
Mon, 01 Oct 2007 09:55:16 +0000 |
Juanma Barranquero |
(Fload): Fix typo in docstring.
|
Tue, 11 Sep 2007 01:15:37 +0000 |
Stefan Monnier |
(load_warn_old_style_backquotes): Change message to look
|
Mon, 27 Aug 2007 09:21:49 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 13 Aug 2007 13:51:08 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Tue, 31 Jul 2007 05:50:45 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 11 Jun 2007 01:00:07 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 11 May 2007 18:24:42 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Sun, 22 Apr 2007 12:42:47 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Sun, 22 Apr 2007 12:12:29 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Sat, 24 Feb 2007 19:26:54 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Mon, 29 Jan 2007 22:21:19 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Mon, 01 Jan 2007 17:38:32 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
Sun, 03 Dec 2006 15:03:30 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
|
Sat, 29 Jul 2006 09:59:12 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Fri, 14 Jul 2006 05:56:32 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
Tue, 27 Jun 2006 15:06:36 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Mon, 12 Jun 2006 07:27:12 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
Wed, 17 May 2006 18:05:02 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Tue, 28 Feb 2006 17:35:08 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Sun, 12 Feb 2006 00:15:44 +0000 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
Mon, 30 Jan 2006 18:06:22 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
|
Sun, 29 Jan 2006 00:17:11 +0000 |
Karoly Lorentey |
Eliminate wrong_kboard_jmpbuf.
|
Tue, 03 Jan 2006 02:15:28 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 682)
|
Tue, 03 Jan 2006 01:50:46 +0000 |
Karoly Lorentey |
Overhaul and simplify single_kboard API. Allow calls to `recursive-edit' in process filters. Small fixes.
|
Thu, 29 Dec 2005 04:46:59 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 681)
|
Sun, 11 Dec 2005 22:42:40 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk.
|
Fri, 18 Nov 2005 13:13:34 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
|
Mon, 07 Nov 2005 14:56:19 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
|
Tue, 01 Nov 2005 06:23:08 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
|
Sun, 23 Oct 2005 22:47:29 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 610-614)
|
Sun, 04 Sep 2005 03:48:17 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
|
Tue, 05 Jul 2005 22:22:24 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 469)
|
Sun, 26 Jun 2005 21:12:57 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 447-448)
|
Sat, 25 Jun 2005 15:00:08 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 441-446)
|
Mon, 09 May 2005 16:13:15 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 292-295)
|
Tue, 19 Apr 2005 13:33:31 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 66, 266-268)
|
Mon, 11 Apr 2005 12:40:15 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
|
Sat, 19 Feb 2005 00:06:48 +0000 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)
|
Thu, 06 Jan 2005 15:00:09 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk.
|
Wed, 08 Dec 2004 22:20:27 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk.
|
Sat, 13 Nov 2004 18:34:40 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk.
|
Tue, 27 Apr 2004 15:53:30 +0000 |
Karoly Lorentey |
Merged in changes from CVS trunk.
|
Thu, 22 Jan 2004 15:37:19 +0000 |
Karoly Lorentey |
Merged in changes from CVS HEAD
|
Mon, 05 Jan 2004 05:54:35 +0000 |
Karoly Lorentey |
Converted display hooks to be display-local. Plus many bugfixes.
|
Mon, 27 Aug 2007 04:00:19 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Mon, 13 Aug 2007 13:41:28 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Mon, 30 Jul 2007 20:07:02 +0000 |
Richard M. Stallman |
(readevalloop, read1): Treat NBSP as whitespace.
|
Thu, 26 Jul 2007 05:28:10 +0000 |
Miles Bader |
Merge from emacs--rel--22
|
Fri, 08 Jun 2007 19:57:46 +0000 |
Juanma Barranquero |
(syms_of_lread, openp): Use empty_unibyte_string, not build_string.
|
Sat, 28 Apr 2007 17:24:22 +0000 |
Richard M. Stallman |
(read_escape): In a string, \s is always space.
|
Tue, 08 Jan 2008 04:30:25 +0000 |
Glenn Morris |
Add 2008 to copyright years.
|
Mon, 01 Oct 2007 10:04:38 +0000 |
Juanma Barranquero |
(Fload): Fix typo in docstring.
|
Thu, 23 Aug 2007 16:20:34 +0000 |
Stefan Monnier |
(load_warn_old_style_backquotes): Fix weird typo.
|
Thu, 23 Aug 2007 16:15:14 +0000 |
Stefan Monnier |
(load_warn_old_style_backquotes): Fix up array size typo.
|
Wed, 22 Aug 2007 16:46:45 +0000 |
Stefan Monnier |
(Qold_style_backquotes): New var.
|
Wed, 22 Aug 2007 15:55:10 +0000 |
Stefan Monnier |
(syms_of_lread): Export old-style-backquotes to Elisp.
|
Wed, 22 Aug 2007 15:43:46 +0000 |
Stefan Monnier |
(Vold_style_backquotes): New var.
|
Wed, 08 Aug 2007 07:49:21 +0000 |
Glenn Morris |
Replace `iff' in comments.
|
Wed, 25 Jul 2007 05:16:09 +0000 |
Glenn Morris |
Switch license to GPLv3 or later.
|
Wed, 28 Mar 2007 08:16:19 +0000 |
YAMAMOTO Mitsuharu |
(readchar): Extend BLOCK_INPUT block to ferror/clearerr.
|
Tue, 20 Mar 2007 08:50:31 +0000 |
YAMAMOTO Mitsuharu |
Include blockinput.h.
|
Sat, 03 Feb 2007 16:56:54 +0000 |
Juanma Barranquero |
(syms_of_lread) <load-history>: Doc fix.
|
Thu, 01 Feb 2007 22:04:56 +0000 |
Juanma Barranquero |
(syms_of_lread) <user-init-file>: Doc fix.
|
Sun, 21 Jan 2007 04:57:37 +0000 |
Glenn Morris |
Add 2007 to copyright years.
|
Sun, 10 Dec 2006 23:13:39 +0000 |
Juanma Barranquero |
(Feval_buffer, Feval_region): Doc fix.
|
Mon, 06 Nov 2006 23:25:55 +0000 |
Juanma Barranquero |
(syms_of_lread): Fix typo in docstring.
|
Wed, 26 Jul 2006 18:13:49 +0000 |
Chong Yidong |
* lread.c (read_filtered_event): New arg SECONDS to wait until.
|
Tue, 18 Jul 2006 16:33:45 +0000 |
Dan Nicolaescu |
* ebrowse.c (usage, version): Mark as NO_RETURN.
|
Tue, 18 Jul 2006 13:28:34 +0000 |
Kim F. Storm |
(Fload): Use xsignal2, signal_error.
|
Wed, 12 Jul 2006 13:19:27 +0000 |
Kim F. Storm |
(check_obarray): Cleanup wrong_type_argument use.
|
Fri, 07 Jul 2006 16:16:18 +0000 |
Stefan Monnier |
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
|
Fri, 07 Jul 2006 16:12:51 +0000 |
Stefan Monnier |
(read_filtered_event): Remove `register' qualifier because it
|
Sun, 02 Jul 2006 14:34:30 +0000 |
Stefan Monnier |
(read_filtered_event): Treat select-window just like switch-frame.
|
Sun, 25 Jun 2006 03:22:50 +0000 |
Eli Zaretskii |
Fix whitespace of last change.
|
Sat, 24 Jun 2006 06:49:16 +0000 |
Eli Zaretskii |
(read_escape): When an unknown Unicode code point is encountered as a string
|
Fri, 09 Jun 2006 18:22:30 +0000 |
Eli Zaretskii |
(read_escape): Provide a Unicode character escape syntax; \u followed by
|
Wed, 24 May 2006 13:24:21 +0000 |
Alan Mackenzie |
lread.c (Vload_history): Enhance doc-string to say that the file is the
|
Fri, 12 May 2006 02:08:16 +0000 |
Richard M. Stallman |
(readevalloop): Abort if START non-nil for non-buffer input.
|
Mon, 27 Feb 2006 02:04:35 +0000 |
Luc Teirlinck |
Declare Vload_file_rep_suffixes instead of
|
Mon, 06 Feb 2006 15:23:23 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Mon, 06 Feb 2006 12:35:44 +0000 |
Kenichi Handa |
(openp): Initialized encoded_fn before GCPRO it.
|
Fri, 20 Jan 2006 19:53:36 +0000 |
Eli Zaretskii |
(Fload): Don't leak the file descriptor returned by openp if we are going
|
Fri, 30 Dec 2005 04:54:57 +0000 |
Richard M. Stallman |
(readevalloop): Test for reading a whole buffer
|
Wed, 28 Dec 2005 03:44:28 +0000 |
Richard M. Stallman |
(readevalloop): Set PT and ZV in the proper buffer, not the current one.
|
Thu, 08 Dec 2005 17:43:52 +0000 |
Richard M. Stallman |
(read_escape) <\s>: Don't treat strings specially.
|
Wed, 16 Nov 2005 18:39:15 +0000 |
Stefan Monnier |
(readevalloop): Add missing GCPROs.
|
Tue, 01 Nov 2005 19:46:16 +0000 |
Stefan Monnier |
(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
|
Sun, 23 Oct 2005 17:25:43 +0000 |
Richard M. Stallman |
(build_load_history): Replace STREAM arg with ENTIRE.
|
Fri, 21 Oct 2005 16:54:13 +0000 |
Richard M. Stallman |
(Fload): Simplify gcpro structure.
|
Sun, 07 Aug 2005 12:33:19 +0000 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
Wed, 20 Jul 2005 14:40:35 +0000 |
Kim F. Storm |
(load_unwind): Rework last change.
|
Wed, 20 Jul 2005 14:29:00 +0000 |
Kim F. Storm |
(Fload, load_unwind): Use make_save_value to unwind
|
Thu, 14 Jul 2005 11:24:00 +0000 |
Kim F. Storm |
(syms_of_lread): Initialize seen_list.
|
Sun, 10 Jul 2005 17:02:49 +0000 |
Richard M. Stallman |
(Qeval_buffer_list, Veval_buffer_list): New vars.
|
Mon, 04 Jul 2005 16:49:24 +0000 |
Lute Kamstra |
Update FSF's address.
|
Sat, 25 Jun 2005 04:31:49 +0000 |
Richard M. Stallman |
(read1): 0.0e+NaN should make a "positive" NaN.
|
Thu, 23 Jun 2005 16:10:06 +0000 |
Juanma Barranquero |
(read_vector): Follow error conventions.
|
Fri, 06 May 2005 13:00:53 +0000 |
Eli Zaretskii |
(Flocate_file_internal): Doc fix.
|
Mon, 18 Apr 2005 10:21:37 +0000 |
Lute Kamstra |
(Vloads_in_progress): Static.
|
Sun, 10 Apr 2005 00:28:37 +0000 |
Richard M. Stallman |
(Vloads_in_progress): Not static.
|
Fri, 08 Apr 2005 23:33:28 +0000 |
Kim F. Storm |
(readevalloop): Add args START and END as region in
|
Tue, 15 Feb 2005 06:44:50 +0000 |
Richard M. Stallman |
(syms_of_lread) <user-init-file>: Doc fix.
|
Mon, 27 Dec 2004 15:58:59 +0000 |
Richard M. Stallman |
(syms_of_lread) <load-history>: Doc fix.
|
Thu, 25 Nov 2004 20:01:18 +0000 |
Stefan Monnier |
(readchar): Check QUIT when `getc' is interrupted.
|
Tue, 23 Nov 2004 05:06:56 +0000 |
Stefan Monnier |
(oblookup): Don't use XFASTINT blindly.
|
Tue, 09 Nov 2004 13:24:19 +0000 |
Kim F. Storm |
(read1): Fix next_char matching.
|
Mon, 26 Apr 2004 21:28:40 +0000 |
Andreas Schwab |
(read1): Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR for
|
Mon, 26 Apr 2004 18:44:22 +0000 |
Steven Tamm |
lread.c (init_lread): Fixing typo HAVE_CARBON test logic
|
Sun, 25 Apr 2004 21:07:58 +0000 |
Steven Tamm |
lread.c (init_lread): Don't display missing lisp directory
|
Wed, 14 Jan 2004 14:29:48 +0000 |
Stefan Monnier |
(defvar_per_buffer): Remove dead declaration.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Mon, 02 Jun 2003 18:36:33 +0000 |
Dave Love |
[HAVE_FCNTL_H]: Include fcntl.h.
|
Sun, 01 Jun 2003 18:03:00 +0000 |
Stefan Monnier |
(openp): Make sure STR is a string.
|
Sun, 18 May 2003 03:30:07 +0000 |
Stefan Monnier |
(Fload): Print a message if package is obsolete.
|
Wed, 09 Apr 2003 07:12:51 +0000 |
Kenichi Handa |
(read1): Before calling index, check if the 2nd
|
Tue, 08 Apr 2003 17:10:07 +0000 |
Richard M. Stallman |
(openp): Get the Qfile_exists_p handler for STRING, not FN.
|
Fri, 14 Mar 2003 23:04:57 +0000 |
Richard M. Stallman |
(read1): After #!, exit loop on eof.
|
Tue, 25 Feb 2003 12:29:03 +0000 |
Kim F. Storm |
(read1): Accept `single space' syntax like (? x).
|
Sat, 22 Feb 2003 18:22:53 +0000 |
Juanma Barranquero |
2003-02-22 David Ponce <david@dponce.com>
|
Tue, 18 Feb 2003 22:45:32 +0000 |
Kim F. Storm |
(read1): Allow "?" after a character constant.
|
Tue, 18 Feb 2003 16:11:17 +0000 |
Kim F. Storm |
(read1): Fix last change; "`" is not always special.
|
Mon, 17 Feb 2003 22:42:05 +0000 |
Kim F. Storm |
(read1): Fix and relax read syntax.
|
Thu, 13 Feb 2003 12:44:57 +0000 |
Kim F. Storm |
(read_escape): Interpret \s as a SPACE character, except
|
Tue, 04 Feb 2003 14:56:31 +0000 |
Juanma Barranquero |
Trailing whitespace deleted.
|
Sat, 21 Dec 2002 18:06:27 +0000 |
Richard M. Stallman |
(load_error_handler): New function.
|
Sat, 07 Dec 2002 21:40:19 +0000 |
Richard M. Stallman |
(syms_of_lread) <load-history>: Doc fix.
|
Mon, 04 Nov 2002 19:16:29 +0000 |
John Paul Wallington |
(Feval_buffer): Doc fix.
|
Wed, 30 Oct 2002 19:15:17 +0000 |
Dave Love |
(Fload) <!load_dangerous_libraries>: Close fd.
|
Thu, 17 Oct 2002 16:01:23 +0000 |
Juanma Barranquero |
(syms_of_lread): Fix typos.
|
Sat, 12 Oct 2002 17:50:43 +0000 |
Markus Rost |
Minor white space fix, just supplement the log for previous change:
|