aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (hash_lookup): Test with EQ before calling key comparionGerd Moellmann1999-08-211-26/+13
* (internal_equal): Fix overlay comparison.Richard M. Stallman1999-08-011-2/+2
* (concat): Fix previous change.Kenichi Handa1999-07-281-17/+17
* (count_combining): New function.Kenichi Handa1999-07-281-29/+81
* (Fgethash): Fix order of variables (patch by gerd).Markus Rost1999-07-261-6/+6
* (Fy_or_n_p): Doc fix.Karl Heuer1999-07-261-3/+5
* (toplevel): Add hash tables.Gerd Moellmann1999-07-211-0/+1328
* (base64_encode_1): Don't add unnecessary newline at the tail.Kenichi Handa1999-04-071-6/+0
* (Fbase64_encode_string): Allocate sufficient memory forKenichi Handa1999-03-041-1/+5
* (Fbase64_encode_string): Fix last change.Andreas Schwab1999-02-221-1/+1
* (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'.Kenichi Handa1999-02-171-4/+6
* (Fyes_or_no_p, Fy_or_n_p): Doc fix.Dave Love1999-02-081-3/+9
* (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros.Paul Fisher1999-02-071-30/+25
* (Fset_char_table_default): To handle the case that CH isKenichi Handa1999-02-031-1/+1
* (Frequire): Don't fail to unbind bindings.Richard M. Stallman1999-01-061-1/+1
* (concat): Don't convert 7-bit ASCII characters viaEli Zaretskii1998-12-211-1/+2
* (Fbase64_decode_region, Fbase64_decode_string):Karl Heuer1998-12-161-10/+14
* (string_char_to_byte): Handle invalid multibyte sequenceKenichi Handa1998-12-151-2/+2
* (Fstring_as_unibyte): Doc fix.Andreas Schwab1998-12-041-1/+0
* (Fstring_as_unibyte, Fstring_as_multibyte):Richard M. Stallman1998-11-271-2/+7
* (Frequire): New arg NOERROR.Richard M. Stallman1998-11-191-6/+12
* (MAX_ALLOCA): New macro.Eli Zaretskii1998-11-111-6/+36
* (Fbase64_decode_region): Fix previous change.Kenichi Handa1998-10-311-3/+8
* (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PTAndreas Schwab1998-10-301-3/+3