| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (hash_lookup): Test with EQ before calling key comparion | Gerd Moellmann | 1999-08-21 | 1 | -26/+13 |
* | (internal_equal): Fix overlay comparison. | Richard M. Stallman | 1999-08-01 | 1 | -2/+2 |
* | (concat): Fix previous change. | Kenichi Handa | 1999-07-28 | 1 | -17/+17 |
* | (count_combining): New function. | Kenichi Handa | 1999-07-28 | 1 | -29/+81 |
* | (Fgethash): Fix order of variables (patch by gerd). | Markus Rost | 1999-07-26 | 1 | -6/+6 |
* | (Fy_or_n_p): Doc fix. | Karl Heuer | 1999-07-26 | 1 | -3/+5 |
* | (toplevel): Add hash tables. | Gerd Moellmann | 1999-07-21 | 1 | -0/+1328 |
* | (base64_encode_1): Don't add unnecessary newline at the tail. | Kenichi Handa | 1999-04-07 | 1 | -6/+0 |
* | (Fbase64_encode_string): Allocate sufficient memory for | Kenichi Handa | 1999-03-04 | 1 | -1/+5 |
* | (Fbase64_encode_string): Fix last change. | Andreas Schwab | 1999-02-22 | 1 | -1/+1 |
* | (Fbase64_encode_string): New optional argument `NO_LINE_BREAK'. | Kenichi Handa | 1999-02-17 | 1 | -4/+6 |
* | (Fyes_or_no_p, Fy_or_n_p): Doc fix. | Dave Love | 1999-02-08 | 1 | -3/+9 |
* | (IS_BASE64_IGNORABLE, READ_QUADRUPLET_BYTE): New macros. | Paul Fisher | 1999-02-07 | 1 | -30/+25 |
* | (Fset_char_table_default): To handle the case that CH is | Kenichi Handa | 1999-02-03 | 1 | -1/+1 |
* | (Frequire): Don't fail to unbind bindings. | Richard M. Stallman | 1999-01-06 | 1 | -1/+1 |
* | (concat): Don't convert 7-bit ASCII characters via | Eli Zaretskii | 1998-12-21 | 1 | -1/+2 |
* | (Fbase64_decode_region, Fbase64_decode_string): | Karl Heuer | 1998-12-16 | 1 | -10/+14 |
* | (string_char_to_byte): Handle invalid multibyte sequence | Kenichi Handa | 1998-12-15 | 1 | -2/+2 |
* | (Fstring_as_unibyte): Doc fix. | Andreas Schwab | 1998-12-04 | 1 | -1/+0 |
* | (Fstring_as_unibyte, Fstring_as_multibyte): | Richard M. Stallman | 1998-11-27 | 1 | -2/+7 |
* | (Frequire): New arg NOERROR. | Richard M. Stallman | 1998-11-19 | 1 | -6/+12 |
* | (MAX_ALLOCA): New macro. | Eli Zaretskii | 1998-11-11 | 1 | -6/+36 |
* | (Fbase64_decode_region): Fix previous change. | Kenichi Handa | 1998-10-31 | 1 | -3/+8 |
* | (Fbase64_encode_region): Use SET_PT_BOTH instead of SET_PT | Andreas Schwab | 1998-10-30 | 1 | -3/+3 |
* | (Fbase64_decode_string): Doc fix. | Richard M. Stallman | 1998-10-27 | 1 | -4/+4 |
* | (Fbase64_decode_region, Fbase64_encode_region): Fix | Dave Love | 1998-10-27 | 1 | -2/+2 |
* | (Fbase64_decode_region): Pay attention to the byte | Kenichi Handa | 1998-10-24 | 1 | -6/+16 |
* | (Ffillarray): Fix previous change. | Kenichi Handa | 1998-10-14 | 1 | -7/+9 |
* | (clear_string_char_byte_cache): New function. | Kenichi Handa | 1998-10-12 | 1 | -2/+26 |
* | (base64_decode_1, base64_encode_1): New functions. | Karl Heuer | 1998-09-07 | 1 | -0/+376 |
* | (Fwidget_put): Return VALUE instead of garbage. | Karl Heuer | 1998-09-07 | 1 | -0/+1 |
* | (concat): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -1/+3 |
* | (concat): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -2/+2 |
* | (Fy_or_n_p): Don't bind input-method-function. | Richard M. Stallman | 1998-08-18 | 1 | -2/+1 |
* | (Fy_or_n_p): Bind input-method-function to nil. | Richard M. Stallman | 1998-08-18 | 1 | -0/+3 |
* | (concat): Fix previous change. | Kenichi Handa | 1998-07-30 | 1 | -1/+1 |
* | Comment change. | Richard M. Stallman | 1998-07-09 | 1 | -1/+1 |
* | (concat): Replace explicit numeric constants with proper macros. | Kenichi Handa | 1998-07-08 | 1 | -4/+4 |
* | Whitespace change. | Richard M. Stallman | 1998-07-06 | 1 | -1/+1 |