| Commit message (Expand) | Author | Age | Files | Lines |
* | (base64_encode_1): Fix last change. | Dave Love | 2000-09-25 | 1 | -5/+9 |
* | (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix. | Dave Love | 2000-09-22 | 1 | -4/+5 |
* | (Fy_or_n_p, Fyes_or_no_p): Doc fix. | Gerd Moellmann | 2000-09-20 | 1 | -2/+2 |
* | (concat, Fsubstring, internal_equal, Fnconc): Avoid some | Gerd Moellmann | 2000-09-11 | 1 | -6/+16 |
* | (hashfn_eq, hashfn_eql): Don't handle strings specially | Gerd Moellmann | 2000-08-11 | 1 | -16/+15 |
* | (sweep_weak_table): Fix survival conditions for | Gerd Moellmann | 2000-08-07 | 1 | -2/+2 |
* | (sweep_weak_hash_tables): Fix the code taking unmarked | Gerd Moellmann | 2000-08-07 | 1 | -15/+12 |
* | Replace `illegal' with `invalid'. | Gerd Moellmann | 2000-08-05 | 1 | -9/+12 |
* | (Fmake_hash_table): Add missing `\n\' to end of line in docstring. | Noah Friedman | 2000-08-05 | 1 | -68/+68 |
* | (Fdelete): Make it work on vectors and strings in addition to lists. | Gerd Moellmann | 2000-07-27 | 1 | -24/+113 |
* | (Qkey_or_value, Qkey_and_value): New variables. | Gerd Moellmann | 2000-07-27 | 1 | -13/+24 |
* | (char_table_ref_and_index): New function. | Kenichi Handa | 2000-07-27 | 1 | -0/+35 |
* | Pass Qeql to Fmake_hash_table if TEST is nil. | Andreas Schwab | 2000-07-24 | 1 | -1/+1 |
* | (AREF): Remove definition. | Gerd Moellmann | 2000-07-13 | 1 | -4/+0 |
* | (concat): While copying text properties, make each composition | Kenichi Handa | 2000-07-04 | 1 | -3/+13 |
* | (sweep_weak_table): Mark only objects that are not | Gerd Moellmann | 2000-07-03 | 1 | -7/+18 |
* | (Fputhash): Return `value' rather than nil. | Stefan Monnier | 2000-07-03 | 1 | -1/+1 |
* | (next_almost_prime): Make it externally visible. | Gerd Moellmann | 2000-06-28 | 1 | -2/+1 |
* | (Fplist_member): Renamed from Fwidget_plist_member. | Stefan Monnier | 2000-06-26 | 1 | -3/+3 |
* | (make_hash_table, maybe_resize_hash_table): Cast arg of | Dave Love | 2000-06-20 | 1 | -3/+5 |
* | (map_char_table): Ignore char-table entries for | Kenichi Handa | 2000-05-26 | 1 | -1/+4 |
* | (concat): Handle 8-bit characters correctly. | Kenichi Handa | 2000-05-19 | 1 | -69/+104 |
* | *** empty log message *** | Kenichi Handa | 2000-05-17 | 1 | -23/+0 |
* | (map_char_table): Pay attention to character number of | Kenichi Handa | 2000-05-17 | 1 | -12/+43 |
* | (syms_of_fns): Defsubr mapc. | Dave Love | 2000-04-19 | 1 | -9/+3 |
* | (mapcar1): Test for null vals to support mapc. | Dave Love | 2000-04-12 | 1 | -13/+45 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -3/+3 |
* | (Fbase64_decode_region, Fbase64_decode_string): Signal | Gerd Moellmann | 2000-04-03 | 1 | -10/+10 |
* | (larger_vector): Make externally visible. | Gerd Moellmann | 2000-04-03 | 1 | -2/+1 |
* | (optimize_sub_char_table): New function. | Kenichi Handa | 2000-03-21 | 1 | -0/+50 |
* | (Fy_or_n_p): Cancel busy-cursor. | Gerd Moellmann | 2000-03-09 | 1 | -0/+5 |
* | (maybe_resize_hash_table): Handle case of new size | Gerd Moellmann | 2000-02-29 | 1 | -0/+1 |
* | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 2000-02-17 | 1 | -2/+0 |
* | (sweep_weak_table): New function. | Gerd Moellmann | 2000-01-31 | 1 | -59/+104 |
* | (Flength): The length of char-table is MAX_CHAR. | Kenichi Handa | 1999-12-15 | 1 | -13/+10 |
* | (Fnthcdr, Fnreverse): Inline cdr. | Dave Love | 1999-11-25 | 1 | -6/+16 |
* | (Flength): Unroll loop over lists. | Gerd Moellmann | 1999-10-31 | 1 | -3/+10 |
* | (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc) | Gerd Moellmann | 1999-10-28 | 1 | -66/+168 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -1/+1 |
* | (SXHASH_COMBINE): Add missing parentheses. | Gerd Moellmann | 1999-09-14 | 1 | -7/+3 |
* | (Fmake_hash_table): Fix string continuation. | Dave Love | 1999-09-13 | 1 | -2/+2 |
* | Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-12 | 1 | -42/+42 |
* | (Fmakehash): Accept just one optional argument TEST. | Gerd Moellmann | 1999-09-09 | 1 | -46/+8 |
* | (Fbase64_decode_region): Don't place point outside of the | Richard M. Stallman | 1999-09-08 | 1 | -1/+1 |
* | (Fmakehash): Take one argument, test, make all the | Gerd Moellmann | 1999-09-07 | 1 | -26/+11 |
* | (Fmakehash): Exchange optional test and size arguments. | Gerd Moellmann | 1999-09-04 | 1 | -14/+15 |
* | (count_combining): Use the macro PARSE_MULTIBYTE_SEQ. | Kenichi Handa | 1999-09-03 | 1 | -16/+27 |
* | (Fhash_table_weakness): Replaces F_hash_table_weak. | Gerd Moellmann | 1999-09-02 | 1 | -5/+6 |
* | (QCweakness): Replaces QCweak. | Gerd Moellmann | 1999-08-30 | 1 | -8/+8 |
* | (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak. | Gerd Moellmann | 1999-08-22 | 1 | -27/+65 |