Mon, 04 Sep 2000 12:03:00 +0000 |
Gerd Moellmann |
(syms_of_lread): Make Vbytecomp_version_regexp a Lisp
|
Fri, 01 Sep 2000 11:55:15 +0000 |
Gerd Moellmann |
(read1): Accept `?' as symbol constituent, for
|
Thu, 31 Aug 2000 08:50:35 +0000 |
Gerd Moellmann |
(openp): GCPRO local variable `filename'.
|
Tue, 29 Aug 2000 10:37:38 +0000 |
Gerd Moellmann |
(openp): Prevent temporary string passed to
|
Tue, 22 Aug 2000 22:38:05 +0000 |
Andrew Innes |
[USE_CRT_DLL]: Remove unnecessary extern, which
|
Sun, 20 Aug 2000 19:06:50 +0000 |
Dave Love |
(Fread): Doc fix.
|
Thu, 17 Aug 2000 14:11:00 +0000 |
Dave Love |
Prototype readevalloop, load_unwind,
|
Wed, 07 Jun 2000 12:30:47 +0000 |
Gerd Moellmann |
(readevalloop): If READCHARFUN sets point to ZV, arrange
|
Fri, 02 Jun 2000 15:50:01 +0000 |
Dave Love |
(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
|
Tue, 23 May 2000 21:58:58 +0000 |
Gerd Moellmann |
(Fload): Add a comment about the meaning of
|
Sat, 20 May 2000 00:03:42 +0000 |
Kenichi Handa |
(read1): On reading multibyte string, be sure to make
|
Thu, 27 Apr 2000 19:10:15 +0000 |
Gerd Moellmann |
(read1): Don't treat period followed by certain
|
Thu, 27 Apr 2000 10:48:11 +0000 |
Gerd Moellmann |
(end_of_file_error): New function.
|
Tue, 18 Apr 2000 13:41:33 +0000 |
Gerd Moellmann |
(read_filtered_event): Cancel and start busy cursor.
|
Wed, 05 Apr 2000 17:29:31 +0000 |
Ken Raeburn |
make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
|
Wed, 29 Mar 2000 12:57:45 +0000 |
Gerd Moellmann |
(read1): Accept `.' (period) as symbol start like in CL
|
Mon, 27 Mar 2000 20:24:10 +0000 |
Jason Rumney |
(Fload): Move safe_p definition to above #ifdef DOS_NT block.
|
Mon, 27 Mar 2000 19:54:34 +0000 |
Gerd Moellmann |
Use new macro names for handling per-buffer variables.
|
Sun, 26 Mar 2000 14:09:59 +0000 |
Gerd Moellmann |
(defvar_per_buffer): Use new macros for per-buffer
|
Sat, 25 Mar 2000 12:37:51 +0000 |
Dave Love |
(load-history): Fix doc string.
|
Fri, 24 Mar 2000 20:25:16 +0000 |
Stefan Monnier |
* eval.c (Fautoload): Add entry in load-history (if after dump).
|
Sun, 19 Mar 2000 15:45:02 +0000 |
Richard M. Stallman |
(syms_of_lread): Doc fix for load-convert-to-unibyte.
|
Sat, 18 Mar 2000 01:04:28 +0000 |
Gerd Moellmann |
(read_integer): Unread the last char not consumed.
|
Thu, 16 Mar 2000 13:23:06 +0000 |
Gerd Moellmann |
(read_integer): New function.
|
Wed, 15 Mar 2000 19:57:38 +0000 |
Gerd Moellmann |
(load_dangerous_libraries): New variable.
|
Fri, 25 Feb 2000 13:13:08 +0000 |
Gerd Moellmann |
(Fload): Use `xfree' instead of `free'.
|
Fri, 18 Feb 2000 19:47:49 +0000 |
Dave Love |
Undef feature selection macros before defining.
|
Thu, 17 Feb 2000 09:45:46 +0000 |
Gerd Moellmann |
Remove `LISP_FLOAT_TYPE' and `standalone'.
|
Tue, 08 Feb 2000 09:59:36 +0000 |
Dave Love |
(__EXTENSIONS__): Define.
|
Sun, 06 Feb 2000 23:37:44 +0000 |
Andrew Innes |
(syms_of_lread): Fix literal newlines.
|