log src/fns.c @ 75343:0259a1711394

age author description
2007-01-13 Eli Zaretskii (maybe_resize_hash_table): Copy new size of hash table into EMACS_INT to avoid
2006-11-24 Juanma Barranquero (substring_both): Add missing address operator.
2006-11-24 Stefan Monnier Use AREF/ASIZE macros.
2006-11-20 Eli Zaretskii (concat) [!__GNUC__]: Add prototype.
2006-11-12 Juanma Barranquero (Frandom, Flength, Fsafe_length, Fstring_bytes, Fstring_equal, Fcompare_strings,
2006-11-05 Juanma Barranquero (Ffeaturep, syms_of_fns): Fix typos in docstrings.
2006-09-22 Kenichi Handa (optimize_sub_char_table): Don't optimize a sub-char-table
2006-09-20 Kim F. Storm (Fmemq): Refill doc string.
2006-09-02 Eli Zaretskii (concat) [__GNUC__]: Declare with `__attribute__((noinline))'.
2006-08-25 Richard M. Stallman (sxhash_string): Rotate properly; don't lose bits.
2006-07-26 Chong Yidong (Fy_or_n_p): Change call to read_filtered_event to use new arg.
2006-07-18 Kim F. Storm (Flength): wrong_type_argument is no-return.
2006-07-12 Kim F. Storm (Flength, Felt, Ffillarray): Remove loop around wrong_type_argument.
2006-05-25 Luc Teirlinck (Fyes_or_no_p): Fread_from_minibuffer now takes only seven args.
2006-04-12 YAMAMOTO Mitsuharu [HAVE_MENUS && MAC_OS]: Include macterm.h.
2006-03-24 Kim F. Storm (sxhash_list): Include last non-nil CDR in hash.
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-26 Richard M. Stallman (Fprovide): Store (0 . OFEATURES) in Vautoload_queue.
2005-12-11 Richard M. Stallman (Frequire): Treat evaluating from a source file
2005-10-20 Kim F. Storm (Fchar_table_range): Remove unused var i.
2005-09-27 Dan Nicolaescu * xlwmenu.c (find_next_selectable):
2005-09-04 Richard M. Stallman (Fsort): Doc fix.
2005-08-07 Richard M. Stallman (syms_of_fns): Add `emacs' to features.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-19 Kenichi Handa (Fstring_as_multibyte): Escape backslashes in the
2005-07-04 Lute Kamstra Update FSF's address.
2005-06-21 Juanma Barranquero (Fchar_table_range): Fix spellings.
2005-06-20 Kim F. Storm (Fsort): Doc fix.
2005-06-09 Juanma Barranquero (Fmemq, Fmaphash): Doc fixes.
2005-06-01 Kim F. Storm (mapcar1): Maybe exit loop if original sequence was modified.
2005-05-24 Nick Roberts (Fyes_or_no_p, Fy_or_n_p): Call Fx_popup_dialog with
2005-05-06 Juanma Barranquero (Fchar_table_range): Fix typos in docstring.
2005-05-06 Stefan Monnier (Fchar_table_range): Yet Another Int/Lisp_Object Mixup.
2005-04-26 Kenichi Handa (char_table_range): New function.
2005-04-22 Kenichi Handa (copy_sub_char_table): Explicitly copy the default value
2005-04-21 Kim F. Storm (Fplist_get): Replace by Fsafe_plist_get.
2005-04-20 Kenichi Handa (Fset_char_table_range): Don't set slots used as default
2005-04-19 Kim F. Storm (Fsafe_get): New function.
2005-04-18 Lute Kamstra (Vloads_in_progress): Remove extern.
2005-04-10 Stefan Monnier (Fstring_as_multibyte, Fstring_to_multibyte): Docstring fixes.
2005-04-10 Richard M. Stallman (Vloads_in_progress): Add extern.
2005-01-19 Kim F. Storm (sweep_weak_table): Advance prev pointer when we keep a pair.
2005-01-12 Richard M. Stallman (Frequire): Record in load-history unconditionally.
2004-12-27 Steven Tamm * dispextern.h: Change HAVE_CARBON to MAC_OS.
2004-11-29 Kim F. Storm (concat): Use SAFE_ALLOCA.
2004-11-21 Luc Teirlinck (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
2004-11-16 Stefan Monnier Avoid side-effects inside XSETFASTINT's arguments.
2004-11-15 Kim F. Storm (Fsafe_plist_get): New defun.
2004-11-06 Eli Zaretskii (sxhash): As far as possible, merge calculation of
2004-10-26 Kim F. Storm Fix SAFE_FREE calls. Replace SAFE_FREE_LISP calls.
2004-10-13 Stefan Monnier (map_char_table): Add missing gcpros.
2004-07-06 Luc Teirlinck (Fclear_string): Correct previous change.
2004-07-06 Luc Teirlinck (Fclear_string): Put call to CHECK_STRING in correct place.
2004-07-06 John Paul Wallington (Fclear_string): Signal an error if STRING is not a string.
2004-06-24 Kim F. Storm (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
2004-06-22 Kim F. Storm (Fmapcar, Fmapconcat): GCPRO the args array.
2004-06-22 Kim F. Storm (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
2004-06-21 Kim F. Storm (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
2004-06-21 Kim F. Storm * fns.c (string_make_multibyte, string_to_multibyte)
2004-06-17 Jan Djärv * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
2004-05-10 Kenichi Handa (count_combining): Delete it.
2004-04-26 Andreas Schwab (Fcopy_sequence, concat, internal_equal, Ffillarray, mapcar1): Use
2004-04-20 John Paul Wallington (Fassoc, Feql): Fix indentation.
2004-04-19 John Paul Wallington (Feql): New function.
2004-03-12 Richard M. Stallman (internal_equal): New arg PROPS controls comparing
2004-02-05 Kenichi Handa (Fset_char_table_range): Fix previous change.
2004-02-04 Kenichi Handa (Fset_char_table_range): Handle charsets ascii,
2004-01-29 Kenichi Handa (string_char_to_byte): Optimize for ASCII only string.
2004-01-23 Kenichi Handa (Fmd5): If OBJECT is a buffer different from the current
2003-12-29 Eli Zaretskii (internal_equal): Return t for two NaN arguments.
2003-12-24 Luc Teirlinck (Fset_char_table_range): Doc fix.
2003-12-23 Luc Teirlinck (Frandom, Fstring_make_multibyte): Doc fixes.
2003-11-29 Jan Djärv Add variable use-file-dialog to control use of file dialogs.
2003-11-25 Andreas Schwab (internal_equal) <case Lisp_Vectorlike>: Declare size as
2003-11-23 Luc Teirlinck (Fset_char_table_parent): Doc fix.
2003-11-22 Luc Teirlinck (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
2003-11-21 Luc Teirlinck (Freverse): Doc fix.
2003-11-17 Stefan Monnier (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
2003-11-12 Luc Teirlinck (Fstring_to_multibyte): Doc fix.
2003-10-05 Luc Teirlinck (Frequire): Doc fix.
2003-09-01 Miles Bader Add arch taglines
2003-07-29 Richard M. Stallman (Fclear_string): New function.
2003-07-21 Richard M. Stallman (Flocale_info): Renamed from Flanginfo. Doc fixes.
2003-07-06 Stefan Monnier (sweep_weak_table): Update calls to mark_object.
2003-06-02 Dave Love Doc fixes.
2003-05-17 Richard M. Stallman (map_char_table): Fix previous change.
2003-05-17 Richard M. Stallman (map_char_table): New arg TABLE gets the master table. All calls changed.
2003-04-06 Juanma Barranquero (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub char tables.
2003-03-24 Andrew Choi Allow building on Mac OS X again after Kim's merging of display code.
2003-02-22 Stefan Monnier (string_to_multibyte): Remove unused var i.
2003-02-17 Kenichi Handa (string_to_multibyte): Always return a multibyte string.
2003-02-14 Dave Love (Flanginfo): Doc fix.
2003-02-10 Kenichi Handa (Fstring_to_multibyte): Fix typo in the docstring.
2003-02-09 Kenichi Handa (string_to_multibyte): New function.
2003-01-14 Francesco Potortì (Fsubstring): Clarify doc string.
2003-01-13 Dave Love (Freverse): Use QUIT.
2003-01-06 Dave Love Include coding.h. Use POINTER_TYPE*, not void*.
2002-11-29 Dave Love (Frequire): Don't call LOADHIST_ATTACH if feature was
2002-11-28 Steven Tamm fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more
2002-11-14 Dave Love (Fmap_char_table): Cast `call2'.
2002-11-14 Dave Love (Fcopy_sequence): Doc fix.
2002-11-12 Stefan Monnier (Fmap_char_table): Don't use map_char_table's function arg.
2002-10-05 John Paul Wallington (Flength): Doc fix.
2002-07-16 Ken Raeburn * fns.c (concat): Use SSET.
2002-07-15 Ken Raeburn * fns.c (Fstring_as_multibyte): Use STRING_SET_INTERVALS.
2002-07-15 Ken Raeburn * fns.c (concat): Use STRING_SET_CHARS.
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-11 Juanma Barranquero Use macro SPECPDL_INDEX.
2002-07-07 Stefan Monnier (Fnconc): Use XCDR.
2002-06-05 Eli Zaretskii (Fstring_make_unibyte): Doc fix.
2002-06-03 Richard M. Stallman (md5): Pass FILE arg to Vselect_safe_coding_system_function.
2002-05-20 Ken Raeburn * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash): Use
2002-04-30 Richard M. Stallman Comment change.
2002-04-30 Richard M. Stallman (Frequire): Error if called while preparing to dump.
2002-04-22 Pavel Janík Fix typo.
2002-04-20 Pavel Janík (use-dialog-box): Doc fix.
2002-04-12 Pavel Janík (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
2002-03-29 Kim F. Storm (Flax_plist_put): Doc fix.
2002-03-26 Richard M. Stallman (Fsubstring_no_properties): New function.
2002-03-21 Kim F. Storm (Ffeaturep): Allow subfeature to be a list (test using