summaryrefslogtreecommitdiff
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (Flength): The length of char-table is MAX_CHAR.Kenichi Handa1999-12-151-13/+10
* (Fnthcdr, Fnreverse): Inline cdr.Dave Love1999-11-251-6/+16
* (Flength): Unroll loop over lists.Gerd Moellmann1999-10-311-3/+10
* (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)Gerd Moellmann1999-10-281-66/+168
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-1/+1
* (SXHASH_COMBINE): Add missing parentheses.Gerd Moellmann1999-09-141-7/+3
* (Fmake_hash_table): Fix string continuation.Dave Love1999-09-131-2/+2
* Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-121-42/+42
* (Fmakehash): Accept just one optional argument TEST.Gerd Moellmann1999-09-091-46/+8
* (Fbase64_decode_region): Don't place point outside of theRichard M. Stallman1999-09-081-1/+1
* (Fmakehash): Take one argument, test, make all theGerd Moellmann1999-09-071-26/+11
* (Fmakehash): Exchange optional test and size arguments.Gerd Moellmann1999-09-041-14/+15
* (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.Kenichi Handa1999-09-031-16/+27
* (Fhash_table_weakness): Replaces F_hash_table_weak.Gerd Moellmann1999-09-021-5/+6
* (QCweakness): Replaces QCweak.Gerd Moellmann1999-08-301-8/+8
* (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.Gerd Moellmann1999-08-221-27/+65