summaryrefslogtreecommitdiff
path: root/src/lread.c
Commit message (Expand)AuthorAgeFilesLines
...
* (read1): Handle long EMACS_INT in atol.Richard M. Stallman1995-05-051-1/+6
* (read1): New arg FIRST_IN_LIST; all callers changed.Richard M. Stallman1995-05-041-9/+78
* (read_escape): Undo Nov 15 change.Richard M. Stallman1995-04-081-2/+10
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard)Richard M. Stallman1995-04-071-5/+5
* Update copyright.Karl Heuer1995-04-071-1/+1
* (oblookup): Save bucket num in oblookup_last_bucket_number.Richard M. Stallman1995-04-031-8/+82
* (isfloat_string): Permit trailing space.Richard M. Stallman1995-03-311-1/+1
* (Vload_read_function): New variable.Richard M. Stallman1995-03-211-1/+12
* (defvar_kboard): Renamed from defvar_display.Karl Heuer1995-03-151-4/+4
* (defvar_display): Don't staticpro; these objects are now protected throughKarl Heuer1995-02-031-3/+0
* [!MULTI_PERDISPLAY] (defvar_display): Use staticpro.Karl Heuer1995-01-311-0/+3
* (defvar_display): New function.Karl Heuer1995-01-311-1/+17
* (Qload_file_name, Vload_file_name): New variables.Richard M. Stallman1994-12-211-3/+49
* (readevalloop): Ignore ^M here.Richard M. Stallman1994-12-151-1/+4
* (Fload): Call Fsubstitute_in_file_name after trying handler.Richard M. Stallman1994-11-181-1/+5
* (read_escape): For \S-a, return A.Richard M. Stallman1994-11-151-0/+2
* (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_per_buffer): Use accessorKarl Heuer1994-11-141-4/+4
* Don't include ctype.h.Richard M. Stallman1994-11-091-9/+8
* Change explicit uses of the Unix directory separatorRichard M. Stallman1994-11-011-11/+17
* (load_unwind): Cast argument of fclose.Richard M. Stallman1994-10-161-2/+2
* (defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):Karl Heuer1994-10-121-24/+31
* (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.Karl Heuer1994-10-061-4/+4
* (Fload, load_unwind): Store stream pointer as a cons of two integers,Karl Heuer1994-10-061-9/+6
* (read1): New argument for returning out-of-band data, obviating the need forKarl Heuer1994-10-061-40/+37
* (read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,Karl Heuer1994-10-041-18/+18
* (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,Karl Heuer1994-09-271-26/+26
* (openp): Fix Lisp_Object vs. int problems.Karl Heuer1994-09-191-3/+5
* (Fload): Use EMACS_INT.Richard M. Stallman1994-09-171-2/+3
* (O_RDONLY): Defined.Richard M. Stallman1994-08-231-1/+5
* (readevalloop): Correctly unbind the unwind protect.Richard M. Stallman1994-07-091-1/+2
* (readchar): Restart interrupted I/O.Karl Heuer1994-06-281-1/+15
* Put config.h first.Richard M. Stallman1994-06-151-1/+1
* [MSDOS]: #include "msdos.h".Richard M. Stallman1994-06-071-0/+1
* (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro):Richard M. Stallman1994-06-011-10/+4
* (openp): Don't use O_RDONLY.Richard M. Stallman1994-05-251-1/+1
* Only lusers assume that O_RDONLY == 0.Michael I. Bushnell1994-05-201-2/+2
* Update copyright.Karl Heuer1994-05-041-1/+1
* [MSDOS]: Re-enable some #undef's.Karl Heuer1994-04-291-4/+1
* (read1): Allow `\C- ' and `\C-?'.Richard M. Stallman1994-04-281-0/+6
* (read_filtered_event): Use Vunread_command_events.Richard M. Stallman1994-04-261-1/+1
* Pass operation to Ffind_file_name_handler.Karl Heuer1994-04-221-1/+1
* (init_lread): Maybe put build-time Lisp dirs on load-path.Richard M. Stallman1994-04-211-5/+14
* (read_filtered_event, intern): Use assignment instead of initialization.Karl Heuer1994-03-231-3/+5
* (unreadchar): Don't back up the pointer when unreading EOF.Karl Heuer1994-03-221-1/+5
* (read1): Check for invalid modifier bits in a string.Karl Heuer1994-03-221-4/+8
* (openp, Fload): GCPRO some things.Karl Heuer1994-03-181-3/+8
* (Fload): Cast the args to stat.Richard M. Stallman1994-02-241-2/+2
* (read_filtered_event): Retry read_char after a buffer change.Karl Heuer1994-02-111-0/+3
* (init_lread): Put non-ex-dir warnings on stderr.Richard M. Stallman1994-01-291-2/+2