| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | (unreadchar): For unreading an ASCII char | Richard M. Stallman | 1998-01-21 | 1 | -2/+34 |
* | (read1): Escape codes can force multibyte or single-byte. | Karl Heuer | 1998-01-18 | 1 | -16/+37 |
* | (read_escape): `\ ' stands for nothing at all. | Richard M. Stallman | 1998-01-09 | 1 | -39/+58 |
* | (readchar): Use marker's bytepos instead of bufpos. | Richard M. Stallman | 1998-01-02 | 1 | -7/+2 |
* | (readchar_backlog): New variable. | Richard M. Stallman | 1998-01-01 | 1 | -35/+75 |
* | (Feval_region): Doc correction (point does not move). | Karl Heuer | 1997-12-04 | 1 | -2/+1 |
* | (read1): Declare `workbuf' as unsigned char. | Andreas Schwab | 1997-11-21 | 1 | -3/+6 |
* | Indicate in messages if source code is being loaded. | Simon Marshall | 1997-10-23 | 1 | -8/+8 |
* | (read_list): Don't recognize Vload_file_name | Karl Heuer | 1997-10-15 | 1 | -1/+5 |
* | Make sure that make-docfile does not see the doc string | Karl Heuer | 1997-10-02 | 1 | -1/+1 |
* | (Feval_buffer): New arg FILENAME. | Richard M. Stallman | 1997-09-07 | 1 | -5/+12 |
* | (Fload): Fix doc syntax. | Richard M. Stallman | 1997-08-30 | 1 | -1/+1 |
* | (Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix. | Richard M. Stallman | 1997-08-29 | 1 | -2/+21 |
* | (read1): Handle read_escape making a multibyte character. | Richard M. Stallman | 1997-08-09 | 1 | -1/+23 |
* | (Fload): New optional arg MUST-SUFFIX. | Richard M. Stallman | 1997-08-04 | 1 | -4/+9 |
* | (map_obarray): Don't crash if something strange is in the obarray. | Richard M. Stallman | 1997-07-28 | 1 | -1/+1 |
* | (init_lread): Don't add to load-path lisp subdirectories | Richard M. Stallman | 1997-07-13 | 1 | -3/+13 |
* | (Vpreloaded_file_list): New variable. | Richard M. Stallman | 1997-07-07 | 1 | -0/+10 |
* | (init_lread): Add leim subdir, like lisp subdir. | Richard M. Stallman | 1997-07-02 | 1 | -3/+18 |
* | (init_lread): Sometimes add to load-path | Richard M. Stallman | 1997-06-01 | 1 | -0/+26 |
* | (intern): Don't make a pure string here, since Fintern does that. | Richard M. Stallman | 1997-05-31 | 1 | -4/+1 |
* | (Fintern): Give keywords a value when interned. | Richard M. Stallman | 1997-05-22 | 1 | -0/+3 |
* | (init_lread): Don't add ../lisp to the dump-time load path. | Richard M. Stallman | 1997-04-30 | 1 | -4/+6 |
* | (read1): Adjusted for the new structure of Lisp_Char_Table. | Kenichi Handa | 1997-04-07 | 1 | -0/+17 |
* | (Fload): Call Vload_source_file_function with 4 args. | Erik Naggum | 1997-02-27 | 1 | -1/+1 |
* | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -4/+57 |
* | (Feval_buffer): Doc fix. | Richard M. Stallman | 1997-02-06 | 1 | -2/+1 |
* | (openp): Handle remote file names in path. | Richard M. Stallman | 1997-01-27 | 1 | -12/+59 |
* | (read1): Round size of bool-vector properly. | Richard M. Stallman | 1997-01-24 | 1 | -2/+7 |
* | Fix previous change. | Richard M. Stallman | 1997-01-11 | 1 | -2/+2 |
* | (read1): Fix error messages. | Richard M. Stallman | 1997-01-11 | 1 | -2/+3 |
* | (dir_warning): New function. | Richard M. Stallman | 1996-10-31 | 1 | -3/+17 |
* | (openp): Omit /: from start of file name. | Richard M. Stallman | 1996-10-04 | 1 | -3/+16 |
* | (isfloat_string): Accept E like e. | Richard M. Stallman | 1996-09-26 | 1 | -1/+1 |
* | (init_obarray): staticpro Qvariable_documentation. | Erik Naggum | 1996-09-17 | 1 | -0/+1 |
* | (Fload): Move ... to ends of messages. | Richard M. Stallman | 1996-09-11 | 1 | -4/+4 |
* | Add #n=object, #n#, and #:symbol constructs to reader. | Erik Naggum | 1996-09-09 | 1 | -2/+70 |
* | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -1/+1 |
* | (Fload): Add "source is newer" info to the "loading" and "done" messages. | Richard M. Stallman | 1996-09-01 | 1 | -10/+32 |
* | (init_lread): Init Vload_file_name to Qnil. | Karl Heuer | 1996-05-23 | 1 | -0/+1 |
* | (close_load_descs) [WINDOWS_NT]: Don't actually do anything. | Richard M. Stallman | 1996-04-26 | 1 | -0/+5 |
* | [MSDOS]: If DJGPP version 2, include unistd.h. | Richard M. Stallman | 1996-04-10 | 1 | -4/+7 |
* | Include locale.h. | Richard M. Stallman | 1996-04-05 | 1 | -0/+4 |
* | (init_lread): Specify LC_NUMERIC locale. | Richard M. Stallman | 1996-04-05 | 1 | -0/+5 |
* | (Fread_char_exclusive): Doc fix. | Richard M. Stallman | 1996-02-04 | 1 | -1/+2 |
* | (syms_of_lread): Set Vsource_directory here. | Karl Heuer | 1996-01-24 | 1 | -4/+6 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (read1): Use xmalloc and xrealloc, not malloc and realloc. | Karl Heuer | 1996-01-09 | 1 | -12/+17 |
* | (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize arguments | Erik Naggum | 1996-01-09 | 1 | -19/+19 |