index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Fload): Fix typo in docstring.
Juanma Barranquero
2007-10-01
1
-6
/
+6
*
(load_warn_old_style_backquotes): Fix weird typo.
Stefan Monnier
2007-08-23
1
-1
/
+1
*
(load_warn_old_style_backquotes): Fix up array size typo.
Stefan Monnier
2007-08-23
1
-2
/
+2
*
(Qold_style_backquotes): New var.
Stefan Monnier
2007-08-22
1
-4
/
+21
*
(syms_of_lread): Export old-style-backquotes to Elisp.
Stefan Monnier
2007-08-22
1
-3
/
+4
*
(Vold_style_backquotes): New var.
Stefan Monnier
2007-08-22
1
-2
/
+12
*
Replace `iff' in comments.
Glenn Morris
2007-08-08
1
-3
/
+3
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
(readchar): Extend BLOCK_INPUT block to ferror/clearerr.
YAMAMOTO Mitsuharu
2007-03-28
1
-3
/
+3
*
Include blockinput.h.
YAMAMOTO Mitsuharu
2007-03-20
1
-2
/
+17
*
(syms_of_lread) <load-history>: Doc fix.
Juanma Barranquero
2007-02-03
1
-4
/
+4
*
(syms_of_lread) <user-init-file>: Doc fix.
Juanma Barranquero
2007-02-01
1
-1
/
+3
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(Feval_buffer, Feval_region): Doc fix.
Juanma Barranquero
2006-12-10
1
-3
/
+3
*
(syms_of_lread): Fix typo in docstring.
Juanma Barranquero
2006-11-06
1
-2
/
+2
*
* lread.c (read_filtered_event): New arg SECONDS to wait until.
Chong Yidong
2006-07-26
1
-21
/
+51
*
* ebrowse.c (usage, version): Mark as NO_RETURN.
Dan Nicolaescu
2006-07-18
1
-0
/
+1
*
(Fload): Use xsignal2, signal_error.
Kim F. Storm
2006-07-18
1
-36
/
+40
*
(check_obarray): Cleanup wrong_type_argument use.
Kim F. Storm
2006-07-12
1
-5
/
+4
*
(readevalloop): Remove unused var `bpos'. Yet another int/Lisp_Object mixup.
Stefan Monnier
2006-07-07
1
-3
/
+2
*
(read_filtered_event): Remove `register' qualifier because it
Stefan Monnier
2006-07-07
1
-1
/
+1
*
(read_filtered_event): Treat select-window just like switch-frame.
Stefan Monnier
2006-07-02
1
-1
/
+1
*
Fix whitespace of last change.
Eli Zaretskii
2006-06-25
1
-4
/
+4
*
(read_escape): When an unknown Unicode code point is encountered as a string
Eli Zaretskii
2006-06-24
1
-9
/
+4
*
(read_escape): Provide a Unicode character escape syntax; \u followed by
Eli Zaretskii
2006-06-09
1
-0
/
+49
*
lread.c (Vload_history): Enhance doc-string to say that the file is the
Alan Mackenzie
2006-05-24
1
-22
/
+48
*
(readevalloop): Abort if START non-nil for non-buffer input.
Richard M. Stallman
2006-05-12
1
-1
/
+7
*
Declare Vload_file_rep_suffixes instead of
Luc Teirlinck
2006-02-27
1
-18
/
+69
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
(openp): Initialized encoded_fn before GCPRO it.
Kenichi Handa
2006-02-06
1
-1
/
+1
*
(Fload): Don't leak the file descriptor returned by openp if we are going
Eli Zaretskii
2006-01-20
1
-2
/
+6
*
(readevalloop): Test for reading a whole buffer
Richard M. Stallman
2005-12-30
1
-4
/
+29
*
(readevalloop): Set PT and ZV in the proper buffer, not the current one.
Richard M. Stallman
2005-12-28
1
-0
/
+10
*
(read_escape) <\s>: Don't treat strings specially.
Richard M. Stallman
2005-12-08
1
-6
/
+5
*
(readevalloop): Add missing GCPROs.
Stefan Monnier
2005-11-16
1
-3
/
+3
*
(readevalloop): Yet another int/Lisp_Object mixup (YAILOM).
Stefan Monnier
2005-11-01
1
-1
/
+2
*
(build_load_history): Replace STREAM arg with ENTIRE.
Richard M. Stallman
2005-10-23
1
-18
/
+21
*
(Fload): Simplify gcpro structure.
Richard M. Stallman
2005-10-21
1
-14
/
+23
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-07
1
-2
/
+3
*
(load_unwind): Rework last change.
Kim F. Storm
2005-07-20
1
-5
/
+5
*
(Fload, load_unwind): Use make_save_value to unwind
Kim F. Storm
2005-07-20
1
-7
/
+4
*
(syms_of_lread): Initialize seen_list.
Kim F. Storm
2005-07-14
1
-0
/
+1
*
(Qeval_buffer_list, Veval_buffer_list): New vars.
Richard M. Stallman
2005-07-10
1
-0
/
+10
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(read1): 0.0e+NaN should make a "positive" NaN.
Richard M. Stallman
2005-06-25
1
-0
/
+17
*
(read_vector): Follow error conventions.
Juanma Barranquero
2005-06-23
1
-2
/
+2
*
(Flocate_file_internal): Doc fix.
Eli Zaretskii
2005-05-06
1
-0
/
+1
*
(Vloads_in_progress): Static.
Lute Kamstra
2005-04-18
1
-3
/
+3
*
(Vloads_in_progress): Not static.
Richard M. Stallman
2005-04-10
1
-1
/
+1
*
(readevalloop): Add args START and END as region in
Kim F. Storm
2005-04-08
1
-17
/
+35
[next]