log src/fns.c @ 33676:cc2cd2cf0f67

age author description
2000-10-30 Kenichi Handa (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
2000-10-22 ShengHuo ZHU 2000-10-22 15:07:47 ShengHuo ZHU <zsh@cs.rochester.edu>
2000-10-10 Kenichi Handa (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
2000-10-06 Dave Love (Fbase64_encode_region, Fbase64_encode_string)
2000-09-25 Dave Love (base64_encode_1): Fix last change.
2000-09-22 Dave Love (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
2000-09-20 Gerd Moellmann (Fy_or_n_p, Fyes_or_no_p): Doc fix.
2000-09-11 Gerd Moellmann (concat, Fsubstring, internal_equal, Fnconc): Avoid some
2000-08-11 Gerd Moellmann (hashfn_eq, hashfn_eql): Don't handle strings specially
2000-08-07 Gerd Moellmann (sweep_weak_table): Fix survival conditions for
2000-08-07 Gerd Moellmann (sweep_weak_hash_tables): Fix the code taking unmarked
2000-08-05 Gerd Moellmann Replace `illegal' with `invalid'.
2000-08-05 Noah Friedman (Fmake_hash_table): Add missing `\n\' to end of line in docstring.
2000-07-27 Gerd Moellmann (Fdelete): Make it work on vectors and strings in addition to lists.
2000-07-27 Gerd Moellmann (Qkey_or_value, Qkey_and_value): New variables.
2000-07-27 Kenichi Handa (char_table_ref_and_index): New function.
2000-07-24 Andreas Schwab Pass Qeql to Fmake_hash_table if TEST is nil.
2000-07-13 Gerd Moellmann (AREF): Remove definition.
2000-07-04 Kenichi Handa (concat): While copying text properties, make each composition
2000-07-03 Gerd Moellmann (sweep_weak_table): Mark only objects that are not
2000-07-03 Stefan Monnier (Fputhash): Return `value' rather than nil.
2000-06-28 Gerd Moellmann (next_almost_prime): Make it externally visible.
2000-06-26 Stefan Monnier (Fplist_member): Renamed from Fwidget_plist_member.
2000-06-20 Dave Love (make_hash_table, maybe_resize_hash_table): Cast arg of
2000-05-26 Kenichi Handa (map_char_table): Ignore char-table entries for
2000-05-19 Kenichi Handa (concat): Handle 8-bit characters correctly.
2000-05-17 Kenichi Handa *** empty log message ***
2000-05-17 Kenichi Handa (map_char_table): Pay attention to character number of
2000-04-19 Dave Love (syms_of_fns): Defsubr mapc.
2000-04-12 Dave Love (mapcar1): Test for null vals to support mapc.
2000-04-05 Ken Raeburn make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP
2000-04-03 Gerd Moellmann (Fbase64_decode_region, Fbase64_decode_string): Signal
2000-04-03 Gerd Moellmann (larger_vector): Make externally visible.
2000-03-21 Kenichi Handa (optimize_sub_char_table): New function.
2000-03-09 Gerd Moellmann (Fy_or_n_p): Cancel busy-cursor.
2000-02-29 Gerd Moellmann (maybe_resize_hash_table): Handle case of new size
2000-02-17 Gerd Moellmann Remove `LISP_FLOAT_TYPE' and `standalone'.
2000-01-31 Gerd Moellmann (sweep_weak_table): New function.
1999-12-15 Kenichi Handa (Flength): The length of char-table is MAX_CHAR.
1999-11-25 Dave Love (Fnthcdr, Fnreverse): Inline cdr.
1999-10-31 Gerd Moellmann (Flength): Unroll loop over lists.
1999-10-28 Gerd Moellmann (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
1999-10-19 Paul Eggert Add support for large files, 64-bit Solaris, system locale codings.
1999-09-14 Gerd Moellmann (SXHASH_COMBINE): Add missing parentheses.
1999-09-13 Dave Love (Fmake_hash_table): Fix string continuation.
1999-09-12 Ken Raeburn Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.
1999-09-09 Gerd Moellmann (Fmakehash): Accept just one optional argument TEST.
1999-09-08 Richard M. Stallman (Fbase64_decode_region): Don't place point outside of the
1999-09-07 Gerd Moellmann (Fmakehash): Take one argument, test, make all the
1999-09-04 Gerd Moellmann (Fmakehash): Exchange optional test and size arguments.
1999-09-03 Kenichi Handa (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
1999-09-02 Gerd Moellmann (Fhash_table_weakness): Replaces F_hash_table_weak.
1999-08-30 Gerd Moellmann (QCweakness): Replaces QCweak.
1999-08-22 Gerd Moellmann (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
1999-08-21 Gerd Moellmann (hash_lookup): Test with EQ before calling key comparion
1999-08-01 Richard M. Stallman (internal_equal): Fix overlay comparison.
1999-07-28 Kenichi Handa (concat): Fix previous change.
1999-07-28 Kenichi Handa (count_combining): New function.
1999-07-26 Markus Rost (Fgethash): Fix order of variables (patch by gerd).
1999-07-26 Karl Heuer (Fy_or_n_p): Doc fix.