| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int. | Karl Heuer | 1994-10-06 | 1 | -4/+4 |
* | (Fload, load_unwind): Store stream pointer as a cons of two integers, | Karl Heuer | 1994-10-06 | 1 | -9/+6 |
* | (read1): New argument for returning out-of-band data, obviating the need for | Karl Heuer | 1994-10-06 | 1 | -40/+37 |
* | (read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias, | Karl Heuer | 1994-10-04 | 1 | -18/+18 |
* | (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1, | Karl Heuer | 1994-09-27 | 1 | -26/+26 |
* | (openp): Fix Lisp_Object vs. int problems. | Karl Heuer | 1994-09-19 | 1 | -3/+5 |
* | (Fload): Use EMACS_INT. | Richard M. Stallman | 1994-09-17 | 1 | -2/+3 |
* | (O_RDONLY): Defined. | Richard M. Stallman | 1994-08-23 | 1 | -1/+5 |
* | (readevalloop): Correctly unbind the unwind protect. | Richard M. Stallman | 1994-07-09 | 1 | -1/+2 |
* | (readchar): Restart interrupted I/O. | Karl Heuer | 1994-06-28 | 1 | -1/+15 |
* | Put config.h first. | Richard M. Stallman | 1994-06-15 | 1 | -1/+1 |
* | [MSDOS]: #include "msdos.h". | Richard M. Stallman | 1994-06-07 | 1 | -0/+1 |
* | (defvar_bool, defvar_int, defvar_lisp, defvar_lisp_nopro): | Richard M. Stallman | 1994-06-01 | 1 | -10/+4 |
* | (openp): Don't use O_RDONLY. | Richard M. Stallman | 1994-05-25 | 1 | -1/+1 |
* | Only lusers assume that O_RDONLY == 0. | Michael I. Bushnell | 1994-05-20 | 1 | -2/+2 |
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
* | [MSDOS]: Re-enable some #undef's. | Karl Heuer | 1994-04-29 | 1 | -4/+1 |
* | (read1): Allow `\C- ' and `\C-?'. | Richard M. Stallman | 1994-04-28 | 1 | -0/+6 |
* | (read_filtered_event): Use Vunread_command_events. | Richard M. Stallman | 1994-04-26 | 1 | -1/+1 |
* | Pass operation to Ffind_file_name_handler. | Karl Heuer | 1994-04-22 | 1 | -1/+1 |
* | (init_lread): Maybe put build-time Lisp dirs on load-path. | Richard M. Stallman | 1994-04-21 | 1 | -5/+14 |
* | (read_filtered_event, intern): Use assignment instead of initialization. | Karl Heuer | 1994-03-23 | 1 | -3/+5 |
* | (unreadchar): Don't back up the pointer when unreading EOF. | Karl Heuer | 1994-03-22 | 1 | -1/+5 |
* | (read1): Check for invalid modifier bits in a string. | Karl Heuer | 1994-03-22 | 1 | -4/+8 |
* | (openp, Fload): GCPRO some things. | Karl Heuer | 1994-03-18 | 1 | -3/+8 |
* | (Fload): Cast the args to stat. | Richard M. Stallman | 1994-02-24 | 1 | -2/+2 |
* | (read_filtered_event): Retry read_char after a buffer change. | Karl Heuer | 1994-02-11 | 1 | -0/+3 |
* | (init_lread): Put non-ex-dir warnings on stderr. | Richard M. Stallman | 1994-01-29 | 1 | -2/+2 |
* | (init_lread): Use Vinstallation_directory. | Richard M. Stallman | 1994-01-17 | 1 | -8/+7 |
* | (Fload): Record descriptor numbers on load_descriptor_list. | Richard M. Stallman | 1994-01-11 | 1 | -0/+29 |
* | [MSDOS]: Use text mode for all files but ".elc" files. | Richard M. Stallman | 1994-01-08 | 1 | -0/+25 |
* | Line breaking change. | Richard M. Stallman | 1993-12-23 | 1 | -2/+2 |
* | (readevalloop): Get error if buffer being eval'd is killed. | Richard M. Stallman | 1993-11-26 | 1 | -0/+9 |
* | (OBARRAY_SIZE): Increase from 509. | Richard M. Stallman | 1993-11-23 | 1 | -1/+1 |
* | (read1): If token has a \, don't treat it as a number. | Richard M. Stallman | 1993-11-15 | 1 | -24/+29 |
* | Include <paths.h>, not "paths.h". | Roland McGrath | 1993-09-12 | 1 | -1/+1 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (init_lread): Normally put Vinvocation_directory | Richard M. Stallman | 1993-08-08 | 1 | -1/+14 |
* | (Fload): Use call5. | Richard M. Stallman | 1993-06-13 | 1 | -10/+1 |
* | (Fload): Forward all 4 args to magic-name handler. | Richard M. Stallman | 1993-06-10 | 1 | -1/+19 |
* | Don't #undef NULL. | Richard M. Stallman | 1993-05-24 | 1 | -1/+0 |
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
* | (syms_of_lread): Make Vcurrent_load_list ordinary Lisp var. | Richard M. Stallman | 1993-05-19 | 1 | -15/+19 |
* | * lread.c, data.c: If STDC_HEADERS is #defined, include <stdlib.h> | Jim Blandy | 1993-05-14 | 1 | -0/+3 |
* | Arrange for Fy_or_n_p to put off switch-frame events. | Jim Blandy | 1993-05-04 | 1 | -109/+81 |
* | (readevalloop): New argument is the source file name (or nil if none). | Richard M. Stallman | 1993-04-17 | 1 | -8/+113 |
* | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 1 | -1/+1 |
* | (syms_of_lread): Set up Qascii_character. | Richard M. Stallman | 1993-03-07 | 1 | -5/+68 |
* | (read_escape): Handle M-, C- and S- for new convention. | Richard M. Stallman | 1993-03-05 | 1 | -5/+25 |