- 10 Nov, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 31 Oct, 1995 1 commit
-
-
Karl Heuer authored
Rename from SHORTBITS, INTBITS, LONGBITS.
-
- 18 Oct, 1995 1 commit
-
-
Richard M. Stallman authored
(Qfunction): New variable. (syms_of_lread): Set up Qfunction.
-
- 07 Oct, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 15 Sep, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 05 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
(load_force_doc_strings): New variable. (syms_of_lread): Set up Lisp var load-force-doc-strings. (read_list): Handle load_force_doc_strings. Use the saved_doc_string, if it's right; otherwise, reread from file. (read1): Save last doc string in saved_doc_string.
-
- 21 Jul, 1995 1 commit
-
-
Richard M. Stallman authored
turn it into a relative file name starting with ../lisp.
-
- 17 Jul, 1995 1 commit
-
-
Karl Heuer authored
-
- 27 May, 1995 1 commit
-
-
Geoff Voelker authored
-
- 22 May, 1995 1 commit
-
-
Karl Heuer authored
-
- 07 May, 1995 1 commit
-
-
Richard M. Stallman authored
(init_lread): Don't warn about missing installation dirs when using dirs derived from the executable.
-
- 05 May, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 04 May, 1995 1 commit
-
-
Richard M. Stallman authored
Special handling for backquote and comma. (Qbackquote, Qcomma, Qcomma_at, Qcomma_dot): New variables. (syms_of_lread): Initialize and staticpro them. (Fread, Fread_from_string): Initialize new_backquote_flag.
-
- 08 Apr, 1995 1 commit
-
-
Richard M. Stallman authored
(init_lread): Add site-lisp under the installation dir to Vload_path if that exists.
-
- 07 Apr, 1995 2 commits
-
-
Richard M. Stallman authored
(defvar_per_buffer): Use XMISCTYPE.
-
Karl Heuer authored
-
- 03 Apr, 1995 1 commit
-
-
Richard M. Stallman authored
(Funintern): New function. (syms_of_lread): defsubr it.
-
- 31 Mar, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 21 Mar, 1995 1 commit
-
-
Richard M. Stallman authored
(readevalloop): Use that variable. (syms_of_lread): Set up Lisp variable.
-
- 15 Mar, 1995 1 commit
-
-
Karl Heuer authored
-
- 03 Feb, 1995 1 commit
-
-
Karl Heuer authored
mark_perdisplays.
-
- 31 Jan, 1995 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
-
- 21 Dec, 1994 1 commit
-
-
Richard M. Stallman authored
(syms_of_lread): Initialize and staticpro it. (Fload): Bind it. (read_list): Before dumping, ignore (#$ . WHATEVER)--return 0.
-
- 15 Dec, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 18 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 15 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 14 Nov, 1994 1 commit
-
-
Karl Heuer authored
macros.
-
- 09 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
(isfloat_string, read1): Don't use isdigit.
-
- 01 Nov, 1994 1 commit
-
-
Richard M. Stallman authored
'/' to uses of the macros IS_ANY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, DIRECTORY_SEP, and DEVICE_SEP. (init_lread) [WINDOWSNT]: Disable warnings about directories in the load path not existing. (load): Test DOS_NT instead of MSDOS.
-
- 16 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 12 Oct, 1994 1 commit
-
-
Karl Heuer authored
Use the new substructure.
-
- 06 Oct, 1994 3 commits
-
-
Karl Heuer authored
Give XSETBUFFER_OBJFWD an integer offset, not a pointer.
-
Karl Heuer authored
obviating the need for Lisp_Internal_Stream datatype.
-
Karl Heuer authored
Lisp_Internal datatype. (read0, read1, read_list): Use that new calling sequence.
-
- 04 Oct, 1994 2 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer): Use new accessor macros instead of calling XSET directly.
-
- 27 Sep, 1994 1 commit
-
-
Karl Heuer authored
read_list, check_obarray, intern, Fintern, Fintern_soft, oblookup, init_lread): Use type test macros.
-
- 19 Sep, 1994 1 commit
-
-
Karl Heuer authored
-
- 17 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
-