]> code.delx.au - gnu-emacs/history - src/data.c
(Flogxor): Fix typo in docstring.
[gnu-emacs] / src / data.c
2006-11-12 Juanma Barranquero(Flogxor): Fix typo in docstring.
2006-11-08 Juanma Barranquero(Fmakunbound): Use SYMBOL_CONSTANT_P macro.
2006-07-18 Kim F. Storm(circular_list_error): Use xsignal.
2006-07-13 Kim F. Storm(Findirect_function): Optimize for no indirection.
2006-07-12 Kim F. Storm(wrong_type_argument): Remove loop around Fsignal.
2006-04-11 Dan Nicolaescu* lisp.h (wrong_type_argument): Mark as NO_RETURN.
2006-02-10 Thien-Thi Nguyen(Findirect_function): Rewrite docstring.
2006-02-10 Kim F. Storm* data.c (Findirect_function): Add NOERROR arg. All...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2006-01-30 Luc Teirlinck(Flistp): Doc fix.
2006-01-29 Luc Teirlinck(Fcar, Fcdr): Doc fixes.
2006-01-28 Luc Teirlinck(Fcar, Fcdr): Add links to Elisp manual to the docstrings.
2005-10-30 Richard M. Stallman(Fmake_variable_frame_local): Doc fix.
2005-10-28 Chong Yidong* data.c (Fmake_variable_frame_local): Add clarification to
2005-09-18 John Paul Wallington(Fdefalias): Signal an error if SYMBOL is not a symbol.
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-04-27 Kim F. Storm(syms_of_data) Staticpro Qcyclic_variable_indirection.
2005-04-20 Kenichi Handa(Faref): Handle special slots used as default values of
2005-02-15 Richard M. Stallman(Fsetq_default): Allow no arg case.
2004-12-27 Richard M. Stallman(Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
2004-12-15 Jan Djärv* syssignal.h: Declare main_thread.
2004-12-02 Richard M. Stallman(Fmake_variable_buffer_local): Doc fix.
2004-11-09 Kim F. Storm(store_symval_forwarding): Remove unused variables.
2004-10-26 Kim F. StormFix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-10-20 Luc Teirlinck(Flocal_variable_if_set_p): Doc fix.
2004-08-02 Luc Teirlinck(Finteractive_form): Doc fix.
2004-06-21 Kim F. Storm(MAX_ALLOCA): Remove define.
2004-05-16 Juanma Barranquero(Fset_default): Make argument names match their use...
2004-05-09 Juanma Barranquero(Fquo): Simplify.
2004-05-08 Juanma Barranquero(Fquo): If any argument is float, do the computation...
2004-05-06 Juanma Barranquero(Fsetq_default): Fix docstring.
2004-04-29 Stefan Monnier(Fsubr_name): New fun.
2004-04-26 Andreas Schwab(Faref, Faset): Use BOOL_VECTOR_BITS_PER_CHAR instead of
2004-03-31 Jan Djärvdata.c (Fbyteorder): Make test work even if unsigned...
2004-03-29 Stefan Monnier(Finteractive_form): Rename from Fsubr_interactive_form.
2004-02-16 Stefan MonnierLisp_Object/int mixup.
2004-02-10 Jan Djärv* data.c (Fbyteorder): New function.
2003-12-29 Richard M. Stallman(store_symval_forwarding): Handle setting default-fill...
2003-11-21 Lars Hansen(Qinteger): Exported.
2003-10-26 Luc Teirlinck(Fsetplist): Doc fix.
2003-09-19 Richard M. Stallman(Fvariable_binding_locus): New function.
2003-09-01 Miles BaderAdd arch taglines
2003-08-29 Richard M. Stallman(Fmake_variable_buffer_local, Fmake_local_variable)
2003-05-17 Richard M. Stallman(let_shadows_buffer_binding_p): Make target of p volatile.
2003-04-18 Miles Bader(Faset): Calculate nbytes earlier, to satisfy the now...
2003-03-26 Stefan Monnier(store_symval_forwarding): Re-instate part of the code
2003-03-25 Stefan Monnier(store_symval_forwarding): Delete special read-only
2003-03-12 Andreas Schwab(long_to_cons): Fix type of top.
2002-12-29 Francesco Potortì(Fstring_to_number, Fminus): Better English in doc...
2002-12-25 Francesco Potortì(Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
2002-12-07 Richard M. Stallman(Fdefalias): Record in load-history redefining an autoload.
2002-09-06 Juanma Barranquero(Flsh): Fix spacing.
2002-08-07 Richard M. Stallman(Fmake_variable_frame_local): Doc fix.
2002-07-18 Richard M. Stallman(Fdefalias): Doc fix.
2002-07-16 Ken Raeburn* data.c (Faref): Use SDATA.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-09 Stefan Monnier(Fdefalias): Add an optional `docstring' argument.
2002-05-20 Ken Raeburn* data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
2001-12-22 Pavel Janík(wrong_type_argument): Remove mocklisp case.
2001-12-07 Andreas Schwab(Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
2001-11-16 Pavel Janík(Ftimes): Doc fix.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-11-02 Pavel Janík(Fsetq_default): Add usage to doc-string.
2001-11-01 Richard M. Stallman(Fmake_local_variable): Doc fix.
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-21 Miles Bader(Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-11 Gerd Moellmann(Fstring_to_number): Use make_fixnum_or_float.
2001-10-11 Gerd Moellmann(Qcircular_list): New variable.
2001-10-06 Gerd Moellmann(most_positive_fixnum, most_negative_fixnum): New
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE.
2001-03-29 Gerd Moellmann(Fsubr_interactive_form): New function.
2001-03-15 Gerd Moellmann(store_symval_forwarding): Add parameter BUF. If BUF is
2001-01-02 Eli Zaretskii(find_symbol_value): Remove extra 3rd argument in the
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-07-21 Kenichi Handa(Faset): Allow storing any multibyte character in a...
2000-06-19 Gerd Moellmann(set_internal): If variable is frame-local,
2000-06-15 Gerd Moellmann(set_internal): Remove debug code.
2000-06-13 Gerd Moellmann(swap_in_global_binding): New function.
2000-05-26 Dave Love(Qsubrp, Qmany, Qunevalled): New variables.
2000-05-19 Kenichi Handa(Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-03-27 Gerd MoellmannUse new macro names
2000-03-26 Gerd Moellmann(do_symval_forwarding, store_symval_forwarding)
2000-02-23 Gerd Moellmann(Fstring_to_number): If number is greater than what
2000-02-23 Gerd Moellmann(keyword_symbols_constant_flag): Removed.
2000-02-20 Richard M. Stallman(Fmake_variable_buffer_local): Doc fix.
2000-02-18 Gerd Moellmann(let_shadows_buffer_binding_p): Ignore specbindings
2000-02-17 Gerd MoellmannRemove `LISP_FLOAT_TYPE' and `standalone'.
2000-02-15 Richard M. Stallman(set_internal): Don't make variable buffer-local
2000-01-22 Richard M. Stallman(set_internal): Further fix in same criterion.
2000-01-20 Richard M. Stallman(set_internal): Fix the criteria for whether
2000-01-11 Richard M. Stallman(set_internal): New arg BUF.
1999-12-17 Dave Love(Fkeywordp): New function.
1999-12-15 Kenichi Handa(Faref): Delete codes for a composite character..
1999-11-01 Gerd Moellmann(Qtext_read_only): New built-in error.
1999-10-26 Gerd Moellmann(Qad_activate_internal): Renamed from Qad_activate.
1999-10-25 Gerd Moellmann(Qhash_table): New.
1999-10-25 Ken Raeburnmore XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp...
next