aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (sweep_weak_table): Fix code taking items out ofGerd Moellmann2001-01-241-12/+6
* (Fset_char_table_default): Fix to make sub char-table correctly.Kenichi Handa2001-01-231-3/+4
* (concat): Be sure to avoid putting the same `composition'Kenichi Handa2001-01-171-2/+3
* Call redisplay_preserve_echo_area with additional arg.Gerd Moellmann2001-01-161-2/+2
* (Flength): Remove unused variable `tail'.Eli Zaretskii2001-01-021-2/+2
* (Frequire): Doc fix.Eli Zaretskii2000-12-191-1/+2
* (Fmd5): Docstring improved.Kenichi Handa2000-12-151-0/+2
* (Fmd5): Docstring improved.Kenichi Handa2000-12-141-5/+16
* (Fmd5): Pass lisp objects, not integers, to call3.Ken Raeburn2000-12-041-1/+2
* (Fmd5): Use a different logic to decide the coding systemGerd Moellmann2000-12-021-40/+83
* (Fmd5): Doc fix.Gerd Moellmann2000-11-301-8/+9
* (Fmd5): New function.Gerd Moellmann2000-11-301-1/+163
* (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.Kenichi Handa2000-10-301-1/+1
* 2000-10-22 15:07:47 ShengHuo ZHU <[email protected]>ShengHuo ZHU2000-10-221-1/+2
* (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN beforeKenichi Handa2000-10-101-32/+62
* (Fbase64_encode_region, Fbase64_encode_string)Dave Love2000-10-061-5/+5
* (base64_encode_1): Fix last change.Dave Love2000-09-251-5/+9
* (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.Dave Love2000-09-221-4/+5
* (Fy_or_n_p, Fyes_or_no_p): Doc fix.Gerd Moellmann2000-09-201-2/+2
* (concat, Fsubstring, internal_equal, Fnconc): Avoid someGerd Moellmann2000-09-111-6/+16
* (hashfn_eq, hashfn_eql): Don't handle strings speciallyGerd Moellmann2000-08-111-16/+15
* (sweep_weak_table): Fix survival conditions forGerd Moellmann2000-08-071-2/+2
* (sweep_weak_hash_tables): Fix the code taking unmarkedGerd Moellmann2000-08-071-15/+12
* Replace `illegal' with `invalid'.Gerd Moellmann2000-08-051-9/+12
* (Fmake_hash_table): Add missing `\n\' to end of line in docstring.Noah Friedman2000-08-051-68/+68
* (Fdelete): Make it work on vectors and strings in addition to lists.Gerd Moellmann2000-07-271-24/+113
* (Qkey_or_value, Qkey_and_value): New variables.Gerd Moellmann2000-07-271-13/+24
* (char_table_ref_and_index): New function.Kenichi Handa2000-07-271-0/+35
* Pass Qeql to Fmake_hash_table if TEST is nil.Andreas Schwab2000-07-241-1/+1
* (AREF): Remove definition.Gerd Moellmann2000-07-131-4/+0
* (concat): While copying text properties, make each compositionKenichi Handa2000-07-041-3/+13
* (sweep_weak_table): Mark only objects that are notGerd Moellmann2000-07-031-7/+18
* (Fputhash): Return `value' rather than nil.Stefan Monnier2000-07-031-1/+1
* (next_almost_prime): Make it externally visible.Gerd Moellmann2000-06-281-2/+1
* (Fplist_member): Renamed from Fwidget_plist_member.Stefan Monnier2000-06-261-3/+3
* (make_hash_table, maybe_resize_hash_table): Cast arg ofDave Love2000-06-201-3/+5
* (map_char_table): Ignore char-table entries forKenichi Handa2000-05-261-1/+4
* (concat): Handle 8-bit characters correctly.Kenichi Handa2000-05-191-69/+104
* *** empty log message ***Kenichi Handa2000-05-171-23/+0
* (map_char_table): Pay attention to character number ofKenichi Handa2000-05-171-12/+43
* (syms_of_fns): Defsubr mapc.Dave Love2000-04-191-9/+3
* (mapcar1): Test for null vals to support mapc.Dave Love2000-04-121-13/+45
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-3/+3
* (Fbase64_decode_region, Fbase64_decode_string): SignalGerd Moellmann2000-04-031-10/+10
* (larger_vector): Make externally visible.Gerd Moellmann2000-04-031-2/+1
* (optimize_sub_char_table): New function.Kenichi Handa2000-03-211-0/+50
* (Fy_or_n_p): Cancel busy-cursor.Gerd Moellmann2000-03-091-0/+5
* (maybe_resize_hash_table): Handle case of new sizeGerd Moellmann2000-02-291-0/+1
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-2/+0
* (sweep_weak_table): New function.Gerd Moellmann2000-01-311-59/+104