summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAge
* (init_lread): Init Vload_file_name to Qnil.Karl Heuer1996-05-23
* (close_load_descs) [WINDOWS_NT]: Don't actually do anything.Richard M. Stallman1996-04-26
* [MSDOS]: If DJGPP version 2, include unistd.h.Richard M. Stallman1996-04-10
* Include locale.h.Richard M. Stallman1996-04-05
* (init_lread): Specify LC_NUMERIC locale.Richard M. Stallman1996-04-05
* (Fread_char_exclusive): Doc fix.Richard M. Stallman1996-02-04
* (syms_of_lread): Set Vsource_directory here.Karl Heuer1996-01-24
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (read1): Use xmalloc and xrealloc, not malloc and realloc.Karl Heuer1996-01-09
* (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize argumentsErik Naggum1996-01-09
* Comment fixes.Karl Heuer1996-01-05
* (init_lread): Add ../lisp (in build dir) to load-pathKarl Heuer1995-12-21
* (Vsource_directory): New variable.Richard M. Stallman1995-11-20
* (oblookup): Clear ARRAY_MARK_FLAG in obsize.Richard M. Stallman1995-11-10
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-31
* (read1): Handle #' as prefix.Richard M. Stallman1995-10-18
* (read1): Handle chartables and boolvectors.Richard M. Stallman1995-10-07
* (Fload): Rename arg STR to FILE.Richard M. Stallman1995-09-15
* (saved_doc_string*): New variables.Richard M. Stallman1995-08-05
* (read_list): When a file loaded from site-init.el uses #$,Richard M. Stallman1995-07-21
* (Fread): Rename arg READCHARFUN to STREAM.Karl Heuer1995-07-17
* (init_lread) [CANNOT_DUMP]: Set Vload_path to EMACSLOADPATH.Geoff Voelker1995-05-27
* (oblookup): Delete argument hashp.Karl Heuer1995-05-22
* (isfloat_string): Reject strings like "0.5+".Richard M. Stallman1995-05-07
* (read1): Handle long EMACS_INT in atol.Richard M. Stallman1995-05-05
* (read1): New arg FIRST_IN_LIST; all callers changed.Richard M. Stallman1995-05-04
* (read_escape): Undo Nov 15 change.Richard M. Stallman1995-04-08
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)Richard M. Stallman1995-04-07
* Update copyright.Karl Heuer1995-04-07
* (oblookup): Save bucket num in oblookup_last_bucket_number.Richard M. Stallman1995-04-03
* (isfloat_string): Permit trailing space.Richard M. Stallman1995-03-31
* (Vload_read_function): New variable.Richard M. Stallman1995-03-21
* (defvar_kboard): Renamed from defvar_display.Karl Heuer1995-03-15
* (defvar_display): Don't staticpro; these objects are now protected throughKarl Heuer1995-02-03
* [!MULTI_PERDISPLAY] (defvar_display): Use staticpro.Karl Heuer1995-01-31
* (defvar_display): New function.Karl Heuer1995-01-31
* (Qload_file_name, Vload_file_name): New variables.Richard M. Stallman1994-12-21
* (readevalloop): Ignore ^M here.Richard M. Stallman1994-12-15
* (Fload): Call Fsubstitute_in_file_name after trying handler.Richard M. Stallman1994-11-18
* (read_escape): For \S-a, return A.Richard M. Stallman1994-11-15
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessorKarl Heuer1994-11-14
* Don't include ctype.h.Richard M. Stallman1994-11-09
* Change explicit uses of the Unix directory separatorRichard M. Stallman1994-11-01
* (load_unwind): Cast argument of fclose.Richard M. Stallman1994-10-16
* (defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):Karl Heuer1994-10-12
* (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.Karl Heuer1994-10-06
* (Fload, load_unwind): Store stream pointer as a cons of two integers,Karl Heuer1994-10-06
* (read1): New argument for returning out-of-band data, obviating the need forKarl Heuer1994-10-06
* (read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-04
* (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,Karl Heuer1994-10-04