Sat, 22 Jun 2002 21:26:08 +0000 |
Stefan Monnier |
(Fread): Remove redundant and imprecise declaration.
|
Tue, 11 Jun 2002 15:13:58 +0000 |
Stefan Monnier |
(read_integer): Remove unused var `tem'.
|
Wed, 29 May 2002 18:58:38 +0000 |
Colin Walters |
Fix previous change (oops).
|
Wed, 29 May 2002 18:57:57 +0000 |
Colin Walters |
(Fread_from_string): Don't depend on order of evaluation for C
|
Tue, 28 May 2002 16:24:55 +0000 |
Colin Walters |
lread.c (readchar_count): New variable.
|
Mon, 20 May 2002 08:06:11 +0000 |
Ken Raeburn |
* lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
|
Tue, 30 Apr 2002 00:59:49 +0000 |
Stefan Monnier |
(openp): Change arg exec_only to predicate.
|
Fri, 29 Mar 2002 12:37:22 +0000 |
Eli Zaretskii |
(openp, Fload): Encode the file name before pasing it
|
Mon, 11 Mar 2002 18:41:10 +0000 |
Gerd Moellmann |
(Fload): Don't assume that message_with_ntring uses the
|
Mon, 04 Mar 2002 23:41:00 +0000 |
Stefan Monnier |
Change defvar_int def and vars to use EMACS_INT instead of just int.
|
Mon, 04 Mar 2002 09:27:58 +0000 |
Pavel Jank |
(read_filtered_event): Do not call start_hourglass before returning.
|
Sun, 03 Mar 2002 20:06:11 +0000 |
Richard M. Stallman |
(read1): When reading from a file, default string to
|
Sun, 03 Feb 2002 10:35:20 +0000 |
Richard M. Stallman |
(read1): Redesign strategy for force_multibyte and
|
Thu, 17 Jan 2002 00:45:43 +0000 |
Richard M. Stallman |
(init_lread): Move the site-lisp dirs later in the path.
|
Sun, 30 Dec 2001 03:24:17 +0000 |
Richard M. Stallman |
(read_escape): New arg BYTEREP for reporting whether
|
Thu, 20 Dec 2001 19:01:00 +0000 |
Pavel Jank |
Doc fix.
|
Sun, 25 Nov 2001 02:13:13 +0000 |
Richard M. Stallman |
(Fload): Detect recursive load error for more than 3
|
Sun, 11 Nov 2001 20:10:28 +0000 |
Richard M. Stallman |
(read_escape): Use end_of_file_error for reporting eof.
|
Wed, 07 Nov 2001 06:22:32 +0000 |
Pavel Jank |
(Feval_region): Remove obsolete #ifdef'd-out code (eval-current-buffer).
|
Tue, 06 Nov 2001 18:48:03 +0000 |
Stefan Monnier |
(read1): Fix behavior with nested backquoting.
|
Sat, 03 Nov 2001 21:30:34 +0000 |
Ken Raeburn |
(Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
|
Fri, 02 Nov 2001 20:46:55 +0000 |
Pavel Jank |
Update usage of CHECK_ macros (remove unused second argument).
|
Wed, 31 Oct 2001 13:33:36 +0000 |
Gerd Moellmann |
(to_multibyte): Fix computation of new read_buffer_size.
|
Tue, 30 Oct 2001 16:38:10 +0000 |
Gerd Moellmann |
(read1): Remove debugging code.
|
Tue, 30 Oct 2001 16:35:07 +0000 |
Gerd Moellmann |
(to_multibyte): Ensure read_buffer is at least twice
|
Tue, 30 Oct 2001 16:04:03 +0000 |
Gerd Moellmann |
(to_multibyte): New function.
|
Tue, 23 Oct 2001 14:08:08 +0000 |
Gerd Moellmann |
(syms_of_lread)<recursive-load-depth-limit>: Raise to
|
Tue, 16 Oct 2001 09:09:51 +0000 |
Ken Raeburn |
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
|
Fri, 12 Oct 2001 22:07:35 +0000 |
Stefan Monnier |
(substitute_object_recurse): Use traverse_intervals_noorder.
|
Fri, 12 Oct 2001 08:28:32 +0000 |
Eli Zaretskii |
(syms_of_lread) <load-suffixes>: Fix last change:
|
Fri, 12 Oct 2001 03:22:02 +0000 |
Stefan Monnier |
(syms_of_lread): Fix init of default_suffixes.
|
Fri, 12 Oct 2001 03:18:05 +0000 |
Stefan Monnier |
(Vload_suffixes, default_suffixes): New vars.
|
Fri, 05 Oct 2001 09:49:16 +0000 |
Gerd Moellmann |
(Fintern, Funintern): Set symbol's interned and constant
|
Sat, 02 Jun 2001 06:09:41 +0000 |
Eli Zaretskii |
(Fload): Document that the argument is run via substitute-in-file-name.
|
Mon, 28 May 2001 12:05:08 +0000 |
Gerd Moellmann |
(Fload): Remove unused label.
|
Tue, 29 May 2001 11:10:47 +0000 |
Gerd Moellmann |
*** empty log message ***
|
Mon, 21 May 2001 12:22:35 +0000 |
Gerd Moellmann |
(Fintern, Funintern): Set symbol's interned and constant
|
Tue, 13 Mar 2001 06:04:12 +0000 |
Kenichi Handa |
(read_multibyte): Check the validity of multibyte sequence. If
|
Wed, 21 Feb 2001 13:58:57 +0000 |
Gerd Moellmann |
Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
|
Thu, 25 Jan 2001 11:56:14 +0000 |
Gerd Moellmann |
(read_integer): Use type EMACS_INT instead of int.
|
Fri, 15 Dec 2000 13:59:23 +0000 |
Gerd Moellmann |
(read1): Recognize end of file after `\\'.
|
Mon, 11 Dec 2000 11:57:04 +0000 |
Gerd Moellmann |
(file_offset, file_tell): Depend on HAVE_FSEEKO, not
|
Fri, 08 Dec 2000 09:59:34 +0000 |
Gerd Moellmann |
(read1): Change the way buffers are reallocated to be
|
Fri, 17 Nov 2000 16:10:03 +0000 |
Dave Love |
(Fload): Fix #ifdef for pcc.
|
Mon, 13 Nov 2000 12:18:37 +0000 |
Miles Bader |
(openp): Return -2 instead of 0 for the `remote file' case.
|
Thu, 21 Sep 2000 11:14:46 +0000 |
Gerd Moellmann |
(Vrecursive_load_depth_limit): New variable.
|
Tue, 12 Sep 2000 10:58:42 +0000 |
Gerd Moellmann |
(Fload): Put code checking for recursive loads in #if 0.
|
Mon, 11 Sep 2000 13:00:41 +0000 |
Gerd Moellmann |
(init_lread): Set Vloads_in_progress to nil.
|
Mon, 11 Sep 2000 12:51:42 +0000 |
Gerd Moellmann |
(Vloads_in_progress): New variable.
|
Thu, 07 Sep 2000 14:05:42 +0000 |
Gerd Moellmann |
(syms_of_lread): Change value of regexp
|
Mon, 04 Sep 2000 12:03:00 +0000 |
Gerd Moellmann |
(syms_of_lread): Make Vbytecomp_version_regexp a Lisp
|
Fri, 01 Sep 2000 11:55:15 +0000 |
Gerd Moellmann |
(read1): Accept `?' as symbol constituent, for
|
Thu, 31 Aug 2000 08:50:35 +0000 |
Gerd Moellmann |
(openp): GCPRO local variable `filename'.
|
Tue, 29 Aug 2000 10:37:38 +0000 |
Gerd Moellmann |
(openp): Prevent temporary string passed to
|
Tue, 22 Aug 2000 22:38:05 +0000 |
Andrew Innes |
[USE_CRT_DLL]: Remove unnecessary extern, which
|
Sun, 20 Aug 2000 19:06:50 +0000 |
Dave Love |
(Fread): Doc fix.
|
Thu, 17 Aug 2000 14:11:00 +0000 |
Dave Love |
Prototype readevalloop, load_unwind,
|
Wed, 07 Jun 2000 12:30:47 +0000 |
Gerd Moellmann |
(readevalloop): If READCHARFUN sets point to ZV, arrange
|
Fri, 02 Jun 2000 15:50:01 +0000 |
Dave Love |
(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
|
Tue, 23 May 2000 21:58:58 +0000 |
Gerd Moellmann |
(Fload): Add a comment about the meaning of
|
Sat, 20 May 2000 00:03:42 +0000 |
Kenichi Handa |
(read1): On reading multibyte string, be sure to make
|
Thu, 27 Apr 2000 19:10:15 +0000 |
Gerd Moellmann |
(read1): Don't treat period followed by certain
|
Thu, 27 Apr 2000 10:48:11 +0000 |
Gerd Moellmann |
(end_of_file_error): New function.
|
Tue, 18 Apr 2000 13:41:33 +0000 |
Gerd Moellmann |
(read_filtered_event): Cancel and start busy cursor.
|
Wed, 05 Apr 2000 17:29:31 +0000 |
Ken Raeburn |
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
|
Wed, 29 Mar 2000 12:57:45 +0000 |
Gerd Moellmann |
(read1): Accept `.' (period) as symbol start like in CL
|
Mon, 27 Mar 2000 20:24:10 +0000 |
Jason Rumney |
(Fload): Move safe_p definition to above #ifdef DOS_NT block.
|
Mon, 27 Mar 2000 19:54:34 +0000 |
Gerd Moellmann |
Use new macro names for handling per-buffer variables.
|
Sun, 26 Mar 2000 14:09:59 +0000 |
Gerd Moellmann |
(defvar_per_buffer): Use new macros for per-buffer
|
Sat, 25 Mar 2000 12:37:51 +0000 |
Dave Love |
(load-history): Fix doc string.
|
Fri, 24 Mar 2000 20:25:16 +0000 |
Stefan Monnier |
* eval.c (Fautoload): Add entry in load-history (if after dump).
|
Sun, 19 Mar 2000 15:45:02 +0000 |
Richard M. Stallman |
(syms_of_lread): Doc fix for load-convert-to-unibyte.
|
Sat, 18 Mar 2000 01:04:28 +0000 |
Gerd Moellmann |
(read_integer): Unread the last char not consumed.
|
Thu, 16 Mar 2000 13:23:06 +0000 |
Gerd Moellmann |
(read_integer): New function.
|
Wed, 15 Mar 2000 19:57:38 +0000 |
Gerd Moellmann |
(load_dangerous_libraries): New variable.
|
Fri, 25 Feb 2000 13:13:08 +0000 |
Gerd Moellmann |
(Fload): Use `xfree' instead of `free'.
|
Fri, 18 Feb 2000 19:47:49 +0000 |
Dave Love |
Undef feature selection macros before defining.
|
Thu, 17 Feb 2000 09:45:46 +0000 |
Gerd Moellmann |
Remove `LISP_FLOAT_TYPE' and `standalone'.
|
Tue, 08 Feb 2000 09:59:36 +0000 |
Dave Love |
(__EXTENSIONS__): Define.
|
Sun, 06 Feb 2000 23:37:44 +0000 |
Andrew Innes |
(syms_of_lread): Fix literal newlines.
|
Fri, 04 Feb 2000 17:45:44 +0000 |
Dave Love |
(_XOPEN_SOURCE): Declare (for ftello).
|
Wed, 19 Jan 2000 14:25:26 +0000 |
Dave Love |
(syms_of_lread) [user-init-file]: Doc change.
|
Wed, 15 Dec 1999 00:17:03 +0000 |
Kenichi Handa |
(readchar): Adjusted for the change of CHAR_STRING.
|
Tue, 07 Dec 1999 11:06:22 +0000 |
Dave Love |
(Fintern_soft): Fix newlines in doc string.
|
Mon, 06 Dec 1999 17:52:27 +0000 |
Gerd Moellmann |
(Fintern_soft): Accept a symbol argument.
|
Thu, 11 Nov 1999 11:45:06 +0000 |
Gerd Moellmann |
Remove USE_TEXT_PROPERTIES.
|
Tue, 19 Oct 1999 07:25:11 +0000 |
Paul Eggert |
Add support for large files, 64-bit Solaris, system locale codings.
|
Mon, 18 Oct 1999 02:11:42 +0000 |
Kenichi Handa |
(Fload): Calculate bytes of filename correctly.
|
Mon, 20 Sep 1999 23:18:48 +0000 |
Gerd Moellmann |
(readchar): Remove unused variables.
|
Mon, 13 Sep 1999 03:35:33 +0000 |
Ken Raeburn |
Use XCAR and XCDR instead of explicit member access.
|
Mon, 06 Sep 1999 11:02:28 +0000 |
Dave Love |
(Vbyte_boolean_vars): New variable.
|
Fri, 13 Aug 1999 12:54:36 +0000 |
Kenichi Handa |
(read_escape): For Control modifier, pay attention to
|
Sat, 07 Aug 1999 16:16:32 +0000 |
Richard M. Stallman |
(Feval_buffer): New arg DO_ALLOW_PRINT.
|
Tue, 03 Aug 1999 17:27:46 +0000 |
Richard M. Stallman |
(read1): Added circular reading code to #N=.
|
Sat, 05 Jun 1999 01:15:26 +0000 |
Karl Heuer |
(Vuser_init_file): New variable.
|
Fri, 26 Feb 1999 11:41:17 +0000 |
Richard M. Stallman |
Use epaths.h istead of paths.h.
|
Tue, 22 Dec 1998 06:06:48 +0000 |
Kenichi Handa |
(Fread_char): Change the meaning of the second argument.
|
Mon, 21 Sep 1998 16:31:46 +0000 |
Karl Heuer |
(build_load_history): Do add to Vload_history
|
Sun, 06 Sep 1998 13:57:32 +0000 |
Karl Heuer |
(Fload): Handle case where openp finds a magic file
|
Mon, 31 Aug 1998 21:18:28 +0000 |
Paul Eggert |
(read1): Don't assume that atof ("-0.0") yields -0.0.
|
Tue, 18 Aug 1998 09:00:14 +0000 |
Richard M. Stallman |
(read_filtered_event): New arg INPUT_METHOD. Calls changed.
|
Sun, 02 Aug 1998 02:43:47 +0000 |
Richard M. Stallman |
(read1): In reading a string, treat Qlambda like Qget_file_char.
|
Sun, 05 Jul 1998 20:31:37 +0000 |
Richard M. Stallman |
(read_list): Pass new arg to get_doc_string.
|
Wed, 24 Jun 1998 18:26:36 +0000 |
Richard M. Stallman |
(read_list): Pass new arg to get_doc_string.
|
Wed, 10 Jun 1998 04:13:57 +0000 |
Richard M. Stallman |
(readevalloop): New arg READFUN. Callers changed.
|
Mon, 01 Jun 1998 21:03:23 +0000 |
Richard M. Stallman |
Remember the last TWO strings skipped with #@.
|
Sat, 16 May 1998 18:30:00 +0000 |
Richard M. Stallman |
(readchar): Use readchar_backlog again
|
Thu, 07 May 1998 20:48:17 +0000 |
Richard M. Stallman |
(Fintern): Properly compare lisp objects.
|
Mon, 04 May 1998 15:32:44 +0000 |
Eli Zaretskii |
(Fload): Rename dosmode to fmode and use it on all
|
Mon, 04 May 1998 15:29:47 +0000 |
Eli Zaretskii |
(read1): Clear out extraneous bits at end of bool-vector.
|
Sun, 03 May 1998 00:50:06 +0000 |
Richard M. Stallman |
(isfloat_string): Don't look at bytes before the string.
|
Tue, 28 Apr 1998 09:35:07 +0000 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
Tue, 28 Apr 1998 09:23:01 +0000 |
Andreas Schwab |
(readevalloop): Fix type of UNIBYTE parameter.
|
Sun, 26 Apr 1998 19:16:46 +0000 |
Richard M. Stallman |
(Fintern): Initialize keywords only in initial obarray.
|
Sat, 25 Apr 1998 22:00:26 +0000 |
Richard M. Stallman |
(Fread_from_string): Initialize startval and endval.
|
Fri, 24 Apr 1998 21:25:31 +0000 |
Richard M. Stallman |
(read1): Allow multibyte and unibyte together in one string.
|
Thu, 23 Apr 1998 23:40:46 +0000 |
Geoff Voelker |
(dir_warning): Don't log a warning if Emacs hasn't
|
Thu, 23 Apr 1998 21:22:51 +0000 |
Richard M. Stallman |
(read_from_string_index_byte): New variable.
|
Mon, 20 Apr 1998 07:09:58 +0000 |
Richard M. Stallman |
(readevalloop): New arg UNIBYTE. Callers changed.
|
Fri, 17 Apr 1998 23:36:34 +0000 |
Richard M. Stallman |
(read1): Compute NaN and infinities using 0.0 in a
|
Fri, 17 Apr 1998 23:35:14 +0000 |
Richard M. Stallman |
(readchar): Find the previous byte's address properly
|
Thu, 26 Mar 1998 04:22:13 +0000 |
Richard M. Stallman |
(init_lread): Init Vstandard_input.
|
Sat, 21 Mar 1998 17:52:08 +0000 |
Richard M. Stallman |
(read1): Pass new arg to make_pure_string.
|
Sat, 21 Mar 1998 07:06:14 +0000 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
Thu, 19 Mar 1998 07:34:29 +0000 |
Kenichi Handa |
(read1): Call multibyte_chars_in_text
|
Wed, 18 Mar 1998 06:11:03 +0000 |
Richard M. Stallman |
(read0): Swap args to Fmake_string.
|
Mon, 02 Feb 1998 01:08:52 +0000 |
Richard M. Stallman |
(read1): Handle infinities, NaN and -0.0 specially.
|
Mon, 26 Jan 1998 03:11:22 +0000 |
Richard M. Stallman |
(Funintern): Clear the symbol's obarray field.
|
Wed, 21 Jan 1998 22:22:17 +0000 |
Richard M. Stallman |
Update copyright year.
|
Wed, 21 Jan 1998 00:37:15 +0000 |
Richard M. Stallman |
(unreadchar): For unreading an ASCII char
|
Sun, 18 Jan 1998 04:49:11 +0000 |
Karl Heuer |
(read1): Escape codes can force multibyte or single-byte.
|
Fri, 09 Jan 1998 22:52:08 +0000 |
Richard M. Stallman |
(read_escape): `\ ' stands for nothing at all.
|
Fri, 02 Jan 1998 21:27:40 +0000 |
Richard M. Stallman |
(readchar): Use marker's bytepos instead of bufpos.
|
Thu, 01 Jan 1998 06:38:45 +0000 |
Richard M. Stallman |
(readchar_backlog): New variable.
|
Thu, 04 Dec 1997 04:49:06 +0000 |
Karl Heuer |
(Feval_region): Doc correction (point does not move).
|
Fri, 21 Nov 1997 12:54:36 +0000 |
Andreas Schwab |
(read1): Declare `workbuf' as unsigned char.
|
Thu, 23 Oct 1997 14:58:25 +0000 |
Simon Marshall |
Indicate in messages if source code is being loaded.
|
Wed, 15 Oct 1997 22:45:35 +0000 |
Karl Heuer |
(read_list): Don't recognize Vload_file_name
|
Thu, 02 Oct 1997 03:10:35 +0000 |
Karl Heuer |
Make sure that make-docfile does not see the doc string
|
Sun, 07 Sep 1997 18:32:49 +0000 |
Richard M. Stallman |
(Feval_buffer): New arg FILENAME.
|
Sat, 30 Aug 1997 16:20:02 +0000 |
Richard M. Stallman |
(Fload): Fix doc syntax.
|
Fri, 29 Aug 1997 19:53:25 +0000 |
Richard M. Stallman |
(Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.
|
Sat, 09 Aug 1997 03:44:54 +0000 |
Richard M. Stallman |
(read1): Handle read_escape making a multibyte character.
|
Mon, 04 Aug 1997 03:00:11 +0000 |
Richard M. Stallman |
(Fload): New optional arg MUST-SUFFIX.
|
Mon, 28 Jul 1997 15:09:31 +0000 |
Richard M. Stallman |
(map_obarray): Don't crash if something strange is in the obarray.
|
Sun, 13 Jul 1997 21:19:52 +0000 |
Richard M. Stallman |
(init_lread): Don't add to load-path lisp subdirectories
|
Mon, 07 Jul 1997 19:00:25 +0000 |
Richard M. Stallman |
(Vpreloaded_file_list): New variable.
|
Wed, 02 Jul 1997 06:20:12 +0000 |
Richard M. Stallman |
(init_lread): Add leim subdir, like lisp subdir.
|
Sun, 01 Jun 1997 01:03:51 +0000 |
Richard M. Stallman |
(init_lread): Sometimes add to load-path
|
Sat, 31 May 1997 00:43:47 +0000 |
Richard M. Stallman |
(intern): Don't make a pure string here, since Fintern does that.
|
Thu, 22 May 1997 06:21:22 +0000 |
Richard M. Stallman |
(Fintern): Give keywords a value when interned.
|
Wed, 30 Apr 1997 18:41:53 +0000 |
Richard M. Stallman |
(init_lread): Don't add ../lisp to the dump-time load path.
|
Mon, 07 Apr 1997 07:12:13 +0000 |
Kenichi Handa |
(read1): Adjusted for the new structure of Lisp_Char_Table.
|
Thu, 27 Feb 1997 19:08:35 +0000 |
Erik Naggum |
(Fload): Call Vload_source_file_function with 4 args.
|
Thu, 20 Feb 1997 06:52:14 +0000 |
Karl Heuer |
Include charset.h.
|
Thu, 06 Feb 1997 09:13:29 +0000 |
Richard M. Stallman |
(Feval_buffer): Doc fix.
|
Mon, 27 Jan 1997 00:48:16 +0000 |
Richard M. Stallman |
(openp): Handle remote file names in path.
|
Fri, 24 Jan 1997 05:47:12 +0000 |
Richard M. Stallman |
(read1): Round size of bool-vector properly.
|
Sat, 11 Jan 1997 00:28:34 +0000 |
Richard M. Stallman |
Fix previous change.
|
Sat, 11 Jan 1997 00:28:16 +0000 |
Richard M. Stallman |
(read1): Fix error messages.
|
Thu, 31 Oct 1996 17:58:01 +0000 |
Richard M. Stallman |
(dir_warning): New function.
|
Fri, 04 Oct 1996 04:26:09 +0000 |
Richard M. Stallman |
(openp): Omit /: from start of file name.
|
Thu, 26 Sep 1996 21:20:05 +0000 |
Richard M. Stallman |
(isfloat_string): Accept E like e.
|
Tue, 17 Sep 1996 16:19:15 +0000 |
Erik Naggum |
(init_obarray): staticpro Qvariable_documentation.
|
Wed, 11 Sep 1996 19:23:28 +0000 |
Richard M. Stallman |
(Fload): Move ... to ends of messages.
|
Mon, 09 Sep 1996 02:30:05 +0000 |
Erik Naggum |
Add #n=object, #n#, and #:symbol constructs to reader.
|
Sun, 01 Sep 1996 19:15:05 +0000 |
Karl Heuer |
Change all references from point to PT.
|
Sun, 01 Sep 1996 00:01:56 +0000 |
Richard M. Stallman |
(Fload): Add "source is newer" info to the "loading" and "done" messages.
|
Thu, 23 May 1996 16:16:12 +0000 |
Karl Heuer |
(init_lread): Init Vload_file_name to Qnil.
|
Fri, 26 Apr 1996 19:54:49 +0000 |
Richard M. Stallman |
(close_load_descs) [WINDOWS_NT]: Don't actually do anything.
|
Wed, 10 Apr 1996 04:10:14 +0000 |
Richard M. Stallman |
[MSDOS]: If DJGPP version 2, include unistd.h.
|
Fri, 05 Apr 1996 21:08:19 +0000 |
Richard M. Stallman |
Include locale.h.
|
Fri, 05 Apr 1996 18:15:53 +0000 |
Richard M. Stallman |
(init_lread): Specify LC_NUMERIC locale.
|
Sun, 04 Feb 1996 05:52:54 +0000 |
Richard M. Stallman |
(Fread_char_exclusive): Doc fix.
|
Wed, 24 Jan 1996 23:40:40 +0000 |
Karl Heuer |
(syms_of_lread): Set Vsource_directory here.
|
Mon, 15 Jan 1996 09:18:04 +0000 |
Erik Naggum |
Update FSF's address in the preamble.
|
Tue, 09 Jan 1996 23:40:19 +0000 |
Karl Heuer |
(read1): Use xmalloc and xrealloc, not malloc and realloc.
|
Tue, 09 Jan 1996 02:12:16 +0000 |
Erik Naggum |
(Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments
|
Fri, 05 Jan 1996 10:03:17 +0000 |
Karl Heuer |
Comment fixes.
|
Thu, 21 Dec 1995 17:11:03 +0000 |
Karl Heuer |
(init_lread): Add ../lisp (in build dir) to load-path
|
Mon, 20 Nov 1995 06:38:57 +0000 |
Richard M. Stallman |
(Vsource_directory): New variable.
|
Fri, 10 Nov 1995 15:56:08 +0000 |
Richard M. Stallman |
(oblookup): Clear ARRAY_MARK_FLAG in obsize.
|
Tue, 31 Oct 1995 02:34:16 +0000 |
Karl Heuer |
(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
|
Wed, 18 Oct 1995 23:27:11 +0000 |
Richard M. Stallman |
(read1): Handle #' as prefix.
|
Sat, 07 Oct 1995 22:01:39 +0000 |
Richard M. Stallman |
(read1): Handle chartables and boolvectors.
|
Fri, 15 Sep 1995 16:45:41 +0000 |
Richard M. Stallman |
(Fload): Rename arg STR to FILE.
|
Sat, 05 Aug 1995 22:51:17 +0000 |
Richard M. Stallman |
(saved_doc_string*): New variables.
|
Fri, 21 Jul 1995 22:39:46 +0000 |
Richard M. Stallman |
(read_list): When a file loaded from site-init.el uses #$,
|
Mon, 17 Jul 1995 22:24:37 +0000 |
Karl Heuer |
(Fread): Rename arg READCHARFUN to STREAM.
|
Sat, 27 May 1995 00:19:05 +0000 |
Geoff Voelker |
(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.
|
Mon, 22 May 1995 20:14:36 +0000 |
Karl Heuer |
(oblookup): Delete argument hashp.
|
Sun, 07 May 1995 17:30:36 +0000 |
Richard M. Stallman |
(isfloat_string): Reject strings like "0.5+".
|
Fri, 05 May 1995 02:56:20 +0000 |
Richard M. Stallman |
(read1): Handle long EMACS_INT in atol.
|
Thu, 04 May 1995 17:13:20 +0000 |
Richard M. Stallman |
(read1): New arg FIRST_IN_LIST; all callers changed.
|
Sat, 08 Apr 1995 20:58:37 +0000 |
Richard M. Stallman |
(read_escape): Undo Nov 15 change.
|
Fri, 07 Apr 1995 05:21:50 +0000 |
Richard M. Stallman |
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
|
Fri, 07 Apr 1995 02:21:52 +0000 |
Karl Heuer |
Update copyright.
|
Mon, 03 Apr 1995 21:34:15 +0000 |
Richard M. Stallman |
(oblookup): Save bucket num in oblookup_last_bucket_number.
|
Fri, 31 Mar 1995 19:16:44 +0000 |
Richard M. Stallman |
(isfloat_string): Permit trailing space.
|
Tue, 21 Mar 1995 20:05:23 +0000 |
Richard M. Stallman |
(Vload_read_function): New variable.
|
Wed, 15 Mar 1995 01:58:01 +0000 |
Karl Heuer |
(defvar_kboard): Renamed from defvar_display.
|
Fri, 03 Feb 1995 23:27:14 +0000 |
Karl Heuer |
(defvar_display): Don't staticpro; these objects are now protected through
|
Tue, 31 Jan 1995 22:32:35 +0000 |
Karl Heuer |
[!MULTI_PERDISPLAY] (defvar_display): Use staticpro.
|
Tue, 31 Jan 1995 01:26:09 +0000 |
Karl Heuer |
(defvar_display): New function.
|
Wed, 21 Dec 1994 18:14:20 +0000 |
Richard M. Stallman |
(Qload_file_name, Vload_file_name): New variables.
|
Thu, 15 Dec 1994 01:57:36 +0000 |
Richard M. Stallman |
(readevalloop): Ignore ^M here.
|
Fri, 18 Nov 1994 16:43:04 +0000 |
Richard M. Stallman |
(Fload): Call Fsubstitute_in_file_name after trying handler.
|
Tue, 15 Nov 1994 17:05:30 +0000 |
Richard M. Stallman |
(read_escape): For \S-a, return A.
|
Mon, 14 Nov 1994 22:16:52 +0000 |
Karl Heuer |
(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessor
|
Wed, 09 Nov 1994 20:51:58 +0000 |
Richard M. Stallman |
Don't include ctype.h.
|
Tue, 01 Nov 1994 08:22:31 +0000 |
Richard M. Stallman |
Change explicit uses of the Unix directory separator
|
Sun, 16 Oct 1994 02:37:57 +0000 |
Richard M. Stallman |
(load_unwind): Cast argument of fclose.
|
Wed, 12 Oct 1994 05:16:00 +0000 |
Karl Heuer |
(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):
|
Thu, 06 Oct 1994 22:31:59 +0000 |
Karl Heuer |
(defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
|
Thu, 06 Oct 1994 21:50:14 +0000 |
Karl Heuer |
(Fload, load_unwind): Store stream pointer as a cons of two integers,
|
Thu, 06 Oct 1994 21:29:49 +0000 |
Karl Heuer |
(read1): New argument for returning out-of-band data, obviating the need for
|
Tue, 04 Oct 1994 16:05:54 +0000 |
Karl Heuer |
(read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.
|
Tue, 04 Oct 1994 12:17:56 +0000 |
Karl Heuer |
(Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
|
Tue, 27 Sep 1994 04:10:43 +0000 |
Karl Heuer |
(readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,
|
Mon, 19 Sep 1994 00:17:55 +0000 |
Karl Heuer |
(openp): Fix Lisp_Object vs. int problems.
|
Sat, 17 Sep 1994 00:36:43 +0000 |
Richard M. Stallman |
(Fload): Use EMACS_INT.
|
Tue, 23 Aug 1994 22:28:49 +0000 |
Richard M. Stallman |
(O_RDONLY): Defined.
|
Sat, 09 Jul 1994 04:44:28 +0000 |
Richard M. Stallman |
(readevalloop): Correctly unbind the unwind protect.
|
Tue, 28 Jun 1994 21:51:12 +0000 |
Karl Heuer |
(readchar): Restart interrupted I/O.
|
Wed, 15 Jun 1994 03:46:59 +0000 |
Richard M. Stallman |
Put config.h first.
|
Tue, 07 Jun 1994 15:26:59 +0000 |
Richard M. Stallman |
[MSDOS]: #include "msdos.h".
|
Wed, 01 Jun 1994 20:37:42 +0000 |
Richard M. Stallman |
(defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro):
|
Wed, 25 May 1994 04:36:48 +0000 |
Richard M. Stallman |
(openp): Don't use O_RDONLY.
|
Fri, 20 May 1994 16:17:20 +0000 |
Michael I. Bushnell |
Only lusers assume that O_RDONLY == 0.
|
Wed, 04 May 1994 02:41:09 +0000 |
Karl Heuer |
Update copyright.
|
Fri, 29 Apr 1994 23:16:43 +0000 |
Karl Heuer |
[MSDOS]: Re-enable some #undef's.
|
Thu, 28 Apr 1994 02:34:20 +0000 |
Richard M. Stallman |
(read1): Allow `\C- ' and `\C-?'.
|
Tue, 26 Apr 1994 01:19:39 +0000 |
Richard M. Stallman |
(read_filtered_event): Use Vunread_command_events.
|
Fri, 22 Apr 1994 23:41:18 +0000 |
Karl Heuer |
Pass operation to Ffind_file_name_handler.
|
Thu, 21 Apr 1994 09:04:46 +0000 |
Richard M. Stallman |
(init_lread): Maybe put build-time Lisp dirs on load-path.
|
Wed, 23 Mar 1994 22:55:01 +0000 |
Karl Heuer |
(read_filtered_event, intern): Use assignment instead of initialization.
|
Tue, 22 Mar 1994 22:20:38 +0000 |
Karl Heuer |
(unreadchar): Don't back up the pointer when unreading EOF.
|
Tue, 22 Mar 1994 21:59:02 +0000 |
Karl Heuer |
(read1): Check for invalid modifier bits in a string.
|
Fri, 18 Mar 1994 00:13:40 +0000 |
Karl Heuer |
(openp, Fload): GCPRO some things.
|
Thu, 24 Feb 1994 21:50:10 +0000 |
Richard M. Stallman |
(Fload): Cast the args to stat.
|