(to_multibyte): Fix computation of new read_buffer_size.
[bpt/emacs.git] / src / lread.c
2001-10-31 Gerd Moellmann(to_multibyte): Fix computation of new read_buffer_size.
2001-10-30 Gerd Moellmann(read1): Remove debugging code.
2001-10-30 Gerd Moellmann(to_multibyte): Ensure read_buffer is at least twice
2001-10-30 Gerd Moellmann(to_multibyte): New function.
2001-10-23 Gerd Moellmann(syms_of_lread)<recursive-load-depth-limit>: Raise to
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-12 Stefan Monnier(substitute_object_recurse): Use traverse_intervals_noo...
2001-10-12 Eli Zaretskii(syms_of_lread) <load-suffixes>: Fix last change:
2001-10-12 Stefan Monnier(syms_of_lread): Fix init of default_suffixes.
2001-10-12 Stefan Monnier(Vload_suffixes, default_suffixes): New vars.
2001-10-05 Gerd Moellmann(Fintern, Funintern): Set symbol's interned and constant
2001-06-02 Eli Zaretskii(Fload): Document that the argument is run via substitu...
2001-05-28 Gerd Moellmann(Fload): Remove unused label.
2001-03-13 Kenichi Handa(read_multibyte): Check the validity of multibyte seque...
2001-02-21 Gerd MoellmannUse display_hourglass_p, start_hourglass, cancel_hourgl...
2001-01-25 Gerd Moellmann(read_integer): Use type EMACS_INT instead of int.
2000-12-15 Gerd Moellmann(read1): Recognize end of file after `\\'.
2000-12-11 Gerd Moellmann(file_offset, file_tell): Depend on HAVE_FSEEKO, not
2000-12-08 Gerd Moellmann(read1): Change the way buffers are reallocated to be
2000-11-17 Dave Love(Fload): Fix #ifdef for pcc.
2000-11-13 Miles Bader(openp): Return -2 instead of 0 for the `remote file...
2000-09-21 Gerd Moellmann(Vrecursive_load_depth_limit): New variable.
2000-09-12 Gerd Moellmann(Fload): Put code checking for recursive loads in ...
2000-09-11 Gerd Moellmann(init_lread): Set Vloads_in_progress to nil.
2000-09-11 Gerd Moellmann(Vloads_in_progress): New variable.
2000-09-07 Gerd Moellmann(syms_of_lread): Change value of regexp
2000-09-04 Gerd Moellmann(syms_of_lread): Make Vbytecomp_version_regexp a Lisp
2000-09-01 Gerd Moellmann(read1): Accept `?' as symbol constituent, for
2000-08-31 Gerd Moellmann(openp): GCPRO local variable `filename'.
2000-08-29 Gerd Moellmann(openp): Prevent temporary string passed to
2000-08-22 Andrew Innes[USE_CRT_DLL]: Remove unnecessary extern, which
2000-08-20 Dave Love(Fread): Doc fix.
2000-08-17 Dave LovePrototype readevalloop, load_unwind,
2000-06-07 Gerd Moellmann(readevalloop): If READCHARFUN sets point to ZV, arrange
2000-06-02 Dave Love(_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
2000-05-23 Gerd Moellmann(Fload): Add a comment about the meaning of
2000-05-20 Kenichi Handa(read1): On reading multibyte string, be sure to make
2000-04-27 Gerd Moellmann(read1): Don't treat period followed by certain
2000-04-27 Gerd Moellmann(end_of_file_error): New function.
2000-04-18 Gerd Moellmann(read_filtered_event): Cancel and start busy cursor.
2000-04-05 Ken Raeburnmake_number/XINT/XUINT conversions; EQ/== fixes; =...
2000-03-29 Gerd Moellmann(read1): Accept `.' (period) as symbol start like in CL
2000-03-27 Jason Rumney(Fload): Move safe_p definition to above #ifdef DOS_NT...
2000-03-27 Gerd MoellmannUse new macro names for handling per-buffer variables.
2000-03-26 Gerd Moellmann(defvar_per_buffer): Use new macros for per-buffer
2000-03-25 Dave Love(load-history): Fix doc string.
2000-03-24 Stefan Monnier* eval.c (Fautoload): Add entry in load-history (if...
2000-03-19 Richard M. Stallman(syms_of_lread): Doc fix for load-convert-to-unibyte.
2000-03-18 Gerd Moellmann(read_integer): Unread the last char not consumed.
2000-03-16 Gerd Moellmann(read_integer): New function.
2000-03-15 Gerd Moellmann(load_dangerous_libraries): New variable.
2000-02-25 Gerd Moellmann(Fload): Use `xfree' instead of `free'.
2000-02-18 Dave LoveUndef feature selection macros before defining.
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-08 Dave Love(__EXTENSIONS__): Define.
2000-02-06 Andrew Innes(syms_of_lread): Fix literal newlines.
2000-02-04 Dave Love(_XOPEN_SOURCE): Declare (for ftello).
2000-01-19 Dave Love(syms_of_lread) [user-init-file]: Doc change.
1999-12-15 Kenichi Handa(readchar): Adjusted for the change of CHAR_STRING.
1999-12-07 Dave Love(Fintern_soft): Fix newlines in doc string.
1999-12-06 Gerd Moellmann(Fintern_soft): Accept a symbol argument.
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-10-18 Kenichi Handa(Fload): Calculate bytes of filename correctly.
1999-09-20 Gerd Moellmann(readchar): Remove unused variables.
1999-09-13 Ken RaeburnUse XCAR and XCDR instead of explicit member access.
1999-09-06 Dave Love(Vbyte_boolean_vars): New variable.
1999-08-13 Kenichi Handa(read_escape): For Control modifier, pay attention to
1999-08-07 Richard M. Stallman(Feval_buffer): New arg DO_ALLOW_PRINT.
1999-08-03 Richard M. Stallman(read1): Added circular reading code to #N=.
1999-06-05 Karl Heuer(Vuser_init_file): New variable.
1999-02-26 Richard M. StallmanUse epaths.h istead of paths.h.
1998-12-22 Kenichi Handa(Fread_char): Change the meaning of the second argument.
1998-09-21 Karl Heuer(build_load_history): Do add to Vload_history
1998-09-06 Karl Heuer(Fload): Handle case where openp finds a magic file
1998-08-31 Paul Eggert(read1): Don't assume that atof ("-0.0") yields -0.0.
1998-08-18 Richard M. Stallman(read_filtered_event): New arg INPUT_METHOD. Calls...
1998-08-02 Richard M. Stallman(read1): In reading a string, treat Qlambda like Qget_f...
1998-07-05 Richard M. Stallman(read_list): Pass new arg to get_doc_string.
1998-06-24 Richard M. Stallman(read_list): Pass new arg to get_doc_string.
1998-06-10 Richard M. Stallman(readevalloop): New arg READFUN. Callers changed.
1998-06-01 Richard M. StallmanRemember the last TWO strings skipped with #@.
1998-05-16 Richard M. Stallman(readchar): Use readchar_backlog again
1998-05-07 Richard M. Stallman(Fintern): Properly compare lisp objects.
1998-05-04 Eli Zaretskii(Fload): Rename dosmode to fmode and use it on all
1998-05-04 Eli Zaretskii(read1): Clear out extraneous bits at end of bool-vector.
1998-05-03 Richard M. Stallman(isfloat_string): Don't look at bytes before the string.
1998-04-28 Andreas SchwabFix -Wimplicit warnings.
1998-04-28 Andreas Schwab(readevalloop): Fix type of UNIBYTE parameter.
1998-04-26 Richard M. Stallman(Fintern): Initialize keywords only in initial obarray.
1998-04-25 Richard M. Stallman(Fread_from_string): Initialize startval and endval.
1998-04-24 Richard M. Stallman(read1): Allow multibyte and unibyte together in one...
1998-04-23 Geoff Voelker(dir_warning): Don't log a warning if Emacs hasn't
1998-04-23 Richard M. Stallman(read_from_string_index_byte): New variable.
1998-04-20 Richard M. Stallman(readevalloop): New arg UNIBYTE. Callers changed.
1998-04-17 Richard M. Stallman(read1): Compute NaN and infinities using 0.0 in a
1998-04-17 Richard M. Stallman(readchar): Find the previous byte's address properly
1998-03-26 Richard M. Stallman(init_lread): Init Vstandard_input.
1998-03-21 Richard M. Stallman(read1): Pass new arg to make_pure_string.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
next