log src/fns.c @ 34053:e6aa821abe60

age author description
Thu, 30 Nov 2000 14:03:30 +0000 Gerd Moellmann (Fmd5): Doc fix.
Thu, 30 Nov 2000 13:46:42 +0000 Gerd Moellmann (Fmd5): New function.
Mon, 30 Oct 2000 01:14:06 +0000 Kenichi Handa (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
Sun, 22 Oct 2000 19:08:26 +0000 ShengHuo ZHU 2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 10 Oct 2000 01:59:23 +0000 Kenichi Handa (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
Fri, 06 Oct 2000 22:42:46 +0000 Dave Love (Fbase64_encode_region, Fbase64_encode_string)
Mon, 25 Sep 2000 09:23:41 +0000 Dave Love (base64_encode_1): Fix last change.
Fri, 22 Sep 2000 13:14:29 +0000 Dave Love (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
Wed, 20 Sep 2000 16:23:27 +0000 Gerd Moellmann (Fy_or_n_p, Fyes_or_no_p): Doc fix.
Mon, 11 Sep 2000 12:51:13 +0000 Gerd Moellmann (concat, Fsubstring, internal_equal, Fnconc): Avoid some
Fri, 11 Aug 2000 12:59:31 +0000 Gerd Moellmann (hashfn_eq, hashfn_eql): Don't handle strings specially
Mon, 07 Aug 2000 12:32:04 +0000 Gerd Moellmann (sweep_weak_table): Fix survival conditions for
Mon, 07 Aug 2000 12:03:19 +0000 Gerd Moellmann (sweep_weak_hash_tables): Fix the code taking unmarked
Sat, 05 Aug 2000 15:47:42 +0000 Gerd Moellmann Replace `illegal' with `invalid'.
Sat, 05 Aug 2000 02:58:44 +0000 Noah Friedman (Fmake_hash_table): Add missing `\n\' to end of line in docstring.
Thu, 27 Jul 2000 15:44:20 +0000 Gerd Moellmann (Fdelete): Make it work on vectors and strings in addition to lists.
Thu, 27 Jul 2000 12:31:17 +0000 Gerd Moellmann (Qkey_or_value, Qkey_and_value): New variables.
Thu, 27 Jul 2000 06:02:29 +0000 Kenichi Handa (char_table_ref_and_index): New function.
Mon, 24 Jul 2000 14:06:45 +0000 Andreas Schwab Pass Qeql to Fmake_hash_table if TEST is nil.
Thu, 13 Jul 2000 14:06:15 +0000 Gerd Moellmann (AREF): Remove definition.
Tue, 04 Jul 2000 07:38:15 +0000 Kenichi Handa (concat): While copying text properties, make each composition
Mon, 03 Jul 2000 12:28:41 +0000 Gerd Moellmann (sweep_weak_table): Mark only objects that are not
Mon, 03 Jul 2000 06:58:47 +0000 Stefan Monnier (Fputhash): Return `value' rather than nil.
Wed, 28 Jun 2000 20:28:21 +0000 Gerd Moellmann (next_almost_prime): Make it externally visible.
Mon, 26 Jun 2000 21:53:57 +0000 Stefan Monnier (Fplist_member): Renamed from Fwidget_plist_member.
Tue, 20 Jun 2000 18:28:07 +0000 Dave Love (make_hash_table, maybe_resize_hash_table): Cast arg of
Fri, 26 May 2000 07:26:53 +0000 Kenichi Handa (map_char_table): Ignore char-table entries for
Fri, 19 May 2000 23:59:50 +0000 Kenichi Handa (concat): Handle 8-bit characters correctly.
Wed, 17 May 2000 23:35:57 +0000 Kenichi Handa *** empty log message ***
Wed, 17 May 2000 23:30:06 +0000 Kenichi Handa (map_char_table): Pay attention to character number of
Wed, 19 Apr 2000 22:27:27 +0000 Dave Love (syms_of_fns): Defsubr mapc.
Wed, 12 Apr 2000 17:20:24 +0000 Dave Love (mapcar1): Test for null vals to support mapc.
Wed, 05 Apr 2000 17:29:31 +0000 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
Mon, 03 Apr 2000 20:48:22 +0000 Gerd Moellmann (Fbase64_decode_region, Fbase64_decode_string): Signal
Mon, 03 Apr 2000 12:13:45 +0000 Gerd Moellmann (larger_vector): Make externally visible.
Tue, 21 Mar 2000 00:37:25 +0000 Kenichi Handa (optimize_sub_char_table): New function.
Thu, 09 Mar 2000 13:34:34 +0000 Gerd Moellmann (Fy_or_n_p): Cancel busy-cursor.
Tue, 29 Feb 2000 09:30:43 +0000 Gerd Moellmann (maybe_resize_hash_table): Handle case of new size
Thu, 17 Feb 2000 09:45:46 +0000 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
Mon, 31 Jan 2000 14:03:15 +0000 Gerd Moellmann (sweep_weak_table): New function.
Wed, 15 Dec 1999 00:11:56 +0000 Kenichi Handa (Flength): The length of char-table is MAX_CHAR.
Thu, 25 Nov 1999 15:23:23 +0000 Dave Love (Fnthcdr, Fnreverse): Inline cdr.
Sun, 31 Oct 1999 02:01:59 +0000 Gerd Moellmann (Flength): Unroll loop over lists.
Thu, 28 Oct 1999 12:12:47 +0000 Gerd Moellmann (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
Tue, 19 Oct 1999 07:25:11 +0000 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
Tue, 14 Sep 1999 13:09:25 +0000 Gerd Moellmann (SXHASH_COMBINE): Add missing parentheses.
Mon, 13 Sep 1999 19:03:19 +0000 Dave Love (Fmake_hash_table): Fix string continuation.
Sun, 12 Sep 1999 05:07:01 +0000 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
Thu, 09 Sep 1999 14:54:28 +0000 Gerd Moellmann (Fmakehash): Accept just one optional argument TEST.
Wed, 08 Sep 1999 07:54:18 +0000 Richard M. Stallman (Fbase64_decode_region): Don't place point outside of the
Tue, 07 Sep 1999 14:48:55 +0000 Gerd Moellmann (Fmakehash): Take one argument, test, make all the
Sat, 04 Sep 1999 20:11:09 +0000 Gerd Moellmann (Fmakehash): Exchange optional test and size arguments.
Fri, 03 Sep 1999 01:28:42 +0000 Kenichi Handa (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
Thu, 02 Sep 1999 20:52:51 +0000 Gerd Moellmann (Fhash_table_weakness): Replaces F_hash_table_weak.
Mon, 30 Aug 1999 21:05:30 +0000 Gerd Moellmann (QCweakness): Replaces QCweak.
Sun, 22 Aug 1999 20:47:15 +0000 Gerd Moellmann (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
Sat, 21 Aug 1999 19:29:32 +0000 Gerd Moellmann (hash_lookup): Test with EQ before calling key comparion
Sun, 01 Aug 1999 22:31:00 +0000 Richard M. Stallman (internal_equal): Fix overlay comparison.
Wed, 28 Jul 1999 02:37:17 +0000 Kenichi Handa (concat): Fix previous change.
Wed, 28 Jul 1999 02:10:51 +0000 Kenichi Handa (count_combining): New function.
Mon, 26 Jul 1999 22:20:21 +0000 Markus Rost (Fgethash): Fix order of variables (patch by gerd).
Mon, 26 Jul 1999 16:42:38 +0000 Karl Heuer (Fy_or_n_p): Doc fix.
Wed, 21 Jul 1999 21:43:52 +0000 Gerd Moellmann (toplevel): Add hash tables.
Wed, 07 Apr 1999 05:40:54 +0000 Kenichi Handa (base64_encode_1): Don't add unnecessary newline at the tail.
Thu, 04 Mar 1999 11:35:42 +0000 Kenichi Handa (Fbase64_encode_string): Allocate sufficient memory for
Mon, 22 Feb 1999 10:45:53 +0000 Andreas Schwab (Fbase64_encode_string): Fix last change.
Wed, 17 Feb 1999 08:12:31 +0000 Kenichi Handa (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.
Mon, 08 Feb 1999 13:59:24 +0000 Dave Love (Fyes_or_no_p, Fy_or_n_p): Doc fix.
Sun, 07 Feb 1999 23:58:09 +0000 Paul Fisher (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.
Wed, 03 Feb 1999 02:20:53 +0000 Kenichi Handa (Fset_char_table_default): To handle the case that CH is
Wed, 06 Jan 1999 23:55:31 +0000 Richard M. Stallman (Frequire): Don't fail to unbind bindings.
Mon, 21 Dec 1998 16:11:47 +0000 Eli Zaretskii (concat): Don't convert 7-bit ASCII characters via
Wed, 16 Dec 1998 06:32:39 +0000 Karl Heuer (Fbase64_decode_region, Fbase64_decode_string):
Tue, 15 Dec 1998 04:35:38 +0000 Kenichi Handa (string_char_to_byte): Handle invalid multibyte sequence
Fri, 04 Dec 1998 09:50:31 +0000 Andreas Schwab (Fstring_as_unibyte): Doc fix.
Fri, 27 Nov 1998 22:15:38 +0000 Richard M. Stallman (Fstring_as_unibyte, Fstring_as_multibyte):
Thu, 19 Nov 1998 04:26:44 +0000 Richard M. Stallman (Frequire): New arg NOERROR.
Wed, 11 Nov 1998 11:12:09 +0000 Eli Zaretskii (MAX_ALLOCA): New macro.
Sat, 31 Oct 1998 05:12:07 +0000 Kenichi Handa (Fbase64_decode_region): Fix previous change.
Fri, 30 Oct 1998 10:20:25 +0000 Andreas Schwab (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT
Tue, 27 Oct 1998 17:55:28 +0000 Richard M. Stallman (Fbase64_decode_string): Doc fix.
Tue, 27 Oct 1998 10:39:24 +0000 Dave Love (Fbase64_decode_region, Fbase64_encode_region): Fix
Sat, 24 Oct 1998 01:17:09 +0000 Kenichi Handa (Fbase64_decode_region): Pay attention to the byte
Wed, 14 Oct 1998 07:17:22 +0000 Kenichi Handa (Ffillarray): Fix previous change.
Mon, 12 Oct 1998 12:00:44 +0000 Kenichi Handa (clear_string_char_byte_cache): New function.
Mon, 07 Sep 1998 19:58:05 +0000 Karl Heuer (base64_decode_1, base64_encode_1): New functions.
Mon, 07 Sep 1998 17:34:59 +0000 Karl Heuer (Fwidget_put): Return VALUE instead of garbage.
Mon, 31 Aug 1998 03:50:17 +0000 Kenichi Handa (concat): If Vnonascii_translation_table is non-nil, try
Fri, 28 Aug 1998 12:22:39 +0000 Kenichi Handa (concat): Use macro CHAR_BYTES instead of Fchar_bytes.
Tue, 18 Aug 1998 09:01:20 +0000 Richard M. Stallman (Fy_or_n_p): Don't bind input-method-function.
Tue, 18 Aug 1998 04:27:37 +0000 Richard M. Stallman (Fy_or_n_p): Bind input-method-function to nil.
Thu, 30 Jul 1998 01:35:40 +0000 Kenichi Handa (concat): Fix previous change.
Thu, 09 Jul 1998 03:47:06 +0000 Richard M. Stallman Comment change.
Wed, 08 Jul 1998 02:19:14 +0000 Kenichi Handa (concat): Replace explicit numeric constants with proper macros.
Mon, 06 Jul 1998 22:29:52 +0000 Richard M. Stallman Whitespace change.
Mon, 06 Jul 1998 06:33:55 +0000 Kenichi Handa (Fset_char_table_default): Check only if the charset of
Mon, 06 Jul 1998 01:47:34 +0000 Kenichi Handa (concat): Pay attention to the byte combining problem.
Thu, 21 May 1998 01:48:52 +0000 Kenichi Handa (Fstring_make_multibyte): Call CHECK_STRING.
Mon, 18 May 1998 00:59:38 +0000 Kenichi Handa (concat): Fix bug in concatinating a list of multibyte and
Wed, 29 Apr 1998 09:37:15 +0000 Andreas Schwab Include <time.h> for time.
Tue, 28 Apr 1998 21:21:14 +0000 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
Mon, 27 Apr 1998 20:54:19 +0000 Richard M. Stallman (Fload_average): New arg USE_FLOATS.
Mon, 27 Apr 1998 20:30:51 +0000 Richard M. Stallman [HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
Mon, 27 Apr 1998 20:29:38 +0000 Richard M. Stallman (Fcompare_strings): Doc fix.
Thu, 23 Apr 1998 04:03:31 +0000 Richard M. Stallman (Fstring_make_multibyte): Doc fix.
Mon, 20 Apr 1998 04:08:31 +0000 Richard M. Stallman (Fcompare_strings): Require first 6 args.
Mon, 20 Apr 1998 03:52:46 +0000 Richard M. Stallman (Fcompare_strings): New function.
Thu, 16 Apr 1998 06:21:56 +0000 Richard M. Stallman (time): Declare it only if not HAVE_UNISTD_H.
Thu, 16 Apr 1998 05:38:51 +0000 Richard M. Stallman (Frequire): Doc fix.
Tue, 14 Apr 1998 12:59:32 +0000 Andreas Schwab (Fsubstring, substring_both, Fchar_table_range,
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 06 Apr 1998 09:33:40 +0000 Andreas Schwab (Flength): Doc fix.
Mon, 06 Apr 1998 05:06:12 +0000 Kenichi Handa (Fstring_as_unibyte): Set size_byte field to -1.
Thu, 02 Apr 1998 22:48:51 +0000 Richard M. Stallman (Fstring_as_multibyte): Never return unibyte string unchanged.
Thu, 02 Apr 1998 08:10:56 +0000 Richard M. Stallman (char_table_translate): New function.
Sat, 21 Mar 1998 18:09:01 +0000 Richard M. Stallman (substring_both, Fsubstring): Use make_specified_string.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 19 Mar 1998 07:34:29 +0000 Kenichi Handa (Fstring_as_multibyte): Call multibyte_chars_in_text
Tue, 03 Mar 1998 01:29:16 +0000 Kenichi Handa (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is
Mon, 02 Mar 1998 19:10:51 +0000 Richard M. Stallman (internal_equal): compare_window_configurations takes new arg.
Fri, 27 Feb 1998 21:52:08 +0000 Karl Heuer (mapcar1): Handle bool-vectors.
Fri, 20 Feb 1998 01:40:47 +0000 Kenichi Handa (Fset_char_table_default): For an invalid character, call
Tue, 10 Feb 1998 04:08:26 +0000 Kenichi Handa (Fstring_bytes): Declare arg STRING as Lisp_Object.
Tue, 10 Feb 1998 04:05:47 +0000 Kenichi Handa (concat): Use Vnonascii_translate_table.
Sun, 08 Feb 1998 20:58:53 +0000 Richard M. Stallman (Fstring_bytes): New function.
Mon, 02 Feb 1998 01:06:29 +0000 Richard M. Stallman (concat): Handle bool-vectors correctly.
Mon, 02 Feb 1998 01:03:10 +0000 Richard M. Stallman (concat): If making a string, a nonempty bool-vector is error.
Mon, 26 Jan 1998 08:47:06 +0000 Richard M. Stallman (internal_equal): Use compare_window_configurations.
Thu, 22 Jan 1998 01:26:45 +0000 Kenichi Handa (mapcar1): Keep `i' in `i_before' before `i' is
Wed, 21 Jan 1998 22:22:17 +0000 Richard M. Stallman Update copyright year.
Wed, 21 Jan 1998 21:43:30 +0000 Richard M. Stallman (concat): Use unibyte_char_to_multibyte.
Sun, 18 Jan 1998 04:37:08 +0000 Karl Heuer (concat): Move the test for all nil in `append'
Mon, 12 Jan 1998 05:49:45 +0000 Kenichi Handa (concat): Check STRINGP before increasing result_len_byte.
Fri, 09 Jan 1998 22:41:43 +0000 Richard M. Stallman (map_char_table): Unconditionally consider non-ASCII charsets.
Fri, 02 Jan 1998 21:28:56 +0000 Richard M. Stallman (internal_equal): For markers, use bytepos instead of bufpos.
Fri, 21 Nov 1997 14:58:22 +0000 Andreas Schwab * fns.c (map_char_table): Protoize parameter.
Thu, 23 Oct 1997 12:01:50 +0000 Kenichi Handa (map_char_table): Do not operate on invalid characters.
Tue, 30 Sep 1997 07:15:28 +0000 Karl Heuer (Qwidget_type): New variable.
Wed, 27 Aug 1997 17:21:54 +0000 Richard M. Stallman (concat): Fix use of Fchar_bytes.
Tue, 26 Aug 1997 11:42:33 +0000 Kenichi Handa (Fyes_or_no_p): Call Fread_from_minibuffer
Sat, 16 Aug 1997 16:21:38 +0000 Richard M. Stallman (Flength): Doc fix.
Sun, 10 Aug 1997 04:13:19 +0000 Kenichi Handa (concat): Pay attention to multibyte characters when
Fri, 08 Aug 1997 20:06:34 +0000 Richard M. Stallman (Frequire): Don't insist on a suffix
Mon, 04 Aug 1997 03:00:36 +0000 Richard M. Stallman (Frequire): Pass t for the MUST-SUFFIX arg to Fload.
Wed, 09 Jul 1997 00:33:33 +0000 Richard M. Stallman (syms_of_fns): Fix previous change.
Fri, 04 Jul 1997 20:44:52 +0000 Richard M. Stallman Fix bugs with inappropriate mixing of Lisp_Object with int.
Wed, 02 Jul 1997 06:23:21 +0000 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box.
Mon, 23 Jun 1997 18:56:17 +0000 Richard M. Stallman (Freverse): Simplify.
Wed, 18 Jun 1997 13:09:05 +0000 Kenichi Handa (concat): Pay attention to multibyte characters when
Mon, 02 Jun 1997 00:33:14 +0000 Richard M. Stallman (map_char_table): Use XSETFASTINT.
Fri, 30 May 1997 05:11:26 +0000 Richard M. Stallman (Fchar_table_range, Fset_char_table_range):
Wed, 28 May 1997 04:36:22 +0000 Kenichi Handa (map_char_table): For sub char-table, index should be
Fri, 23 May 1997 17:32:41 +0000 Richard M. Stallman (internal_equal): When comparing strings, ignore text props.
Fri, 16 May 1997 00:43:05 +0000 Kenichi Handa (copy_sub_char_table): Declare the argument ARG as
Thu, 15 May 1997 18:39:33 +0000 Richard M. Stallman (Fcopy_sequence): Correctly copy the char-table contents.
Tue, 13 May 1997 19:51:29 +0000 Richard M. Stallman (map_char_table): New arg SUBTABLE. Callers changed.
Mon, 07 Apr 1997 07:12:13 +0000 Kenichi Handa (copy_sub_char_table): New function.
Thu, 03 Apr 1997 22:08:30 +0000 Karl Heuer (Fcopy_sequence): Delete unused variable.
Tue, 18 Mar 1997 23:31:34 +0000 Kenichi Handa (map_char_table): Handle multibyte characters.
Sat, 22 Feb 1997 19:31:56 +0000 Karl Heuer (Fcopy_sequence, concat, internal_equal, Ffillarray):
Mon, 13 Jan 1997 03:33:26 +0000 Richard M. Stallman (concat): Take modulus of thisindex before shifting.
Mon, 11 Nov 1996 20:32:48 +0000 Richard M. Stallman Include frame.h and window.h.
Wed, 04 Sep 1996 03:42:09 +0000 Richard M. Stallman (map_char_table): Declare depth as int.
Thu, 29 Aug 1996 03:50:02 +0000 Richard M. Stallman (Fsubstring): Handle vectors as well as strings.
Tue, 16 Jul 1996 06:19:43 +0000 Karl Heuer (Fy_or_n_p): Pass 3rd arg to Flookup_key.
Wed, 21 Feb 1996 21:12:21 +0000 Karl Heuer (map_char_table): Fix args in recursive call.
Sun, 04 Feb 1996 20:12:50 +0000 Richard M. Stallman (syms_of_fns): Set yes-or-no-p-history to nil.
Thu, 01 Feb 1996 16:10:41 +0000 Richard M. Stallman (Qcursor_in_echo_area): New variable.
Sat, 27 Jan 1996 17:31:33 +0000 Richard M. Stallman (Fy_or_n_p): Call choose_minibuf_frame.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.
Tue, 09 Jan 1996 02:55:53 +0000 Karl Heuer (Fset_char_table_parent): Fix previous change.
Tue, 09 Jan 1996 02:03:13 +0000 Erik Naggum (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,
Sun, 07 Jan 1996 14:34:54 +0000 Erik Naggum (Fplist_get): Rename arg `val' to `plist' as in doc.
Tue, 26 Dec 1995 04:34:05 +0000 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p.
Tue, 07 Nov 1995 07:18:17 +0000 Geoff Voelker [HAVE_NTGUI] (Fy_or_n_p, Fyes_or_no_p): Allow popup.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
Mon, 30 Oct 1995 19:34:27 +0000 Richard M. Stallman (Fsafe_length): Add missing parentheses around & within comparison.
Mon, 23 Oct 1995 04:42:46 +0000 Erik Naggum (map_char_table): Set size to CHAR_TABLE_ORDINARY_SLOTS.
Thu, 19 Oct 1995 13:36:56 +0000 Erik Naggum (Fmap_char_table): Call map_char_table with correct args.
Wed, 18 Oct 1995 23:29:38 +0000 Richard M. Stallman (Fchar_table_subtype): New function.
Wed, 11 Oct 1995 17:11:32 +0000 Richard M. Stallman (Fcopy_sequence): Call Fmake_char_table the new way.
Sat, 07 Oct 1995 21:52:15 +0000 Richard M. Stallman (Fset_char_table_range): New function.
Thu, 20 Jul 1995 20:26:06 +0000 Karl Heuer (Fsafe_length): Use conservative upper bound.
Sat, 01 Jul 1995 22:27:40 +0000 Richard M. Stallman (Fsafe_length): New function.
Sat, 03 Jun 1995 16:57:38 +0000 Karl Heuer (NULL): Define if not defined.
Tue, 30 May 1995 03:15:27 +0000 Karl Heuer (Frandom): Use EMACS_INT, not int.
Mon, 24 Apr 1995 19:43:15 +0000 Karl Heuer (Fplist_put): Don't signal an error if plist isn't a cons.
Fri, 07 Apr 1995 05:19:14 +0000 Richard M. Stallman (internal_equal): Use XMISCTYPE.
Fri, 07 Apr 1995 02:21:52 +0000 Karl Heuer Update copyright.
Thu, 06 Apr 1995 18:57:58 +0000 Karl Heuer (Fplist_put): Fix missing \n\.
Mon, 03 Apr 1995 22:14:27 +0000 Karl Heuer (Fy_or_n_p): Don't log prompt.
Tue, 28 Mar 1995 07:38:29 +0000 Richard M. Stallman (Fconcat): Undo previous change.
Mon, 27 Mar 1995 22:28:43 +0000 Richard M. Stallman (Fget, Fput): Fetch and store symbol's plist directly.
Mon, 27 Mar 1995 16:02:44 +0000 Boris Goldowsky (Fplist_put, Fplist_get): New fns.
Wed, 22 Mar 1995 20:45:26 +0000 Karl Heuer (concat): Treat integers as characters, not strings.
Sun, 29 Jan 1995 22:04:10 +0000 Richard M. Stallman (Frassoc): New function.
Thu, 19 Jan 1995 23:36:43 +0000 Karl Heuer (Frandom): Call seed_random and get_random.
Thu, 12 Jan 1995 23:18:19 +0000 Karl Heuer (internal_equal): Delete redundant tests.
Thu, 12 Jan 1995 21:01:31 +0000 Richard M. Stallman (internal_equal): Once again use a switch.
Fri, 30 Dec 1994 01:46:04 +0000 Richard M. Stallman (Flength): Handle compiled function as pseudovector.
Sun, 04 Dec 1994 21:07:21 +0000 Richard M. Stallman (internal_equal): Call compare_string_intervals.
Wed, 23 Nov 1994 09:11:30 +0000 Richard M. Stallman (Fy_or_n_p): Handle exit-prefix in query-replace-map.
Fri, 18 Nov 1994 04:49:51 +0000 Karl Heuer (Fvconcat, concat): Use Lisp_Vectorlike.
Wed, 16 Nov 1994 03:37:56 +0000 Karl Heuer (Flength): Don't call Farray_length, just use size field.
Tue, 15 Nov 1994 02:05:04 +0000 Karl Heuer (internal_equal): Use new overlay substructure.
Tue, 11 Oct 1994 07:46:34 +0000 Karl Heuer (internal_equal): Check the substructure.
Tue, 04 Oct 1994 15:53:00 +0000 Karl Heuer (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
Tue, 04 Oct 1994 13:35:44 +0000 Karl Heuer (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.
Tue, 27 Sep 1994 02:58:30 +0000 Karl Heuer (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,
Wed, 21 Sep 1994 06:54:51 +0000 Richard M. Stallman (concat3): New function.
Mon, 19 Sep 1994 00:15:08 +0000 Karl Heuer (Frandom): Fix Lisp_Object vs. int problems.
Sat, 30 Jul 1994 21:17:41 +0000 Richard M. Stallman (Frandom): Handle LIMIT >= 40000000.
Thu, 28 Jul 1994 12:46:16 +0000 Richard M. Stallman (Frandom): Fix previous change.
Tue, 26 Jul 1994 19:25:42 +0000 Richard M. Stallman (Frandom): Use just the low 30 bits of random's value.
Tue, 07 Jun 1994 02:32:54 +0000 Karl Heuer (Fy_or_n_p, Fyes_or_no_p) [HAVE_X_MENU]: Redisplay before popping up a menu.
Sun, 05 Jun 1994 11:55:23 +0000 Richard M. Stallman (Fy_or_n_p): Don't use dialog box if not an X frame.
Wed, 04 May 1994 02:41:09 +0000 Karl Heuer Update copyright.
Wed, 20 Apr 1994 19:54:08 +0000 Richard M. Stallman Doc fixes.
Wed, 13 Apr 1994 18:00:37 +0000 Karl Heuer (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU.
Wed, 23 Mar 1994 18:18:19 +0000 Richard M. Stallman (Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
Sat, 19 Mar 1994 16:20:31 +0000 Richard M. Stallman (Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
Wed, 16 Mar 1994 06:48:19 +0000 Karl Heuer (Frandom): Eliminate bias in random number generator.
Mon, 14 Mar 1994 21:45:32 +0000 Richard M. Stallman Whitespace change.
Fri, 11 Mar 1994 10:15:21 +0000 Fred Pierresteguy (Fyes_or_no_p): Call Fx_popup_dialog instead of Fx_popup_menu.
Thu, 24 Feb 1994 08:02:10 +0000 Richard M. Stallman (Fy_or_n_p): Use a popup menu if reached via mouse command.
Sun, 23 Jan 1994 23:23:42 +0000 Richard M. Stallman (Fconcat): Doc fix.
Sat, 22 Jan 1994 16:14:37 +0000 Richard M. Stallman (Fassq, Fassoc): Doc fixes.
Tue, 04 Jan 1994 08:45:49 +0000 Richard M. Stallman (Fmapconcat): Doc fix.
Fri, 10 Sep 1993 06:15:46 +0000 Roland McGrath Include <config.h> instead of "config.h".
Sat, 14 Aug 1993 07:14:13 +0000 Richard M. Stallman (internal_equal): Typo in previous change.
Sat, 14 Aug 1993 03:50:26 +0000 Richard M. Stallman (internal_equal): All markers in no buffer are equal.
Thu, 05 Aug 1993 01:51:54 +0000 Richard M. Stallman (Fyes_or_no_p): Use Qyes_or_no_p_history.
Tue, 06 Jul 1993 14:43:32 +0000 Jim Blandy * fns.c (Fsubstring, concat): Pass all six arguments to
Tue, 01 Jun 1993 03:38:24 +0000 Richard M. Stallman (internal_equal): Don't let ints be equal to floats.
Mon, 31 May 1993 00:05:58 +0000 Richard M. Stallman (Fyes_or_no_p): Delete unreachable UNGCPRO.
Sat, 22 May 1993 21:34:42 +0000 Jim Blandy Updated copyright years.
Fri, 14 May 1993 14:43:00 +0000 Jim Blandy * lisp.h (Lisp_Overlay): New tag.
Tue, 04 May 1993 02:35:01 +0000 Jim Blandy Arrange for Fy_or_n_p to put off switch-frame events.
Sat, 17 Apr 1993 01:27:53 +0000 Richard M. Stallman (provide, require): Put appropriately-marked
Tue, 13 Apr 1993 05:54:00 +0000 Richard M. Stallman (Fy_or_n_p): Echo the answer just once, at exit.