(Fintern): Give keywords a value when interned.
[bpt/emacs.git] / src / lread.c
1997-05-22 Richard M. Stallman(Fintern): Give keywords a value when interned.
1997-04-30 Richard M. Stallman(init_lread): Don't add ../lisp to the dump-time load...
1997-04-07 Kenichi Handa(read1): Adjusted for the new structure of Lisp_Char_Table.
1997-02-27 Erik Naggum(Fload): Call Vload_source_file_function with 4 args.
1997-02-20 Karl HeuerInclude charset.h.
1997-02-06 Richard M. Stallman(Feval_buffer): Doc fix.
1997-01-27 Richard M. Stallman(openp): Handle remote file names in path.
1997-01-24 Richard M. Stallman(read1): Round size of bool-vector properly.
1997-01-11 Richard M. StallmanFix previous change.
1997-01-11 Richard M. Stallman(read1): Fix error messages.
1996-10-31 Richard M. Stallman(dir_warning): New function.
1996-10-04 Richard M. Stallman(openp): Omit /: from start of file name.
1996-09-26 Richard M. Stallman(isfloat_string): Accept E like e.
1996-09-17 Erik Naggum(init_obarray): staticpro Qvariable_documentation.
1996-09-11 Richard M. Stallman(Fload): Move ... to ends of messages.
1996-09-09 Erik NaggumAdd #n=object, #n#, and #:symbol constructs to reader.
1996-09-01 Karl HeuerChange all references from point to PT.
1996-09-01 Richard M. Stallman(Fload): Add "source is newer" info to the "loading...
1996-05-23 Karl Heuer(init_lread): Init Vload_file_name to Qnil.
1996-04-26 Richard M. Stallman(close_load_descs) [WINDOWS_NT]: Don't actually do...
1996-04-10 Richard M. Stallman[MSDOS]: If DJGPP version 2, include unistd.h.
1996-04-05 Richard M. StallmanInclude locale.h.
1996-04-05 Richard M. Stallman(init_lread): Specify LC_NUMERIC locale.
1996-02-04 Richard M. Stallman(Fread_char_exclusive): Doc fix.
1996-01-24 Karl Heuer(syms_of_lread): Set Vsource_directory here.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1996-01-09 Karl Heuer(read1): Use xmalloc and xrealloc, not malloc and realloc.
1996-01-09 Erik Naggum(Feval_buffer, Feval_region, Fintern, Fintern_soft...
1996-01-05 Karl HeuerComment fixes.
1995-12-21 Karl Heuer(init_lread): Add ../lisp (in build dir) to load-path
1995-11-20 Richard M. Stallman(Vsource_directory): New variable.
1995-11-10 Richard M. Stallman(oblookup): Clear ARRAY_MARK_FLAG in obsize.
1995-10-31 Karl Heuer(BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-10-18 Richard M. Stallman(read1): Handle #' as prefix.
1995-10-07 Richard M. Stallman(read1): Handle chartables and boolvectors.
1995-09-15 Richard M. Stallman(Fload): Rename arg STR to FILE.
1995-08-05 Richard M. Stallman(saved_doc_string*): New variables.
1995-07-21 Richard M. Stallman(read_list): When a file loaded from site-init.el uses #$,
1995-07-17 Karl Heuer(Fread): Rename arg READCHARFUN to STREAM.
1995-05-27 Geoff Voelker(init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOAD...
1995-05-22 Karl Heuer(oblookup): Delete argument hashp.
1995-05-07 Richard M. Stallman(isfloat_string): Reject strings like "0.5+".
1995-05-05 Richard M. Stallman(read1): Handle long EMACS_INT in atol.
1995-05-04 Richard M. Stallman(read1): New arg FIRST_IN_LIST; all callers changed.
1995-04-08 Richard M. Stallman(read_escape): Undo Nov 15 change.
1995-04-07 Richard M. Stallman(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)
1995-04-07 Karl HeuerUpdate copyright.
1995-04-03 Richard M. Stallman(oblookup): Save bucket num in oblookup_last_bucket_number.
1995-03-31 Richard M. Stallman(isfloat_string): Permit trailing space.
1995-03-21 Richard M. Stallman(Vload_read_function): New variable.
1995-03-15 Karl Heuer(defvar_kboard): Renamed from defvar_display.
1995-02-03 Karl Heuer(defvar_display): Don't staticpro; these objects are...
1995-01-31 Karl Heuer[!MULTI_PERDISPLAY] (defvar_display): Use staticpro.
1995-01-31 Karl Heuer(defvar_display): New function.
1994-12-21 Richard M. Stallman(Qload_file_name, Vload_file_name): New variables.
1994-12-15 Richard M. Stallman(readevalloop): Ignore ^M here.
1994-11-18 Richard M. Stallman(Fload): Call Fsubstitute_in_file_name after trying...
1994-11-15 Richard M. Stallman(read_escape): For \S-a, return A.
1994-11-14 Karl Heuer(defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per...
1994-11-09 Richard M. StallmanDon't include ctype.h.
1994-11-01 Richard M. StallmanChange explicit uses of the Unix directory separator
1994-10-16 Richard M. Stallman(load_unwind): Cast argument of fclose.
1994-10-12 Karl Heuer(defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopr...
1994-10-06 Karl Heuer(defvar_per_buffer): Access buffer_local_flags as Lisp_...
1994-10-06 Karl Heuer(Fload, load_unwind): Store stream pointer as a cons...
1994-10-06 Karl Heuer(read1): New argument for returning out-of-band data...
1994-10-04 Karl Heuer(read_filtered_event, init_obarray): Don't use XFASTINT...
1994-10-04 Karl Heuer(Fget_file_char, Fload, read1, oblookup, map_obarray...
1994-09-27 Karl Heuer(readchar, readchar, unreadchar, read_filtered_event...
1994-09-19 Karl Heuer(openp): Fix Lisp_Object vs. int problems.
1994-09-17 Richard M. Stallman(Fload): Use EMACS_INT.
1994-08-23 Richard M. Stallman(O_RDONLY): Defined.
1994-07-09 Richard M. Stallman(readevalloop): Correctly unbind the unwind protect.
1994-06-28 Karl Heuer(readchar): Restart interrupted I/O.
1994-06-15 Richard M. StallmanPut config.h first.
1994-06-07 Richard M. Stallman[MSDOS]: #include "msdos.h".
1994-06-01 Richard M. Stallman(defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro):
1994-05-25 Richard M. Stallman(openp): Don't use O_RDONLY.
1994-05-20 Michael I. BushnellOnly lusers assume that O_RDONLY == 0.
1994-05-04 Karl HeuerUpdate copyright.
1994-04-29 Karl Heuer[MSDOS]: Re-enable some #undef's.
1994-04-28 Richard M. Stallman(read1): Allow `\C- ' and `\C-?'.
1994-04-26 Richard M. Stallman(read_filtered_event): Use Vunread_command_events.
1994-04-22 Karl HeuerPass operation to Ffind_file_name_handler.
1994-04-21 Richard M. Stallman(init_lread): Maybe put build-time Lisp dirs on load...
1994-03-23 Karl Heuer(read_filtered_event, intern): Use assignment instead...
1994-03-22 Karl Heuer(unreadchar): Don't back up the pointer when unreading...
1994-03-22 Karl Heuer(read1): Check for invalid modifier bits in a string.
1994-03-18 Karl Heuer(openp, Fload): GCPRO some things.
1994-02-24 Richard M. Stallman(Fload): Cast the args to stat.
1994-02-11 Karl Heuer(read_filtered_event): Retry read_char after a buffer...
1994-01-29 Richard M. Stallman(init_lread): Put non-ex-dir warnings on stderr.
1994-01-17 Richard M. Stallman(init_lread): Use Vinstallation_directory.
1994-01-11 Richard M. Stallman(Fload): Record descriptor numbers on load_descriptor_list.
1994-01-08 Richard M. Stallman[MSDOS]: Use text mode for all files but ".elc" files.
1993-12-23 Richard M. StallmanLine breaking change.
1993-11-26 Richard M. Stallman(readevalloop): Get error if buffer being eval'd is...
1993-11-23 Richard M. Stallman(OBARRAY_SIZE): Increase from 509.
1993-11-15 Richard M. Stallman(read1): If token has a \, don't treat it as a number.
1993-09-12 Roland McGrathInclude <paths.h>, not "paths.h".
next