- 18 Jan, 1998 1 commit
-
-
Karl Heuer authored
Otherwise buffer_defaults->enable_multibyte_characters decides. Only set force_singlebyte when a \-sequence is in the relevant range. (read_escape): New arg STRINGP. `\ ' is ignored only when STRINGP (normally, when reading a string). Calls changed.
-
- 09 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
(oblookup): Take args SIZE and SIZE_BYTE. Callers changed. (init_obarray, read1, make_symbol): Pass new arg to make_pure_string. (Fintern, oblookup, Fintern_soft, intern): Handle size_byte. (dir_warning): Pass new arg to message_dolog. (read1): PCH is now int *. Declare ch as int. (read0): Declare c as int. (read_list): Declare ch as int. (read0): Use Fmake_string not make_string. (read1): When reading a string, maybe use make_unibyte_string. (Fread_from_string): Convert string indices to/from bytes.
-
- 02 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 01 Jan, 1998 1 commit
-
-
Richard M. Stallman authored
(readchar): When fetching from buffer or marker, use readchar_backlog to fetch bytes from a character. (unreadchar): Increment readchar_backlog. (readevalloop, Fread): Init readchar_backlog.
-
- 04 Dec, 1997 1 commit
-
-
Karl Heuer authored
-
- 21 Nov, 1997 1 commit
-
-
Andreas Schwab authored
(dir_warning): Define as returning nothing. (init_lread): Likewise. (mapatoms_1): Likewise. (map_obarray): Fix type of parameter FN.
-
- 23 Oct, 1997 1 commit
-
-
Simon Marshall authored
-
- 15 Oct, 1997 1 commit
-
-
Karl Heuer authored
specially if it is nil.
-
- 02 Oct, 1997 1 commit
-
-
Karl Heuer authored
of the disabled function eval-current-buffer.
-
- 07 Sep, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 30 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 29 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 09 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 04 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 28 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 13 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
of the source tree if the parent of the source was moved after dumping Emacs.
-
- 07 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
(syms_of_lread): Set up Lisp variable. (Fload): Add to Vpreloaded_file_list, if dumping.
-
- 02 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 01 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
the lisp and site-lisp dirs under the source directory.
-
- 31 May, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 22 May, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 30 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 07 Apr, 1997 1 commit
-
-
Kenichi Handa authored
-
- 27 Feb, 1997 1 commit
-
-
Erik Naggum authored
-
- 20 Feb, 1997 1 commit
-
-
Karl Heuer authored
(Vload_source_file_function): New variable. (Fload): Call Vload_source_file_function if defined while loading an Emacs Lisp source file. */ (read_multibyte): New function. (read_escape): Handle multibyte characters. (read1): Correct the value of size_in_chars of a bool vector. Handle the case `?' is followed by a multibyte character. (Vload_source_file_function): New variable.
-
- 06 Feb, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 27 Jan, 1997 1 commit
-
-
Richard M. Stallman authored
Don't use the path for an absolute name. (Fload): Handle openp finding a remote file name. (Qinhibit_file_name_operation): New variable. (syms_of_lread): Initialize and staticpro. (Fload): Bind inhibit-file-name-operation to nil.
-
- 24 Jan, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 11 Jan, 1997 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 31 Oct, 1996 1 commit
-
-
Richard M. Stallman authored
(init_lread): Use dir_warning.
-
- 04 Oct, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 26 Sep, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 17 Sep, 1996 1 commit
-
-
Erik Naggum authored
-
- 11 Sep, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 09 Sep, 1996 1 commit
-
-
Erik Naggum authored
(readevalloop, read, Fread_from_string): Empty list of read objects before read0 call. (read1): New variable `uninterned_symbol', which controls how to make symbols. Support #:, #n=object and #n#. (make_symbol): New function, used in read1 to make uninterned symbols (Fintern): Set `obarray' field of interned symbols. (init_obarray): Explicit set `obarray' field of symbol `nil'. (syms_of_lread): staticpro read_objects, the list of read objects.
-
- 01 Sep, 1996 2 commits
-
-
Karl Heuer authored
-
Richard M. Stallman authored
-
- 23 May, 1996 1 commit
-
-
Karl Heuer authored
-
- 26 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
(read_escape): Detect READCHAR reporting eof.
-